summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-20percpu: implement new dynamic percpu allocatorTejun Heo
2009-02-20vmalloc: add un/map_kernel_range_noflush()Tejun Heo
2009-02-20vmalloc: implement vm_area_register_early()Tejun Heo
2009-02-20percpu: kill percpu_alloc() and friendsTejun Heo
2009-02-20alloc_percpu: add align argument to __alloc_percpu.Rusty Russell
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell
2009-02-20module: reorder module pcpu related functionsTejun Heo
2009-02-20vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo
2009-02-20x86: use percpu data for 4k hardirq and softirq stacksLai Jiangshan
2009-02-12x86: UV: fix header struct usageRandy Dunlap
2009-02-12x86: merge sys_rt_sigreturn between 32 and 64 bitsH. Peter Anvin
2009-02-11x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst
2009-02-11SGI IA64 UV: fix ia64 build error in the linux-next treeDean Nelson
2009-02-11x86: drop -fno-stack-protector annotations after pt_regs fixesBrian Gerst
2009-02-11x86: pass in pt_regs pointer for syscalls that need itBrian Gerst
2009-02-11x86: use pt_regs pointer in do_device_not_available()Brian Gerst
2009-02-11stackprotector: fix multi-word cross-buildsIngo Molnar
2009-02-11x86: fix x86_32 stack protector bugsTejun Heo
2009-02-09x86: implement x86_32 stack protectorTejun Heo
2009-02-09x86: make lazy %gs optional on x86_32Tejun Heo
2009-02-09x86: add %gs accessors for x86_32Tejun Heo
2009-02-09x86: use asm .macro instead of cpp #define in entry_32.STejun Heo
2009-02-09x86: no stack protector for vdsoTejun Heo
2009-02-09stackprotector: update make rulesTejun Heo
2009-02-09x86: stackprotector.h misc updateTejun Heo
2009-02-09elf: add ELF_CORE_COPY_KERNEL_REGS()Tejun Heo
2009-02-09Merge branch 'x86/urgent' into core/percpuIngo Molnar
2009-02-09Merge branch 'x86/uaccess' into core/percpuIngo Molnar
2009-02-09x86: fix math_emu register frame accessTejun Heo
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar
2009-02-09x86: math_emu info cleanupTejun Heo
2009-02-09x86: include correct %gs in a.out core dumpTejun Heo
2009-02-09x86, vmi: put a missing paravirt_release_pmd in pgd_dtorAlok Kataria
2009-02-09x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu
2009-02-09x86: add clflush before monitor for Intel 7400 seriesPallipadi, Venkatesh
2009-02-09x86: fix abuse of per_cpu_offsetBrian Gerst
2009-02-09x86: use linker to offset symbols by __per_cpu_loadBrian Gerst
2009-02-09percpu: make PER_CPU_BASE_SECTION overridable by archesBrian Gerst
2009-02-08Linux 2.6.29-rc4Linus Torvalds
2009-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-updateLinus Torvalds
2009-02-08radeonfb: Fix resume from D3Cold on some platformsBenjamin Herrenschmidt
2009-02-08aty128fb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt
2009-02-08atyfb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt
2009-02-08async: use list_move_tailStefan Richter
2009-02-08async: Rename _special -> _domain for clarity.Cornelia Huck
2009-02-08async: Add some documentation.Cornelia Huck
2009-02-08async: Handle kthread_run() return codes.Cornelia Huck
2009-02-08async: Fix running list handling.Cornelia Huck
2009-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2009-02-07module: remove over-zealous check in __module_get()Rusty Russell