summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
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-23audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs2-12/+10
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-6/+2
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-19x86/mce: Avoid showing repetitive message from intel_init_thermal()Rakib Mullick1-2/+2
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
2014-09-09perf/x86: Fix section mismatch in split uncore driverAndi Kleen1-1/+1
2014-09-09perf/x86/intel: Mark initialization code as suchMathias Krause2-5/+5
2014-09-09Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar7-8/+44
2014-09-09percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t -fixMel Gorman1-0/+1
2014-09-08x86_64, entry: Use split-phase syscall_trace_enter for 64-bit syscallsAndy Lutomirski1-23/+15
2014-09-08x86_64, entry: Treat regs->ax the same in fastpath and slowpath syscallsAndy Lutomirski1-9/+4
2014-09-08x86: Split syscall_trace_enter into two phasesAndy Lutomirski1-24/+133
2014-09-08x86, entry: Only call user_exit if TIF_NOHZAndy Lutomirski1-1/+6
2014-09-08x86, x32, audit: Fix x32's AUDIT_ARCH wrt auditAndy Lutomirski1-10/+1
2014-09-03seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski2-2/+2
2014-09-02x86: copy_thread: Don't nullify ->ptrace_bps twiceOleg Nesterov2-5/+1
2014-09-02x86, fpu: Shift "fpu_counter = 0" from copy_thread() to arch_dup_task_struct()Oleg Nesterov3-3/+1
2014-09-02x86, fpu: copy_process: Sanitize fpu->last_cpu initializationOleg Nesterov1-1/+3