summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2012-03-22Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for...Linus Torvalds
2012-03-22Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-22Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2012-03-22numa_emulation: fix cpumask_of_node()Andrea Arcangeli
2012-03-22hugetlb: remove prev_vma from hugetlb_get_unmapped_area_topdown()Xiao Guangrong
2012-03-22mm: search from free_area_cache for the bigger sizeXiao Guangrong
2012-03-22hugetlb: try to search again if it is really neededXiao Guangrong
2012-03-22sparc: use block_sigmask()Matt Fleming
2012-03-22xtensa: use set_current_blocked() and block_sigmask()Matt Fleming
2012-03-22xtensa: don't mask signals if we fail to setup signal stackMatt Fleming
2012-03-22xtensa: no need to reset handler if SA_ONESHOTMatt Fleming
2012-03-22xtensa: don't reimplement force_sigsegv()Matt Fleming
2012-03-22mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-03-21Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds
2012-03-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-03-21take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro
2012-03-21um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't...Al Viro
2012-03-21um: embed ->stub_pages[] into mmu_contextAl Viro
2012-03-21__register_binfmt() made voidAl Viro
2012-03-21spufs: make register_filesystem the last potential failure exitAl Viro
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-21powerpc/ps3: Do not adjust the wrapper load addressStephen Rothwell
2012-03-21powerpc: Remove the rest of the legacy iSeries include filesStephen Rothwell
2012-03-21powerpc: Remove the remaining CONFIG_PPC_ISERIES piecesStephen Rothwell
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell
2012-03-21powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt
2012-03-20Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt
2012-03-20Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt
2012-03-20powerpc/5200: convert mpc5200 to use of_platform_populate()Grant Likely
2012-03-20powerpc/mpc5200: add options to mpc5200_defconfigHeiko Schocher
2012-03-20powerpc/mpc52xx: add a4m072 board supportHeiko Schocher
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-03-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-03-20highmem: kill all __kmap_atomic()Cong Wang