aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
...
| | | * | | | | | | | | | | | | | | | | [S390] mm: add page fault retry handlingHeiko Carstens2011-05-26
| | | * | | | | | | | | | | | | | | | | [S390] mm: handle kernel caused page fault oom situationsHeiko Carstens2011-05-26
| | | * | | | | | | | | | | | | | | | | [S390] delay: implement ndelayHeiko Carstens2011-05-26
| | | * | | | | | | | | | | | | | | | | [S390] topology,sched: fix cpu_coregroup_mask/cpu_book_mask definitionsHeiko Carstens2011-05-26
| | | * | | | | | | | | | | | | | | | | [S390] hwsampler: allow cpu hotplugMartin Schwidefsky2011-05-26
| | | * | | | | | | | | | | | | | | | | [S390] uaccess: turn __access_ok() into a defineHeiko Carstens2011-05-26
| | | * | | | | | | | | | | | | | | | | [S390] irq: merge irq.c and s390_ext.cHeiko Carstens2011-05-26
| | | * | | | | | | | | | | | | | | | | [S390] irq: fix service signal external interrupt handlingHeiko Carstens2011-05-26
| | | * | | | | | | | | | | | | | | | | [S390] pfault: always enable service signal interruptHeiko Carstens2011-05-26
| | | | |/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-05-27
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Merge remote branch 'kumar/merge' into mergeBenjamin Herrenschmidt2011-05-26
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | powerpc/fsl_rio: Error interrupt handler for sRIO on MPC85xxShaohui Xie2011-05-20
| | | | * | | | | | | | | | | | | | | | powerpc/fsl_rio: move machine_check handlerShaohui Xie2011-05-20
| | | | * | | | | | | | | | | | | | | | powerpc/fsl_lbc: Add workaround for ELBC-A001 erratumShengzhou Liu2011-05-20
| | * | | | | | | | | | | | | | | | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2011-05-27
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | ARM: RX-51: Enable isp1704 power on/offKalle Jokiniemi2011-04-20
| | * | | | | | | | | | | | | | | | | | | Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-26
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | xen: fix compile without CONFIG_XEN_DEBUG_FSJeremy Fitzhardinge2011-05-20
| | | * | | | | | | | | | | | | | | | | | | Use arbitrary_virt_to_machine() to deal with ioremapped pud updates.Jeremy Fitzhardinge2011-05-20
| | | * | | | | | | | | | | | | | | | | | | Use arbitrary_virt_to_machine() to deal with ioremapped pmd updates.Jeremy Fitzhardinge2011-05-20
| | | * | | | | | | | | | | | | | | | | | | xen/mmu: remove all ad-hoc stats stuffJeremy Fitzhardinge2011-05-20
| | | * | | | | | | | | | | | | | | | | | | xen: use normal virt_to_machine for ptesJeremy Fitzhardinge2011-05-20
| | | * | | | | | | | | | | | | | | | | | | xen: make a pile of mmu pvop functions staticJeremy Fitzhardinge2011-05-20
| | | * | | | | | | | | | | | | | | | | | | xen: condense everything onto xen_set_pteJeremy Fitzhardinge2011-05-20
| | | * | | | | | | | | | | | | | | | | | | xen: use mmu_update for xen_set_pte_at()Jeremy Fitzhardinge2011-05-20
| | | * | | | | | | | | | | | | | | | | | | xen: drop all the special iomap pte paths.Jeremy Fitzhardinge2011-05-20
| | | | |_|_|_|_|_|_|_|_|/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | m68knommu: use generic find_next_bit_le()Akinobu Mita2011-05-26
| | * | | | | | | | | | | | | | | | | | | s390: use asm-generic/bitops/le.hAkinobu Mita2011-05-26
| | * | | | | | | | | | | | | | | | | | | arm: use asm-generic/bitops/le.hAkinobu Mita2011-05-26
| | * | | | | | | | | | | | | | | | | | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-26
| | * | | | | | | | | | | | | | | | | | | arch: add #define for each of optimized find bitopsAkinobu Mita2011-05-26
| | * | | | | | | | | | | | | | | | | | | m68knommu: fix build error due to the lack of find_next_bit_le()Akinobu Mita2011-05-26
| | * | | | | | | | | | | | | | | | | | | kgdbts: unify/generalize gdb breakpoint adjustmentMike Frysinger2011-05-26
| | * | | | | | | | | | | | | | | | | | | sh: convert to asm-generic ptrace.hMike Frysinger2011-05-26
| | * | | | | | | | | | | | | | | | | | | x86: convert to asm-generic ptrace.hMike Frysinger2011-05-26
| | * | | | | | | | | | | | | | | | | | | Blackfin: convert to asm-generic ptrace.hMike Frysinger2011-05-26
| | * | | | | | | | | | | | | | | | | | | cgroup: remove the ns_cgroupDaniel Lezcano2011-05-26
| | * | | | | | | | | | | | | | | | | | | m32r: remove redundant declarationKOSAKI Motohiro2011-05-26
| | * | | | | | | | | | | | | | | | | | | m32r: convert cpumask apiKOSAKI Motohiro2011-05-26
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-26
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | x86: vdso: Remove unused variableThomas Gleixner2011-05-26
| | | * | | | | | | | | | | | | | | | | | x86-64: Optimize vDSO time()Andy Lutomirski2011-05-24
| | | * | | | | | | | | | | | | | | | | | x86-64: Add time to vDSOAndy Lutomirski2011-05-24
| | | * | | | | | | | | | | | | | | | | | x86-64: Turn off -pg and turn on -foptimize-sibling-calls for vDSOAndy Lutomirski2011-05-24
| | | * | | | | | | | | | | | | | | | | | x86-64: Move vread_tsc into a new file with sensible optionsAndy Lutomirski2011-05-24
| | | * | | | | | | | | | | | | | | | | | x86-64: Vclock_gettime(CLOCK_MONOTONIC) can't ever see nsec < 0Andy Lutomirski2011-05-24
| | | * | | | | | | | | | | | | | | | | | x86-64: Don't generate cmov in vread_tscAndy Lutomirski2011-05-24
| | | * | | | | | | | | | | | | | | | | | x86-64: Remove unnecessary barrier in vread_tscAndy Lutomirski2011-05-24
| | | * | | | | | | | | | | | | | | | | | x86-64: Clean up vdso/kernel shared variablesAndy Lutomirski2011-05-24
| | | | |_|_|_|_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git....Linus Torvalds2011-05-26
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | |