aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-24lib/sort: remove unused pr_fmt macroKuan-Wei Chiu1-2/+0
2024-06-24cpumask: make core headers including cpumask_types.h where possibleYury Norov10-10/+10
2024-06-24cpumask: cleanup core headers inclusionYury Norov10-10/+0
2024-06-24sched: drop sched.h dependency on cpumaskYury Norov1-2/+3
2024-06-24cpumask: split out include/linux/cpumask_types.hYury Norov3-55/+68
2024-06-24sched: avoid using ilog2() in sched.hYury Norov1-1/+1
2024-06-24MAINTAINERS: add linux/nodemask_types.h to BITMAP APIYury Norov1-0/+1
2024-06-24scripts/decode_stacktrace.sh: better support to ARM32 module stack traceXiong Nandi1-0/+3
2024-06-24scripts/decode_stacktrace.sh: wrap nm with UTIL_PREFIX and UTIL_SUFFIXXiong Nandi1-1/+2
2024-06-24bcachefs: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu5-155/+90
2024-06-24bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu11-217/+263
2024-06-24lib/test_min_heap: add test for heap_del()Kuan-Wei Chiu1-0/+36
2024-06-24lib min_heap: update min_heap_push() to use min_heap_sift_up()Kuan-Wei Chiu1-8/+1
2024-06-24lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu3-9/+9
2024-06-24lib min_heap: update min_heap_push() and min_heap_pop() to return bool valuesKuan-Wei Chiu1-4/+8
2024-06-24lib min_heap: add min_heap_del()Kuan-Wei Chiu1-0/+24
2024-06-24lib min_heap: add min_heap_sift_up()Kuan-Wei Chiu1-0/+20
2024-06-24lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu5-52/+54
2024-06-24lib min_heap: add min_heap_full()Kuan-Wei Chiu1-0/+10
2024-06-24lib min_heap: add min_heap_peek()Kuan-Wei Chiu1-0/+10
2024-06-24lib min_heap: add min_heap_init()Kuan-Wei Chiu1-0/+15
2024-06-24lib min_heap: add type safe interfaceKuan-Wei Chiu5-47/+70
2024-06-24bcachefs: fix typoKuan-Wei Chiu1-1/+1
2024-06-24bcache: fix typoKuan-Wei Chiu1-1/+1
2024-06-24perf/core: fix several typosKuan-Wei Chiu1-4/+4
2024-06-24include/linux/jhash.h: fix typosWei-Hsin Yeh1-3/+3
2024-06-24fork: use this_cpu_try_cmpxchg() in try_release_thread_stack_to_cache()Uros Bizjak1-3/+4
2024-06-24ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng1-5/+10
2024-06-24ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng1-4/+8
2024-06-24backtracetest: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-25drm/i915/psr: enable sink for eDP1.5 Panel ReplayJouni Högander1-6/+30
2024-06-25drm/i915/psr: Inform Panel Replay source support on eDP as wellJouni Högander1-2/+4
2024-06-25drm/i915/psr: Check panel ALPM capability for eDP Panel ReplayJouni Högander1-0/+7
2024-06-24mm/memory: don't require head page for do_set_pmd()Andrew Bresticker1-1/+2
2024-06-24mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge2-7/+11
2024-06-24nfs: drop the incorrect assertion in nfs_swap_rw()Christoph Hellwig1-2/+0
2024-06-24mm/migrate: make migrate_pages_batch() stats consistentZi Yan1-0/+5
2024-06-24MAINTAINERS: TPM DEVICE DRIVER: update the W-tagJarkko Sakkinen1-1/+1
2024-06-24selftests/mm:fix test_prctl_fork_exec return failureaigourensheng1-16/+22
2024-06-24mm: convert page type macros to enumStephen Brennan1-9/+12
2024-06-24ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara4-0/+26
2024-06-24kasan: fix bad call to unpoison_slab_objectAndrey Konovalov1-1/+1
2024-06-24mm: handle profiling for fake memory allocations during compactionSuren Baghdasaryan1-2/+9
2024-06-24mm/slab: fix 'variable obj_exts set but not used' warningSuren Baghdasaryan1-3/+4
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu4-5/+9
2024-06-24mm: fix incorrect vbq reference in purge_fragmented_blockZhaoyang Huang1-6/+15
2024-06-24sched_ext: Drop tools_clean target from the top-level MakefileTejun Heo1-7/+1
2024-06-24io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPIJens Axboe1-2/+2
2024-06-24io_uring: remove dead struct io_submit_state memberJens Axboe1-1/+0
2024-06-25selftests/bpf: add test validating uprobe/uretprobe stack tracesAndrii Nakryiko2-0/+282