summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-12-225-2/+16
|\
| * selinux: use the kernel headers when building scripts/selinuxPaul Moore2016-12-215-2/+16
* | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-2220-25/+2320
|\ \
| * | x86/intel_rdt: Implement show_options() for resctrlfsShaohua Li2016-12-091-2/+10
| * | x86/intel_rdt: Call intel_rdt_sched_in() with preemption disabledFenghua Yu2016-12-022-0/+4
| * | x86/intel_rdt: Update task closid immediately on CPU in rmdir and unmountFenghua Yu2016-11-281-30/+83
| * | x86/intel_rdt: Fix setting of closid when adding CPUs to a groupFenghua Yu2016-11-281-1/+1
| * | Merge branch 'x86/cpufeature' into x86/cacheThomas Gleixner2016-11-16924-6680/+10155
| |\ \
| * | | x86/intel_rdt: Update percpu closid immeditately on CPUs affected by changeeFenghua Yu2016-11-151-36/+36
| * | | x86/intel_rdt: Reset per cpu closids on unmountFenghua Yu2016-11-151-0/+16
| * | | x86/intel_rdt: Select KERNFS when enabling INTEL_RDT_AThomas Gleixner2016-11-151-0/+1
| * | | x86/intel_rdt: Prevent deadlock against hotplug lockThomas Gleixner2016-11-151-5/+3
| * | | x86/intel_rdt: Protect info directory from removalFenghua Yu2016-11-151-4/+20
| * | | x86/intel_rdt: Add info files to DocumentationThomas Gleixner2016-11-071-0/+19
| * | | x86/intel_rdt: Export the minimum number of set mask bits in sysfsShaohua Li2016-11-071-0/+16
| * | | x86/intel_rdt: Propagate error in rdt_mount() properlyShaohua Li2016-11-071-1/+3
| * | | x86/intel_rdt: Add a missing #includeBorislav Petkov2016-11-071-0/+1
| * | | MAINTAINERS: Add maintainer for Intel RDT resource allocationFenghua Yu2016-10-301-0/+8
| * | | x86/intel_rdt: Add scheduler hookFenghua Yu2016-10-305-1/+53
| * | | x86/intel_rdt: Add schemata fileTony Luck2016-10-304-1/+259
| * | | x86/intel_rdt: Add tasks filesFenghua Yu2016-10-302-0/+183
| * | | x86/intel_rdt: Add cpus fileTony Luck2016-10-303-5/+154
| * | | x86/intel_rdt: Add mkdir to resctrl file systemFenghua Yu2016-10-302-0/+240
| * | | x86/intel_rdt: Add "info" files to resctrl file systemFenghua Yu2016-10-302-0/+209
| * | | x86/intel_rdt: Add basic resctrl filesystem supportFenghua Yu2016-10-305-2/+306
| * | | x86/intel_rdt: Build structures for each resource based on cache topologyTony Luck2016-10-302-0/+224
| * | | Documentation, x86: Documentation for Intel resource allocation user interfaceFenghua Yu2016-10-301-0/+195
| * | | x86/cqm: Share PQR_ASSOC related data between CQM and CATFenghua Yu2016-10-262-20/+22
| * | | x86/intel_rdt: Pick up L3/L2 RDT parameters from CPUIDFenghua Yu2016-10-262-7/+172
| * | | x86/intel_rdt: Add Haswell feature discoveryFenghua Yu2016-10-264-5/+58
| * | | x86/intel_rdt: Add CONFIG, Makefile, and basic initializationFenghua Yu2016-10-263-0/+68
| * | | x86/cpufeature: Add RDT CPUID feature bitsFenghua Yu2016-10-262-0/+7
| * | | x86/intel_cacheinfo: Enable cache id in cache infoFenghua Yu2016-10-261-0/+20
| * | | cacheinfo: Introduce cache idFenghua Yu2016-10-262-0/+8
| * | | Documentation, ABI: Document the new sysfs files for cpu cache idsTony Luck2016-10-261-0/+16
* | | | CREDITS: Remove outdated address informationGertjan van Wingerde2016-12-211-2/+0
* | | | splice: reinstate SIGPIPE/EPIPE handlingLinus Torvalds2016-12-211-2/+7
* | | | Merge branch 'parisc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-2112-139/+67
|\ \ \ \
| * | | | parisc: Optimize timer interrupt functionHelge Deller2016-12-203-92/+29
| * | | | parisc: perf: return -EFAULT on errorDan Carpenter2016-12-121-3/+2
| * | | | parisc: Enhance CPU detection code on PAT machinesHelge Deller2016-12-124-17/+19
| * | | | parisc: Re-enable interrupts earlyHelge Deller2016-12-121-9/+3
| * | | | parisc: Enable KASLRHelge Deller2016-12-124-18/+14
* | | | | Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-12-2112-111/+166
|\ \ \ \ \
| * | | | | NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCESTrond Myklebust2016-12-192-4/+15
| * | | | | NFS: Retry the CLOSE if the embedded GETATTR is rejected with EACCESTrond Myklebust2016-12-191-0/+10
| * | | | | NFSv4: Place the GETATTR operation before the CLOSETrond Myklebust2016-12-192-12/+12
| * | | | | NFSv4: Also ask for attributes when downgrading to a READ-only stateTrond Myklebust2016-12-191-1/+2
| * | | | | NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()Trond Myklebust2016-12-191-7/+0
| * | | | | pNFS: Return RW layouts on OPEN_DOWNGRADETrond Myklebust2016-12-191-3/+13