| Commit message (Expand) | Author | Age | Files | Lines |
* | pata_sis: Fix and clean up some timing setups | Alan Cox | 2007-05-24 | 1 | -23/+23 |
* | hpt3x2n: Correct revision boundary | Alan Cox | 2007-05-24 | 1 | -2/+2 |
* | Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2007-05-24 | 4 | -22/+58 |
|\ |
|
| * | NFS: Fix nfs_direct_dirty_pages() | Trond Myklebust | 2007-05-24 | 1 | -11/+18 |
| * | NFS: Fix handful of compiler warnings in direct.c | Chuck Lever | 2007-05-24 | 1 | -10/+16 |
| * | NFS: Avoid a deadlock situation on write | Trond Myklebust | 2007-05-24 | 3 | -2/+25 |
* | | Revert "HOWTO: bug report addition" (or "HOWTO: mention bughunting") | Linus Torvalds | 2007-05-24 | 1 | -20/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2007-05-24 | 2 | -5/+10 |
|\ \ |
|
| * | | [CRYPTO] geode: Fix in-place operations and set key | Jordan Crouse | 2007-05-24 | 2 | -5/+10 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2007-05-24 | 4 | -53/+37 |
|\ \ \ |
|
| * | | | mmc: add maintainer for ARM Primecell controller | Russell King | 2007-05-24 | 1 | -0/+6 |
| * | | | mmc: add maintainer for iMX MMC interface | Pavel Pisa | 2007-05-24 | 1 | -0/+7 |
| * | | | mmc: Add maintainers for TI OMAP MMC interface | Syed Khasim | 2007-05-24 | 1 | -0/+7 |
| * | | | mmc: mark unmaintained drivers | Pierre Ossman | 2007-05-24 | 1 | -0/+9 |
| * | | | mmc: clean up unused parts of block driver | Pierre Ossman | 2007-05-24 | 3 | -53/+8 |
| | |/
| |/| |
|
* | | | Fix crash with irqpoll due to the IRQF_IRQPOLL flag testing | Linus Torvalds | 2007-05-24 | 1 | -9/+37 |
* | | | boot documentation: clarifications | H. Peter Anvin | 2007-05-23 | 1 | -10/+22 |
* | | | i386 bigsmp: section mismatch fixes | William Lee Irwin III | 2007-05-23 | 1 | -3/+3 |
* | | | drivers/isdn/hardware/eicon/message.c warning fixes | Andrew Morton | 2007-05-23 | 1 | -7/+6 |
* | | | capifunc warning fixes | Andrew Morton | 2007-05-23 | 1 | -8/+8 |
* | | | omap_uwire: SPI_CPHA mode bugfix | Imre Deak | 2007-05-23 | 1 | -2/+2 |
* | | | Documentation/memory-barriers.txt: various fixes | Jarek Poplawski | 2007-05-23 | 1 | -49/+49 |
* | | | i386: fix early usage of atomic_add_return and local_add_return on real i386 | Thomas Gleixner | 2007-05-23 | 2 | -2/+2 |
* | | | Prevent going idle with softirq pending | Thomas Gleixner | 2007-05-23 | 1 | -3/+1 |
* | | | ehci-fsl: fix cache coherency problem on system with large memory | Li Yang | 2007-05-23 | 2 | -0/+14 |
* | | | document clocksources | Randy Dunlap | 2007-05-23 | 1 | -4/+20 |
* | | | eCryptfs: delay writing 0's after llseek until write | Michael Halcrow | 2007-05-23 | 2 | -61/+36 |
* | | | Off by one in floppy.c | Eric Sesterhenn / Snakebyte | 2007-05-23 | 1 | -1/+1 |
* | | | applesmc - sensors patch missing from 2.6.22-rc2 | Nicolas Boichat | 2007-05-23 | 1 | -0/+10 |
* | | | HiSax: fix error checking for hisax_register()] | Alan Stern | 2007-05-23 | 5 | -29/+30 |
* | | | documentation: Documentation/initrd.txt | Domenico Andreoli | 2007-05-23 | 1 | -28/+46 |
* | | | md: fix bug with linear hot-add and elsewhere | NeilBrown | 2007-05-23 | 2 | -11/+19 |
* | | | md: don't write more than is required of the last page of a bitmap | NeilBrown | 2007-05-23 | 2 | -5/+13 |
* | | | md: avoid overflow in raid0 calculation with large components | NeilBrown | 2007-05-23 | 1 | -2/+1 |
* | | | i386, x86-64: show that CONFIG_HOTPLUG_CPU is required for suspend on SMP | Stefan Richter | 2007-05-23 | 2 | -3/+6 |
* | | | i2o: eliminate a peculiar constraint on i2o_max_drivers | Akinobu Mita | 2007-05-23 | 1 | -5/+3 |
* | | | i2o: fix notifiers when max_drivers is configured | Akinobu Mita | 2007-05-23 | 1 | -7/+7 |
* | | | i2o: destroy event queue only when drv->event is set | Akinobu Mita | 2007-05-23 | 1 | -2/+6 |
* | | | signalfd: retrieve multiple signals with one read() call | Davi Arnaut | 2007-05-23 | 1 | -45/+75 |
* | | | update dontdiff file | Randy Dunlap | 2007-05-23 | 1 | -1/+41 |
* | | | power: Fix sizeof(PAGE_SIZE) typo | OGAWA Hirofumi | 2007-05-23 | 1 | -1/+1 |
* | | | Misc: phantom, take care of pci posting | Jiri Slaby | 2007-05-23 | 1 | -1/+10 |
* | | | phantom: move to unlocked_ioctl | Jiri Slaby | 2007-05-23 | 1 | -4/+14 |
* | | | simplify cleanup_workqueue_thread() | Oleg Nesterov | 2007-05-23 | 1 | -47/+37 |
* | | | Char: cyclades, fix deadlock | Jiri Slaby | 2007-05-23 | 1 | -0/+1 |
* | | | SLUB Debug: fix check for super sized slabs (>512k 64bit, >256k 32bit) | Christoph Lameter | 2007-05-23 | 1 | -1/+1 |
* | | | fix unused setup_nr_node_ids | Miklos Szeredi | 2007-05-23 | 1 | -20/+25 |
* | | | fuse: delete inode on drop | Miklos Szeredi | 2007-05-23 | 1 | -0/+1 |
* | | | fuse: generic_write_checks() for direct_io | Miklos Szeredi | 2007-05-23 | 1 | -1/+3 |
* | | | uselib: add missing MNT_NOEXEC check | Christoph Hellwig | 2007-05-23 | 1 | -0/+3 |