summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-289-147/+26
|\
| * Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams2016-07-249-147/+26
| |\
| | * x86/insn: remove pcommitDan Williams2016-07-233-48/+1
| | * Revert "KVM: x86: add pcommit support"Dan Williams2016-07-235-41/+6
| | * pmem: kill __pmem address spaceDan Williams2016-07-121-24/+17
| | * pmem: kill wmb_pmem()Dan Williams2016-07-121-34/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-271-2/+6
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-2410-72/+246
| |\ \ \
| * | | | perf, events: add non-linear data support for raw recordsDaniel Borkmann2016-07-151-2/+6
| | |/ / | |/| |
* | | | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-2714-123/+210
|\ \ \ \
| * | | | xen: add static initialization of steal_clock op to xen_time_opsJuergen Gross2016-07-261-0/+1
| * | | | xen/pvhvm: run xen_vcpu_setup() for the boot CPUVitaly Kuznetsov2016-07-253-1/+9
| * | | | x86/xen: use xen_vcpu_id mapping when pointing vcpu_info to shared_infoVitaly Kuznetsov2016-07-251-4/+6
| * | | | x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov2016-07-254-16/+26
| * | | | xen: introduce xen_vcpu_id mappingVitaly Kuznetsov2016-07-251-1/+22
| * | | | x86/acpi: store ACPI ids from MADT for future usageVitaly Kuznetsov2016-07-255-4/+20
| * | | | x86/xen: update cpuid.h from Xen-4.7Vitaly Kuznetsov2016-07-251-1/+4
| * | | | x86/xen: Use DIV_ROUND_UPAmitoj Kaur Chawla2016-07-061-2/+2
| * | | | xen/PMU: Log VPMU initialization error at lower levelBoris Ostrovsky2016-07-061-1/+1
| * | | | xen: add steal_clock support on x86Juergen Gross2016-07-061-42/+2
| * | | | XEN: EFI: Move x86 specific codes to architecture directoryShannon Zhao2016-07-061-0/+111
| * | | | xen/grant-table: Move xlated_setup_gnttab_pages to common placeShannon Zhao2016-07-061-51/+6
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-264-14/+18
|\ \ \ \
| * | | | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
| * | | | arch: x86: charge page tables to kmemcgVladimir Davydov2016-07-262-5/+17
| * | | | kbuild: abort build on bad stack protector flagKees Cook2016-07-261-8/+0
* | | | | Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-07-265-124/+7
|\ \ \ \ \
| * \ \ \ \ Merge branch 'acpi-tables'Rafael J. Wysocki2016-07-253-8/+4
| |\ \ \ \ \
| | * | | | | ACPI / tables: introduce ARCH_HAS_ACPI_TABLE_UPGRADEAleksey Makarov2016-06-221-0/+1
| | * | | | | ACPI / tables: move arch-specific symbol to asm/acpi.hAleksey Makarov2016-06-221-0/+2
| | * | | | | ACPI / tables: table upgrade: refactor function definitionsAleksey Makarov2016-06-221-8/+1
| * | | | | | Merge branch 'acpi-numa'Rafael J. Wysocki2016-07-253-116/+3
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | ACPI / NUMA: Move acpi_numa_memory_affinity_init() to drivers/acpi/numa.cHanjun Guo2016-05-301-57/+0
| | * | | | | ACPI / NUMA: remove unneeded acpi_numa=1Hanjun Guo2016-05-301-2/+0
| | * | | | | ACPI / NUMA: move bad_srat() and srat_disabled() to drivers/acpi/numa.cDavid Daney2016-05-303-15/+1
| | * | | | | x86 / ACPI / NUMA: cleanup acpi_numa_processor_affinity_init()Hanjun Guo2016-05-301-16/+5
| | * | | | | ACPI / NUMA: move acpi_numa_slit_init() to drivers/acpi/numa.cHanjun Guo2016-05-301-27/+0
| | * | | | | ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 onlyRobert Richter2016-05-301-2/+0
* | | | | | | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-07-264-3/+32
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pm-cpu'Rafael J. Wysocki2016-07-251-2/+0
| |\ \ \ \ \ \ \
| | * | | | | | | x86: remove duplicate turbo ratio limit MSRsSrinivas Pandruvada2016-07-071-2/+0
| | * | | | | | | Merge branch 'pm-cpufreq' into pm-cpuRafael J. Wysocki2016-07-073-17/+7
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | | * | | | | | Merge back earlier cpufreq material for v4.8.Rafael J. Wysocki2016-07-043-17/+7
| | | |\ \ \ \ \ \
| * | | \ \ \ \ \ \ Merge branch 'x86/cpu' from tipRafael J. Wysocki2016-07-253-17/+7
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge branch 'x86/cpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Rafael J. Wysocki2016-06-133-17/+7
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'pm-sleep' and 'pm-tools'Rafael J. Wysocki2016-07-253-1/+32
| |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | / / / / | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki2016-07-153-1/+32
* | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-07-2634-213/+5688
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | crypto: sha-mb - Cleanup code to use || instead of |Tim Chen2016-07-123-9/+15
| * | | | | | | | | | crypto: aesni - Use crypto_cipher to derive rfc4106 subkeyHerbert Xu2016-07-011-65/+11