aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-11x86: UV: fix header struct usageRandy Dunlap1-0/+3
2009-02-11x86: 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-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
2009-02-08async: use list_move_tailStefan Richter1-2/+1
2009-02-08async: Rename _special -> _domain for clarity.Cornelia Huck3-24/+29
2009-02-08async: Add some documentation.Cornelia Huck1-0/+47
2009-02-08async: Handle kthread_run() return codes.Cornelia Huck1-2/+9
2009-02-08async: Fix running list handling.Cornelia Huck1-2/+2
2009-02-07module: remove over-zealous check in __module_get()Rusty Russell1-1/+0
2009-02-07ACPI: Kconfig text - Fix the ACPI_CONTAINER module name according to the real module name.Thierry Vignaud1-1/+1
2009-02-07eeepc-laptop: fix oops when changing backlight brightness during eeepc-laptop initDarren Salt1-1/+2
2009-02-07ACPICA: Fix table entry truncation calculationMyron Stowe1-4/+3
2009-02-07ACPI: Enable bit 11 in _PDC to advertise hw coordPallipadi, Venkatesh1-0/+2
2009-02-07ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+4
2009-02-07ACPI: add missing KERN_* constants to printksFrank Seidel6-11/+12
2009-02-06ACPI: dock: Don't eval _STA on every show_docked sysfs readHolger Macht1-1/+5
2009-02-06eCryptfs: Regression in unencrypted filename symlinksTyler Hicks1-2/+2
2009-02-06x86-64: fix int $0x80 -ENOSYS returnRoland McGrath1-3/+5
2009-02-06elf core dump: fix get_user useRoland McGrath1-2/+12
2009-02-07CRED: Fix SUID exec regressionDavid Howells3-8/+24