linux-block.git
2022-01-15 Michal Hockomm: allow !GFP_KERNEL allocations for kvmalloc
2022-01-15 Michal Hockomm/vmalloc: be more explicit about supported gfp flags.
2022-01-15 Michal Hockomm/vmalloc: add support for __GFP_NOFAIL
2022-01-15 Michal Hockomm/vmalloc: alloc GFP_NO{FS,IO} for vmalloc
2022-01-15 Christian Königmm/dmapool.c: revert "make dma pool to use kmalloc_node"
2022-01-15 Matthew Wilcox... mm: remove the total_mapcount argument from page_trans_...
2022-01-15 Matthew Wilcox... mm: remove the total_mapcount argument from page_trans_...
2022-01-15 Matthew Wilcox... mm: remove last argument of reuse_swap_page()
2022-01-15 Pasha Tatashinx86: mm: add x86_64 support for page table check
2022-01-15 Pasha Tatashinmm: page table check
2022-01-15 Pasha Tatashinmm: ptep_clear() page table helper
2022-01-15 Pasha Tatashinmm: change page type prior to adding page table entry
2022-01-15 Shuah Khandocs/vm: add vmalloced-kernel-stacks document
2022-01-15 Suren Baghdasaryanmm/oom_kill: allow process_mrelease to run under mmap_l...
2022-01-15 Suren Baghdasaryanmm: document locking restrictions for vm_operations_str...
2022-01-15 Suren Baghdasaryanmm: protect free_pgtables with mmap_lock write lock...
2022-01-15 Arnd Bergmannmm: move tlb_flush_pending inline helpers to mm_inline.h
2022-01-15 Arnd Bergmannmm: move anon_vma declarations to linux/mm_inline.h
2022-01-15 Suren Baghdasaryanmm: add anonymous vma name refcounting
2022-01-15 Colin Crossmm: add a field to store names for private anonymous...
2022-01-15 Colin Crossmm: rearrange madvise code to allow for reuse
2022-01-15 Qi Zhengmm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
2022-01-15 chiminghaotools/testing/selftests/vm/userfaultfd.c: use swap...
2022-01-15 Shakeel Buttmemcg: add per-memcg vmalloc stat
2022-01-15 Wang Weiyangmm/memcg: use struct_size() helper in kzalloc()
2022-01-15 Shakeel Buttmemcg: better bounds on the memcg stats updates
2022-01-15 Dan Schatzbergmm/memcg: add oom_group_kill memory event
2022-01-15 Donghai Qiaomm/page_counter: remove an incorrect call to propagate_...
2022-01-15 Muchun Songmm: memcontrol: make cgroup_memory_nokmem static
2022-01-15 Christophe... mm/frontswap.c: use non-atomic '__set_bit()' when possible
2022-01-15 Gang Lishmem: fix a race between shmem_unused_huge_shrink...
2022-01-15 Yang Shimm: shmem: don't truncate page if memory failure happens
2022-01-15 Li Xinhaimm/gup.c: stricter check on THP migration entry during...
2022-01-15 Christophe... gup: avoid multiple user access locking/unlocking in...
2022-01-15 chiminghaomm/truncate.c: remove unneeded variable
2022-01-15 Anshuman Khandualmm/debug_vm_pgtable: update comments regarding migratio...
2022-01-15 Matthew Wilcox... mm,fs: split dump_mapping() out from dump_page()
2022-01-15 Andrey Konovalovkasan: fix quarantine conflicting with init_on_free
2022-01-15 Marco Elverkasan: test: add test case for double-kmem_cache_destroy()
2022-01-15 Marco Elverkasan: add ability to detect double-kmem_cache_destroy()
2022-01-15 Marco Elverkasan: test: add globals left-out-of-bounds test
2022-01-15 Joao Martinsdevice-dax: compound devmap support
2022-01-15 Joao Martinsdevice-dax: remove pfn from __dev_dax_{pte,pmd,pud...
2022-01-15 Joao Martinsdevice-dax: set mapping prior to vmf_insert_pfn{,_pmd...
2022-01-15 Joao Martinsdevice-dax: factor out page mapping initialization
2022-01-15 Joao Martinsdevice-dax: ensure dev_dax->pgmap is valid for dynamic...
2022-01-15 Joao Martinsdevice-dax: use struct_size()
2022-01-15 Joao Martinsdevice-dax: use ALIGN() for determining pgoff
2022-01-15 Joao Martinsmm/memremap: add ZONE_DEVICE support for compound pages
2022-01-15 Joao Martinsmm/page_alloc: refactor memmap_init_zone_device() page...
2022-01-15 Joao Martinsmm/page_alloc: split prep_compound_page into head and...
2022-01-15 Kefeng Wangmm: defer kmemleak object creation of module_alloc()
2022-01-15 Calvin Zhangmm: kmemleak: alloc gray object for reserved region...
2022-01-15 Kuan-Ying Leekmemleak: fix kmemleak false positive report with HW...
2022-01-15 Muchun Songmm: slab: make slab iterator functions static
2022-01-15 Marco Elvermm/slab_common: use WARN() if cache still has objects...
2022-01-15 Amit Daniel... fs/ioctl: remove unnecessary __user annotation
2022-01-15 Colin Ian Kingocfs2: remove redundant assignment to variable free_space
2022-01-15 Greg Kroah... ocfs2: cluster: use default_groups in kobj_type
2022-01-15 Colin Ian Kingocfs2: remove redundant assignment to pointer root_bh
2022-01-15 Greg Kroah... ocfs2: use default_groups in kobj_type
2022-01-15 Joseph Qiocfs2: clearly handle ocfs2_grab_pages_for_write()...
2022-01-15 Zhang Mingyuocfs2: use BUG_ON instead of if condition followed...
2022-01-15 Zheng Liangsquashfs: provide backing_dev_info in order to disable...
2022-01-15 Yang Lifs/ntfs/attrib.c: fix one kernel-doc comment
2022-01-15 Drew Fustiniscripts/spelling.txt: add "oveflow"
2022-01-15 Greg Kroah... ia64: topology: use default_groups in kobj_type
2022-01-15 Jason Wangia64: fix typo in a comment
2022-01-15 Yang Guangarch/ia64/kernel/setup.c: use swap() to make code cleaner
2022-01-15 Yang Guangia64: module: use swap() to make code cleaner
2022-01-15 Cai Huoqingtrace/hwlat: make use of the helper function kthread_ru...
2022-01-15 Cai Huoqingtrace/osnoise: make use of the helper function kthread_...
2022-01-15 Cai Huoqingrcutorture: make use of the helper function kthread_run...
2022-01-15 Cai Huoqingring-buffer: make use of the helper function kthread_ru...
2022-01-15 Cai HuoqingRDMA/siw: make use of the helper function kthread_run_o...
2022-01-15 Cai Huoqingkthread: add the helper function kthread_run_on_cpu()
2022-01-09 Linus TorvaldsLinux 5.16 v5.16
2022-01-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2022-01-09 Linus TorvaldsMerge tag 'soc-fixes-5.16-5' of git://git./linux/kernel...
2022-01-09 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.16-2022-01-09' of...
2022-01-09 Len BrownRevert "drm/amdgpu: stop scheduler when calling hw_fini...
2022-01-09 Nikita TravkinInput: zinitix - make sure the IRQ is allocated before...
2022-01-08 Phil ElwellARM: dts: gpio-ranges property is now required
2022-01-08 Linus TorvaldsMerge tag 'soc-fixes-5.16-4' of git://git./linux/kernel...
2022-01-08 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2022-01-08 Linus TorvaldsMerge tag 'for-v5.16-rc' of git://git./linux/kernel...
2022-01-08 Linus TorvaldsMerge tag 'xfs-5.16-fixes-4' of git://git./fs/xfs/xfs...
2022-01-07 Linus TorvaldsMerge branch 'for-5.16-fixes' of git://git./linux/kerne...
2022-01-07 Linus TorvaldsMerge tag 'block-5.16-2022-01-07' of git://git.kernel...
2022-01-07 Linus TorvaldsMerge tag 'edac_urgent_for_v5.16' of git://git./linux...
2022-01-07 Wolfram SangRevert "i2c: core: support bus regulator controlling...
2022-01-07 Arnaldo Carvalho... Revert "libtraceevent: Increase libtraceevent logging...
2022-01-07 Jiri Olsaperf trace: Avoid early exit due to running SIGCHLD...
2022-01-07 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2022-01-07 Linus TorvaldsMerge tag 'drm-fixes-2022-01-07' of git://anongit.freed...
2022-01-07 Nikunj A DadhaniaKVM: x86: Check for rmaps allocation
2022-01-07 Wanpeng LiKVM: SEV: Mark nested locking of kvm->lock
2022-01-07 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2022-01-06 Linus TorvaldsMerge tag 'trace-v5.16-rc8' of git://git./linux/kernel...
2022-01-06 Tejun Heoselftests: cgroup: Test open-time cgroup namespace...
next