| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2014-10-11 | 4 | -49/+33 |
|\ |
|
| * | locks: fix fcntl_setlease/getlease return when !CONFIG_FILE_LOCKING | Jeff Layton | 2014-10-07 | 1 | -2/+2 |
| * | locks: set fl_owner for leases to filp instead of current->files | Jeff Layton | 2014-10-07 | 1 | -7/+1 |
| * | locks: give lm_break a return value | Jeff Layton | 2014-10-07 | 1 | -1/+1 |
| * | locks: move freeing of leases outside of i_lock | Jeff Layton | 2014-10-07 | 1 | -3/+4 |
| * | locks: define a lm_setup handler for leases | Jeff Layton | 2014-10-07 | 1 | -0/+1 |
| * | locks: plumb a "priv" pointer into the setlease routines | Jeff Layton | 2014-10-07 | 1 | -6/+6 |
| * | locks: generic_delete_lease doesn't need a file_lock at all | Jeff Layton | 2014-10-07 | 1 | -7/+7 |
| * | security: make security_file_set_fowner, f_setown and __f_setown void return | Jeff Layton | 2014-09-09 | 2 | -6/+6 |
| * | locks: consolidate "nolease" routines | Jeff Layton | 2014-09-09 | 1 | -0/+1 |
| * | locks: remove lock_may_read and lock_may_write | Jeff Layton | 2014-09-09 | 1 | -14/+0 |
| * | lockd: rip out deferred lock handling from testlock codepath | Jeff Layton | 2014-09-09 | 1 | -1/+0 |
| * | locks: New ops in lock_manager_operations for get/put owner | Kinglong Mee | 2014-09-09 | 1 | -0/+2 |
| * | locks: Rename __locks_copy_lock() to locks_copy_conflock() | Kinglong Mee | 2014-09-09 | 1 | -2/+2 |
| * | locks: Remove unused conf argument from lm_grant | Joe Perches | 2014-09-09 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-10-11 | 1 | -16/+69 |
|\ \ |
|
| * | | Btrfs: fix wrong parse of extent map's tracepoint | Liu Bo | 2014-09-18 | 1 | -6/+7 |
| * | | Btrfs: show real function name in btrfs workqueue tracepoint | Liu Bo | 2014-09-17 | 1 | -1/+1 |
| * | | Btrfs: cleanup for btrfs workqueue tracepoints | Liu Bo | 2014-09-17 | 1 | -7/+0 |
| * | | Btrfs: add work_struct information for workqueue tracepoint | Liu Bo | 2014-09-17 | 1 | -3/+6 |
| * | | btrfs: add trace for qgroup accounting | Mark Fasheh | 2014-09-17 | 1 | -0/+56 |
* | | | Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2014-10-11 | 2 | -0/+4 |
|\ \ \ |
|
| * | | | vfio/iommu_type1: add new VFIO_TYPE1_NESTING_IOMMU IOMMU type | Will Deacon | 2014-09-29 | 1 | -0/+3 |
| * | | | iommu: introduce domain attribute for nesting IOMMUs | Will Deacon | 2014-09-29 | 1 | -0/+1 |
* | | | | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-10-11 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | of: Introduce Device Tree resolve support. | Pantelis Antoniou | 2014-10-04 | 1 | -0/+3 |
| |/ / / |
|
* | | | | Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmc | Linus Torvalds | 2014-10-11 | 8 | -7/+61 |
|\ \ \ \ |
|
| * | | | | mmc: sdhci: Add quirk for always getting TC with stop cmd | Adrian Hunter | 2014-10-03 | 1 | -0/+2 |
| * | | | | mmc: core: restore detect line inversion semantics | Linus Walleij | 2014-10-02 | 1 | -2/+2 |
| * | | | | mmc: core: Add new power_mode MMC_POWER_UNDEFINED | Roger Tseng | 2014-09-24 | 1 | -0/+1 |
| * | | | | mmc: Consolidate emmc tuning blocks | Stephen Boyd | 2014-09-23 | 1 | -0/+5 |
| * | | | | mmc: Replace "enhanced_area_en" attribute by "partition_setting_completed" | Grégory Soutadé | 2014-09-19 | 2 | -1/+3 |
| * | | | | mmc: slot-gpio: add gpiod variant to get wp GPIO | Linus Walleij | 2014-09-09 | 1 | -0/+3 |
| * | | | | mmc: remove MMC_CAP2_NO_MULTI_READ flags | Kuninori Morimoto | 2014-09-09 | 1 | -1/+0 |
| * | | | | mmc: use .multi_io_quirk on tmio_mmc | Kuninori Morimoto | 2014-09-09 | 1 | -0/+3 |
| * | | | | mmc: Add .multi_io_quirk callback for multi I/O HW bug | Kuninori Morimoto | 2014-09-09 | 1 | -0/+7 |
| * | | | | mmc: sdhci: handle busy-end interrupt during command | Chanho Min | 2014-09-09 | 1 | -0/+1 |
| * | | | | mmc: dw_mmc: Support voltage changes | Doug Anderson | 2014-09-09 | 1 | -0/+2 |
| * | | | | mmc: dw_mmc: use mmc_regulator_get_supply to handle regulators | Yuvaraj CD | 2014-09-09 | 1 | -1/+1 |
| * | | | | mmc: tmio: add actual clock support as option | Shinobu Uehara | 2014-09-09 | 1 | -0/+5 |
| * | | | | mmc: tmio: remove Renesas specific #ifdef | Kuninori Morimoto | 2014-09-09 | 1 | -0/+5 |
| * | | | | mmc: tmio: add TMIO_MMC_SDIO_STATUS_QUIRK | Shinobu Uehara | 2014-09-09 | 1 | -0/+5 |
| * | | | | mmc: tmio: control multiple block transfer mode | Shinobu Uehara | 2014-09-09 | 1 | -0/+6 |
| * | | | | mmc: tmio: care about DMA tx/rx addr offset | Kuninori Morimoto | 2014-09-09 | 1 | -0/+1 |
| * | | | | mmc: implement Driver Stage Register handling | Sascha Hauer | 2014-09-09 | 2 | -1/+5 |
| * | | | | mmc: Correct the value of MMC_NUM_PHY_PARTITION | Yi Sun | 2014-09-09 | 1 | -2/+3 |
| * | | | | mmc: include linux/types.h for bool definition in atmel-mci.h | Hans-Christian Egtvedt | 2014-09-09 | 1 | -0/+2 |
* | | | | | Merge tag 'sound-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2014-10-10 | 9 | -87/+129 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge tag 'asoc-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broon... | Takashi Iwai | 2014-10-06 | 53 | -190/+357 |
| |\ \ \ \ \ |
|
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | *---. \ \ \ \ | Merge remote-tracking branches 'asoc/topic/rt5645', 'asoc/topic/rt5677', 'aso... | Mark Brown | 2014-10-06 | 2 | -1/+7 |
| | |\ \ \ \ \ \ \ |
|