summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: simplify force plug flush code a little bitShaohua Li2011-08-241-1/+0
* block: separate priority boosting from REQ_METAChristoph Hellwig2011-08-231-2/+4
* block: remove READ_META and WRITE_METAChristoph Hellwig2011-08-231-2/+0
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-08-197-15/+101
|\
| * block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer2011-08-151-0/+1
| * blktrace: add FLUSH/FUA supportNamhyung Kim2011-08-112-11/+14
| * Move some REQ flags to the common bio/request areaMatthew Wilcox2011-08-111-3/+4
| * loop: add management interface for on-demand device allocationKay Sievers2011-07-312-0/+5
| * loop: replace linked list of allocated devices with an idr indexKay Sievers2011-07-311-1/+0
| * block: add bsg helper libraryMike Christie2011-07-312-0/+77
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-08-191-1/+15
|\ \
| * | PCI : ability to relocate assigned pci-resourcesRam Pai2011-08-011-0/+1
| * | PCI: Set PCI-E Max Payload Size on fabricJon Mason2011-08-011-1/+14
* | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-08-171-3/+7
|\ \ \
| * | | PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2011-08-141-3/+7
* | | | mm: fix __page_to_pfn for a const struct page argumentIan Campbell2011-08-172-4/+4
* | | | mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const.Ian Campbell2011-08-172-2/+2
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-08-171-0/+3
|\ \ \ \
| * | | | rtc: Limit RTC PIE frequencyThomas Gleixner2011-07-261-0/+3
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-08-172-1/+11
|\ \ \ \ \
| * | | | | irq: Track the owner of irq descriptorSebastian Andrzej Siewior2011-07-282-1/+11
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-08-141-2/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | mmc: remove unused "ddr" parameter in struct mmc_iosJaehoon Chung2011-08-131-2/+0
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-08-131-1/+1
|\ \ \ \ \ \
| * | | | | | ASoC: omap: Update e-mail address of Jarkko NikulaJarkko Nikula2011-08-121-1/+1
* | | | | | | Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-121-0/+7
|\ \ \ \ \ \ \
| * | | | | | | dt: add empty of_get_property for non-dtStephen Warren2011-08-091-0/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-08-123-4/+6
|\ \ \ \ \ \ \
| * | | | | | | ipv4: route non-local sources for raw socketJulian Anastasov2011-08-071-1/+1
| * | | | | | | net: Make userland include of netlink.h more sane.David S. Miller2011-08-072-3/+5
| |/ / / / / /
* | | | | | | move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov2011-08-111-0/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-08-091-14/+14
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | ASoC: Rename WM8915 to WM8996Mark Brown2011-08-081-14/+14
| |/ / / / /
* | | | | | mm: Fix fixup_user_fault() for MMU=nPeter Zijlstra2011-08-081-2/+10
* | | | | | cred: use 'const' in get_current_{user,groups}Linus Torvalds2011-08-081-2/+2
* | | | | | CRED: Restore const to current_cred()David Howells2011-08-081-1/+1
|/ / / / /
* | | | | fix rcu annotations noise in cred.hAl Viro2011-08-071-5/+6
* | | | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-08-062-5/+130
|\ \ \ \ \
| * | | | | exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh2011-08-061-0/+125
| * | | | | nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4Boaz Harrosh2011-08-041-5/+5
| |/ / / /
* | | | | vfs: optimize inode cache access patternsLinus Torvalds2011-08-061-22/+37
* | | | | vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds2011-08-061-17/+13
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-08-063-12/+25
|\ \ \ \ \
| * | | | | net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-062-12/+20
| * | | | | crypto: Move md5_transform to lib/md5.cDavid S. Miller2011-08-061-0/+5
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2011-08-061-0/+2
|\ \ \ \ \ \
| * | | | | | Add KEY_MICMUTE and enable it on Lenovo X220Andy Lutomirski2011-08-051-0/+2
| |/ / / / /
* / / / / / lib/sha1: use the git implementation of SHA-1Mandeep Singh Baines2011-08-061-1/+1
|/ / / / /
* | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-08-052-1/+4
|\ \ \ \ \
| * | | | | drm: Separate EDID Header Check from EDID Block CheckThomas Reim2011-08-041-0/+1