aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-24alpha: kill unnecessary __used attribute in PER_CPU_ATTRIBUTESTejun Heo1-5/+0
2009-06-24percpu: clean up percpu variable definitionsTejun Heo2-11/+11
2009-06-24percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo2-4/+5
2009-06-24percpu: cleanup percpu array definitionsTejun Heo7-8/+8
2009-06-24CRIS: Change DEFINE_PER_CPU of current_pgd to be non volatile.Jesper Nilsson2-2/+3
2009-06-24linker script: throw away .discard sectionTejun Heo23-0/+27
2009-06-24percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo6-3/+15
2009-06-22x86: ensure percpu lpage doesn't consume too much vmalloc spaceTejun Heo1-3/+15
2009-06-22x86: implement percpu_alloc kernel parameterTejun Heo1-19/+50
2009-06-22x86: fix pageattr handling for lpage percpu allocator and re-enable itTejun Heo3-10/+93
2009-06-22x86: reorganize cpa_process_alias()Tejun Heo1-27/+23
2009-06-22x86: prepare setup_pcpu_lpage() for pageattr fixTejun Heo1-25/+33
2009-06-22x86: rename remap percpu first chunk allocator to lpageTejun Heo1-25/+25
2009-06-22x86: fix duplicate free in setup_pcpu_remap() failure pathTejun Heo1-1/+1
2009-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-4/+9
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds23-24/+24
2009-06-20x86, 64-bit: Clean up user address maskingLinus Torvalds4-12/+4
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds19-397/+1075
2009-06-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+11
2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-4/+11
2009-06-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds37-597/+670
2009-06-20Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-7/+6
2009-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+42
2009-06-20x86: don't use 'access_ok()' as a range check in get_user_pages_fast()Linus Torvalds1-2/+7
2009-06-20microblaze: Add missing symbols for CONSTRUCTORS supportMichal Simek1-5/+6
2009-06-20microblaze: remove init_mmArnd Bergmann1-2/+0
2009-06-20Merge branch 'x86/mce3' into x86/urgentIngo Molnar16-508/+528
2009-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds1-0/+6
2009-06-19Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds63-122/+7805
2009-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds55-1690/+108
2009-06-19powerpc/86xx: add MMC SPI support for MPC8610HPCD boardsAnton Vorontsov2-0/+36
2009-06-19perf_counter, x86: Improve interactions with fast-gupIngo Molnar2-2/+7
2009-06-19perf_counter: Make callchain samples extensiblePeter Zijlstra1-23/+6
2009-06-18sparc64: Fix UP bootup regression.David S. Miller1-0/+6
2009-06-18Blackfin: convert page/tlb to asm-genericMike Frysinger4-157/+4
2009-06-18Blackfin: convert types to asm-genericMike Frysinger2-81/+12
2009-06-18Blackfin: convert irq/process to asm-genericMike Frysinger4-75/+30
2009-06-18Blackfin: convert signal/mmap to asm-genericMike Frysinger2-199/+4
2009-06-18Blackfin: convert locking primitives to asm-genericMike Frysinger6-308/+25
2009-06-18Blackfin: convert termios to asm-genericMike Frysinger2-292/+2
2009-06-18Blackfin: convert simple headers to asm-genericMike Frysinger20-170/+10
2009-06-18Blackfin: convert socket/poll to asm-genericMike Frysinger3-90/+5
2009-06-18Blackfin: convert user/elf to asm-genericMike Frysinger2-90/+2
2009-06-18Blackfin: convert shm/sysv/ipc to asm-genericMike Frysinger5-134/+5
2009-06-18Blackfin: convert asm/ioctls.h to asm-generic/ioctls.hMike Frysinger1-82/+2
2009-06-18Blackfin: only build irqpanic.c when neededMike Frysinger2-10/+4
2009-06-18Blackfin: pull in asm/io.h in ksyms for prototypesMike Frysinger1-0/+1
2009-06-18Blackfin: use common test_bit() rather than __test_bit()Mike Frysinger1-2/+2
2009-06-18function-graph: add stack frame testSteven Rostedt6-4/+11
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds116-3721/+3805