]> git.ipfire.org Git - thirdparty/linux.git/shortlog
thirdparty/linux.git
2025-07-20  Sergey Senozhatskymailmap: add entry for Senozhatsky
2025-07-20  Harry Yoomm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPAC...
2025-07-20  Jinjiang Tumm/vmscan: fix hwpoisoned large folio handling in shrin...
2025-07-20  Herbert Xulib/raid6: update recov_rvv.c zero page usage
2025-07-20  Wang Yaxindocs: update docs after introducing delaytop
2025-07-20  Wang Yaxindelaytop: add psi info to show system delay
2025-07-20  WangYuliselftests/thermal: remove duplicate newlines in perror...
2025-07-20  WangYuliselftests/thermal: remove duplicate sprintf() call...
2025-07-20  Kuan-Wei Chiuriscv: optimize gcd() performance on RISC-V without...
2025-07-20  Kuan-Wei Chiuriscv: optimize gcd() code size when CONFIG_RISCV_ISA_Z...
2025-07-20  Kuan-Wei Chiulib/math/gcd: use static key to select implementation...
2025-07-20  Ivan Pravdinocfs2: avoid potential ABBA deadlock by reordering...
2025-07-20  Colin Ian Kingsquashfs: fix incorrect argument to sizeof in kmalloc_a...
2025-07-20  Colin Ian Kingsquashfs: replace ;; with ; and end of fi declaration
2025-07-20  Ivan Pravdinocfs2: avoid NULL pointer dereference in dx_dir_lookup_...
2025-07-20  Ahelenia Ziemiańskaocfs2/dlm: fix "take a while" typo
2025-07-20  Lillian Berryinit/main.c: add warning when file specified in rdinit...
2025-07-20  Zi Lisamples: enhance hung_task detector test with read...
2025-07-20  Lance Yanghung_task: extend hung task blocker tracking to rwsems
2025-07-20  Lance Yanglocking/rwsem: make owner helpers globally available
2025-07-20  Easwar Hariharancoccinelle: misc: secs_to_jiffies: implement context...
2025-07-20  Feng Tangpanic: add note that panic_print sysctl interface is...
2025-07-20  Feng Tangpanic: add 'panic_sys_info=' setup option for kernel...
2025-07-20  Feng Tangpanic: add 'panic_sys_info' sysctl to take human readab...
2025-07-20  Feng Tangpanic: generalize panic_print's function to show sys...
2025-07-20  Feng Tangpanic: clean up code for console replay
2025-07-20  Jiri Bohacx86: implement crashkernel cma reservation
2025-07-20  Jiri Bohackdump: wait for DMA to finish when using CMA
2025-07-20  Jiri Bohackdump, documentation: describe craskernel CMA reservation
2025-07-20  Jiri Bohackdump: implement reserve_crashkernel_cma
2025-07-20  Jiri BohacAdd a new optional ",cma" suffix to the crashkernel...
2025-07-20  Sidhartha Kumarmm/page_owner: convert set_page_owner_migrate_reason...
2025-07-20  Thorsten Blummm/memfd: replace deprecated strcpy() with memcpy(...
2025-07-20  SeongJae Parkmm/damon/core: remove damon_callback
2025-07-20  SeongJae Parkmm/damon/sysfs: remove damon_sysfs_before_terminate()
2025-07-20  SeongJae Parkmm/damon/core: destroy targets when kdamond_fn() finish
2025-07-20  SeongJae Parkmm/damon/sysfs: remove damon_sysfs_destroy_targets()
2025-07-20  SeongJae Parkmm/damon/vaddr: put pid in cleanup_target()
2025-07-20  SeongJae Parkmm/damon/core: add cleanup_target() ops callback
2025-07-20  SeongJae Parkmm/damon/core: do not call ops.cleanup() when destroyin...
2025-07-20  SeongJae Parksamples/damon/wsse: use damon_call() repeat mode instea...
2025-07-20  SeongJae Parksamples/damon/prcl: use damon_call() repeat mode instea...
2025-07-20  SeongJae Parkmm/damon/lru_sort: use damon_call() repeat mode instead...
2025-07-20  SeongJae Parkmm/damon/reclaim: use damon_call() repeat mode instead...
2025-07-20  SeongJae Parkmm/damon/stat: use damon_call() repeat mode instead...
2025-07-20  SeongJae Parkmm/damon/core: introduce repeat mode damon_call()
2025-07-20  SeongJae Parkmm/damon: accept parallel damon_call() requests
2025-07-20  Xuanye Liumm: simplify min_brk handling in brk()
2025-07-20  Chi Zhilingreadahead: use folio_nr_pages() instead of shift operation
2025-07-20  Andy Shevchenkomm/hmm: move pmd_to_hmm_pfn_flags() to the respective...
2025-07-20  Davidlohr Buesomm: introduce per-node proactive reclaim interface
2025-07-20  Davidlohr Buesomm/vmscan: make __node_reclaim() more generic
2025-07-20  Davidlohr Buesomm/memcg: make memory.reclaim interface generic
2025-07-20  Davidlohr Buesomm/vmscan: respect psi_memstall region in node reclaim
2025-07-20  Vishal Moola... mm: remove unmap_and_put_page()
2025-07-20  Vishal Moola... mm/memory.c: use folios in __access_remote_vm()
2025-07-20  Vishal Moola... mm/memory.c: use folios in __copy_remote_vm_str()
2025-07-20  Bijan Tabatabaimm/damon/vaddr: apply filters in migrate_{hot/cold}
2025-07-20  Bijan Tabatabaimm/damon: move folio filtering from paddr to ops-common
2025-07-20  Bijan Tabatabaimm/damon/vaddr: use damos->migrate_dests in migrate_...
2025-07-20  Bijan TabatabaiDocs/mm/damon/design: document vaddr support for migrat...
2025-07-20  Bijan Tabatabaimm/damon/vaddr: add vaddr versions of migrate_{hot...
2025-07-20  Bijan Tabatabaimm/damon: move migration helpers from paddr to ops...
2025-07-20  Bijan Tabatabaimm/damon/core: commit damos->migrate_dests
2025-07-20  SeongJae ParkDocs/admin-guide/mm/damon/usage: document dests directory
2025-07-20  SeongJae ParkDocs/ABI/damon: document schemes dests directory
2025-07-20  SeongJae Parkmm/damon/sysfs-schemes: set damos->migrate_dests
2025-07-20  SeongJae Parkmm/damon/sysfs-schemes: implement DAMOS action destinat...
2025-07-20  SeongJae Parkmm/damon/core: add damos->migrate_dests field
2025-07-20  SeongJae Parkmm/damon: add struct damos_migrate_dests
2025-07-20  Bijan Tabatabaimm/damon/core: commit damos->target_nid
2025-07-20  Yunjeong Munsamples/damon: support automatic node address detection
2025-07-20  Honggyu Kimsamples/damon: change enable parameters to enabled
2025-07-20  Vlastimil Babkamm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item...
2025-07-20  Kirill A. Shutemovmm/vmstat: utilize designated initializers for the...
2025-07-20  Kirill A. Shutemovmm: strictly check vmstat_text array size
2025-07-20  Kirill A. Shutemovmm/vmstat: make MEMCG select VM_EVENT_COUNTERS
2025-07-20  David Hildenbrandmm: remove boolean output parameters from folio_pte_bat...
2025-07-20  David Hildenbrandmm: split folio_pte_batch() into folio_pte_batch()...
2025-07-20  David Hildenbrandmm: smaller folio_pte_batch() improvements
2025-07-20  David Hildenbrandmm: convert FPB_IGNORE_* into FPB_RESPECT_*
2025-07-20  Wei Yangmm/migrate: remove the -EEXIST conversion for move_pages()
2025-07-20  Muhammad Usama... selftests/mm: pagemap_scan ioctl: add PFN ZERO test...
2025-07-20  SeongJae ParkDocs/mm/damon/maintainer-profile: update for mm-new...
2025-07-20  SeongJae Parkmm/damon/sysfs: don't hold kdamond_lock in before_termi...
2025-07-20  SeongJae Parkmm/damon/sysfs: use DAMON core API damon_is_running()
2025-07-20  SeongJae Parksamples/damon/mtier: rename to have damon_sample_ prefix
2025-07-20  SeongJae Parksamples/damon/prcl: rename to have damon_sample_ prefix
2025-07-20  SeongJae Parksamples/damon/wsse: rename to have damon_sample_ prefix
2025-07-20  Baolin Wangmm: fault in complete folios instead of individual...
2025-07-19  Linus TorvaldsMerge tag 'efi-fixes-for-v6.16-2' of git://git.kernel...
2025-07-19  Daniel Almeidarust: bits: add support for bits/genmask macros
2025-07-19  Tamir Dubersteinrust: list: remove OFFSET constants
2025-07-19  Tamir Dubersteinrust: list: add `impl_list_item!` examples
2025-07-19  Tamir Dubersteinrust: list: use fully qualified path
2025-07-19  Tamir Dubersteinrust: list: use consistent self parameter name
2025-07-19  Tamir Dubersteinrust: list: use consistent type parameter style
2025-07-19  Tamir Dubersteinrust: list: simplify macro capture
2025-07-19  Miguel Ojedarust: list: undo unintended replacement of method name
2025-07-19  Steven Rostedttracing: Add down_write(trace_event_sem) when adding...
next