summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 6.5.1v6.5.1Greg Kroah-Hartman2023-09-021-1/+1
* kallsyms: Fix kallsyms_selftest failureYonghong Song2023-09-022-32/+8
* lockdep: fix static memory detection even moreHelge Deller2023-09-022-40/+14
* ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet2023-09-0213-20/+16
* module/decompress: use vmalloc() for zstd decompression workspaceAndrea Righi2023-09-021-2/+2
* ARM: module: Use module_init_layout_section() to spot init sectionsJames Morse2023-09-021-1/+1
* arm64: module: Use module_init_layout_section() to spot init sectionsJames Morse2023-09-021-1/+1
* module: Expose module_init_layout_section()James Morse2023-09-022-1/+6
* ACPI: thermal: Drop nocrt parameterMario Limonciello2023-09-022-9/+1
* Linux 6.5v6.5Linus Torvalds2023-08-271-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-08-275-57/+6
|\
| * scsi: snic: Fix double free in snic_tgt_create()Zhu Wang2023-08-241-2/+1
| * scsi: core: raid_class: Remove raid_component_add()Zhu Wang2023-08-242-52/+0
| * scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW major version > 5Neil Armstrong2023-08-211-1/+1
| * scsi: ufs: mcq: Fix the search/wrap around logicBao D. Nguyen2023-08-211-2/+4
* | Merge tag 'x86-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2023-08-263-3/+9
|\ \
| * | x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang2023-08-241-0/+7
| * | x86/fpu: Invalidate FPU state correctly on exec()Rick Edgecombe2023-08-242-3/+2
* | | Merge tag 'irq-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2023-08-261-1/+6
|\ \ \
| * | | genirq: Fix software resend lockup and nested resendJohan Hovold2023-08-261-1/+6
* | | | Merge tag 'loongarch-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds2023-08-2622-38/+42
|\ \ \ \
| * | | | LoongArch: Fix hw_breakpoint_control() for watchpointsHuacai Chen2023-08-261-2/+1
| * | | | LoongArch: Ensure FP/SIMD registers in the core dump file is up to dateHuacai Chen2023-08-262-4/+22
| * | | | LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()Tiezhu Yang2023-08-253-10/+1
| * | | | LoongArch: Add identifier names to arguments of die() declarationTiezhu Yang2023-08-251-1/+1
| * | | | LoongArch: Return earlier in die() if notify_die() returns NOTIFY_STOPTiezhu Yang2023-08-251-2/+4
| * | | | LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOPTiezhu Yang2023-08-252-7/+7
| * | | | LoongArch: Remove <asm/export.h>Masahiro Yamada2023-08-251-1/+0
| * | | | LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-258-8/+8
| * | | | LoongArch: Remove unneeded #include <asm/export.h>Masahiro Yamada2023-08-253-3/+0
| * | | | LoongArch: Replace -ffreestanding with finer-grained -fno-builtin'sWANG Xuerui2023-08-251-1/+1
| * | | | LoongArch: Remove redundant "source drivers/firmware/Kconfig"Xi Ruoyao2023-08-251-2/+0
| | |/ / | |/| |
* | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2023-08-253-48/+51
|\ \ \ \
| * | | | clk: Fix slab-out-of-bounds error in devm_clk_release()Andrey Skvortsov2023-08-221-6/+7
| * | | | clk: Fix undefined reference to `clk_rate_exclusive_{get,put}'Biju Das2023-08-041-40/+40
| * | | | clk: keystone: syscon-clk: Fix audio refclkFrancesco Dolcini2023-08-041-2/+4
* | | | | lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernelsHelge Deller2023-08-251-26/+6
* | | | | Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2023-08-2532-73/+279
|\ \ \ \ \
| * | | | | shmem: fix smaps BUG sleeping while atomicHugh Dickins2023-08-241-2/+4
| * | | | | selftests: cachestat: catch failing fsync test on tmpfsAndre Przywara2023-08-241-15/+47
| * | | | | selftests: cachestat: test for cachestat availabilityAndre Przywara2023-08-241-1/+19
| * | | | | maple_tree: disable mas_wr_append() when other readers are possibleLiam R. Howlett2023-08-241-0/+7
| * | | | | madvise:madvise_free_pte_range(): don't use mapcount() against large folio for sharing checkYin Fengwei2023-08-241-1/+1
| * | | | | madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for sharing checkYin Fengwei2023-08-241-1/+1
| * | | | | madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against large folio for sharing checkYin Fengwei2023-08-241-2/+2
| * | | | | mm: multi-gen LRU: don't spin during memcg releaseT.J. Mercier2023-08-211-5/+8
| * | | | | mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin2023-08-211-4/+7
| * | | | | radix tree: remove unused variableArnd Bergmann2023-08-211-1/+0
| * | | | | mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti2023-08-211-0/+4
| * | | | | selftests/mm: FOLL_LONGTERM need to be updated to 0x100Ayush Jain2023-08-211-1/+6