summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-02sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak1-1/+1
2024-12-02sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak1-1/+1
2024-12-02softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernelK Prateek Nayak1-4/+11
2024-12-02sched: fix warning in sched_setaffinityJosh Don1-1/+1
2024-12-02sched/deadline: Fix replenish_dl_new_period dl_server conditionJuri Lelli1-1/+1
2024-12-02bus: mhi: host: pci_generic: fix MHI BAR mappingJohan Hovold1-1/+1
2024-12-02ALSA: hda/realtek: Add support for Samsung Galaxy Book3 360 (NP730QFG)Sahas Leelodharry1-0/+1
2024-12-02can: j1939: j1939_session_new(): fix skb reference countingDmitry Antipov1-1/+1
2024-12-02LoongArch: KVM: Protect kvm_check_requests() with SRCUHuacai Chen1-1/+3
2024-12-02LoongArch: BPF: Adjust the parameter of emit_jirl()Tiezhu Yang3-5/+15
2024-12-02LoongArch: Add architecture specific huge_pte_clear()Bibo Mao1-0/+10
2024-12-02LoongArch/irq: Use seq_put_decimal_ull_width() for decimal valuesDavid Wang1-1/+1
2024-12-02LoongArch: Fix reserving screen info memory for above-4G firmwareHuacai Chen1-1/+1
2024-12-02arm64: dts: qcom: sa8775p: Fix the size of 'addr_space' regionsManivannan Sadhasivam1-2/+2
2024-12-02spi: apple: Set use_gpio_descriptors to trueSasha Finkelstein1-0/+1
2024-12-02spi: mpc52xx: Add cancel_work_sync before module removePei Xiao1-0/+1
2024-12-02regmap: detach regmap from dev on regmap_exitCosmin Tanislav1-0/+12
2024-12-02regmap: Use correct format specifier for logging range errorsMark Brown1-2/+2
2024-12-02ASoC: Intel: avs: da7219: Remove suspend_pre() and resume_post()Marek Maslanka1-17/+0
2024-12-02ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_writeJordy Zomer1-0/+2
2024-12-02ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_readJordy Zomer1-0/+4
2024-12-02smb: server: Fix building with GCC 15Brahmajit Das1-2/+2
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds474-494/+484
2024-12-02Linux 6.13-rc1v6.13-rc1Linus Torvalds1-2/+2
2024-12-02Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-3/+840
2024-12-02Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-24/+0
2024-12-01ipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet1-6/+7
2024-12-01Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-6/+7
2024-12-01Merge tag 'irq_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-24/+65
2024-12-01Merge tag 'x86_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-11/+41
2024-12-01strscpy: write destination buffer only onceLinus Torvalds1-6/+17
2024-12-01arch_numa: Restore nid checks before registering a memblock with a nodeMarc Zyngier1-0/+4
2024-12-01memblock: allow zero threshold in validate_numa_converage()Mike Rapoport (Microsoft)1-2/+2
2024-12-01ALSA: hda/tas2781: Fix error code tas2781_read_acpi()Dan Carpenter1-0/+1
2024-12-01ALSA: hda/realtek: Enable mute and micmute LED on HP ProBook 430 G8Nazar Bilinskyi1-0/+1
2024-12-01ALSA: usb-audio: add mixer mapping for Corsair HS80Marie Ramlow1-0/+10
2024-12-01printf: Remove unused 'bprintf'Dr. David Alan Gilbert2-24/+0
2024-12-01Merge tag 'turbostat-2024.11.30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-127/+325
2024-12-01Merge tag 'pci-v6.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+7
2024-12-01Merge tag 'lsm-pr-20241129' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+5
2024-12-01Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds27-192/+547
2024-12-01Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds8-47/+87
2024-12-01Merge tag 'dma-mapping-6.13-2024-11-30' of git://git.infradead.org/users/hch/...Linus Torvalds1-5/+15
2024-12-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds24-119/+257
2024-12-01Merge tag 'sh-for-v6.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2024-12-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-11/+13
2024-12-01net: Fix icmp host relookup triggering ip_rt_bugDong Chenchen1-0/+3
2024-12-01Merge branch 'bnxt-fix-failure-to-report-rss-context-in-ntuple-rule'Jakub Kicinski2-3/+17
2024-12-01selftests: drv-net: rss_ctx: Add test for ntuple ruleDaniel Xu1-1/+11
2024-12-01bnxt_en: ethtool: Supply ntuple rss context actionDaniel Xu1-2/+6