aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-07-11Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linuxGravatar Linus Torvalds 28-146/+433
2013-07-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 2-4/+66
2013-07-10Merge tag 'kvm-3.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-2/+63
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 7-17/+29
2013-07-10Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 9-20/+0
2013-07-10mm: remove free_area_cacheGravatar Michel Lespinasse 9-20/+0
2013-07-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+1
2013-07-10[PATCH] sparc32: vm_area_struct access for old Sun SPARCs.Gravatar Olivier DANET 5-16/+18
2013-07-10sparc32, leon: Require separate snoop tags set to regard snooping to be enabledGravatar Andreas Larsson 1-1/+1
2013-07-10arch: sparc: kernel: check the memory length before use strcpy().Gravatar Chen Gang 1-0/+10
2013-07-10Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+7
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Gravatar Linus Torvalds 4-12/+35
2013-07-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-11/+18
2013-07-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 4-4/+7
2013-07-10Merge tag 'metag-fixes-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+2
2013-07-10Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-27/+24
2013-07-10Merge tag 'arc-v3.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 8-58/+62
2013-07-10Merge branch 'parisc-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-49/+94
2013-07-10Merge tag 'please-pull-fix-ia64-warnings' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-10/+10
2013-07-10microblaze: Move __NR_syscalls from uapiGravatar Michal Simek 2-2/+3
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 62-193/+619
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 6-7/+93
2013-07-09parisc: Fix gcc miscompilation in pa_memcpy()Gravatar Helge Deller 1-29/+50
2013-07-09parisc: Ensure volatile space register %sr1 is not clobberedGravatar John David Anglin 2-3/+4
2013-07-09parisc: optimize mtsp(0,sr) inline assemblyGravatar Helge Deller 1-3/+6
2013-07-09parisc: switch to gzip-compressed vmlinuz kernelGravatar Helge Deller 3-11/+18
2013-07-09parisc: more capabilities info in /proc/cpuinfoGravatar Helge Deller 1-3/+16
2013-07-09arm: add support for LZ4-compressed kernelGravatar Kyungsik Lee 8-2/+24
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelGravatar Robin Holt 5-141/+4
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeGravatar Robin Holt 121-164/+277
2013-07-09reboot: arm: prepare reboot_mode for moving to generic kernel codeGravatar Robin Holt 4-9/+10
2013-07-09reboot: arm: remove unused restart_mode fields from some arm subarchsGravatar Robin Holt 4-6/+0
2013-07-09reboot: unicore32: prepare reboot_mode for moving to generic kernel codeGravatar Robin Holt 3-7/+7
2013-07-09reboot: x86: prepare reboot_mode for moving to generic kernel codeGravatar Robin Holt 1-5/+7
2013-07-09ptrace/x86: flush_ptrace_hw_breakpoint() shoule clear the virtual debug regis...Gravatar Oleg Nesterov 1-0/+3
2013-07-09ptrace/x86: cleanup ptrace_set_debugreg()Gravatar Oleg Nesterov 1-18/+8
2013-07-09ptrace/x86: ptrace_write_dr7() should create bp if !disabledGravatar Oleg Nesterov 1-7/+10
2013-07-09ptrace/x86: introduce ptrace_register_breakpoint()Gravatar Oleg Nesterov 1-36/+50
2013-07-09ptrace/x86: dont delay "disable" till second pass in ptrace_write_dr7()Gravatar Oleg Nesterov 1-33/+20
2013-07-09ptrace/x86: simplify the "disable" logic in ptrace_write_dr7()Gravatar Oleg Nesterov 1-25/+15
2013-07-09ptrace/sh: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Gravatar Oleg Nesterov 1-4/+0
2013-07-09ptrace/arm: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Gravatar Oleg Nesterov 1-8/+0
2013-07-09ptrace/powerpc: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Gravatar Oleg Nesterov 1-26/+4
2013-07-09ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Gravatar Oleg Nesterov 1-23/+5
2013-07-09mm/pgtable: don't accumulate addr during pgd prepopulate pmdGravatar Wanpeng Li 1-3/+1
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersGravatar Johannes Weiner 6-19/+24
2013-07-09metag: checksum.h: fix carry in csum_tcpudp_nofoldGravatar James Hogan 1-1/+2
2013-07-09smp: refine bf561 smpboot codeGravatar Steven Miao 2-14/+11
2013-07-09bf609: stmmac: fix build after stmmac_mdio_bus_data changedGravatar Steven Miao 1-1/+0
2013-07-09bf609: add cpu revision 0.1Gravatar Sonic Zhang 1-1/+1