aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2017-02-01sched/cputime: Remove generic asm headersGravatar Frederic Weisbecker 1-1/+0
2017-02-01x86: Convert obsolete cputime type to nsecsGravatar Frederic Weisbecker 1-4/+4
2017-02-01sched/cputime: Convert task/group cputime to nsecsGravatar Frederic Weisbecker 1-2/+3
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Gravatar Frederic Weisbecker 1-1/+1
2017-02-01Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchGravatar Ingo Molnar 31-109/+232
2017-01-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2017-01-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+2
2017-01-20sched/clock: Fix hotplug crashGravatar Peter Zijlstra 7-7/+21
2017-01-19Merge tag 'pci-v4.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+10
2017-01-19sched/x86: Remove unnecessary TBM3 check to update topologyGravatar Tim Chen 1-4/+2
2017-01-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2017-01-18x86/ioapic: Restore IO-APIC irq_chip retrigger callbackGravatar Ruslan Ruslichenko 1-0/+2
2017-01-17KVM: x86: fix fixing of hypercallsGravatar Dmitry Vyukov 1-1/+2
2017-01-17perf/x86/intel: Handle exclusive threadid correctly on CPU hotplugGravatar Zhou Chengming 1-2/+5
2017-01-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 18-100/+129
2017-01-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 7-3/+15
2017-01-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+68
2017-01-14efi/x86: Prune invalid memory map entries and fix boot regressionGravatar Peter Jones 1-0/+66
2017-01-14sched/clock, clocksource: Add optional cs::mark_unstable() methodGravatar Thomas Gleixner 1-0/+11
2017-01-14perf/x86: Reject non sampling events with precise_ipGravatar Jiri Olsa 1-0/+4
2017-01-14perf/x86/intel: Account interrupts for PEBS errorsGravatar Jiri Olsa 1-1/+5
2017-01-14x86/mpx: Use compatible types in comparison to fix sparse errorGravatar Tobias Klauser 1-1/+1
2017-01-14x86/tsc: Add the Intel Denverton Processor to native_calibrate_tsc()Gravatar Len Brown 1-0/+1
2017-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-14/+66
2017-01-12KVM: x86: fix emulation of "MOV SS, null selector"Gravatar Paolo Bonzini 1-10/+38
2017-01-12KVM: x86: fix NULL deref in vcpu_scan_ioapicGravatar Wanpeng Li 1-0/+2
2017-01-12KVM: x86: Introduce segmented_write_stdGravatar Steve Rutherford 1-4/+18
2017-01-12KVM: x86: flush pending lapic jump label updates on module unloadGravatar David Matlack 3-0/+8
2017-01-12x86/entry: Fix the end of the stack for newly forked tasksGravatar Josh Poimboeuf 2-23/+18
2017-01-12x86/unwind: Include __schedule() in stack tracesGravatar Josh Poimboeuf 2-5/+10
2017-01-12x86/unwind: Disable KASAN checks for non-current tasksGravatar Josh Poimboeuf 2-3/+22
2017-01-12x86/unwind: Silence warnings for non-current tasksGravatar Josh Poimboeuf 1-0/+10
2017-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+2
2017-01-11perf/x86/intel: Use ULL constant to prevent undefined shift behaviourGravatar Colin King 1-1/+1
2017-01-11x86/PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6FGravatar Bjorn Helgaas 1-0/+10
2017-01-11perf/x86/intel/uncore: Fix hardcoded socket 0 assumption in the Haswell init ...Gravatar Prarit Bhargava 1-1/+1
2017-01-09x86/microcode/intel: Use correct buffer size for saving microcode dataGravatar Junichi Nomura 1-2/+3
2017-01-09x86/microcode/intel: Fix allocation size of struct ucode_patchGravatar Junichi Nomura 1-1/+1
2017-01-09x86/microcode/intel: Add a helper which gives the microcode revisionGravatar Borislav Petkov 3-38/+31
2017-01-09x86/microcode: Use native CPUID to tickle out microcode revisionGravatar Borislav Petkov 2-24/+4
2017-01-09x86/CPU: Add native CPUID variants returning a single datumGravatar Borislav Petkov 1-0/+18
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+2
2017-01-09x86/boot: Add missing declaration of string functionsGravatar Nicholas Mc Guire 2-0/+10
2017-01-08bpf: change back to orig prog on too many passesGravatar Daniel Borkmann 1-0/+2
2017-01-07x86/efi: Don't allocate memmap through memblock after mm_init()Gravatar Nicolai Stange 1-2/+2
2017-01-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-12/+11
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-5/+3
2017-01-06x86/CPU/AMD: Fix Bulldozer topologyGravatar Borislav Petkov 1-8/+1
2017-01-05Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+3
2017-01-05KVM: VMX: remove duplicated declarationGravatar Jan Dakinevich 1-6/+0