aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25printk: allocate kernel log buffer earlierMike Travis1-0/+2
2011-05-25x86: remove 32-bit versions of readq()/writeq()Roland Dreier2-24/+2
2011-05-25Remove unused PROC_CHANGE_PENALTY constantStephen Boyd5-20/+0
2011-05-25um: fix crash while os_dump_core()Richard Weinberger1-0/+1
2011-05-25um: include linux/prefetch.hRichard Weinberger1-0/+2
2011-05-25um: print info about fatal segfaultsRichard Weinberger1-0/+24
2011-05-25um: add ucast ethernet transportNolan Leake7-311/+403
2011-05-25um: add earlyprintk supportRichard Weinberger5-0/+50
2011-05-25um: remove SIGHUP handlerRichard Weinberger1-1/+0
2011-05-25um: fix UML_LIB_PATHRichard Weinberger3-2/+8
2011-05-25cris: convert old cpumask API into new oneKOSAKI Motohiro2-17/+20
2011-05-25mn10300: convert old cpumask API into new oneKOSAKI Motohiro4-63/+68
2011-05-25alpha: hook up gpiolib supportMark Brown2-0/+59
2011-05-25alpha: replace with new cpumask APIsKOSAKI Motohiro5-12/+14
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+2
2011-05-25m32r, mm: set all online nodes in N_NORMAL_MEMORYDavid Rientjes1-0/+1
2011-05-25alpha, mm: set all online nodes in N_NORMAL_MEMORYDavid Rientjes1-0/+1
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro1-1/+0
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra8-120/+22
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra21-41/+0
2011-05-25um: mmu_gather reworkPeter Zijlstra1-18/+11
2011-05-25ia64: mmu_gather reworkPeter Zijlstra1-20/+46
2011-05-25sh: mmu_gather reworkPeter Zijlstra1-11/+17
2011-05-25arm: mmu_gather reworkPeter Zijlstra1-16/+37
2011-05-25s390: mmu_gather reworkPeter Zijlstra1-25/+37
2011-05-25sparc: mmu_gather reworkPeter Zijlstra6-116/+63
2011-05-25powerpc: mmu_gather reworkPeter Zijlstra8-17/+46
2011-05-25x86,mm: make pagefault killableKOSAKI Motohiro1-1/+11
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes7-13/+17
2011-05-25xtensa/mm: remove WANT_PAGE_VIRTUALSebastian Andrzej Siewior1-4/+0
2011-05-25xtensa/mm: remove pgtable.cSebastian Andrzej Siewior1-72/+0
2011-05-24Merge branch 'for-linus/2640/i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2-9/+13
2011-05-25mach-ux500: set proper I2C platform data from MOP500sLinus Walleij1-6/+8
2011-05-25i2c-nomadik: fix speed enumeratorLinus Walleij1-1/+1
2011-05-25i2c-nomadik: make i2c timeout specific per i2c busVirupax Sadashivpetimath1-2/+4
2011-05-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds35-668/+626
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-3/+1
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds18-18/+23
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds40-1960/+1368
2011-05-24x86, ioapic: Restore ioapic entries during resume properlySuresh Siddha1-2/+2
2011-05-24x86: Get rid of asmregparmRichard Weinberger2-7/+2
2011-05-24um: Use RWSEM_GENERIC_SPINLOCK on x86Richard Weinberger1-2/+2
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo321-9558/+9989
2011-05-24m68knommu: Use generic show_interrupts()Geert Uytterhoeven2-28/+1
2011-05-24m68k: merge the mmu and non-mmu versions of sys_m68k.cGreg Ungerer3-643/+578
2011-05-24m68knommu: use asm-generic/bitops/ext2-atomic.hAkinobu Mita1-17/+1
2011-05-24m68knommu: Remove obsolete #include <linux/sys.h>Geert Uytterhoeven6-6/+0
2011-05-24m68k: merge mmu and non-mmu versions of asm-offsets.cGreg Ungerer6-190/+114
2011-05-23Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds17-76/+25