summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vmalloc: add @align to vm_area_register_early()Tejun Heo2009-02-244-7/+10
* bootmem: reorder interface functions and add a missing oneTejun Heo2009-02-241-13/+17
* bootmem: clean up arch-specific bootmem wrappingTejun Heo2009-02-245-49/+22
* percpu: fix pcpu_chunk_struct_sizeTejun Heo2009-02-241-1/+1
* percpu: clean up size usageTejun Heo2009-02-211-11/+12
* x86: convert to the new dynamic percpu allocatorTejun Heo2009-02-206-22/+81
* percpu: implement new dynamic percpu allocatorTejun Heo2009-02-204-4/+943
* vmalloc: add un/map_kernel_range_noflush()Tejun Heo2009-02-202-3/+67
* vmalloc: implement vm_area_register_early()Tejun Heo2009-02-203-7/+38
* percpu: kill percpu_alloc() and friendsTejun Heo2009-02-202-38/+41
* alloc_percpu: add align argument to __alloc_percpu.Rusty Russell2009-02-203-5/+6
* alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell2009-02-205-19/+18
* module: reorder module pcpu related functionsTejun Heo2009-02-201-15/+18
* vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo2009-02-201-0/+2
* x86: use percpu data for 4k hardirq and softirq stacksLai Jiangshan2009-02-201-14/+15
* x86: UV: fix header struct usageRandy Dunlap2009-02-111-0/+3
* x86: merge sys_rt_sigreturn between 32 and 64 bitsH. Peter Anvin2009-02-112-14/+2
* x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst2009-02-116-45/+49
* SGI IA64 UV: fix ia64 build error in the linux-next treeDean Nelson2009-02-114-31/+24
* x86: drop -fno-stack-protector annotations after pt_regs fixesBrian Gerst2009-02-111-18/+0
* x86: pass in pt_regs pointer for syscalls that need itBrian Gerst2009-02-118-80/+81
* x86: use pt_regs pointer in do_device_not_available()Brian Gerst2009-02-112-5/+6
* stackprotector: fix multi-word cross-buildsIngo Molnar2009-02-112-2/+2
* x86: fix x86_32 stack protector bugsTejun Heo2009-02-115-12/+20
* x86: implement x86_32 stack protectorTejun Heo2009-02-1012-16/+180
* x86: make lazy %gs optional on x86_32Tejun Heo2009-02-1011-40/+158
* x86: add %gs accessors for x86_32Tejun Heo2009-02-109-45/+41
* x86: use asm .macro instead of cpp #define in entry_32.STejun Heo2009-02-101-142/+151
* x86: no stack protector for vdsoTejun Heo2009-02-101-1/+1
* stackprotector: update make rulesTejun Heo2009-02-104-13/+15
* x86: stackprotector.h misc updateTejun Heo2009-02-101-1/+6
* elf: add ELF_CORE_COPY_KERNEL_REGS()Tejun Heo2009-02-102-1/+10
* Merge branch 'x86/urgent' into core/percpuIngo Molnar2009-02-1024-115/+198
|\
| * x86: fix math_emu register frame accessTejun Heo2009-02-107-56/+55
| * x86: math_emu info cleanupTejun Heo2009-02-096-64/+48
| * x86: include correct %gs in a.out core dumpTejun Heo2009-02-091-3/+1
| * x86, vmi: put a missing paravirt_release_pmd in pgd_dtorAlok Kataria2009-02-091-0/+11
| * x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu2009-02-093-5/+44
| * x86: add clflush before monitor for Intel 7400 seriesPallipadi, Venkatesh2009-02-093-0/+10
| * x86: disable intel_iommu support by defaultKyle McMartin2009-02-053-3/+24
| * x86: don't apply __supported_pte_mask to non-present ptesJeremy Fitzhardinge2009-02-042-7/+21
| * x86: fix grammar in user-visible BIOS warningAlex Chiang2009-02-051-1/+1
| * x86/Kconfig.cpu: make Kconfig help readable in the consoleBorislav Petkov2009-02-041-13/+15
| * x86, 64-bit: print DMI info in the oops traceKyle McMartin2009-02-041-2/+7
* | Merge branch 'x86/uaccess' into core/percpuIngo Molnar2009-02-109-425/+488
|\ \
| * | x86: uaccess: use errret as error value in __put_user_size()Hiroshi Shimamoto2009-02-041-5/+6
| * | x86: uaccess: fix compilation error on CONFIG_M386Hiroshi Shimamoto2009-01-291-2/+20
| * | x86: ia32_signal: use {get|put}_user_try and catchHiroshi Shimamoto2009-01-231-170/+195
| * | x86: signal: use {get|put}_user_try and catchHiroshi Shimamoto2009-01-231-137/+154
| * | x86: uaccess: introduce try and catch frameworkHiroshi Shimamoto2009-01-233-0/+110
OpenPOWER on IntegriCloud