summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-061-14/+11
|\
| * x86/MCE: Group AMD function prototypes in <asm/mce.h>Yazen Ghannam2019-03-241-14/+11
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-062-2/+1
|\ \
| * | x86/io: Remove useless definition of mmiowb()Will Deacon2019-04-081-2/+0
| * | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-066-4/+69
|\ \ \
| * | | x86/mm/cpa: Add set_direct_map_*() functionsRick Edgecombe2019-04-301-0/+3
| * | | x86/alternatives: Remove the return value of text_poke_*()Nadav Amit2019-04-301-2/+2
| * | | x86/alternatives: Use temporary mm for text pokingNadav Amit2019-04-301-2/+0
| * | | x86/alternatives: Initialize temporary mm for patchingNadav Amit2019-04-302-0/+5
| * | | x86/mm: Save debug registers when loading a temporary mmNadav Amit2019-04-301-0/+23
| * | | x86/mm: Introduce temporary mm structsAndy Lutomirski2019-04-301-0/+33
| * | | mm/tlb: Provide default nmi_uaccess_okay()Nadav Amit2019-04-301-0/+2
| * | | x86/alternatives: Add text_poke_kgdb() to not assert the lock when debuggingNadav Amit2019-04-301-0/+1
* | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-0610-60/+98
|\ \ \ \
| * | | | x86/irq: Fix outdated commentsJiang Biao2019-04-221-2/+2
| * | | | x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski2019-04-172-21/+17
| * | | | x86/irq/64: Init hardirq_stack_ptr during CPU hotplugThomas Gleixner2019-04-171-4/+0
| * | | | x86/irq/32: Handle irq stack allocation failure properThomas Gleixner2019-04-172-3/+3
| * | | | x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner2019-04-171-1/+1
| * | | | x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptrThomas Gleixner2019-04-171-2/+2
| * | | | x86/irq/32: Make irq stack a character arrayThomas Gleixner2019-04-171-1/+1
| * | | | x86/irq/32: Define IRQ_STACK_SIZEThomas Gleixner2019-04-172-2/+4
| * | | | x86/exceptions: Split debug IST stackThomas Gleixner2019-04-173-9/+10
| * | | | x86/exceptions: Enable IST guard pagesThomas Gleixner2019-04-171-6/+2
| * | | | x86/exceptions: Disconnect IST index and stack orderThomas Gleixner2019-04-173-5/+17
| * | | | x86/cpu: Remove orig_ist arrayThomas Gleixner2019-04-171-9/+0
| * | | | x86/cpu_entry_area: Provide exception stack accessorThomas Gleixner2019-04-171-0/+4
| * | | | x86/exceptions: Add structs for exception stacksThomas Gleixner2019-04-171-5/+47
| * | | | x86/exceptions: Make IST index zero basedThomas Gleixner2019-04-171-5/+8
| * | | | x86/exceptions: Remove unused stack defines on 32bitThomas Gleixner2019-04-171-5/+1
| * | | | x86/64: Remove stale CURRENT_MASKThomas Gleixner2019-04-171-1/+0
* | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-1/+1
|\ \ \ \ \
| * | | | | x86/mm/tlb: Define LOADED_MM_SWITCHING with pointer-sized numberJann Horn2019-03-291-1/+1
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-064-32/+20
|\ \ \ \ \ \
| * | | | | | x86/asm: Modernize sync_bitops.hJan Beulich2019-04-101-22/+9
| * | | | | | x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-081-4/+3
| * | | | | | x86/asm: Clarify static_cpu_has()'s intended useBorislav Petkov2019-04-081-3/+6
| * | | | | | x86/uaccess: Fix implicit cast of __user pointerJann Horn2019-04-031-2/+1
| * | | | | | x86/cpufeature: Remove __pure attribute to _static_cpu_has()Borislav Petkov2019-03-291-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-064-21/+52
|\ \ \ \ \ \
| * | | | | | perf/x86: Make perf callchains work without CONFIG_FRAME_POINTERKairui Song2019-04-292-19/+1
| * | | | | | perf/x86/intel: Add Icelake supportKan Liang2019-04-162-2/+2
| * | | | | | perf/x86/intel: Support adaptive PEBS v4Kan Liang2019-04-162-0/+44
| * | | | | | perf/x86: Support outputting XMM registersKan Liang2019-04-161-0/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-237/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-102-109/+36
| |\ \ \ \ \ \
| * | | | | | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-237/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-069-63/+87
|\ \ \ \ \ \ \
| * | | | | | | x86/uaccess: Dont leak the AC flag into __put_user() argument evaluationPeter Zijlstra2019-04-241-3/+4