aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2020-06-11x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner
2020-06-11x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner
2020-06-11x86/entry/common: Provide idtentry_enter/exit()Thomas Gleixner
2020-06-11x86/idtentry: Provide macros to define/declare IDT entry pointsThomas Gleixner
2020-06-11x86/traps: Split trap numbers out in a separate headerThomas Gleixner
2020-06-11x86/entry: Disable interrupts for native_load_gs_index() in C codeThomas Gleixner
2020-06-11x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inlineThomas Gleixner
2020-06-11x86/idt: Remove update_intr_gate()Thomas Gleixner
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner
2020-06-11x86/entry: Remove the unused LOCKDEP_SYSEXIT cruftThomas Gleixner
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-09x86: use proper parentheses around new uaccess macro argument usesLinus Torvalds
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-09x86: use non-set_fs based maccess routinesChristoph Hellwig
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09x86: add missing const qualifiers for log_lvlDmitry Safonov
2020-06-09Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds
2020-06-09x86/vdso: Unbreak paravirt VDSO clocksThomas Gleixner
2020-06-09KVM: x86: Unexport x86_fpu_cache and make it staticSean Christopherson
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny
2020-06-04x86/mm: define mm_p4d_folded()Anshuman Khandual
2020-06-04mm: Fix mremap not considering huge pmd devmapFan Yang
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-03TEST_ACCESS_OK _never_ had been checked anywhereAl Viro
2020-06-03x86/cpu: Add Sapphire Rapids CPU model numberTony Luck