]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
2026-04-06  Yu Kuaimd: fix array_state=clear sysfs deadlock
2026-04-06  MingTao Huangbpf: Fix stale offload->prog pointer after constant...
2026-04-06  Alexis LothorĂ©... selftests/bpf: remove unused toggle in tc_tunnel
2026-04-06  Alexei StarovoitovMerge branch 'bpf-fix-end-of-list-detection-in-cgroup_s...
2026-04-06  Weiming Shiselftests/bpf: add get_next_key boundary test for cgrou...
2026-04-06  Weiming Shibpf: fix end-of-list detection in cgroup_storage_get_ne...
2026-04-06  Alexei StarovoitovMerge branch 'bpf-fix-torn-writes-in-non-prealloc-htab...
2026-04-06  Mykyta Yatsenkoselftests/bpf: Add torn write detection test for htab...
2026-04-06  Mykyta Yatsenkobpf: Use copy_map_value_locked() in alloc_htab_elem...
2026-04-06  Marek VasutARM: dts: imx: Add DT overlays for DH i.MX6 DHCOM SoM...
2026-04-06  Frank LiARM: dts: imx6sx: remove fallback compatible string...
2026-04-06  Frank LiARM: dts: imx25: rename node name tcq to touchscreen
2026-04-06  Ian RayARM: dts: imx: b850v3: Disable unused usdhc4
2026-04-06  Ian RayARM: dts: imx: b850v3: Define GPIO line names
2026-04-06  Ian RayARM: dts: imx: b850v3: Use alphabetical sorting
2026-04-06  Ian RayARM: dts: imx: bx50v3: Configure phy-mode to eliminate...
2026-04-06  Ian RayARM: dts: imx: bx50v3: Configure switch PHY max-speed...
2026-04-06  Peng FanARM: dts: imx7ulp: Add CPU clock and OPP table support
2026-04-06  Alexander FeilkeARM: dts: imx7-mba7: Deassert BOOT_EN after boot
2026-04-06  Alexander FeilkeARM: dts: tqma7: add boot phase properties
2026-04-06  Alexander FeilkeARM: dts: imx7s: add boot phase properties
2026-04-06  Max MerchelARM: dts: tqma6ul[l]: correct spelling of TQ-Systems
2026-04-06  Max MerchelARM: dts: mba6ulx: add boot phase properties
2026-04-06  Max MerchelARM: dts: imx6ul[l]-tqma6ul[l]: add boot phase properties
2026-04-06  Max MerchelARM: dts: imx6ul/imx6ull: add boot phase properties
2026-04-06  Max MerchelARM: dts: imx6qdl-mba6: add boot phase properties
2026-04-06  Max MerchelARM: dts: imx6qdl-tqma6: add boot phase properties
2026-04-06  Max MerchelARM: dts: imx6qdl: add boot phase properties
2026-04-06  Max MerchelARM: dts: imx6qdl-tqma6: add missing labels
2026-04-06  Frank LiARM: dts: imx: add required clocks and clock-names...
2026-04-06  Frank LiARM: dts: imx6qdl: add label for system clocks
2026-04-06  Frank LiARM: dts: imx28-tx28: remove undocumented aliases
2026-04-06  Frank LiARM: dts: imx28-tx28: rename compatible to "edt,edt...
2026-04-06  Frank LiARM: dts: imx28-sps1: remove undocumented fallback...
2026-04-06  Frank LiARM: dts: imx28: rename gpios-reset to reset-gpios...
2026-04-06  Frank LiARM: dts: imx23/28: add "led-" prefix to LED subnodes
2026-04-06  Frank LiARM: dts: imx23: fix interrupt names for dma-controller...
2026-04-06  Frank LiARM: dts: imx27: remove fsl,imx-osc26m from fixed-clock...
2026-04-06  Frank LiARM: dts: imx27-eukrea-cpuimx27: rename uart8250 to...
2026-04-06  Frank LiARM: dts: imx27-eukrea: replace interrupts with interru...
2026-04-06  Frank LiARM: dts: imx: remove redundant intermediate node in...
2026-04-06  Frank LiARM: dts: imx: rename iomuxc to pinmux
2026-04-06  Marek VasutARM: dts: imx6ull-dhcor: Handle both 1DX and 1YN WiFi...
2026-04-06  Frank LiARM: dts: imx7s-warp: Remove data-lanes and clock-lanes...
2026-04-06  Frank LiARM: dts: imx53-smd: Add power supply node for fsl...
2026-04-06  Frank LiARM: dts: imx6qdl-sr-som-ti: use fixed-clock instead...
2026-04-06  David Carliergpu: nova-core: fix missing colon in SEC2 boot debug...
2026-04-06  Eric Biggerssmb: client: Remove unnecessary selection of CRYPTO_ECB
2026-04-06  ZhangGuoDongsmb/client: move smb2maperror declarations to smb2proto.h
2026-04-06  Youling Tangsmb/client: introduce KUnit tests to check DOS/SRV...
2026-04-06  Youling Tangsmb/client: check if SMB1 DOS/SRV error mapping arrays...
2026-04-06  Huiwen Hesmb/client: use binary search for SMB1 DOS/SRV error...
2026-04-06  Huiwen Hesmb/client: autogenerate SMB1 DOS/SRV to POSIX error...
2026-04-06  Huiwen Hesmb/client: annotate smberr.h with POSIX error codes
2026-04-06  Huiwen Hesmb/client: move ERRnetlogonNotStarted to DOS error...
2026-04-06  Youling Tangsmb/client: introduce KUnit test to check ntstatus_to_d...
2026-04-06  Youling Tangsmb/client: check if ntstatus_to_dos_map is sorted
2026-04-06  Huiwen Hesmb/client: use binary search for NT status to DOS...
2026-04-06  Huiwen Hesmb/client: refactor ntstatus_to_dos() to return mappin...
2026-04-06  Huiwen Hesmb/client: replace nt_errs with ntstatus_to_dos_map
2026-04-06  Huiwen Hesmb/client: autogenerate SMB1 NT status to DOS error...
2026-04-06  Huiwen Hesmb/client: annotate nterr.h with DOS error codes
2026-04-06  SunJianHaosmb/client: avoid null-ptr-deref when tests fail in...
2026-04-06  Fredric Coverfs/smb/client: add verbose error logging for UNC parsing
2026-04-06  Pengpeng Houtracing/probe: reject non-closed empty immediate strings
2026-04-05  Daniel Palmerm68k: Fix task info flags handling for 68000
2026-04-05  Linus TorvaldsLinux 7.0-rc7 v7.0-rc7
2026-04-05  Linus TorvaldsMerge tag 'riscv-for-linus-7.0-rc7' of git://git.kernel...
2026-04-05  Ronan Pigottx86/split_lock: Don't warn about unknown split_lock_det...
2026-04-05  Lance Yangmm: fix deferred split queue races during migration
2026-04-05  Lorenzo Stoakes... mm/khugepaged: fix issue with tracking lock
2026-04-05  Lorenzo Stoakes... mm/huge_memory: add and use has_deposited_pgtable()
2026-04-05  Lorenzo Stoakes... mm/huge_memory: add and use normal_or_softleaf_folio_pmd()
2026-04-05  Lorenzo Stoakes... mm: add softleaf_is_valid_pmd_entry(), pmd_to_softleaf_...
2026-04-05  Lorenzo Stoakes... mm/huge_memory: separate out the folio part of zap_huge...
2026-04-05  Lorenzo Stoakes... mm/huge_memory: use mm instead of tlb->mm
2026-04-05  Lorenzo Stoakes... mm/huge_memory: remove unnecessary sanity checks
2026-04-05  Lorenzo Stoakes... mm/huge_memory: deduplicate zap deposited table call
2026-04-05  Lorenzo Stoakes... mm/huge_memory: remove unnecessary VM_BUG_ON_PAGE()
2026-04-05  Lorenzo Stoakes... mm/huge_memory: add a common exit path to zap_huge_pmd()
2026-04-05  Lorenzo Stoakes... mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()
2026-04-05  Lorenzo Stoakes... mm/huge_memory: have zap_huge_pmd return a boolean...
2026-04-05  Lorenzo Stoakes... mm/huge: avoid big else branch in zap_huge_pmd()
2026-04-05  Lorenzo Stoakes... mm/huge_memory: simplify vma_is_specal_huge()
2026-04-05  Lorenzo Stoakes... mm: on remap assert that input range within the propose...
2026-04-05  Lorenzo Stoakes... mm: add mmap_action_map_kernel_pages[_full]()
2026-04-05  Lorenzo Stoakes... uio: replace deprecated mmap hook with mmap_prepare...
2026-04-05  Lorenzo Stoakes... drivers: hv: vmbus: replace deprecated mmap hook with...
2026-04-05  Lorenzo Stoakes... mm: allow handling of stacked mmap_prepare hooks in...
2026-04-05  Lorenzo Stoakes... staging: vme_user: replace deprecated mmap hook with...
2026-04-05  Lorenzo Stoakes... stm: replace deprecated mmap hook with mmap_prepare
2026-04-05  Lorenzo Stoakes... mtdchar: replace deprecated mmap hook with mmap_prepare...
2026-04-05  Lorenzo Stoakes... hpet: replace deprecated mmap hook with mmap_prepare
2026-04-05  Lorenzo Stoakes... misc: open-dice: replace deprecated mmap hook with...
2026-04-05  Lorenzo Stoakes... mm: add mmap_action_simple_ioremap()
2026-04-05  Lorenzo Stoakes... fs: afs: restore mmap_prepare implementation
2026-04-05  Lorenzo Stoakes... fs: afs: revert mmap_prepare() change
2026-04-05  Lorenzo Stoakes... mm: add vm_ops->mapped hook
2026-04-05  Lorenzo Stoakes... mm: have mmap_action_complete() handle the rmap lock...
2026-04-05  Lorenzo Stoakes... mm/vma: remove superfluous map->hold_file_rmap_lock
next