summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-10-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-105/+820
2016-10-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds12-764/+7
2016-10-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-218/+244
2016-10-03Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+55
2016-10-03Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-3/+62
2016-10-02Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc'Rafael J. Wysocki3-3/+62
2016-09-30x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li1-2/+2
2016-09-30x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUIDAndy Lutomirski1-12/+11
2016-09-30x86/vdso: Fix building on big endian hostSegher Boessenkool1-1/+1
2016-09-30x86/boot: Fix another __read_cr4() case on 486Andy Lutomirski1-3/+1
2016-09-30x86/cmpxchg, locking/atomics: Remove superfluous definitionsNikolay Borisov1-44/+0
2016-09-30x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra10-719/+6
2016-09-30Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar3-13/+15
2016-09-29x86/init: Fix cr4_init_shadow() on CR4-less machinesAndy Lutomirski1-1/+1
2016-09-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+3
2016-09-23Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar16-110/+158
2016-09-22Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar59-525/+686
2016-09-22perf/x86/intel/bts: Make it an exclusive PMUAlexander Shishkin1-1/+2
2016-09-20Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar1-1/+5
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar20-95/+230
2016-09-20x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming1-1/+5
2016-09-20perf/x86/intel/bts: Make sure debug store is validSebastian Andrzej Siewior1-1/+1
2016-09-20x86/efi: Only map RAM into EFI page tables if in mixed-modeMatt Fleming1-1/+1
2016-09-20x86/mm/pat: Prevent hang during boot when mapping pagesMatt Fleming1-10/+11
2016-09-20locking/rwsem, x86: Drop a bogus cc clobberJan Beulich1-1/+1
2016-09-20perf/x86/intel/pt: Add support for PTWRITE and power event tracingAlexander Shishkin2-1/+28
2016-09-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-15/+26
2016-09-16perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2Matt Fleming2-4/+4
2016-09-16perf/x86/intel/pt: Do validate the size of a kernel address filterAlexander Shishkin1-2/+7
2016-09-16perf/x86/intel/pt: Fix kernel address filter's offset validationAlexander Shishkin1-1/+6
2016-09-16perf/x86/intel/pt: Fix an off-by-one in address filter configurationAlexander Shishkin1-2/+2
2016-09-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+5
2016-09-15fix minor infoleak in get_user_ex()Al Viro1-1/+5
2016-09-15kvm: x86: correctly reset dest_map->vector when restoring LAPIC statePaolo Bonzini1-3/+5
2016-09-15perf/x86/intel: Don't disable "intel_bts" around "intel" event batchingAlexander Shishkin1-7/+8
2016-09-15Merge tag 'pci-v4.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+13
2016-09-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+13
2016-09-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-41/+132
2016-09-13Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-65/+69
2016-09-13Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar9-218/+240
2016-09-13x86: ACPI: make variable names clearer in acpi_parse_madt_lapic_entries()Al Stone1-2/+2
2016-09-13x86: ACPI: remove extraneous white space after semicolonAl Stone1-1/+1
2016-09-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-4/+5
2016-09-10Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+10
2016-09-10perf/x86/intel/uncore: Add Skylake server uncore supportKan Liang3-1/+600
2016-09-10perf/x86/rapl: Enable Apollo Lake RAPL supportHarry Pan1-0/+2
2016-09-10Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar4-41/+132
2016-09-10perf/x86/intel: Fix PEBSv3 record drainPeter Zijlstra1-8/+11
2016-09-10perf/x86/intel/bts: Kill a silly warningAlexander Shishkin1-2/+0
2016-09-10perf/x86/intel/bts: Fix BTS PMI detectionAlexander Shishkin1-4/+15