summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm: memcontrol: make cgroup_memory_nokmem staticMuchun Song2022-01-153-7/+2
* mm/frontswap.c: use non-atomic '__set_bit()' when possibleChristophe JAILLET2022-01-151-2/+2
* shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li2022-01-151-16/+21
* mm: shmem: don't truncate page if memory failure happensYang Shi2022-01-153-9/+61
* mm/gup.c: stricter check on THP migration entry during follow_pmd_maskLi Xinhai2022-01-151-4/+9
* gup: avoid multiple user access locking/unlocking in fault_in_{read/write}ableChristophe Leroy2022-01-151-8/+10
* mm/truncate.c: remove unneeded variablechiminghao2022-01-151-4/+1
* mm/debug_vm_pgtable: update comments regarding migration swap entriesAnshuman Khandual2022-01-152-9/+9
* mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)2022-01-153-50/+52
* kasan: fix quarantine conflicting with init_on_freeAndrey Konovalov2022-01-151-0/+11
* kasan: test: add test case for double-kmem_cache_destroy()Marco Elver2022-01-151-0/+11
* kasan: add ability to detect double-kmem_cache_destroy()Marco Elver2022-01-151-1/+1
* kasan: test: add globals left-out-of-bounds testMarco Elver2022-01-151-2/+17
* device-dax: compound devmap supportJoao Martins2022-01-151-0/+9
* device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()Joao Martins2022-01-151-17/+19
* device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()Joao Martins2022-01-151-6/+6
* device-dax: factor out page mapping initializationJoao Martins2022-01-151-22/+23
* device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins2022-01-153-8/+54
* device-dax: use struct_size()Joao Martins2022-01-151-2/+3
* device-dax: use ALIGN() for determining pgoffJoao Martins2022-01-151-2/+2
* mm/memremap: add ZONE_DEVICE support for compound pagesJoao Martins2022-01-153-7/+60
* mm/page_alloc: refactor memmap_init_zone_device() page initJoao Martins2022-01-151-33/+41
* mm/page_alloc: split prep_compound_page into head and tail subpartsJoao Martins2022-01-151-10/+20
* mm: defer kmemleak object creation of module_alloc()Kefeng Wang2022-01-157-12/+27
* mm: kmemleak: alloc gray object for reserved region with direct mapCalvin Zhang2022-01-151-1/+5
* kmemleak: fix kmemleak false positive report with HW tag-based kasan enableKuan-Ying Lee2022-01-151-7/+14
* mm: slab: make slab iterator functions staticMuchun Song2022-01-153-20/+15
* mm/slab_common: use WARN() if cache still has objects on destroyMarco Elver2022-01-151-8/+3
* fs/ioctl: remove unnecessary __user annotationAmit Daniel Kachhap2022-01-151-1/+1
* ocfs2: remove redundant assignment to variable free_spaceColin Ian King2022-01-151-1/+1
* ocfs2: cluster: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-151-5/+6
* ocfs2: remove redundant assignment to pointer root_bhColin Ian King2022-01-151-1/+1
* ocfs2: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-151-1/+2
* ocfs2: clearly handle ocfs2_grab_pages_for_write() return valueJoseph Qi2022-01-151-13/+13
* ocfs2: use BUG_ON instead of if condition followed by BUG.Zhang Mingyu2022-01-151-4/+2
* squashfs: provide backing_dev_info in order to disable read-aheadZheng Liang2022-01-151-0/+33
* fs/ntfs/attrib.c: fix one kernel-doc commentYang Li2022-01-151-1/+1
* scripts/spelling.txt: add "oveflow"Drew Fustini2022-01-151-0/+1
* ia64: topology: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-151-1/+2
* ia64: fix typo in a commentJason Wang2022-01-151-1/+1
* arch/ia64/kernel/setup.c: use swap() to make code cleanerYang Guang2022-01-151-4/+1
* ia64: module: use swap() to make code cleanerYang Guang2022-01-151-4/+2
* trace/hwlat: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-5/+1
* trace/osnoise: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-2/+1
* rcutorture: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-5/+2
* ring-buffer: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-5/+2
* RDMA/siw: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-4/+3
* kthread: add the helper function kthread_run_on_cpu()Cai Huoqing2022-01-152-0/+26
* Linux 5.16v5.16Linus Torvalds2022-01-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-01-091-9/+9
|\