aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-03-02
|\
| * perf/x86: Fix event schedulingPeter Zijlstra2014-02-27
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-03-01
|\ \
| * | x86, kaslr: add missed "static" declarationsKees Cook2014-02-25
| * | x86, kaslr: export offset in VMCOREINFO ELF notesEugene Surovegin2014-02-25
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-02-28
|\ \ | |/ |/|
| * kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini2014-02-27
| * kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig2014-02-27
| * KVM: MMU: drop read-only large sptes when creating lower level sptesMarcelo Tosatti2014-02-26
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-23
|\ \
| * | x86: tsc: Add missing Baytrail frequency to the tableMika Westerberg2014-02-19
| * | x86, tsc: Fallback to normal calibration if fast MSR calibration failsThomas Gleixner2014-02-19
| |/
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-02-22
|\ \
| * | perf/x86/uncore: Fix IVT/SNB-EP uncore CBOX NID filter tableStephane Eranian2014-02-21
| * | perf/x86: Correctly use FEATURE_PDCMPeter Zijlstra2014-02-21
| * | perf, nmi: Fix unknown NMI warningMarkus Metzger2014-02-21
| * | perf/x86: Fix Userspace RDPMC switchPeter Zijlstra2014-02-09
| * | perf/x86/intel/p6: Add userspace RDPMC quirk for PProPeter Zijlstra2014-02-09
* | | Merge branch 'fixes-for-v3.14' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2014-02-20
|\ \ \ | |_|/ |/| |
| * | x86: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski2014-02-11
* | | Merge tag 'trace-fixes-v3.14-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-02-15
|\ \ \
| * | | ftrace/x86: Use breakpoints for converting function graph callerSteven Rostedt (Red Hat)2014-02-11
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-15
|\ \ \
| * \ \ Merge remote-tracking branch 'efi/urgent' into x86/urgentH. Peter Anvin2014-02-14
| |\ \ \
| | * | | x86/efi: Check status field to validate BGRT headerMatt Fleming2014-02-14
| | * | | x86/efi: Fix 32-bit falloutBorislav Petkov2014-02-14
| | |/ /
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-14
|\| | |
| * | | x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is offH. Peter Anvin2014-02-13
| * | | x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabledH. Peter Anvin2014-02-13
| * | | x86: Use preempt_disable_notrace() in cycles_2_ns()Steven Rostedt2014-02-09
| |/ /
* / / xen: properly account for _PAGE_NUMA during xen pte translationsMel Gorman2014-02-10
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-08
|\ \
| * \ Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-02-07
| |\ \
| | * | x86/efi: Allow mapping BGRT on x86-32Matt Fleming2014-02-05
| * | | x86, microcode, AMD: Unify valid container checksBorislav Petkov2014-02-06
| * | | x86: Fix the initialization of physnode_mapPetr Tesarik2014-02-02
| * | | x86, cpu hotplug: Fix stack frame warning in check_irq_vectors_for_cpu_disable()Prarit Bhargava2014-01-30
| * | | x86/intel/mid: Fix X86_INTEL_MID dependenciesDavid Cohen2014-01-25
| * | | Merge branch 'linus' into x86/urgentIngo Molnar2014-01-25
| |\ \ \ | | | |/ | | |/|
| * | | arch/x86/mm/srat: Skip NUMA_NO_NODE while parsing SLITToshi Kani2014-01-25
| * | | mm, x86: Revisit tlb_flushall_shift tuning for page flushes except on IvyBridgeMel Gorman2014-01-25
| * | | x86: mm: change tlb_flushall_shift for IvyBridgeMel Gorman2014-01-25
| * | | x86/mm: Eliminate redundant page table walk during TLB range flushingMel Gorman2014-01-25
| * | | x86/mm: Clean up inconsistencies when flushing TLB rangesMel Gorman2014-01-25
| * | | mm, x86: Account for TLB flushes only when debuggingMel Gorman2014-01-25
| * | | x86/AMD/NB: Fix amd_set_subcaches() parameter typeDan Carpenter2014-01-25
| * | | x86/quirks: Add workaround for AMD F16h Erratum792Aravind Gopalakrishnan2014-01-25
| * | | x86, doc, kconfig: Fix dud URL for Microcode dataAlan2014-01-20
* | | | arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblo...Tang Chen2014-02-06
* | | | arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_ho...Tang Chen2014-02-06