Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2009-06-12 | 1 | -0/+12 |
|\ | |||||
| * | Merge branch 'topic/lx6464es' into for-linus | Takashi Iwai | 2009-06-10 | 1 | -0/+5 |
| |\ | |||||
| | * | ALSA: lx6464es - driver for the digigram lx6464es interface | Tim Blechmann | 2009-04-14 | 1 | -0/+5 |
| * | | Merge branch 'topic/ctxfi' into for-linus | Takashi Iwai | 2009-06-10 | 1 | -0/+7 |
| |\ \ | |||||
| | * | | ALSA: ctxfi - Move PCI ID definitions to linux/pci_ids.h | Takashi Iwai | 2009-05-14 | 1 | -0/+7 |
* | | | | Merge branch 'topic/slab/earlyboot-v2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-06-12 | 5 | -1/+29 |
|\ \ \ \ | |||||
| * | | | | slab,slub: don't enable interrupts during early boot | Pekka Enberg | 2009-06-12 | 4 | -0/+12 |
| * | | | | memcg: fix page_cgroup fatal error in FLATMEM | KAMEZAWA Hiroyuki | 2009-06-12 | 1 | -1/+17 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2009-06-12 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | [SCSI] Merge branch 'linus' | James Bottomley | 2009-06-12 | 98 | -781/+2646 |
| |\ \ \ \ \ | | |/ / / / | |||||
| * | | | | | [SCSI] net, libfcoe: Add the FCoE Initialization Protocol ethertype | Joe Eykholt | 2009-06-08 | 1 | -0/+1 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest | Linus Torvalds | 2009-06-12 | 2 | -1/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | lguest: remove obsolete LHREQ_BREAK call | Rusty Russell | 2009-06-12 | 1 | -1/+1 |
| * | | | | | | lguest: use eventfds for device notification | Rusty Russell | 2009-06-12 | 1 | -0/+1 |
| * | | | | | | lguest: improve interrupt handling, speed up stream networking | Rusty Russell | 2009-06-12 | 1 | -0/+4 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtio | Linus Torvalds | 2009-06-12 | 4 | -18/+64 |
|\ \ \ \ \ \ | |||||
| * | | | | | | virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC) | Mark McLoughlin | 2009-06-12 | 1 | -0/+5 |
| * | | | | | | virtio: teach virtio_has_feature() about transport features | Mark McLoughlin | 2009-06-12 | 1 | -1/+3 |
| * | | | | | | virtio_pci: optional MSI-X support | Michael S. Tsirkin | 2009-06-12 | 1 | -1/+9 |
| * | | | | | | virtio: find_vqs/del_vqs virtio operations | Michael S. Tsirkin | 2009-06-12 | 1 | -11/+36 |
| * | | | | | | virtio: add names to virtqueue struct, mapping from devices to queues. | Rusty Russell | 2009-06-12 | 3 | -7/+14 |
| * | | | | | | virtio: fix obsolete documentation on probe function | Rusty Russell | 2009-06-12 | 1 | -2/+1 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi... | Linus Torvalds | 2009-06-12 | 1 | -0/+31 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CUSE: implement CUSE - Character device in Userspace | Tejun Heo | 2009-06-09 | 1 | -0/+31 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an... | Linus Torvalds | 2009-06-12 | 3 | -11/+35 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | module: trim exception table on init free. | Rusty Russell | 2009-06-12 | 1 | -0/+1 |
| * | | | | | | | module_param: allow 'bool' module_params to be bool, not just int. | Rusty Russell | 2009-06-12 | 1 | -9/+23 |
| * | | | | | | | module_param: add __same_type convenience wrapper for __builtin_types_compati... | Rusty Russell | 2009-06-12 | 1 | -0/+5 |
| * | | | | | | | module_param: split perm field into flags and perm | Rusty Russell | 2009-06-12 | 1 | -2/+6 |
| * | | | | | | | module_param: invbool should take a 'bool', not an 'int' | Rusty Russell | 2009-06-12 | 1 | -1/+1 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds | 2009-06-12 | 3 | -26/+23 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | ide: add IDE_DFLAG_NIEN_QUIRK device flag | Bartlomiej Zolnierkiewicz | 2009-06-07 | 1 | -1/+1 |
| * | | | | | | ide: respect quirk_drives[] list on all controllers | Bartlomiej Zolnierkiewicz | 2009-06-07 | 1 | -0/+1 |
| * | | | | | | Merge branch 'for-linus' into for-next | Bartlomiej Zolnierkiewicz | 2009-06-07 | 3 | -2/+7 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | ide: preserve Host Protected Area by default (v2) | Bartlomiej Zolnierkiewicz | 2009-06-07 | 1 | -0/+2 |
| | * | | | | | | ide-gd: implement block device ->set_capacity method (v2) | Bartlomiej Zolnierkiewicz | 2009-06-07 | 1 | -2/+2 |
| | * | | | | | | partitions: add ->set_capacity block device method | Bartlomiej Zolnierkiewicz | 2009-06-07 | 2 | -0/+3 |
| * | | | | | | | Merge branch 'for-linus' into for-next | Bartlomiej Zolnierkiewicz | 2009-05-22 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| * | | | | | | | ide: remove hw_regs_t typedef | Bartlomiej Zolnierkiewicz | 2009-05-17 | 1 | -7/+7 |
| * | | | | | | | ide: pass number of ports to ide_host_{alloc,add}() (v2) | Bartlomiej Zolnierkiewicz | 2009-05-17 | 1 | -2/+3 |
| * | | | | | | | ide: remove chipset field from hw_regs_t | Bartlomiej Zolnierkiewicz | 2009-05-17 | 1 | -1/+0 |
| * | | | | | | | ide: replace special_t typedef by IDE_SFLAG_* flags | Bartlomiej Zolnierkiewicz | 2009-05-17 | 1 | -15/+6 |
* | | | | | | | | fs/qnx4: sanitize includes | Al Viro | 2009-06-11 | 2 | -60/+1 |
* | | | | | | | | Sanitize qnx4 fsync handling | Al Viro | 2009-06-11 | 1 | -2/+0 |
* | | | | | | | | New helper - simple_fsync() | Al Viro | 2009-06-11 | 1 | -0/+2 |
* | | | | | | | | linux/magic.h: move cramfs magic out of cramfs_fs.h | Mike Frysinger | 2009-06-11 | 2 | -2/+3 |
* | | | | | | | | fs: Rearrange inode structure elements to avoid waste due to padding | Theodore Ts'o | 2009-06-11 | 1 | -1/+1 |
* | | | | | | | | fs: Remove i_cindex from struct inode | Theodore Ts'o | 2009-06-11 | 2 | -1/+2 |
* | | | | | | | | Trim a bit of crap from fs.h | Al Viro | 2009-06-11 | 1 | -3/+0 |
* | | | | | | | | dcache: extrace and use d_unlinked() | Alexey Dobriyan | 2009-06-11 | 1 | -0/+5 |