| Commit message (Expand) | Author | Files | Lines |
2008-05-02 | virtio: finer-grained features for virtio_net | Rusty Russell | 2 | -2/+20 |
2008-05-02 | virtio: wean net driver off NETDEV_TX_BUSY | Rusty Russell | 1 | -20/+43 |
2008-05-02 | virtio-blk: fix remove oops | Marcelo Tosatti | 1 | -2/+0 |
2008-05-02 | virtio: fix scatterlist sizing in net driver. | Rusty Russell | 1 | -4/+4 |
2008-05-02 | virtio: de-structify virtio_block status byte | Rusty Russell | 3 | -15/+10 |
2008-05-02 | virtio: export more headers to userspace | Christian Borntraeger | 1 | -0/+5 |
2008-05-02 | virtio: fix sparse return void-valued expression warnings | Harvey Harrison | 1 | -2/+2 |
2008-05-02 | virtio: fix tx_ stats in virtio_net | Rusty Russell | 1 | -1/+1 |
2008-05-02 | virtio: ignore corrupted virtqueues rather than spinning. | Rusty Russell | 1 | -0/+5 |
2008-05-01 | [MTD][NOR] Add physical address to point() method | Jared Hulbert | 12 | -51/+77 |
2008-05-01 | firewire: fw-sbp2: log scsi_target ID at release | Stefan Richter | 1 | -1/+1 |
2008-05-01 | ieee1394: fix NULL pointer dereference in sysfs access | Stefan Richter | 1 | -1/+4 |
2008-05-01 | [JFFS2] Track parent inode for directories (for NFS export) | David Woodhouse | 12 | -42/+70 |
2008-05-01 | kbuild: fix vmlinux.o link | Sam Ravnborg | 1 | -2/+4 |
2008-05-01 | kconfig: made check-lxdialog more portable | Sam Ravnborg | 1 | -2/+4 |
2008-05-01 | make generic sys_ptrace unconditional | Christoph Hellwig | 1 | -2/+0 |
2008-05-01 | [JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean. | David Woodhouse | 4 | -7/+8 |
2008-05-01 | m68knommu: fix FEC driver locking | Sebastian Siewior | 1 | -22/+33 |
2008-05-01 | m68knommu: kill warnings in FEC driver | Sebastian Siewior | 1 | -2/+8 |
2008-05-01 | m68knommu: remove unused interrupts in FEC driver | Greg Ungerer | 1 | -34/+2 |
2008-05-01 | m68knommu: fix ColdFire 5272 fec driver hash registers | Greg Ungerer | 2 | -12/+16 |
2008-05-01 | m68knommu: fix compare race in sched related code | Sebastian Siewior | 1 | -0/+2 |
2008-05-01 | m68knommu: rework definition of HZ | Greg Ungerer | 1 | -2/+5 |
2008-05-01 | m68knommu: update MAX_M68K_DMA_CHANNELS for some plattforms | Sebastian Siewior | 1 | -1/+2 |
2008-05-01 | m68knommu: remove unused CONFIG_DISKtel | Greg Ungerer | 1 | -2/+1 |
2008-05-01 | m68knommu: add WilFire and WildfireMod board support | Steve Bennett | 1 | -1/+265 |
2008-05-01 | m68knommu: remove unused CONFIG_MTD_KeyTechnology | Greg Ungerer | 1 | -4/+0 |
2008-05-01 | m68knommu: fix 5206e UART init function naming | Greg Ungerer | 1 | -1/+1 |
2008-05-01 | m68knommu: add some missing sections into the linker script | Sebastian Siewior | 1 | -0/+3 |
2008-05-01 | m68knommu: add pretty back strace | Sebastian Siewior | 1 | -34/+54 |
2008-05-01 | m68knommu: add a missing backslash n in setup code | Sebastian Siewior | 1 | -1/+1 |
2008-05-01 | m68knommu: ColdFire add support for kernel preemption | Sebastian Siewior | 2 | -0/+17 |
2008-05-01 | m68knommu: fix signal handling return path | Wilson Callan | 2 | -17/+13 |
2008-05-01 | drivers/scsi/mvsas.c: fix printk warnings | Andrew Morton | 1 | -1/+3 |
2008-05-01 | drivers/scsi/ncr53c8xx.c: fix warning | Andrew Morton | 1 | -1/+1 |
2008-05-01 | drivers-char-synclinkc-inbreak-mgsl_put_char-fix | Andrew Morton | 1 | -1/+1 |
2008-05-01 | drivers/char/synclink.c: unbreak mgsl_put_char() | Andrew Morton | 1 | -8/+8 |
2008-05-01 | block: remove remaining __FUNCTION__ occurrences | Harvey Harrison | 6 | -23/+20 |
2008-05-01 | cpu: change cpu_sys_devices from array to per_cpu variable | Mike Travis | 1 | -5/+5 |
2008-05-01 | fuse: use clamp() rather than nested min/max | Harvey Harrison | 1 | -1/+1 |
2008-05-01 | cciss: assign PDE->data before gluing PDE into /proc tree | Denis V. Lunev | 1 | -6/+2 |
2008-05-01 | workqueue: remove redundant function invocation | Andrew Liu | 1 | -4/+2 |
2008-05-01 | memcg: simple stats for memory resource controller | Balaji Rao | 1 | -0/+11 |
2008-05-01 | gpio: pca953x: add support for pca9555 I2C I/O expander | Will Newton | 1 | -1/+3 |
2008-05-01 | autofs: path_{get,put}() cleanups | Jan Blunck | 2 | -7/+7 |
2008-05-01 | autofs4: fix incorrect return from root.c:try_to_fill_dentry() | Jeff Moyer | 1 | -2/+2 |
2008-05-01 | autofs4: fix execution order race in mount request code | Jeff Moyer | 1 | -0/+22 |
2008-05-01 | autofs4: check for invalid dentry in getpath | Ian Kent | 1 | -1/+1 |
2008-05-01 | autofs4: fix sparse warning in waitq.c:autofs4_expire_indirect() | Ian Kent | 1 | -13/+11 |
2008-05-01 | quota: add a convenience macro for filesystems | Jan Kara | 1 | -0/+3 |