summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-10-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2014-10-14Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-63/+155
2014-10-14Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-5/+156
2014-10-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+3
2014-10-14Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-8/+8
2014-10-14Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-18/+19
2014-10-14Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-5/+6
2014-10-13Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-11/+12
2014-10-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-79/+48
2014-10-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-27/+0
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+46
2014-10-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-3638/+4580
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+7
2014-10-08x86: Fix section conflict for numachipAndi Kleen1-1/+1
2014-10-08x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache()Bryan O'Donoghue1-1/+16
2014-10-08x86: Quark: Comment setup_arch() to document TLB/PGE bugBryan O'Donoghue1-0/+9
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Linus Torvalds2-3/+8
2014-10-07Merge branch 'pm-genirq'Rafael J. Wysocki1-0/+5
2014-10-06x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski1-1/+1
2014-10-03perf/x86: Tone down kernel messages when the PMU check fails in a virtual env...Wei Huang1-1/+2
2014-10-03perf/x86/intel/uncore: Fix minor race in box set upAndi Kleen1-0/+4
2014-10-03sched/x86: Fix up typo in topology detectionDave Hansen1-1/+1
2014-09-24x86: Speed up ___preempt_schedule*() by using THUNK helpersOleg Nesterov2-27/+0
2014-09-24sched: Fix unreleased llc_shared_mask bit during CPU hotplugWanpeng Li1-0/+3
2014-09-24x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 insteadBryan O'Donoghue1-0/+15
2014-09-24x86/smpboot: Speed up suspend/resume by avoiding 100ms sleep for CPU offline ...Lan Tianyu1-11/+12
2014-09-24perf/x86/intel/uncore: Update support for client uncore IMC PMUStephane Eranian1-18/+51
2014-09-24perf/x86/intel/uncore: Fix PCU filter setup for Sandy/Ivy/Haswell EPAndi Kleen1-1/+1
2014-09-24perf/x86/intel/uncore: Add missing cbox filter flags on IvyBridge-EP uncore d...Andi Kleen1-2/+9
2014-09-24perf/x86/intel/uncore: Register the PMU only if the uncore pci device existsYan, Zheng1-8/+11
2014-09-24perf/x86/intel/uncore: Add Haswell-EP uncore supportYan, Zheng3-2/+615
2014-09-24perf/x86/intel: Use Broadwell cache event list for HaswellAndi Kleen1-2/+2
2014-09-24perf/x86: Add INST_RETIRED.ALL workaroundsAndi Kleen3-0/+29
2014-09-24perf/x86/intel: Add Broadwell core supportAndi Kleen1-0/+150
2014-09-24perf/x86/intel: Document all Haswell modelsAndi Kleen1-4/+4
2014-09-24perf/x86/intel: Remove incorrect model number from Haswell perfAndi Kleen1-1/+0
2014-09-24x86, sched: Add new topology for multi-NUMA-node CPUsDave Hansen1-9/+46
2014-09-24x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-onlyPaolo Bonzini1-0/+7
2014-09-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+3
2014-09-19x86/platform/intel/iosf: Add debugfs config option for IOSFDavid E. Box1-4/+19
2014-09-19x86/platform/intel/iosf: Add Braswell PCI IDDavid E. Box1-0/+2
2014-09-19x86/platform/pmc_atom: Fix warning when CONFIG_DEBUG_FS=nMartin Kelly1-4/+7
2014-09-16x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov2-79/+48
2014-09-16x86/mm, hibernate: Do not assume the first e820 area to be RAMLee, Chun-Yi1-4/+3
2014-09-15x86: HPET force enable for e6xx based systemsPeter Neubauer1-0/+18
2014-09-13x86: Tell irq work about self IPI supportFrederic Weisbecker1-1/+1
2014-09-11x86: Add more disabled featuresDave Hansen2-4/+4
2014-09-11x86: Axe the lightly-used cpu_has_paeDave Hansen1-1/+2