summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-08-27Linux 6.5v6.5Linus Torvalds-1/+1
2023-08-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-57/+6
2023-08-26Merge tag 'x86-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+9
2023-08-26Merge tag 'irq-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+6
2023-08-26Merge tag 'loongarch-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-38/+42
2023-08-26genirq: Fix software resend lockup and nested resendJohan Hovold-1/+6
2023-08-26LoongArch: Fix hw_breakpoint_control() for watchpointsHuacai Chen-2/+1
2023-08-26LoongArch: Ensure FP/SIMD registers in the core dump file is up to dateHuacai Chen-4/+22
2023-08-25Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-48/+51
2023-08-25lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernelsHelge Deller-26/+6
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds-73/+279
2023-08-25Merge tag 'riscv-for-linus-6.5-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-75/+7
2023-08-25Merge tag 'gpio-fixes-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+14
2023-08-25Merge tag 'pinctrl-v6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-7/+68
2023-08-25Merge tag 'sound-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds-32/+93
2023-08-25LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()Tiezhu Yang-10/+1
2023-08-25LoongArch: Add identifier names to arguments of die() declarationTiezhu Yang-1/+1
2023-08-25LoongArch: Return earlier in die() if notify_die() returns NOTIFY_STOPTiezhu Yang-2/+4
2023-08-25LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOPTiezhu Yang-7/+7
2023-08-25LoongArch: Remove <asm/export.h>Masahiro Yamada-1/+0
2023-08-25LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada-8/+8
2023-08-25LoongArch: Remove unneeded #include <asm/export.h>Masahiro Yamada-3/+0
2023-08-25LoongArch: Replace -ffreestanding with finer-grained -fno-builtin'sWANG Xuerui-1/+1
2023-08-25LoongArch: Remove redundant "source drivers/firmware/Kconfig"Xi Ruoyao-2/+0
2023-08-25Merge tag 'drm-fixes-2023-08-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-94/+136
2023-08-25Merge tag 'asoc-fix-v6.5-rc7-2' of https://git.kernel.org/pub/scm/linux/kerne...Takashi Iwai-1/+1
2023-08-24Merge tag 'trace-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-78/+166
2023-08-24scsi: snic: Fix double free in snic_tgt_create()Zhu Wang-2/+1
2023-08-24Merge tag 'media/v6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-0/+2
2023-08-24scsi: core: raid_class: Remove raid_component_add()Zhu Wang-52/+0
2023-08-25Merge tag 'drm-intel-fixes-2023-08-24' of git://anongit.freedesktop.org/drm/d...Dave Airlie-39/+69
2023-08-24shmem: fix smaps BUG sleeping while atomicHugh Dickins-2/+4
2023-08-24selftests: cachestat: catch failing fsync test on tmpfsAndre Przywara-15/+47
2023-08-24selftests: cachestat: test for cachestat availabilityAndre Przywara-1/+19
2023-08-24maple_tree: disable mas_wr_append() when other readers are possibleLiam R. Howlett-0/+7
2023-08-24madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei-1/+1
2023-08-24madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for...Yin Fengwei-1/+1
2023-08-24madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei-2/+2
2023-08-24Merge tag 'nfsd-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-1/+2
2023-08-24Merge tag 'spi-fix-v6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-10/+15
2023-08-24riscv: Fix build errors using binutils2.37 toolchainsMingzheng Xing-4/+4
2023-08-25Merge tag 'drm-misc-fixes-2023-08-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-55/+67
2023-08-24Merge tag 'net-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-356/+664
2023-08-24NFSD: Fix a thinko introduced by recent trace point changesChuck Lever-0/+1
2023-08-24ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJMario Limonciello-1/+1
2023-08-24x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang-0/+7
2023-08-24x86/fpu: Invalidate FPU state correctly on exec()Rick Edgecombe-3/+2
2023-08-24Merge tag 'nf-23-08-23' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-11/+37
2023-08-24Merge branch 'fix-macvlan-over-alb-bond-support'Paolo Abeni-127/+272
2023-08-24selftests: bonding: add macvlan over bond testingHangbin Liu-1/+101