| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] iscsi_transport: add support for net settings | Mike Christie | 2011-08-27 | 2 | -0/+64 |
* | [SCSI] fcoe: Move common functions to fcoe_transport library | Bhanu Prakash Gollapudi | 2011-08-27 | 1 | -0/+3 |
* | [SCSI] libsas: export sas_alloc_task() | Dan Williams | 2011-08-27 | 1 | -24/+2 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2011-08-19 | 7 | -15/+101 |
|\ |
|
| * | block: fix flush machinery for stacking drivers with differring flush flags | Jeff Moyer | 2011-08-15 | 1 | -0/+1 |
| * | blktrace: add FLUSH/FUA support | Namhyung Kim | 2011-08-11 | 2 | -11/+14 |
| * | Move some REQ flags to the common bio/request area | Matthew Wilcox | 2011-08-11 | 1 | -3/+4 |
| * | loop: add management interface for on-demand device allocation | Kay Sievers | 2011-07-31 | 2 | -0/+5 |
| * | loop: replace linked list of allocated devices with an idr index | Kay Sievers | 2011-07-31 | 1 | -1/+0 |
| * | block: add bsg helper library | Mike Christie | 2011-07-31 | 2 | -0/+77 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2011-08-19 | 1 | -1/+15 |
|\ \ |
|
| * | | PCI : ability to relocate assigned pci-resources | Ram Pai | 2011-08-01 | 1 | -0/+1 |
| * | | PCI: Set PCI-E Max Payload Size on fabric | Jon Mason | 2011-08-01 | 1 | -1/+14 |
* | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2011-08-17 | 1 | -3/+7 |
|\ \ \ |
|
| * | | | PM / Domains: Fix build for CONFIG_PM_RUNTIME unset | Rafael J. Wysocki | 2011-08-14 | 1 | -3/+7 |
* | | | | mm: fix __page_to_pfn for a const struct page argument | Ian Campbell | 2011-08-17 | 2 | -4/+4 |
* | | | | mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const. | Ian Campbell | 2011-08-17 | 2 | -2/+2 |
* | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-08-17 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | rtc: Limit RTC PIE frequency | Thomas Gleixner | 2011-07-26 | 1 | -0/+3 |
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-08-17 | 2 | -1/+11 |
|\ \ \ \ \ |
|
| * | | | | | irq: Track the owner of irq descriptor | Sebastian Andrzej Siewior | 2011-07-28 | 2 | -1/+11 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 2011-08-14 | 1 | -2/+0 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | mmc: remove unused "ddr" parameter in struct mmc_ios | Jaehoon Chung | 2011-08-13 | 1 | -2/+0 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2011-08-14 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | ASoC: omap: Update e-mail address of Jarkko Nikula | Jarkko Nikula | 2011-08-12 | 1 | -1/+1 |
* | | | | | | | Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-08-13 | 1 | -0/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | dt: add empty of_get_property for non-dt | Stephen Warren | 2011-08-09 | 1 | -0/+7 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2011-08-12 | 3 | -4/+6 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | ipv4: route non-local sources for raw socket | Julian Anastasov | 2011-08-08 | 1 | -1/+1 |
| * | | | | | | | net: Make userland include of netlink.h more sane. | David S. Miller | 2011-08-08 | 2 | -3/+5 |
| |/ / / / / / |
|
* | | | | | | | move RLIMIT_NPROC check from set_user() to do_execve_common() | Vasiliy Kulikov | 2011-08-11 | 1 | -0/+1 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2011-08-09 | 1 | -14/+14 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | ASoC: Rename WM8915 to WM8996 | Mark Brown | 2011-08-08 | 1 | -14/+14 |
| |/ / / / / |
|
* | | | | | | mm: Fix fixup_user_fault() for MMU=n | Peter Zijlstra | 2011-08-08 | 1 | -2/+10 |
* | | | | | | cred: use 'const' in get_current_{user,groups} | Linus Torvalds | 2011-08-08 | 1 | -2/+2 |
* | | | | | | CRED: Restore const to current_cred() | David Howells | 2011-08-08 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | fix rcu annotations noise in cred.h | Al Viro | 2011-08-07 | 1 | -5/+6 |
* | | | | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 2011-08-07 | 2 | -5/+130 |
|\ \ \ \ \ |
|
| * | | | | | exofs: Rename raid engine from exofs/ios.c => ore | Boaz Harrosh | 2011-08-07 | 1 | -0/+125 |
| * | | | | | nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4 | Boaz Harrosh | 2011-08-04 | 1 | -5/+5 |
| |/ / / / |
|
* | | | | | vfs: optimize inode cache access patterns | Linus Torvalds | 2011-08-07 | 1 | -22/+37 |
* | | | | | vfs: renumber DCACHE_xyz flags, remove some stale ones | Linus Torvalds | 2011-08-07 | 1 | -17/+13 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2011-08-07 | 3 | -12/+25 |
|\ \ \ \ \ |
|
| * | | | | | net: Compute protocol sequence numbers and fragment IDs using MD5. | David S. Miller | 2011-08-07 | 2 | -12/+20 |
| * | | | | | crypto: Move md5_transform to lib/md5.c | David S. Miller | 2011-08-07 | 1 | -0/+5 |
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg... | Linus Torvalds | 2011-08-06 | 1 | -0/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add KEY_MICMUTE and enable it on Lenovo X220 | Andy Lutomirski | 2011-08-05 | 1 | -0/+2 |
| |/ / / / / |
|
* / / / / / | lib/sha1: use the git implementation of SHA-1 | Mandeep Singh Baines | 2011-08-06 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2011-08-05 | 2 | -1/+4 |
|\ \ \ \ \ |
|
| * | | | | | drm: Separate EDID Header Check from EDID Block Check | Thomas Reim | 2011-08-04 | 1 | -0/+1 |