summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2020-07-27x86/mm/64: Do not sync vmalloc/ioremap mappingsJoerg Roedel
2020-07-27x86/mm: Pre-allocate P4D/PUD pages for vmalloc areaJoerg Roedel
2020-07-26Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar
2020-07-24x86/entry: Cleanup idtentry_enter/exitThomas Gleixner
2020-07-16x86/mm/numa: Remove uninitialized_var() usageKees Cook
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada
2020-07-06x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()Andy Lutomirski
2020-06-29x86/mm/pat: Mark an intentional data raceQian Cai
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-17x86/mm: Fix -Wmissing-prototypes warnings for arch/x86/mm/init.cBenjamin Thiel
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-12x86/entry: Treat BUG/WARN as NMI-like entriesAndy Lutomirski
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner
2020-06-11x86/idt: Consolidate idt functionalityThomas Gleixner
2020-06-11x86/entry: Remove DBn stacksPeter Zijlstra
2020-06-11x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner
2020-06-11x86/traps: Make interrupt enable/disable symmetric in C codeThomas Gleixner
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike 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-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
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-04arch/kmap: remove BUG_ON()Ira Weiny
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz
2020-06-03mm: make deferred init's max threads arch-specificDaniel Jordan
2020-06-03mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-06-03mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02x86/mm: remove vmalloc faultingJoerg Roedel