summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-12-13x86/ldt: use vfree_atomic() to free ldt entriesAndrey Ryabinin1-1/+1
2016-12-13mm: remove x86-only restriction of movable_nodeReza Arbab1-0/+24
2016-12-12Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-85/+522
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-9/+324
2016-12-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+7
2016-12-12Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+2
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds15-248/+97
2016-12-12Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+77
2016-12-12Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+0
2016-12-11Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar18-78/+80
2016-12-11x86/paravirt: Fix bool return type for PVOP_CALL()Peter Zijlstra1-1/+13
2016-12-11x86/paravirt: Fix native_patch()Peter Zijlstra2-0/+8
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar13-40/+43
2016-12-11perf/x86: Fix exclusion of BTS and LBR for GoldmontAndi Kleen2-3/+7
2016-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-11/+15
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-1/+1
2016-12-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-9/+12
2016-12-06x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra1-2/+11
2016-12-06perf/x86: Fix full width counter, counter overflowPeter Zijlstra (Intel)2-2/+2
2016-12-06perf/x86/intel: Enable C-state residency events for Knights MillPiotr Luc1-0/+1
2016-12-02Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar16-71/+132
2016-11-30sched/x86: Make CONFIG_SCHED_MC_PRIO=y easier to enableIngo Molnar1-11/+13
2016-11-30sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIOTim Chen3-10/+20
2016-11-28x86/sched: Use #include <linux/mutex.h> instead of #include <asm/mutex.h>Ingo Molnar1-1/+1
2016-11-28x86/unwind: Fix guess-unwinder regressionJosh Poimboeuf1-3/+6
2016-11-28x86/build: Annotate die() with noreturn to fix build warning on clangPeter Foley1-1/+1
2016-11-28x86/platform/olpc: Fix resume handler build warningBorislav Petkov1-0/+2
2016-11-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-29/+28
2016-11-24x86/sched: Add SD_ASYM_PACKING flags to x86 ITMT CPUTim Chen1-4/+24
2016-11-24x86/sysctl: Add sysctl for ITMT scheduling featureTim Chen2-3/+112
2016-11-24x86: Enable Intel Turbo Boost Max Technology 3.0Tim Chen4-0/+147
2016-11-24x86/topology: Define x86's arch_update_cpu_topologyTim Chen2-0/+12
2016-11-24KVM: x86: check for pic and ioapic presence before useRadim Krčmář1-0/+13
2016-11-24KVM: x86: fix out-of-bounds accesses of rtc_eoi mapRadim Krčmář2-3/+3
2016-11-24KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář1-25/+11
2016-11-24KVM: x86: fix out-of-bounds access in lapicRadim Krčmář1-1/+1
2016-11-24x86/apic/uv: Silence a shift wrapping warningDan Carpenter1-2/+2
2016-11-24x86/coredump: Always use user_regs_struct for compat_elf_gregset_tDmitry Safonov1-3/+1
2016-11-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-38/+37
2016-11-23x86/mce: Include the PPIN in MCE records when availableTony Luck5-0/+47
2016-11-23Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar13-77/+157
2016-11-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-33/+95
2016-11-22x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra9-27/+54
2016-11-22x86/xen: Support the vCPU preemption checkJuergen Gross1-1/+2
2016-11-22x86/kvm: Support the vCPU preemption checkPan Xinhui1-0/+12
2016-11-22x86/kvm: Support the vCPU preemption checkPan Xinhui2-1/+19
2016-11-22locking/core, x86/paravirt: Implement vcpu_is_preempted(cpu) for KVM and Xen ...Pan Xinhui3-0/+16
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar12-82/+205
2016-11-22perf/x86/intel/uncore: Allow only a single PMU/box within an events groupPeter Zijlstra1-4/+4
2016-11-22perf/x86/intel: Cure bogus unwind from PEBS entriesPeter Zijlstra2-13/+24