summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2016-02-17x86/msr: Document msr-index.h rule for additionBorislav Petkov
2016-02-17x86/ftrace, x86/asm: Kill ftrace_caller_end labelBorislav Petkov
2016-02-17perf/x86/amd/uncore: Plug reference leakThomas Gleixner
2016-02-17x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski
2016-02-17x86/signal/64: Fix SS if needed when delivering a 64-bit signalAndy Lutomirski
2016-02-17x86/signal/64: Add a comment about sigcontext->fs and gsAndy Lutomirski
2016-02-16x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov
2016-02-15xen/pcifront: Report the errors better.Konrad Rzeszutek Wilk
2016-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-02-11arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFIAndrew Morton
2016-02-09x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap()Matthew Wilcox
2016-02-09x86/asm/bitops: Force inlining of test_and_set_bit and friendsDenys Vlasenko
2016-02-08x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernelsIngo Molnar
2016-02-05mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka
2016-02-05x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov
2016-02-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-02-01x86/mce/AMD: Set MCAX Enable bitAravind Gopalakrishnan
2016-02-01x86/mce/AMD: Carve out threshold block preparationBorislav Petkov
2016-02-01x86/mce/AMD: Fix LVT offset configuration for thresholdingAravind Gopalakrishnan
2016-02-01x86/mce/AMD: Reduce number of blocks scanned per bankAravind Gopalakrishnan
2016-02-01x86/mce/AMD: Do not perform shared bank check for future processorsAravind Gopalakrishnan
2016-02-01x86/mce: Fix order of AMD MCE init function callAravind Gopalakrishnan
2016-02-01x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov
2016-02-01x86/syscalls/64: Mark sys_iopl() as using ptregsAndy Lutomirski
2016-02-01x86/entry/64: Fix fast-path syscall return register stateAndy Lutomirski
2016-02-01x86/entry/64: Fix an IRQ state error on ptregs-using syscallsAndy Lutomirski
2016-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-01-30x86/vdso: Use static_cpu_has()Borislav Petkov
2016-01-30x86/alternatives: Discard dynamic check after initBrian Gerst
2016-01-30x86/alternatives: Add an auxilary sectionBorislav Petkov
2016-01-30x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2016-01-30Merge branch 'x86/cpu' into x86/asm, to avoid conflictIngo Molnar
2016-01-29x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming
2016-01-29x86/entry/64: Migrate the 64-bit syscall slow path to CAndy Lutomirski
2016-01-29x86/entry/64: Stop using int_ret_from_sys_call in ret_from_forkAndy Lutomirski
2016-01-29x86/entry/64: Call all native slow-path syscalls with full pt-regsAndy Lutomirski
2016-01-29x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski
2016-01-29x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski
2016-01-29x86/syscalls: Refactor syscalltbl.shAndy Lutomirski
2016-01-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar
2016-01-29perf/x86: De-obfuscate codePeter Zijlstra
2016-01-29perf/x86: Fix uninitialized value usagePeter Zijlstra
2016-01-27x86/asm: Remove unused L3_PAGE_OFFSETAlexander Kuleshov
2016-01-26x86/mm: Fix types used in pgprot cacheability flags translationsJan Beulich
2016-01-25crypto: chacha20-ssse3 - Align stack pointer to 64 bytesEli Cooper