summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-2222-125/+224
|\
| *-. Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki2016-12-2222-125/+224
| |\ \
| | | * ACPI: do not warn if _BQC does not existZhang Rui2016-11-291-3/+0
| | * | ACPI / osl: Remove deprecated acpi_get_table_with_size()/early_acpi_os_unmap_...Lv Zheng2016-12-215-60/+9
| | * | ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng2016-12-2110-42/+29
| | * | ACPICA: Tables: Allow FADT to be customized with virtual addressLv Zheng2016-12-211-7/+7
| | * | ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_...Lv Zheng2016-12-217-54/+220
* | | | Merge tag 'pm-fixes-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-222-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2016-12-223-3/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | cpufreq: s3c64xx: remove incorrect __init annotationArnd Bergmann2016-12-211-1/+1
| | * | | cpufreq: Remove CPU hotplug callbacks only if they were initializedBoris Ostrovsky2016-12-211-1/+1
| | * | | CPU/hotplug: Clarify description of __cpuhp_setup_state() return valueBoris Ostrovsky2016-12-211-1/+5
* | | | | Merge tag 'mmc-v4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds2016-12-225-25/+39
|\ \ \ \ \
| * | | | | mmc: sd: Meet alignment requirements for raw_ssr DMAPaul Burton2016-12-211-2/+10
| * | | | | mmc: core: Further fix thread wake-upAdrian Hunter2016-12-201-7/+5
| * | | | | mmc: sdhci: Fix to handle MMC_POWER_UNDEFINEDAdrian Hunter2016-12-201-14/+19
| * | | | | mmc: sdhci-cadence: add Socionext UniPhier specific compatible stringMasahiro Yamada2016-12-202-2/+5
* | | | | | 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-311-0/+8
| * | | | | | | | x86/intel_rdt: Add scheduler hookFenghua Yu2016-10-315-1/+53
| * | | | | | | | x86/intel_rdt: Add schemata fileTony Luck2016-10-314-1/+259
| * | | | | | | | x86/intel_rdt: Add tasks filesFenghua Yu2016-10-312-0/+183
| * | | | | | | | x86/intel_rdt: Add cpus fileTony Luck2016-10-313-5/+154
| * | | | | | | | x86/intel_rdt: Add mkdir to resctrl file systemFenghua Yu2016-10-312-0/+240
| * | | | | | | | x86/intel_rdt: Add "info" files to resctrl file systemFenghua Yu2016-10-312-0/+209
| * | | | | | | | x86/intel_rdt: Add basic resctrl filesystem supportFenghua Yu2016-10-315-2/+306
| * | | | | | | | x86/intel_rdt: Build structures for each resource based on cache topologyTony Luck2016-10-312-0/+224
| * | | | | | | | Documentation, x86: Documentation for Intel resource allocation user interfaceFenghua Yu2016-10-311-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