summaryrefslogtreecommitdiffstats
path: root/mm/sparse.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-24x86: add embedding percpu first chunk allocatorTejun Heo1-1/+85
2009-02-24x86: separate out setup_pcpu_4k() from setup_per_cpu_areas()Tejun Heo1-42/+102
2009-02-24percpu: give more latitude to arch specific first chunk initializationTejun Heo3-36/+167
2009-02-24percpu: remove unit_size power-of-2 restrictionTejun Heo1-14/+19
2009-02-24x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo4-35/+63
2009-02-24vmalloc: add @align to vm_area_register_early()Tejun Heo4-7/+10
2009-02-24bootmem: reorder interface functions and add a missing oneTejun Heo1-13/+17
2009-02-24bootmem: clean up arch-specific bootmem wrappingTejun Heo5-49/+22
2009-02-24percpu: fix pcpu_chunk_struct_sizeTejun Heo1-1/+1
2009-02-21percpu: clean up size usageTejun Heo1-11/+12
2009-02-20x86: convert to the new dynamic percpu allocatorTejun Heo6-22/+81
2009-02-20percpu: implement new dynamic percpu allocatorTejun Heo4-4/+943
2009-02-20vmalloc: add un/map_kernel_range_noflush()Tejun Heo2-3/+67
2009-02-20vmalloc: implement vm_area_register_early()Tejun Heo3-7/+38
2009-02-20percpu: kill percpu_alloc() and friendsTejun Heo2-38/+41
2009-02-20alloc_percpu: add align argument to __alloc_percpu.Rusty Russell3-5/+6
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell5-19/+18
2009-02-20module: reorder module pcpu related functionsTejun Heo1-15/+18
2009-02-20vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo1-0/+2
2009-02-20x86: use percpu data for 4k hardirq and softirq stacksLai Jiangshan1-14/+15
2009-02-12x86: UV: fix header struct usageRandy Dunlap1-0/+3
2009-02-12x86: merge sys_rt_sigreturn between 32 and 64 bitsH. Peter Anvin2-14/+2
2009-02-11x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst6-45/+49
2009-02-11SGI IA64 UV: fix ia64 build error in the linux-next treeDean Nelson4-31/+24
2009-02-11x86: drop -fno-stack-protector annotations after pt_regs fixesBrian Gerst1-18/+0
2009-02-11x86: pass in pt_regs pointer for syscalls that need itBrian Gerst8-80/+81
2009-02-11x86: use pt_regs pointer in do_device_not_available()Brian Gerst2-5/+6
2009-02-11stackprotector: fix multi-word cross-buildsIngo Molnar2-2/+2
2009-02-11x86: fix x86_32 stack protector bugsTejun Heo5-12/+20
2009-02-10x86: implement x86_32 stack protectorTejun Heo12-16/+180
2009-02-10x86: make lazy %gs optional on x86_32Tejun Heo11-40/+158
2009-02-10x86: add %gs accessors for x86_32Tejun Heo9-45/+41
2009-02-10x86: use asm .macro instead of cpp #define in entry_32.STejun Heo1-142/+151
2009-02-10x86: no stack protector for vdsoTejun Heo1-1/+1
2009-02-10stackprotector: update make rulesTejun Heo4-13/+15
2009-02-10x86: stackprotector.h misc updateTejun Heo1-1/+6
2009-02-10elf: add ELF_CORE_COPY_KERNEL_REGS()Tejun Heo2-1/+10
2009-02-10x86: fix math_emu register frame accessTejun Heo7-56/+55
2009-02-09x86: math_emu info cleanupTejun Heo6-64/+48
2009-02-09x86: include correct %gs in a.out core dumpTejun Heo1-3/+1
2009-02-09x86, vmi: put a missing paravirt_release_pmd in pgd_dtorAlok Kataria1-0/+11
2009-02-09x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu3-5/+44
2009-02-09x86: add clflush before monitor for Intel 7400 seriesPallipadi, Venkatesh3-0/+10
2009-02-09x86: fix abuse of per_cpu_offsetBrian Gerst1-2/+2
2009-02-09x86: use linker to offset symbols by __per_cpu_loadBrian Gerst5-24/+35
2009-02-09percpu: make PER_CPU_BASE_SECTION overridable by archesBrian Gerst2-3/+9
2009-02-08Linux 2.6.29-rc4v2.6.29-rc4Linus Torvalds1-1/+1
2009-02-08radeonfb: Fix resume from D3Cold on some platformsBenjamin Herrenschmidt2-67/+20
2009-02-08aty128fb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt1-10/+15
2009-02-08atyfb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt1-5/+15