| Commit message (Expand) | Author | Age |
... | |
| * | | | | dev_vdbg(), available with -DVERBOSE_DEBUG | David Brownell | 2007-07-18 |
| * | | | | sysfs: make sysfs_init_inode() static | Tejun Heo | 2007-07-18 |
| * | | | | sysfs: fix sysfs root inode nlink accounting | Tejun Heo | 2007-07-18 |
| * | | | | Documentation fix devres.txt: lib/iomap.c -> lib/devres.c | Brandon Philips | 2007-07-18 |
| * | | | | sysfs: avoid kmem_cache_free(NULL) | Akinobu Mita | 2007-07-18 |
| * | | | | PM: remove deprecated dpm_runtime_* routines | Alan Stern | 2007-07-18 |
| * | | | | PM: Remove deprecated sysfs files | Alan Stern | 2007-07-18 |
| * | | | | Driver core: accept all valid action-strings in uevent-trigger | Kay Sievers | 2007-07-18 |
| * | | | | debugfs: remove rmdir() non-empty complaint | Jens Axboe | 2007-07-18 |
| |/ / / |
|
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/uio-2.6 | Linus Torvalds | 2007-07-18 |
|\ \ \ \ |
|
| * | | | | UIO: Hilscher CIF card driver | Hans-Jürgen Koch | 2007-07-18 |
| * | | | | UIO: Documentation | Hans J. Koch | 2007-07-18 |
| * | | | | UIO: Add the User IO core code | Hans J. Koch | 2007-07-18 |
| |/ / / |
|
* | | | | Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2007-07-18 |
|\ \ \ \ |
|
| * | | | | locks: fix vfs_test_lock() comment | J. Bruce Fields | 2007-07-18 |
| * | | | | locks: make posix_test_lock() interface more consistent | J. Bruce Fields | 2007-07-18 |
| * | | | | nfs: disable leases over NFS | J. Bruce Fields | 2007-07-18 |
| * | | | | gfs2: stop giving out non-cluster-coherent leases | Marc Eshel | 2007-07-18 |
| * | | | | locks: export setlease to filesystems | J. Bruce Fields | 2007-07-18 |
| * | | | | locks: provide a file lease method enabling cluster-coherent leases | J. Bruce Fields | 2007-07-18 |
| * | | | | locks: rename lease functions to reflect locks.c conventions | J. Bruce Fields | 2007-07-18 |
| * | | | | locks: share more common lease code | J. Bruce Fields | 2007-07-18 |
| * | | | | locks: clean up lease_alloc() | J. Bruce Fields | 2007-07-18 |
| * | | | | locks: convert an -EINVAL return to a BUG | J. Bruce Fields | 2007-07-18 |
| * | | | | leases: minor break_lease() comment clarification | david m. richter | 2007-07-18 |
* | | | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 2007-07-18 |
|\ \ \ \ \ |
|
| * | | | | | IB/mthca: Simplify use of size0 in work request posting | Roland Dreier | 2007-07-18 |
| * | | | | | IB/mthca: Factor out setting WQE UD segment entries | Roland Dreier | 2007-07-18 |
| * | | | | | IB/mthca: Factor out setting WQE remote address and atomic segment entries | Roland Dreier | 2007-07-18 |
| * | | | | | IB/mlx4: Factor out setting other WQE segments | Roland Dreier | 2007-07-18 |
| * | | | | | IB/mlx4: Factor out setting WQE data segment entries | Roland Dreier | 2007-07-18 |
| * | | | | | IB/mthca: Factor out setting WQE data segment entries | Roland Dreier | 2007-07-18 |
| * | | | | | IB/mlx4: Return receive queue sizes for userspace QPs from query QP | Roland Dreier | 2007-07-17 |
| * | | | | | IB/mlx4: Increase max outstanding RDMA reads as target | Jack Morgenstein | 2007-07-17 |
| * | | | | | RDMA/cma: Remove local write permission from QP access flags | Dotan Barak | 2007-07-17 |
| * | | | | | IB/mthca: Use uninitialized_var() for f0 | Roland Dreier | 2007-07-17 |
| * | | | | | IB/cm: Make internal function cm_get_ack_delay() static | Roland Dreier | 2007-07-17 |
| * | | | | | IB/ipath: Remove ipath_get_user_pages_nocopy() | Roland Dreier | 2007-07-17 |
| * | | | | | IB/ipath: Make a few functions static | Roland Dreier | 2007-07-17 |
| * | | | | | mlx4_core: Reset device when internal error is detected | Jack Morgenstein | 2007-07-17 |
| * | | | | | IB/iser: Make a couple of functions static | Roland Dreier | 2007-07-17 |
| * | | | | | IB/mthca: Fix printk format used for firmware version in warning | Roland Dreier | 2007-07-17 |
| * | | | | | IB/mthca: Schedule MSI support for removal | Roland Dreier | 2007-07-17 |
| * | | | | | IB/ehca: Fix warnings issued by checkpatch.pl | Hoang-Nam Nguyen | 2007-07-17 |
| * | | | | | IB/ehca: Restructure ehca_set_pagebuf() | Hoang-Nam Nguyen | 2007-07-17 |
| * | | | | | IB/ehca: MR/MW structure refactoring | Hoang-Nam Nguyen | 2007-07-17 |
| * | | | | | IB/ehca: Use macro to calculate number of chunks in a mem block | Hoang-Nam Nguyen | 2007-07-17 |
| * | | | | | IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded value | Hoang-Nam Nguyen | 2007-07-17 |
| * | | | | | IB/ehca: Use common error code mapping instead of specific ones | Hoang-Nam Nguyen | 2007-07-17 |
| * | | | | | IB/ehca: Fix memory leak in error path of ehca_get_dma_mr() | Hoang-Nam Nguyen | 2007-07-17 |