aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds12-7/+2588
2014-10-08x86: Unwind-annotate thunk_32.SJan Beulich1-6/+15
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-279/+715
2014-10-08x86: Fix section conflict for numachipAndi Kleen1-1/+1
2014-10-08x86: Reject x32 executables if x32 ABI not supportedBen Hutchings1-2/+3
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-08x86: Improve cmpxchg8b_emu.SJan Beulich1-11/+9
2014-10-08x86: Improve cmpxchg16b_emu.SJan Beulich1-19/+13
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linuxLinus Torvalds11-54/+83
2014-10-07Merge branch 'pm-genirq'Rafael J. Wysocki1-0/+5
2014-10-06x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski2-2/+18
2014-10-06x86/xen: Set EFER.NX and EFER.SCE in PVH guestsMukesh Rathor4-11/+67
2014-10-03xen: eliminate scalability issues from initrd handlingJuergen Gross2-2/+10
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2-2/+2
2014-10-03perf/x86: Tone down kernel messages when the PMU check fails in a virtual environmentWei 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-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-47/+64
2014-10-02kvm: do not handle APIC access page if in-kernel irqchip is not in usePaolo Bonzini1-0/+3
2014-10-02Revert "crypto: aesni - disable "by8" AVX CTR optimization"Mathias Krause1-2/+2
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-2/+2
2014-10-02crypto: aesni - remove unused defines in "by8" variantMathias Krause1-3/+0
2014-10-02crypto: aesni - fix counter overflow handling in "by8" variantMathias Krause1-2/+15
2014-10-01x86, boot, kaslr: Fix nuisance warning on 32-bit buildsKees Cook1-1/+1
2014-09-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-47/+61
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov2-0/+2
2014-09-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2014-09-25Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgentIngo Molnar4-44/+43
2014-09-24x86/efi: Truncate 64-bit values when calling 32-bit OutputString()Matt Fleming1-2/+4
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-83/+31
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18Tejun Heo27-86/+125
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2014-09-24x86/relocs: Make per_cpu_load_addr staticBen Hutchings1-1/+1
2014-09-24x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o"Oleg Nesterov1-1/+1
2014-09-24x86: Speed up ___preempt_schedule*() by using THUNK helpersOleg Nesterov4-31/+23
2014-09-24crypto: aesni - disable "by8" AVX CTR optimizationMathias Krause1-2/+2
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 during S3Lan 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 driverAndi 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