aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-3/+3
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig3-4/+4
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-29/+69
2020-06-12x86/entry: Treat BUG/WARN as NMI-like entriesAndy Lutomirski1-2/+13
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+4
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner1-2/+2
2020-06-11x86/idt: Consolidate idt functionalityThomas Gleixner1-12/+4
2020-06-11x86/entry: Remove DBn stacksPeter Zijlstra1-1/+0
2020-06-11x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner1-21/+48
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner1-1/+1
2020-06-11x86/traps: Make interrupt enable/disable symmetric in C codeThomas Gleixner1-2/+13
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig1-7/+2
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig1-21/+12
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-6/+6
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-23/+3
2020-06-09x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport2-32/+23
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport6-6/+6
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport8-8/+8
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport9-9/+0
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-30/+441
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-5/+2
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-14/+0
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny1-8/+2
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-9/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-9/+0
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny1-2/+1
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-23/+27
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual1-1/+1
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz1-1/+1
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-16/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-4/+13
2020-06-03mm: make deferred init's max threads arch-specificDaniel Jordan1-0/+12
2020-06-03mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport1-4/+1
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-06-03mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport1-2/+4
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+19
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-228/+33
2020-06-02x86/mm: remove vmalloc faultingJoerg Roedel3-178/+1
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel1-37/+0
2020-06-02x86/mm/32: implement arch_sync_kernel_mappings()Joerg Roedel1-9/+16
2020-06-02x86/mm/64: implement arch_sync_kernel_mappings()Joerg Roedel1-0/+5
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price1-1/+1
2020-06-02x86: mm: ptdump: calculate effective permissions correctlySteven Price1-13/+20
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+1
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-36/+2
2020-05-28x86/mm: Drop deprecated DISCONTIGMEM support for 32-bitMike Rapoport1-34/+0
2020-05-23x86/mm: Stop printing BRK addressesArvind Sankar1-2/+0