summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-01-26lib/tests: convert test_min_heap module to KUnitRyota Sakamoto-106/+81
2026-01-26editorconfig: add rst extensionKari Argillander-1/+1
2026-01-26kfifo: fix kmalloc_array_node() argument orderRandy Dunlap-1/+1
2026-01-26vmcoreinfo: make hwerr_data visible for debuggingBreno Leitao-1/+5
2026-01-26mm/zone_device: reinitialize large zone device private foliosMatthew Brost-9/+47
2026-01-26mm/mm_init: don't cond_resched() in deferred_init_memmap_chunk() if called fr...Waiman Long-6/+6
2026-01-26mm/kfence: randomize the freelist on initializationPimyn Girgis-4/+19
2026-01-26kho: kho_preserve_vmalloc(): don't return 0 when ENOMEMAndrew Morton-1/+3
2026-01-26kho: init alloc tags when restoring pages from reserved memoryRan Xiaokai-0/+8
2026-01-26mm: memfd_luo: restore and free memfd_luo_ser on failurePratyush Yadav (Google)-2/+4
2026-01-26mm: memfd_luo: use memfd_alloc_file() instead of shmem_file_setup()Pratyush Yadav (Google)-2/+2
2026-01-26memfd: export alloc_file()Pratyush Yadav (Google)-2/+8
2026-01-26flex_proportions: make fprop_new_period() hardirq safeJan Kara-2/+3
2026-01-26mailmap: add entry for Viacheslav BocharovViacheslav Bocharov-0/+1
2026-01-26mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfnJane Chu-6/+8
2026-01-26mm/memory-failure: fix missing ->mf_stats count in hugetlb poisonJane Chu-37/+56
2026-01-26mm, swap: restore swap_space attr aviod kernel panicrobin.kuo-3/+2
2026-01-26mm/kasan: fix KASAN poisoning in vrealloc()Andrey Ryabinin-5/+37
2026-01-26mm/shmem, swap: fix race of truncate and swap entry splitKairui Song-11/+34
2026-01-26Merge branch 'code-clean-up'Jakub Kicinski-102/+24
2026-01-26net: bcmasp: streamline early exit in probeJustin Chen-13/+14
2026-01-26net: bcmasp: clean up some legacy logicJustin Chen-89/+10
2026-01-26net: alacritech: Use u64_stats_t with u64_stats_sync properlyDavid Yang-29/+29
2026-01-26Merge branch 'selftests-bpf-migrate-a-few-bpftool-testing-scripts'Alexei Starovoitov-486/+602
2026-01-26selftests/bpf: convert test_bpftool_map_access.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)-399/+371
2026-01-26selftests/bpf: convert test_bpftool_metadata.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)-86/+144
2026-01-26selftests/bpf: Add a few helpers for bpftool testingAlexis Lothoré (eBPF Foundation)-1/+87
2026-01-27f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint()Chao Yu-1/+3
2026-01-27f2fs: optimize NAT block loading during checkpoint writeYongpeng Yang-1/+13
2026-01-27f2fs: change size parameter of __has_cursum_space() to unsigned intYongpeng Yang-1/+1
2026-01-27f2fs: add write latency stats for NAT and SIT blocks in f2fs_write_checkpointYongpeng Yang-2/+6
2026-01-27f2fs: pin files do not require sbi->writepages lock for orderingYongpeng Yang-0/+2
2026-01-27f2fs: fix to show simulate_lock_timeout correctlyChao Yu-1/+2
2026-01-27f2fs: introduce FAULT_SKIP_WRITEChao Yu-0/+8
2026-01-27f2fs: check skipped write in f2fs_enable_checkpoint()Chao Yu-4/+55
2026-01-27m68knommu: Replace deprecated strcpy with strscpy in init_ucsimmThorsten Blum-1/+2
2026-01-27m68k: nommu: fix memmove() with differently aligned src and dest for 68000Daniel Palmer-0/+18
2026-01-27m68k: defconfig: Clean up references to non-existing configsLukas Bulwahn-4/+0
2026-01-27Merge tag 'amd-drm-next-6.20-2026-01-23' of https://gitlab.freedesktop.org/ag...Dave Airlie-1186/+1432
2026-01-26net: include <linux/hex.h> from sysctl_net_core.cEric Dumazet-0/+1
2026-01-26tracing: Disable trace_printk buffer on warning tooSteven Rostedt-0/+9
2026-01-26ftrace: Introduce and use ENTRIES_PER_PAGE_GROUP macroGuenter Roeck-3/+4
2026-01-26tracing: Have show_event_trigger/filter format a bit more in columnsSteven Rostedt-4/+22
2026-01-26ring-buffer: Use a housekeeping CPU to wake up waitersPetr Tesarik-3/+21
2026-01-26tracing: Check the return value of tracing_update_buffers()Steven Rostedt-3/+4
2026-01-26tracing: Add show_event_triggers to expose active event triggersAaron Tomlin-0/+72
2026-01-26tracing: Add show_event_filters to expose active event filtersAaron Tomlin-0/+66
2026-01-26tracing: Replace use of system_wq with system_dfl_wqMarco Crivellari-1/+1
2026-01-26tracing: Add bitmask-list option for human-readable bitmask displayAaron Tomlin-11/+82
2026-01-26tracing: Remove redundant call to event_trigger_reset_filter() in event_hist_...Steven Rostedt-2/+0