aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-10-11
|\
| * xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-06
| * xen/xenbus: Remove BUG_ON() when error string trucatedChen Gang2014-10-06
| * xen/xenbus: Correct the comments for xenbus_grant_ring()Chen Gang2014-10-06
| * x86/xen: Set EFER.NX and EFER.SCE in PVH guestsMukesh Rathor2014-10-06
| * xen: eliminate scalability issues from initrd handlingJuergen Gross2014-10-03
| * xen: sync some headers with xen treeJuergen Gross2014-10-03
| * xen: make pvscsi frontend dependant on xenbus frontendJuergen Gross2014-10-03
| * arm{,64}/xen: Remove "EXPERIMENTAL" in the description of the Xen optionsJulien Grall2014-10-03
| * xen-scsifront: don't deadlock if the ring becomes fullDavid Vrabel2014-10-03
| * x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel2014-09-23
| * x86/xen: do not use _PAGE_IOMAP PTE flag for I/O mappingsDavid Vrabel2014-09-23
| * x86: skip check for spurious faults for non-present faultsDavid Vrabel2014-09-23
| * xen/efi: Directly include needed headersDaniel Kiper2014-09-23
| * xen-scsiback: clean up a type issue in scsiback_make_tpg()Dan Carpenter2014-09-23
| * xen-scsifront: use GFP_ATOMIC under spin_lockDan Carpenter2014-09-23
| * MAINTAINERS: Add xen pvscsi maintainerJuergen Gross2014-09-23
| * xen-scsiback: Add Xen PV SCSI backend driverJuergen Gross2014-09-23
| * xen-scsifront: Add Xen PV SCSI frontend driverJuergen Gross2014-09-23
| * xen: Add Xen pvSCSI protocol descriptionJuergen Gross2014-09-23
| * xen/events: support threaded irqs for interdomain event channelsJuergen Gross2014-09-23
| * xen/grant-table: refactor error cleanup in grow_gnttab_list()Chen Gang2014-09-23
| * xen/setup: Remap Xen Identity Mapped RAMMatt Rushton2014-09-23
* | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-11
|\ \
| * | locks: fix fcntl_setlease/getlease return when !CONFIG_FILE_LOCKINGJeff Layton2014-10-07
| * | locks: flock_make_lock should return a struct file_lock (or PTR_ERR)Jeff Layton2014-10-07
| * | locks: set fl_owner for leases to filp instead of current->filesJeff Layton2014-10-07
| * | locks: give lm_break a return valueJeff Layton2014-10-07
| * | locks: __break_lease cleanup in preparation of allowing direct removal of leasesJeff Layton2014-10-07
| * | locks: remove i_have_this_lease check from __break_leaseJeff Layton2014-10-07
| * | locks: move freeing of leases outside of i_lockJeff Layton2014-10-07
| * | locks: move i_lock acquisition into generic_*_lease handlersJeff Layton2014-10-07
| * | locks: define a lm_setup handler for leasesJeff Layton2014-10-07
| * | locks: plumb a "priv" pointer into the setlease routinesJeff Layton2014-10-07
| * | nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton2014-10-07
| * | locks: clean up vfs_setlease kerneldoc commentsJeff Layton2014-10-07
| * | locks: generic_delete_lease doesn't need a file_lock at allJeff Layton2014-10-07
| * | nfsd: fix potential lease memory leak in nfs4_setleaseJeff Layton2014-10-07
| * | locks: close potential race in lease_get_mtimeJeff Layton2014-10-07
| * | security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-09
| * | locks: consolidate "nolease" routinesJeff Layton2014-09-09
| * | locks: remove lock_may_read and lock_may_writeJeff Layton2014-09-09
| * | lockd: rip out deferred lock handling from testlock codepathJeff Layton2014-09-09
| * | NFSD: Get reference of lockowner when coping file_lockKinglong Mee2014-09-09
| * | NFSD: New helper nfs4_get_stateowner() for atomic_inc sop referenceKinglong Mee2014-09-09
| * | locks: Copy fl_lmops information for conflock in locks_copy_conflock()Kinglong Mee2014-09-09
| * | locks: New ops in lock_manager_operations for get/put ownerKinglong Mee2014-09-09
| * | locks: Rename __locks_copy_lock() to locks_copy_conflock()Kinglong Mee2014-09-09
| * | locks: Remove unused conf argument from lm_grantJoe Perches2014-09-09
| * | locks: pass correct "before" pointer to locks_unlink_lock in generic_add_leaseJeff Layton2014-09-09