summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher
2023-10-04seq_file: add helper macro to define attribute for rw fileXingui Yang
2023-10-04kill task_struct->thread_groupOleg Nesterov
2023-10-04change thread_group_empty() to use task_struct->thread_nodeOleg Nesterov
2023-10-04change next_thread() to use __next_thread() ?: group_leaderOleg Nesterov
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov
2023-10-04compiler.h: unify __UNIQUE_IDNick Desaulniers
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park
2023-10-04mm/damon/core: use nr_accesses_bp as a source of damos_before_apply tracepointSeongJae Park
2023-10-04memblock: introduce MEMBLOCK_RSRV_NOINIT flagUsama Arif
2023-10-04mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park
2023-10-04mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park
2023-10-04mm/damon/core: introduce nr_accesses_bpSeongJae Park
2023-10-04mm/damon/core: implement a pseudo-moving sum functionSeongJae Park
2023-10-04mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park
2023-10-04mm/damon/core: use number of passed access sampling as a timerSeongJae Park
2023-10-04mm, vmscan: remove ISOLATE_UNMAPPEDVlastimil Babka
2023-10-04buffer: remove __getblk_gfp()Matthew Wilcox (Oracle)
2023-10-04ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)
2023-10-04buffer: convert sb_getblk() to call __getblk()Matthew Wilcox (Oracle)
2023-10-04buffer: convert getblk_unmovable() and __getblk() to use bdev_getblk()Matthew Wilcox (Oracle)
2023-10-04buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()Matthew Wilcox (Oracle)
2023-10-04buffer: pass GFP flags to folio_alloc_buffers()Matthew Wilcox (Oracle)
2023-10-04mm/damon/core: add a tracepoint for damos apply target regionsSeongJae Park
2023-10-04mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()Kefeng Wang
2023-10-04mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand
2023-10-04mm: shrinker: make global slab shrink locklessQi Zheng
2023-10-04mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}Qi Zheng
2023-10-04mm: shrinker: remove old APIsQi Zheng
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng
2023-10-04jbd2,ext4: dynamically allocate the jbd2-journal shrinkerQi Zheng
2023-10-04mm: shrinker: add infrastructure for dynamically allocating shrinkerQi Zheng
2023-10-04drm/ttm: introduce pool_shrink_rwsemQi Zheng
2023-10-04mm: move some shrinker-related function declarations to mm/internal.hQi Zheng
2023-10-04efi/unaccepted: do not let /proc/vmcore try to access unaccepted memoryAdrian Hunter
2023-10-04mm/damon/core: remove 'struct target *' parameter from damon_aggregated trace...SeongJae Park
2023-10-04mm/damon/core: remove duplicated comment for watermarks-based deactivationSeongJae Park
2023-10-04mm/damon/core: add more comments for nr_accessesSeongJae Park
2023-10-04mm/mremap: allow moves within the same VMA for stack movesJoel Fernandes (Google)
2023-10-04mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik
2023-10-04KVM: arm64: Allow userspace to get the writable masks for feature ID registersJing Zhang
2023-10-04rcu: Assume rcu_report_dead() is always called locallyFrederic Weisbecker
2023-10-04cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timerOza Pawandeep
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-04Merge drm/drm-next into drm-intel-nextJani Nikula
2023-10-04dmaengine: Remove unused declaration dma_chan_cleanup()Yue Haibing
2023-10-04netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long
2023-10-04ASoC: soc-dapm: Annotate struct snd_soc_dapm_widget_list with __counted_byKees Cook
2023-10-04gpiolib: reluctantly provide gpio_device_get_chip()Bartosz Golaszewski