summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-20apparmor: Fix unaligned memory accesses in KUnit testHelge Deller1-2/+4
2025-07-20apparmor: Fix 8-byte alignment for initial dfa blob streamsHelge Deller1-2/+2
2025-07-20apparmor: shift uid when mediating af_unix in usernsGabriel Totev1-2/+6
2025-07-20apparmor: shift ouid when mediating hard links in usernsGabriel Totev1-2/+4
2025-07-20apparmor: make sure unix socket labeling is correctly updated.John Johansen6-62/+231
2025-07-20net/mlx5: Expose cable_length field in PFCC registerOren Sidi1-4/+15
2025-07-20net/mlx5: Add IFC bits and enums for buf_ownershipOren Sidi1-2/+12
2025-07-20net/mlx5: Add IFC bits to support RSS for IPSec offloadJianbo Liu2-12/+26
2025-07-20seq_buf: Introduce KUnit testsKees Cook3-0/+218
2025-07-20Input: xpad - set correct controller type for Acer NGR200Nilton Perim Neto1-1/+1
2025-07-20dt-bindings: clock: qcom,sm4450-dispcc: Reference qcom,gcc.yamlSatya Priya Kakitapalli1-16/+4
2025-07-20dt-bindings: clock: qcom,sm4450-camcc: Reference qcom,gcc.yamlSatya Priya Kakitapalli1-16/+4
2025-07-20dt-bindings: clock: qcom,mmcc: Reference qcom,gcc.yamlSatya Priya Kakitapalli1-21/+3
2025-07-20dt-bindings: clock: qcom,sm8150-camcc: Reference qcom,gcc.yamlSatya Priya Kakitapalli1-16/+4
2025-07-20dt-bindings: clock: qcom: Remove double colon from descriptionLuca Weiss58-58/+58
2025-07-20kasan: use vmalloc_dump_obj() for vmalloc error reportsMarco Elver1-1/+3
2025-07-20mm/ksm: fix -Wsometimes-uninitialized from clang-21 in advisor_mode_show()Nathan Chancellor1-3/+3
2025-07-20mm: update MAINTAINERS entry for HMMJason Gunthorpe2-1/+6
2025-07-20nilfs2: reject invalid file types when reading inodesRyusuke Konishi1-1/+8
2025-07-20selftests/mm: fix split_huge_page_test for folio_split() testsZi Yan1-1/+2
2025-07-20mailmap: add entry for SenozhatskySergey Senozhatsky1-0/+4
2025-07-20mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=nHarry Yoo1-0/+3
2025-07-20mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_listJinjiang Tu2-0/+12
2025-07-20lib/raid6: update recov_rvv.c zero page usageHerbert Xu1-3/+3
2025-07-20docs: update docs after introducing delaytopWang Yaxin1-0/+47
2025-07-20delaytop: add psi info to show system delayWang Yaxin1-14/+149
2025-07-20selftests/thermal: remove duplicate newlines in perror callsWangYuli1-7/+7
2025-07-20selftests/thermal: remove duplicate sprintf() call in workload_hint_testWangYuli1-2/+0
2025-07-20riscv: optimize gcd() performance on RISC-V without Zbb extensionKuan-Wei Chiu1-0/+5
2025-07-20riscv: optimize gcd() code size when CONFIG_RISCV_ISA_ZBB is disabledKuan-Wei Chiu1-0/+1
2025-07-20lib/math/gcd: use static key to select implementation at runtimeKuan-Wei Chiu2-12/+18
2025-07-20ocfs2: avoid potential ABBA deadlock by reordering tl_inode lockIvan Pravdin1-10/+9
2025-07-20squashfs: fix incorrect argument to sizeof in kmalloc_array callColin Ian King1-1/+1
2025-07-20squashfs: replace ;; with ; and end of fi declarationColin Ian King1-1/+1
2025-07-20ocfs2: avoid NULL pointer dereference in dx_dir_lookup_rec()Ivan Pravdin1-0/+8
2025-07-20ocfs2/dlm: fix "take a while" typoAhelenia ZiemiaƄska1-1/+1
2025-07-20init/main.c: add warning when file specified in rdinit is inaccessibleLillian Berry1-1/+5
2025-07-20samples: enhance hung_task detector test with read-write semaphore supportZi Li2-11/+77
2025-07-20hung_task: extend hung task blocker tracking to rwsemsLance Yang3-14/+50
2025-07-20locking/rwsem: make owner helpers globally availableLance Yang2-7/+19
2025-07-20coccinelle: misc: secs_to_jiffies: implement context and report modesEaswar Hariharan1-5/+44
2025-07-20panic: add note that panic_print sysctl interface is deprecatedFeng Tang2-8/+17
2025-07-20panic: add 'panic_sys_info=' setup option for kernel cmdlineFeng Tang2-0/+24
2025-07-20panic: add 'panic_sys_info' sysctl to take human readable string parameterFeng Tang4-0/+123
2025-07-20panic: generalize panic_print's function to show sys infoFeng Tang4-33/+57
2025-07-20panic: clean up code for console replayFeng Tang3-11/+11
2025-07-20x86: implement crashkernel cma reservationJiri Bohac2-6/+25
2025-07-20kdump: wait for DMA to finish when using CMAJiri Bohac1-0/+15
2025-07-20kdump, documentation: describe craskernel CMA reservationJiri Bohac2-0/+43
2025-07-20kdump: implement reserve_crashkernel_cmaJiri Bohac2-0/+64