summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-05-26include/linux/cache.h: expand documentation over __read_mostlyLuis Chamberlain
2020-05-26mm: return EBADF if pidfd is invalidMinchan Kim
2020-05-26mm: fix s390 compat build errorMinchan Kim
2020-05-26mm-support-vector-address-ranges-for-process_madvise-fix-fixRandy Dunlap
2020-05-26mm: support compat_sys_process_madviseMinchan Kim
2020-05-26mm/madvise: support both pid and pidfd for process_madviseMinchan Kim
2020-05-26pid: move pidfd_get_pid() to pid.cMinchan Kim
2020-05-26mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-05-26mm/madvise: pass task and mm to do_madviseMinchan Kim
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: 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: add mmap_read_trylock_non_owner()Michel Lespinasse
2020-05-26mmap locking API: convert nested write lock sitesMichel Lespinasse
2020-05-26MMU notifier: use the new mmap locking APIMichel Lespinasse
2020-05-26mmap locking API: initial implementation as rwsem wrappersMichel Lespinasse
2020-05-26asm-generic: add a flush_icache_user_range stubChristoph Hellwig
2020-05-26mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig
2020-05-26asm-generic: improve the flush_dcache_page stubChristoph Hellwig
2020-05-26asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig
2020-05-26asm-generic: fix the inclusion guards for cacheflush.hChristoph Hellwig
2020-05-26mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang
2020-05-26mm-consolidate-pgd_index-and-pgd_offset_k-definitions-fixAndrew Morton
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-26mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-05-26mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-05-26mm: introduce include/linux/pgtable.hMike Rapoport
2020-05-26mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-05-26mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport
2020-05-26asm-generic: remove pgtable-nop4d-hack.hMike Rapoport
2020-05-26mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder
2020-05-26mm: annotate a data race in page_zonenum()Qian Cai
2020-05-26mm/memcontrol: fix a data race in scan countQian Cai
2020-05-26kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-05-26sysrq: use show_stack_loglvl()Dmitry Safonov
2020-05-26kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov
2020-05-26kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig
2020-05-26kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig
2020-05-26stacktrace: cleanup inconsistent variable typeWalter Wu
2020-05-26panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli
2020-05-26kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli
2020-05-26kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka
2020-05-26xarray.h: correct return code documentation for xa_store_{bh,irq}()Manfred Spraul
2020-05-26kernel: add panic_on_taintRafael Aquini
2020-05-26Merge branch 'akpm-current/current'Stephen Rothwell