Age | Commit message (Expand) | Author |
2008-02-06 | x86: mark the .rodata section also NX | Arjan van de Ven |
2008-02-06 | x86: fix iret exception recovery on 64-bit | Roland McGrath |
2008-02-06 | cpuidle: dubious one-bit signed bitfield in cpuidle.h | Harvey Harrison |
2008-02-06 | x86: fix sparse warnings in powernow-k8.c | Harvey Harrison |
2008-02-06 | x86: fix sparse error in traps_32.c | Harvey Harrison |
2008-02-06 | x86: trivial sparse/checkpatch in quirks.c | Harvey Harrison |
2008-02-06 | x86 ptrace: disallow null cs/ss | Roland McGrath |
2008-02-06 | MAINTAINERS: RDC R-321x SoC maintainer | Florian Fainelli |
2008-02-06 | brk randomization: introduce CONFIG_COMPAT_BRK | Ingo Molnar |
2008-02-06 | brk: check the lower bound properly | Jiri Kosina |
2008-02-06 | x86: remove X2 workaround | Ingo Molnar |
2008-02-06 | x86: make spurious fault handler aware of large mappings | Thomas Gleixner |
2008-02-06 | x86: make traps on entry code be debuggable in user space, 64-bit | Roland McGrath |
2008-02-06 | Merge branch 'async-tx-for-linus' of git://lost.foo-projects.org/~dwillia2/gi... | Linus Torvalds |
2008-02-06 | scsi: megaraid: trivial drop duplicate mutex.h include | Daniel Walker |
2008-02-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds |
2008-02-06 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2008-02-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2008-02-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds |
2008-02-06 | fb: fix warning: no return statement in function returning non-void | Anton Vorontsov |
2008-02-06 | virtio: add missing #include <linux/delay.h> | Johann Felix Soden |
2008-02-06 | ext3: fix lock inversion in direct IO | Jan Kara |
2008-02-06 | jbd.h: hide kernel only code | Olaf Hering |
2008-02-06 | ext3: remove unused code from ext3_find_entry() | Mariusz Kozlowski |
2008-02-06 | ext[234]: cleanup ext[234]_bg_num_gdb() | Akinobu Mita |
2008-02-06 | ext[234]: remove unused argument for ext[234]_find_goal() | Akinobu Mita |
2008-02-06 | ext[234]: use ext[234]_get_group_desc() | Akinobu Mita |
2008-02-06 | ext[234]: fix comment for nonexistent variable | Akinobu Mita |
2008-02-06 | ext3: change the default behaviour on error | Aneesh Kumar K.V |
2008-02-06 | ext3: return after ext3_error in case of failures | Aneesh Kumar K.V |
2008-02-06 | make jbd/journal.c:__journal_abort_hard() static | Adrian Bunk |
2008-02-06 | BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2 | Andi Kleen |
2008-02-06 | BKL-removal: remove incorrect BKL comment in ext2 | Andi Kleen |
2008-02-06 | BKL-removal: convert ext2 over to use unlocked_ioctl | Andi Kleen |
2008-02-06 | ext3: add block bitmap validation | Aneesh Kumar K.V |
2008-02-06 | ext2: add block bitmap validation | Aneesh Kumar K.V |
2008-02-06 | PNP: disable Supermicro H8DCE motherboard resources that overlap SATA BARs | Bjorn Helgaas |
2008-02-06 | PNP: do not test PNP_DRIVER_RES_DO_NOT_CHANGE on suspend/resume | Rene Herman |
2008-02-06 | isapnp driver semaphore to mutex | Daniel Walker |
2008-02-06 | pnp: declare PNP option parsing functions as __init | Thomas Renninger |
2008-02-06 | simplify pnp_activate_dev() and pnp_disable_dev() return values | Bjorn Helgaas |
2008-02-06 | md: fix an occasional deadlock in raid5 | NeilBrown |
2008-02-06 | md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDE... | NeilBrown |
2008-02-06 | md: change ITERATE_RDEV to rdev_for_each | NeilBrown |
2008-02-06 | md: change INTERATE_MDDEV to for_each_mddev | NeilBrown |
2008-02-06 | md: change a few 'int' to 'size_t' in md | NeilBrown |
2008-02-06 | md: fix use-after-free bug when dropping an rdev from an md array | NeilBrown |
2008-02-06 | md: allow an md array to appear with 0 drives if it has external metadata | NeilBrown |
2008-02-06 | md: lock address when changing attributes of component devices | NeilBrown |
2008-02-06 | md: allow devices to be shared between md arrays | NeilBrown |