aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-11x86/entry/32: Convert IRET exception to IDTENTRY_SWThomas Gleixner2-3/+10
2020-06-11x86/entry: Convert SIMD coprocessor error exception to IDTENTRYThomas Gleixner2-3/+1
2020-06-11x86/entry: Convert Alignment check exception to IDTENTRYThomas Gleixner2-3/+1
2020-06-11x86/entry: Convert Coprocessor error exception to IDTENTRYThomas Gleixner2-3/+1
2020-06-11x86/entry: Convert Spurious interrupt bug exception to IDTENTRYThomas Gleixner2-3/+1
2020-06-11x86/entry: Convert General protection exception to IDTENTRYThomas Gleixner2-3/+1
2020-06-11x86/entry: Convert Stack segment exception to IDTENTRYThomas Gleixner2-3/+1
2020-06-11x86/entry: Convert Segment not present exception to IDTENTRYThomas Gleixner2-3/+1
2020-06-11x86/entry: Convert Invalid TSS exception to IDTENTRYThomas Gleixner2-3/+3
2020-06-11x86/idtentry: Provide IDTENTRY_ERRORCODEThomas Gleixner1-0/+46
2020-06-11x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner2-3/+1
2020-06-11x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner2-3/+1
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner2-3/+6
2020-06-11x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner2-3/+1
2020-06-11x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner2-3/+1
2020-06-11x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner2-3/+12
2020-06-11x86/entry/common: Provide idtentry_enter/exit()Thomas Gleixner1-0/+3
2020-06-11x86/idtentry: Provide macros to define/declare IDT entry pointsThomas Gleixner2-1/+68
2020-06-11x86/traps: Split trap numbers out in a separate headerThomas Gleixner2-25/+32
2020-06-11x86/entry: Disable interrupts for native_load_gs_index() in C codeThomas Gleixner1-2/+12
2020-06-11x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inlineThomas Gleixner1-2/+2
2020-06-11x86/idt: Remove update_intr_gate()Thomas Gleixner1-1/+0
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner1-0/+3
2020-06-11x86/entry: Remove the unused LOCKDEP_SYSEXIT cruftThomas Gleixner1-24/+0
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra3-7/+34
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+0
2020-06-09x86: use proper parentheses around new uaccess macro argument usesLinus Torvalds1-7/+7
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-115/+41
2020-06-09x86: use non-set_fs based maccess routinesChristoph Hellwig1-0/+16
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse2-5/+5
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport3-86/+0
2020-06-09x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport3-15/+14
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport5-6/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-09x86: add missing const qualifiers for log_lvlDmitry Safonov1-1/+1
2020-06-09Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+6
2020-06-09x86/vdso: Unbreak paravirt VDSO clocksThomas Gleixner1-0/+18
2020-06-09KVM: x86: Unexport x86_fpu_cache and make it staticSean Christopherson1-1/+0
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig1-0/+2
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+21
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-522/+69
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-10/+6
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-1/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-14/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-1/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-1/+4
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny1-1/+10
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-4/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-2/+0