summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scripts/decode_stacktrace.sh: fix decoding of lines with an additional infoLuca Ceresoli6 days1-2/+14
* mm/kmemleak: fix percpu memory leak detection failureGuo Weikang6 days1-1/+1
* Revert "vmstat: disable vmstat_work on vmstat_cpu_down_prep()"Linus Torvalds12 days1-2/+1
* Linux 6.13-rc6v6.13-rc6Linus Torvalds13 days1-1/+1
* Merge tag 'kbuild-fixes-v6.13-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13 days5-34/+46
|\
| * kbuild: pacman-pkg: provide versioned linux-api-headers packageThomas Weißschuh13 days1-1/+1
| * modpost: work around unaligned data access errorMasahiro Yamada2024-12-283-25/+39
| * modpost: refactor do_vmbus_entry()Masahiro Yamada2024-12-281-5/+3
| * modpost: fix the missed iteration for the max bit in do_input()Masahiro Yamada2024-12-281-1/+1
| * scripts/mksysmap: Fix escape chars '$'Mostafa Saleh2024-12-281-2/+2
* | Merge tag 'mm-hotfixes-stable-2025-01-04-18-02' of git://git.kernel.org/pub/s...Linus Torvalds13 days29-69/+212
|\ \
| * | MAINTAINERS: change Arınç _NAL's name and email addressChester A. Unal2024-12-311-3/+3
| * | scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivityKuan-Wei Chiu2024-12-311-1/+4
| * | mm/util: make memdup_user_nul() similar to memdup_user()Tetsuo Handa2024-12-311-6/+1
| * | mm, madvise: fix potential workingset node list_lru leaksKairui Song2024-12-313-9/+9
| * | mm/damon/core: fix ignored quota goals and filters of newly committed schemesSeongJae Park2024-12-311-0/+5
| * | mm/damon/core: fix new damon_target objects leaks on damon_commit_targets()SeongJae Park2024-12-311-1/+4
| * | mm/list_lru: fix false warning of negative counterKairui Song2024-12-311-1/+1
| * | vmstat: disable vmstat_work on vmstat_cpu_down_prep()Koichiro Den2024-12-311-1/+2
| * | mm: shmem: fix the update of 'shmem_falloc->nr_unswapped'Baolin Wang2024-12-311-1/+1
| * | mm: shmem: fix incorrect index alignment for within_size policyBaolin Wang2024-12-311-2/+3
| * | percpu: remove intermediate variable in PERCPU_PTR()Gal Pressman2024-12-311-4/+1
| * | mm: zswap: fix race between [de]compression and CPU hotunplugYosry Ahmed2024-12-311-3/+16
| * | ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam2024-12-312-1/+2
| * | fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bitDavid Hildenbrand2024-12-311-1/+1
| * | kcov: mark in_softirq_really() as __always_inlineArnd Bergmann2024-12-311-1/+1
| * | docs: mm: fix the incorrect 'FileHugeMapped' fieldBaolin Wang2024-12-311-1/+1
| * | mailmap: modify the entry for Mathieu OthaceheMathieu Othacehe2024-12-311-1/+1
| * | mm/kmemleak: fix sleeping function called from invalid context at print messageAlessandro Carminati2024-12-311-1/+1
| * | mm: hugetlb: independent PMD page table shared countLiu Shixin2024-12-313-9/+38
| * | maple_tree: reload mas before the second call for mas_empty_areaYang Erkun2024-12-311-0/+1
| * | mm/readahead: fix large folio support in async readaheadYafang Shao2024-12-311-1/+5
| * | mm: don't try THP alignment for FS without get_unmapped_areaKefeng Wang2024-12-311-1/+1
| * | mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa2024-12-311-1/+8
| * | selftests/memfd: add test for mapping write-sealed memfd read-onlyLorenzo Stoakes2024-12-311-0/+43
| * | mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes2024-12-314-19/+59
| |/
* | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13 days2-2/+14
|\ \
| * | clk: clk-imx8mp-audiomix: fix function signatureNikolaus Voss2024-12-211-1/+2
| * | clk: thead: Fix TH1520 emmc and shdci clock rateMaksim Kiselev2024-12-171-1/+12
* | | Merge tag 'linux-watchdog-6.13-rc6' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2025-01-041-1/+1
|\ \ \
| * | | watchdog: stm32_iwdg: fix error message during driver probeClément Le Goffic2024-12-301-1/+1
* | | | Merge tag 'sched_ext-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2025-01-0417-29/+37
|\ \ \ \
| * | | | sched_ext: Fix dsq_local_on selftestTejun Heo2024-12-252-3/+7
| * | | | sched_ext: initialize kit->cursor.flagsHenry Huang2024-12-241-1/+1
| * | | | sched_ext: Fix invalid irq restore in scx_ops_bypass()Tejun Heo2024-12-111-1/+1
| * | | | MAINTAINERS: add me as reviewer for sched_extChangwoo Min2024-12-111-0/+1
| * | | | MAINTAINERS: add self as reviewer for sched_extAndrea Righi2024-12-111-0/+1
| * | | | scx: Fix maximal BPF selftest progDavid Vernet2024-12-111-3/+5
| * | | | sched_ext: fix application of sizeof to pointerguanjing2024-12-041-1/+1
| * | | | selftests/sched_ext: fix build after renames in sched_ext APIIhor Solodrai2024-12-0412-19/+19