- f0aa661 vmalloc: implement vm_area_register_early() by Tejun Heo · 16 years ago
- f2a8205 percpu: kill percpu_alloc() and friends by Tejun Heo · 16 years ago
- 313e458 alloc_percpu: add align argument to __alloc_percpu. by Rusty Russell · 16 years ago
- b36128c alloc_percpu: change percpu_ptr to per_cpu_ptr by Rusty Russell · 16 years ago
- 6b588c1 module: reorder module pcpu related functions by Tejun Heo · 16 years ago
- 7342695 vmalloc: call flush_cache_vunmap() from unmap_kernel_range() by Tejun Heo · 16 years ago
- 42f8fae x86: use percpu data for 4k hardirq and softirq stacks by Lai Jiangshan · 16 years ago
- 58105ef x86: UV: fix header struct usage by Randy Dunlap · 16 years ago
- 7445250 x86: merge sys_rt_sigreturn between 32 and 64 bits by H. Peter Anvin · 16 years ago
- b12bdaf x86: use regparm(3) for passed-in pt_regs pointer by Brian Gerst · 16 years ago
- 1c00400 SGI IA64 UV: fix ia64 build error in the linux-next tree by Dean Nelson · 16 years ago
- 9c8bb6b x86: drop -fno-stack-protector annotations after pt_regs fixes by Brian Gerst · 16 years ago
- 253f29a x86: pass in pt_regs pointer for syscalls that need it by Brian Gerst · 16 years ago
- aa78bcf x86: use pt_regs pointer in do_device_not_available() by Brian Gerst · 16 years ago
- ebd9026 stackprotector: fix multi-word cross-builds by Ingo Molnar · 16 years ago
- 5c79d2a x86: fix x86_32 stack protector bugs by Tejun Heo · 16 years ago
- 60a5317 x86: implement x86_32 stack protector by Tejun Heo · 16 years ago
- ccbeed3 x86: make lazy %gs optional on x86_32 by Tejun Heo · 16 years ago
- d9a89a2 x86: add %gs accessors for x86_32 by Tejun Heo · 16 years ago
- f0d9611 x86: use asm .macro instead of cpp #define in entry_32.S by Tejun Heo · 16 years ago
- d627ded x86: no stack protector for vdso by Tejun Heo · 16 years ago
- 5d707e9 stackprotector: update make rules by Tejun Heo · 16 years ago
- 76397f7 x86: stackprotector.h misc update by Tejun Heo · 16 years ago
- 6cd61c0 elf: add ELF_CORE_COPY_KERNEL_REGS() by Tejun Heo · 16 years ago
- 92e2d50 Merge branch 'x86/urgent' into core/percpu by Ingo Molnar · 16 years ago
- 5d96218 Merge branch 'x86/uaccess' into core/percpu by Ingo Molnar · 16 years ago
- d315760 x86: fix math_emu register frame access by Tejun Heo · 16 years ago
- 249d51b Merge commit 'v2.6.29-rc4' into core/percpu by Ingo Molnar · 16 years ago
- ae6af41 x86: math_emu info cleanup by Tejun Heo · 16 years ago
- 914c3d6 x86: include correct %gs in a.out core dump by Tejun Heo · 16 years ago
- 55a8ba4 x86, vmi: put a missing paravirt_release_pmd in pgd_dtor by Alok Kataria · 16 years ago
- 3f4a739 x86: find nr_irqs_gsi with mp_ioapic_routing by Yinghai Lu · 16 years ago
- e736ad5 x86: add clflush before monitor for Intel 7400 series by Pallipadi, Venkatesh · 16 years ago
- 44581a2 x86: fix abuse of per_cpu_offset by Brian Gerst · 16 years ago
- 2add8e2 x86: use linker to offset symbols by __per_cpu_load by Brian Gerst · 16 years ago
- d377044 percpu: make PER_CPU_BASE_SECTION overridable by arches by Brian Gerst · 16 years ago
- 8e49215 Linux 2.6.29-rc4 by Linus Torvalds · 16 years ago
- 58edf8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-update by Linus Torvalds · 16 years ago
- 1fb25cb radeonfb: Fix resume from D3Cold on some platforms by Benjamin Herrenschmidt · 16 years ago
- b746bb7 aty128fb: Properly save PCI state before changing PCI PM level by Benjamin Herrenschmidt · 16 years ago
- b746816 atyfb: Properly save PCI state before changing PCI PM level by Benjamin Herrenschmidt · 16 years ago
- f7de762 async: use list_move_tail by Stefan Richter · 16 years ago
- 766ccb9 async: Rename _special -> _domain for clarity. by Cornelia Huck · 16 years ago
- f30d5b3 async: Add some documentation. by Cornelia Huck · 16 years ago
- 86532d8 async: Handle kthread_run() return codes. by Cornelia Huck · 16 years ago
- 7a89bbc async: Fix running list handling. by Cornelia Huck · 16 years ago
- e83102c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
- 7f9a50a5 module: remove over-zealous check in __module_get() by Rusty Russell · 16 years ago
- f12b12a Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
- 2d29c6a Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec', 'misc', 'printk' and 'processor' into release by Len Brown · 16 years ago
- 370154b ACPI: Kconfig text - Fix the ACPI_CONTAINER module name according to the real module name. by Thierry Vignaud · 16 years ago
- 7695fb0 eeepc-laptop: fix oops when changing backlight brightness during eeepc-laptop init by Darren Salt · 16 years ago
- 386e4a8 ACPICA: Fix table entry truncation calculation by Myron Stowe · 16 years ago
- d96f94c ACPI: Enable bit 11 in _PDC to advertise hw coord by Pallipadi, Venkatesh · 16 years ago
- db1461a ACPI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- 4d93915 ACPI: add missing KERN_* constants to printks by Frank Seidel · 16 years ago
- fc5a9f8 ACPI: dock: Don't eval _STA on every show_docked sysfs read by Holger Macht · 16 years ago
- ccfef64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
- ae1a25d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 16 years ago
- fd9fc84 eCryptfs: Regression in unencrypted filename symlinks by Tyler Hicks · 16 years ago
- eeb9485 Merge branch 'x86/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland by Linus Torvalds · 16 years ago
- c09249f x86-64: fix int $0x80 -ENOSYS return by Roland McGrath · 16 years ago
- 1d87b0d Merge branch 'to-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland by Linus Torvalds · 16 years ago
- 92dc07b elf core dump: fix get_user use by Roland McGrath · 16 years ago
- 0bf2f3a CRED: Fix SUID exec regression by David Howells · 16 years ago
- d4cf109 vfs: Don't call attach_nobh_buffers() with an empty list by Dave Kleikamp · 16 years ago
- 6cec508 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
- 9e3a9d1 ACPI: disable ACPI cleanly when bad RSDP found by Len Brown · 16 years ago
- 9fdd54f ACPI: delete CPU_IDLE=n code by Len Brown · 16 years ago
- 5e3bd4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 16 years ago
- bcee402 Add Sascha Hauer to .mailmap by Uwe Kleine-König · 16 years ago
- 6d7f2ca add another mailmap entry for Uwe Kleine-König by Uwe Kleine-König · 16 years ago
- 04ec93f fork.c: fix NULL pointer dereference when nr_threads == threads-max by Li Zefan · 16 years ago
- 42f15d7 Btrfs: Make sure dir is non-null before doing S_ISGID checks by Chris Mason · 16 years ago
- b2a740a Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
- 8643153 ieee1394: dv1394: move deprecation message from module init to file open by Stefan Richter · 16 years ago
- b0050ca Merge branch 'fix/usb-audio' into for-linus by Takashi Iwai · 16 years ago
- b2573eb Merge branch 'fix/hda' into for-linus by Takashi Iwai · 16 years ago
- 4a5a4c5 ALSA: hda - Add missing COEF initialization for ALC887 by Takashi Iwai · 16 years ago
- c6e8f2d ALSA: hda - Add missing initialization for ALC272 by Takashi Iwai · 16 years ago
- 894dcd7 sound: usb-audio: handle wMaxPacketSize for FIXED_ENDPOINT devices by Clemens Ladisch · 16 years ago
- de01dfa md: Ensure an md array never has too many devices. by NeilBrown · 16 years ago
- 852c8bf md: Fix a bug in linear.c causing which_dev() to return the wrong device. by Andre Noll · 16 years ago
- 4706b34 md: Allow read error in a single drive raid1 to be passed up. by NeilBrown · 16 years ago
- 9be260a prevent kprobes from catching spurious page faults by Masami Hiramatsu · 16 years ago
- 767b582 braino in sg_ioctl_trans() by Al Viro · 16 years ago
- 0822563 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 16 years ago
- 09cd5b8 Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
- cc5724c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
- a23f4bb Revert "tcp: Always set urgent pointer if it's beyond snd_nxt" by David S. Miller · 16 years ago
- 0178b69 ipv6: Copy cork options in ip6_append_data by Herbert Xu · 16 years ago
- 12402b5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
- 7b5e56f udp: Fix UDP short packet false positive by Jesper Dangaard Brouer · 16 years ago
- f01d1d5 seq_file: fix big-enough lseek() + read() by Alexey Dobriyan · 16 years ago
- 33da889 seq_file: move traverse so it can be used from seq_read by Eric Biederman · 16 years ago
- 361916a sgi-xp: fix writing past the end of kzalloc()'d space by Dean Nelson · 16 years ago
- fb9a680 alpha: fixup BUG macro by Alexey Dobriyan · 16 years ago
- 736d545 sx.c: fix missed unlock_kernel() on error path in sx_fw_ioctl() by Dan Carpenter · 16 years ago
- fe86175 atyfb: fix CONFIG_ namespace violations by Randy Dunlap · 16 years ago
- cd29cf7 rtc-ds1390: fix compilation warnings in drivers/rtc/rtc-ds1390.c by Manish Katiyar · 16 years ago