summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-09-01accel/ivpu: Prevent recovery work from being queued during device removalKarol Wachowski3-4/+4
2025-09-01MAINTAINERS: exclude defconfig from ARM64 PORTSebastian Reichel1-0/+1
2025-09-01arm64: dts: axiado: Add missing UART aliasesHarshit Shah1-0/+3
2025-09-01mm: slub: avoid wake up kswapd in set_track_prepareyangshiguang1-10/+20
2025-09-01gpu: nova-core: depend on CONFIG_64BITDanilo Krummrich1-0/+1
2025-09-01gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-05Antheas Kapenekakis1-0/+12
2025-09-01Merge tag 'imx-fixes-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann7-27/+44
2025-09-01MAINTAINERS: Update Nobuhiro Iwamatsu's email addressNobuhiro Iwamatsu2-1/+2
2025-09-01Merge tag 'optee-typo-fix-for-v6.17' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-2/+2
2025-09-01Merge tag 'tee-fixes-for-v6.17' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-4/+10
2025-09-01Merge tag 'qcom-drivers-fixes-for-6.17' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann1-5/+7
2025-09-01xfrm: xfrm_alloc_spi shouldn't use 0 as SPISabrina Dubroca1-0/+3
2025-09-01ksmbd: allow a filename to contain colons on SMB3.1.1 posix extensionsPhilipp Kerling2-11/+16
2025-09-01smb: client: Fix NULL pointer dereference in cifs_debug_dirs_proc_show()Wang Zhaolong1-2/+2
2025-09-01Linux 6.17-rc4v6.17-rc4Linus Torvalds1-1/+1
2025-09-01rust: support Rust >= 1.91.0 target specMiguel Ojeda1-2/+10
2025-09-01rust: use the new name Location::file_as_c_str() in Rust >= 1.91.0Alice Ryhl2-5/+13
2025-08-31Merge tag 'x86_urgent_for_v6.17_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-16/+45
2025-08-31Merge tag 'sched_urgent_for_v6.17_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-10/+14
2025-08-31Merge tag 'irq_urgent_for_v6.17_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+10
2025-08-31Merge tag 'hardening-v6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-8/+10
2025-08-31Merge tag 'gpio-fixes-for-v6.17-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2025-08-31batman-adv: fix OOB read/write in network-coding decodeStanislav Fort1-1/+6
2025-08-31futex: Move futex_hash_free() back to __mmput()Sebastian Andrzej Siewior2-5/+13
2025-08-31scsi: sr: Reinstate rotational media flagMing Lei1-6/+10
2025-08-31scsi: lpfc: Fix buffer free/clear order in deferred receive pathJohn Evans1-4/+6
2025-08-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-12/+12
2025-08-30kselftest/arm64: Don't open code SVE_PT_SIZE() in fp-ptraceMark Brown1-3/+2
2025-08-30arm64: mm: Fix CFI failure due to kpti_ng_pgd_alloc function signatureKees Cook3-9/+10
2025-08-30ALSA: hda: tas2781: reorder tas2563 calibration variablesGergo Koteles1-1/+1
2025-08-30ALSA: hda: tas2781: fix tas2563 EFI data endiannessGergo Koteles1-0/+3
2025-08-30ALSA: firewire-motu: drop EPOLLOUT from poll return values as write is not su...Takashi Sakamoto1-1/+1
2025-08-30Merge branch 'microchip-lan865x-fix-probing-issues'Jakub Kicinski2-3/+7
2025-08-30microchip: lan865x: Fix LAN8651 autoloadingStefan Wahren1-0/+2
2025-08-30microchip: lan865x: Fix module autoloadingStefan Wahren1-2/+3
2025-08-30net: ethernet: oa_tc6: Handle failure of spi_setupStefan Wahren1-1/+2
2025-08-30mISDN: Fix memory leak in dsp_hwec_enable()Miaoqian Lin1-3/+3
2025-08-30ptp: ocp: fix use-after-free bugs causing by ptp_ocp_watchdogDuoming Zhou1-2/+1
2025-08-30xirc2ps_cs: fix register access when enabling FullDuplexAlok Tiwari1-1/+1
2025-08-30net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=yEric Dumazet1-0/+2
2025-08-30Merge tag 'nf-25-08-27' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2-5/+2
2025-08-30netfilter: nft_flowtable.sh: re-run with random mtu sizesFlorian Westphal1-37/+76
2025-08-30x86/vmscape: Add old Intel CPUs to affected listPawan Gupta1-9/+12
2025-08-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds41-362/+579
2025-08-29Merge tag 'wireless-2025-08-28' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski26-76/+232
2025-08-29hardening: Require clang 20.1.0 for __counted_byNathan Chancellor1-4/+5
2025-08-29Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()Kuniyuki Iwashima1-0/+3
2025-08-29Bluetooth: vhci: Prevent use-after-free by removing debugfs files earlyIvan Pravdin1-16/+41
2025-08-29Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini34-349/+560
2025-08-29Merge tag 'kvm-riscv-fixes-6.17-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini3-2/+7