Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2016-07-26 | 5 | -124/+7 | |
|\ | ||||||
| * | Merge branch 'acpi-tables' | Rafael J. Wysocki | 2016-07-25 | 3 | -8/+4 | |
| |\ | ||||||
| | * | ACPI / tables: introduce ARCH_HAS_ACPI_TABLE_UPGRADE | Aleksey Makarov | 2016-06-22 | 1 | -0/+1 | |
| | * | ACPI / tables: move arch-specific symbol to asm/acpi.h | Aleksey Makarov | 2016-06-22 | 1 | -0/+2 | |
| | * | ACPI / tables: table upgrade: refactor function definitions | Aleksey Makarov | 2016-06-22 | 1 | -8/+1 | |
| * | | Merge branch 'acpi-numa' | Rafael J. Wysocki | 2016-07-25 | 3 | -116/+3 | |
| |\ \ | ||||||
| | * | | ACPI / NUMA: Move acpi_numa_memory_affinity_init() to drivers/acpi/numa.c | Hanjun Guo | 2016-05-30 | 1 | -57/+0 | |
| | * | | ACPI / NUMA: remove unneeded acpi_numa=1 | Hanjun Guo | 2016-05-30 | 1 | -2/+0 | |
| | * | | ACPI / NUMA: move bad_srat() and srat_disabled() to drivers/acpi/numa.c | David Daney | 2016-05-30 | 3 | -15/+1 | |
| | * | | x86 / ACPI / NUMA: cleanup acpi_numa_processor_affinity_init() | Hanjun Guo | 2016-05-30 | 1 | -16/+5 | |
| | * | | ACPI / NUMA: move acpi_numa_slit_init() to drivers/acpi/numa.c | Hanjun Guo | 2016-05-30 | 1 | -27/+0 | |
| | * | | ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 only | Robert Richter | 2016-05-30 | 1 | -2/+0 | |
* | | | | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2016-07-26 | 4 | -3/+32 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'pm-cpu' | Rafael J. Wysocki | 2016-07-25 | 1 | -2/+0 | |
| |\ \ \ \ | ||||||
| | * | | | | x86: remove duplicate turbo ratio limit MSRs | Srinivas Pandruvada | 2016-07-07 | 1 | -2/+0 | |
| | * | | | | Merge branch 'pm-cpufreq' into pm-cpu | Rafael J. Wysocki | 2016-07-07 | 3 | -17/+7 | |
| | |\ \ \ \ | ||||||
| | | * \ \ \ | Merge back earlier cpufreq material for v4.8. | Rafael J. Wysocki | 2016-07-04 | 3 | -17/+7 | |
| | | |\ \ \ \ | ||||||
| * | | \ \ \ \ | Merge branch 'x86/cpu' from tip | Rafael J. Wysocki | 2016-07-25 | 3 | -17/+7 | |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| | * | | | | | | Merge branch 'x86/cpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t... | Rafael J. Wysocki | 2016-06-13 | 3 | -17/+7 | |
| | |\ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ | Merge branches 'pm-sleep' and 'pm-tools' | Rafael J. Wysocki | 2016-07-25 | 3 | -1/+32 | |
| |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | / / / | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| | * | | | | | | | x86 / hibernate: Use hlt_play_dead() when resuming from hibernation | Rafael J. Wysocki | 2016-07-15 | 3 | -1/+32 | |
* | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-07-26 | 34 | -213/+5688 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | crypto: sha-mb - Cleanup code to use || instead of | | Tim Chen | 2016-07-12 | 3 | -9/+15 | |
| * | | | | | | | | | crypto: aesni - Use crypto_cipher to derive rfc4106 subkey | Herbert Xu | 2016-07-01 | 1 | -65/+11 | |
| * | | | | | | | | | crypto: sha512-mb - Crypto computation (x4 AVX2) | Megha Dey | 2016-06-28 | 1 | -0/+529 | |
| * | | | | | | | | | crypto: sha512-mb - Algorithm data structures | Megha Dey | 2016-06-28 | 3 | -0/+515 | |
| * | | | | | | | | | crypto: sha512-mb - submit/flush routines for AVX2 | Megha Dey | 2016-06-28 | 3 | -0/+580 | |
| * | | | | | | | | | crypto: sha512-mb - SHA512 multibuffer job manager and glue code | Megha Dey | 2016-06-28 | 3 | -0/+1055 | |
| * | | | | | | | | | crypto: sha1-mb - rename sha-mb to sha1-mb | Megha Dey | 2016-06-27 | 10 | -4/+4 | |
| * | | | | | | | | | crypto: sha256-mb - Crypto computation (x8 AVX2) | Megha Dey | 2016-06-27 | 1 | -0/+593 | |
| * | | | | | | | | | crypto: sha256-mb - Algorithm data structures | Megha Dey | 2016-06-27 | 3 | -0/+548 | |
| * | | | | | | | | | crypto: sha256-mb - submit/flush routines for AVX2 | Megha Dey | 2016-06-27 | 3 | -0/+584 | |
| * | | | | | | | | | crypto: sha256-mb - SHA256 multibuffer job manager and glue code | Megha Dey | 2016-06-27 | 3 | -0/+1039 | |
| * | | | | | | | | | crypto: sha1-mb - async implementation for sha1-mb | Megha Dey | 2016-06-23 | 1 | -81/+101 | |
| * | | | | | | | | | crypto: ghash-clmulni - Fix cryptd reordering | Herbert Xu | 2016-06-23 | 1 | -23/+17 | |
| * | | | | | | | | | crypto: aesni - Fix cryptd reordering problem on gcm | Herbert Xu | 2016-06-23 | 1 | -6/+12 | |
| * | | | | | | | | | crypto: chacha20-simd - Use generic code for small requests | Herbert Xu | 2016-06-23 | 1 | -1/+1 | |
| * | | | | | | | | | crypto: sha1-mb - stylistic cleanup | Megha Dey | 2016-06-02 | 1 | -36/+74 | |
| * | | | | | | | | | crypto: sha-ssse3 - add MODULE_ALIAS | Stephan Mueller | 2016-05-31 | 3 | -0/+22 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-07-26 | 2 | -34/+43 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | KVM: VMX: handle PML full VMEXIT that occurs during event delivery | Cao, Lei | 2016-07-16 | 1 | -0/+1 | |
| * | | | | | | | | | Revert "KVM: SVM: fix trashing of MSR_TSC_AUX" | Radim Krčmář | 2016-07-16 | 1 | -5/+3 | |
| * | | | | | | | | | KVM: SVM: do not set MSR_TSC_AUX on 32-bit builds | Paolo Bonzini | 2016-07-14 | 1 | -1/+1 | |
| * | | | | | | | | | KVM: nVMX: Fix memory corruption when using VMCS shadowing | Jim Mattson | 2016-07-14 | 1 | -2/+17 | |
| * | | | | | | | | | kvm: vmx: ensure VMCS is current while enabling PML | Peter Feiner | 2016-07-14 | 1 | -32/+24 | |
| * | | | | | | | | | KVM: SVM: fix trashing of MSR_TSC_AUX | Paolo Bonzini | 2016-07-14 | 1 | -3/+5 | |
| * | | | | | | | | | KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page fault | Alexis Dambricourt | 2016-07-05 | 1 | -0/+1 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-26 | 6 | -102/+221 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | x86: Make the vdso2c compiler use the host architecture headers | Stephen Rothwell | 2016-07-25 | 1 | -1/+1 | |
| * | | | | | | | | | x86/insn: Add AVX-512 support to the instruction decoder | Adrian Hunter | 2016-07-21 | 5 | -101/+220 |