linux-2.6-block.git
2022-01-16 Andrew Halaneyinit/main.c: silence some -Wunused-parameter warnings
2022-01-16 Alexey DobriyanELF: fix overflow in total mapping size calculation
2022-01-16 H.J. Lufs/binfmt_elf: use PT_LOAD p_align values for static PIE
2022-01-16 Rikard Falkebornconst_structs.checkpatch: add frequently used ops structs
2022-01-16 Joe Perchescheckpatch: Improve Kconfig help test
2022-01-16 Jerome Forissiercheckpatch: relax regexp for COMMIT_LOG_LONG_LINE
2022-01-16 Guo Xuenanlz4: fix LZ4_decompress_safe_partial read out of bound
2022-01-16 Andrey Konovalovlib/test_meminit: destroy cache in kmem_cache_alloc_bul...
2022-01-16 Andy Shevchenkouuid: remove licence boilerplate text from the header
2022-01-16 Andy Shevchenkouuid: discourage people from using UAPI header in new...
2022-01-16 Andy Shevchenkokunit: replace kernel.h with the necessary inclusions
2022-01-16 Isabella Bassotest_hash.c: refactor into kunit
2022-01-16 Isabella Bassolib/Kconfig.debug: properly split hash test kernel...
2022-01-16 Isabella Bassotest_hash.c: split test_hash_init
2022-01-16 Isabella Bassotest_hash.c: split test_int_hash into arch-specific...
2022-01-16 Andrew Mortondrivers/infiniband/sw/rxe/rxe_qp.c: fix for "hash.h...
2022-01-16 Isabella Bassohash.h: remove unused define directive
2022-01-16 Zhen Leilib/list_debug.c: print more list debugging context...
2022-01-16 Andy Shevchenkolist: introduce list_is_head() helper and re-use it...
2022-01-16 Alexey Dobriyankstrtox: uninline everything
2022-01-16 Andrew Mortonkernel-sys-only-take-tasklist_lock-for-get-setpriorityp...
2022-01-16 Davidlohr Buesokernel/sys.c: only take tasklist_lock for get/setpriori...
2022-01-16 Yafang Shaokthread: dynamically allocate memory to store kthread...
2022-01-16 Yafang Shaotools/testing/selftests/bpf: replace open-coded 16...
2022-01-16 Yafang Shaotools/bpf/bpftool/skeleton: replace bpf_probe_read_kern...
2022-01-16 Yafang Shaosamples/bpf/test_overhead_kprobe_kern: replace bpf_prob...
2022-01-16 Yafang Shaofs/binfmt_elf: replace open-coded string copy with...
2022-01-16 Yafang Shaodrivers/infiniband: replace open-coded string copy...
2022-01-16 Yafang Shaofs/exec: replace strncpy with strscpy_pad in __get_task...
2022-01-16 Yafang Shaofs/exec: replace strlcpy with strscpy_pad in __set_task...
2022-01-16 Andy Shevchenkokernel.h: include a note to discourage people from...
2022-01-16 Andy Shevchenkoinclude/linux/unaligned: replace kernel.h with the...
2022-01-16 Julius Hemanth... proc/sysctl: make protected_* world readable
2022-01-16 Qi Zhengproc: convert the return type of proc_fd_access_allowed...
2022-01-16 Andrew Mortonproc-make-the-proc_create-stubs-static-inlines-fix2-fix
2022-01-16 Andrew Mortonproc-make-the-proc_create-stubs-static-inlines-fix2
2022-01-16 Andrew Mortonproc-make-the-proc_create-stubs-static-inlines-fix
2022-01-16 Hans de Goedeproc: make the proc_create[_data]() stubs static inlines
2022-01-16 David Hildenbrandproc/vmcore: don't fake reading zeroes on surprise...
2022-01-16 Kefeng Wangmm: percpu: add generic pcpu_populate_pte() function
2022-01-16 Kefeng Wangmm: percpu: add generic pcpu_fc_alloc/free funciton
2022-01-16 Kefeng Wangmm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef
2022-01-16 Kefeng Wangmm: percpu: generalize percpu related config
2022-01-16 Tetsuo Handakernel/hung_task.c: Monitor killed tasks.
2022-01-16 Tetsuo Handafs/buffer.c: dump more info for __getblk_gfp() stall...
2022-01-16 Tetsuo Handafs/buffer.c: add debug print for __getblk_gfp() stall...
2022-01-16 Catalin Marinasbtrfs: avoid live-lock in search_ioctl() on hardware...
2022-01-16 Catalin Marinasarm64: add support for sub-page faults user probing
2022-01-16 Catalin Marinasmm: introduce fault_in_exact_writeable() to probe for...
2022-01-16 Mike Galbraithzsmalloc: replace get_cpu_var with local_lock
2022-01-16 Minchan Kimzsmalloc: replace per zpage lock with pool->migrate_lock
2022-01-16 Sebastian Andrzej... locking: fixup write_lock_nested() implementation
2022-01-16 Minchan Kimlocking/rwlocks: fix write_lock_nested for RT
2022-01-16 Minchan Kimlocking/rwlocks: introduce write_lock_nested
2022-01-16 Minchan Kimzsmalloc: remove zspage isolation for migration
2022-01-16 Minchan Kimzsmalloc: move huge compressed obj from page to zspage
2022-01-16 Minchan Kimzsmalloc: introduce obj_allocated
2022-01-16 Minchan Kimzsmalloc: decouple class actions from zspage works
2022-01-16 Minchan Kimzsmalloc: rename zs_stat_type to class_stat_type
2022-01-16 Minchan Kimzsmalloc: introduce some helper functions
2022-01-16 Xiyu Yangmm/rmap: convert from atomic_t to refcount_t on anon_vm...
2022-01-16 Mauricio Faria... mm: fix race between MADV_FREE reclaim and blkdev direc...
2022-01-16 Andrew Mortonmm-mempolicy-convert-from-atomic_t-to-refcount_t-on...
2022-01-16 Xiyu Yangmm/mempolicy: convert from atomic_t to refcount_t on...
2022-01-16 Muchun Songmm: sparsemem: move vmemmap related to HugeTLB to CONFI...
2022-01-16 Muchun Songselftests: vm: add a hugetlb test case
2022-01-16 Muchun Songmm: sparsemem: use page table lock to protect kernel...
2022-01-16 Muchun Songmm: hugetlb: replace hugetlb_free_vmemmap_enabled with...
2022-01-16 Muchun Songmm: hugetlb: free the 2nd vmemmap page associated with...
2022-01-16 NeilBrownmm: discard __GFP_ATOMIC
2022-01-16 Andrew Mortonmm-vmalloc-allocate-small-pages-for-area-pages-fix
2022-01-16 Xu Yumm/vmalloc: allocate small pages for area->pages
2022-01-16 Shuah KhanDocumentation/vm/page_owner.rst: fix unexpected indenta...
2022-01-16 Andrew Mortondocumentation-vm-page_ownerrst-update-the-documentation-fix
2022-01-16 Shenghong HanDocumentation/vm/page_owner.rst: update the documentation
2022-01-16 Yixuan Caotools/vm/page_owner_sort.c: delete invalid duplicate...
2022-01-16 Shenghong Hantools/vm/page_owner_sort.c: two trivial fixes
2022-01-16 Chongxi Zhaotools/vm/page_owner_sort.c: support sorting pid and...
2022-01-16 Yinan Zhangtools/vm/page_owner_sort.c: add switch between culling...
2022-01-16 Sean Andersontools/vm/page_owner_sort.c: support sorting by stack...
2022-01-16 Sean Andersontools/vm/page_owner_sort.c: fix NULL-pointer dereferenc...
2022-01-16 Sean Andersontools/vm/page_owner_sort.c: sort by stacktrace before...
2022-01-16 Wangyanocfs2: fix ocfs2 corrupt when iputting an inode
2022-01-16 Wangyanocfs2: clear links count in ocfs2_mknod() if an error...
2022-01-16 Gang Heocfs2: reflink deadlock when clone file to the same...
2022-01-16 Kalesh Singhprocfs: prevent unpriveleged processes accessing fdinfo dir
2022-01-16 Toshiki Fukasawa/proc/kpageflags: do not use uninitialized struct pages
2022-01-16 Toshiki Fukasawa/proc/kpageflags: prevent an integer overflow in stable...
2022-01-16 Alexey Makhalovmm: fix panic in __alloc_pages
2022-01-16 Joel Savitzmm/oom_kill: wake futex waiters before annihilating...
2022-01-15 SeongJae Parkmm/damon: hide kernel pointer from tracepoint event
2022-01-15 SeongJae Parkmm/damon/vaddr: hide kernel pointer from damon_va_three...
2022-01-15 SeongJae Parkmm/damon/vaddr: use pr_debug() for damon_va_three_regio...
2022-01-15 SeongJae Parkmm/damon/dbgfs: remove an unnecessary variable
2022-01-15 Guoqing Jiangmm/damon: move the implementation of damon_insert_regio...
2022-01-15 Baolin Wangmm/damon: add access checking for hugetlb pages
2022-01-15 SeongJae ParkDocs/admin-guide/mm/damon/usage: update for schemes...
2022-01-15 SeongJae Parkmm/damon/dbgfs: support all DAMOS stats
2022-01-15 SeongJae ParkDocs/admin-guide/mm/damon/reclaim: document statistics...
2022-01-15 SeongJae Parkmm/damon/reclaim: provide reclamation statistics
next