summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-05-26mm-support-vector-address-ranges-for-process_madvise-fix-fix-fix-fix-fixAndrew Morton
2020-05-26mm: support compat_sys_process_madviseMinchan Kim
2020-05-26mm-introduce-external-memory-hinting-api-fix-2-fixAndrew Morton
2020-05-26mm: fix build error for mips of process_madviseMinchan Kim
2020-05-26fix process_madvise build break for arm64Minchan Kim
2020-05-26mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-05-26mmap-locking-api-convert-mmap_sem-comments-fix-fix-fixAndrew Morton
2020-05-26mmap-locking-api-convert-mmap_sem-comments-fixAndrew Morton
2020-05-26mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-05-26mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-05-26mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse
2020-05-26mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse
2020-05-26mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse
2020-05-26mmap locking API: convert nested write lock sitesMichel Lespinasse
2020-05-26mmap-locking-api-convert-mmap_sem-call-sites-missed-by-coccinelle-fixAndrew Morton
2020-05-26mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse
2020-05-26mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-05-26module: move the set_fs hack for flush_icache_range to m68kChristoph Hellwig
2020-05-26m68k: implement flush_icache_user_rangeChristoph Hellwig
2020-05-26arm: rename flush_cache_user_range to flush_icache_user_rangeChristoph Hellwig
2020-05-26xtensa: implement flush_icache_user_rangeChristoph Hellwig
2020-05-26sh: implement flush_icache_user_rangeChristoph Hellwig
2020-05-26mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig
2020-05-26arm,sparc,unicore32: remove flush_icache_user_rangeChristoph Hellwig
2020-05-26riscv: use asm-generic/cacheflush.hChristoph Hellwig
2020-05-26powerpc: use asm-generic/cacheflush.hChristoph Hellwig
2020-05-26openrisc: use asm-generic/cacheflush.hChristoph Hellwig
2020-05-26m68knommu: use asm-generic/cacheflush.hChristoph Hellwig
2020-05-26microblaze: use asm-generic/cacheflush.hChristoph Hellwig
2020-05-26ia64: use asm-generic/cacheflush.hChristoph Hellwig
2020-05-26hexagon: use asm-generic/cacheflush.hChristoph Hellwig
2020-05-26c6x: use asm-generic/cacheflush.hChristoph Hellwig
2020-05-26arm64: use asm-generic/cacheflush.hChristoph Hellwig
2020-05-26alpha: use asm-generic/cacheflush.hChristoph Hellwig
2020-05-26asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig
2020-05-26unicore32: remove flush_cache_user_rangeChristoph Hellwig
2020-05-26powerpc: unexport flush_icache_user_rangeChristoph Hellwig
2020-05-26nds32: unexport flush_icache_pageChristoph Hellwig
2020-05-26arm: fix the flush_icache_range arguments in set_fiq_handlerChristoph Hellwig
2020-05-26mm: consolidate pgd_index() and pgd_offset{_k}() definitionsMike Rapoport
2020-05-26mm: consolidate pud_index() and pud_offset() definitionsMike Rapoport
2020-05-26mm: consolidate pmd_index() and pmd_offset() definitionsMike Rapoport
2020-05-26mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-05-26powerpc/kasan: fix PMD access in kasan_unmap_early_shadow_vmalloc()Mike Rapoport
2020-05-26microblaze: fix page table traversal in setup_rt_frame()Mike Rapoport
2020-05-26mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-05-26x86/kaslr: take CONFIG_RANDOMIZE_MEMORY into account in kaslr_enabled()Mike Rapoport
2020-05-26x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport
2020-05-26m68k/mm: move {cache,nocahe}_page() definitions close to their userMike Rapoport
2020-05-26m68k/mm/motorola: move comment about page table allocation funcitonsMike Rapoport