platform/kernel/linux-starfive.git
2023-06-24 Ben Dooksdevres: show which resource was invalid in __devm_iorem...
2023-06-19 Petr Mladekwatchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCH
2023-06-19 Petr Mladekwatchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64
2023-06-19 Petr Mladekwatchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64...
2023-06-19 Petr Mladekwatchdog/hardlockup: declare arch_touch_nmi_watchdog...
2023-06-19 Petr Mladekwatchdog/hardlockup: make the config checks more straig...
2023-06-19 Petr Mladekwatchdog/hardlockup: sort hardlockup detector related...
2023-06-19 Douglas Andersonwatchdog/hardlockup: move SMP barriers from common...
2023-06-19 Douglas Andersonwatchdog/buddy: simplify the dependency for HARDLOCKUP_...
2023-06-19 Douglas Andersonwatchdog/buddy: don't copy the cpumask in watchdog_next...
2023-06-19 Douglas Andersonwatchdog/buddy: cleanup how watchdog_buddy_check_hardlo...
2023-06-19 Douglas Andersonwatchdog/hardlockup: remove softlockup comment in touch...
2023-06-19 Douglas Andersonwatchdog/hardlockup: in watchdog_hardlockup_check(...
2023-06-19 Douglas Andersonwatchdog/hardlockup: don't use raw_cpu_ptr() in watchdo...
2023-06-19 Douglas Andersonwatchdog/hardlockup: HAVE_NMI_WATCHDOG must implement...
2023-06-19 Douglas Andersonwatchdog/hardlockup: keep kernel.nmi_watchdog sysctl...
2023-06-10 Arnd Bergmannsyscalls: add sys_ni_posix_timers prototype
2023-06-10 Kees Cookcheckpatch: check for 0-length and 1-element arrays
2023-06-10 Zhen Leikexec: enable kexec_crash_size to support two crash...
2023-06-10 Zhen Leikexec: add helper __crash_shrink_memory()
2023-06-10 Zhen Leikexec: improve the readability of crash_shrink_memory()
2023-06-10 Zhen Leikexec: clear crashk_res if all its memory has been...
2023-06-10 Zhen Leikexec: delete a useless check in crash_shrink_memory()
2023-06-10 Zhen Leikexec: fix a memory leak in crash_shrink_memory()
2023-06-10 Joseph Qiocfs2: cleanup trace events
2023-06-10 Joseph Qiocfs2: correct return value of ocfs2_local_free_info()
2023-06-10 Simon Hormankexec: avoid calculating array size twice
2023-06-10 Alexey Dobriyaninclude/linux/math.h: fix mult_frac() multiple argument...
2023-06-10 Douglas Andersonarm64: enable perf events based hard lockup detector
2023-06-10 Lecopzer Chenarm64: add hw_nmi_get_sample_period for preparation...
2023-06-10 Lecopzer Chenwatchdog/perf: adapt the watchdog_perf interface for...
2023-06-10 Douglas Andersonwatchdog/perf: add a weak function for an arch to detec...
2023-06-10 Douglas Andersonwatchdog/hardlockup: detect hard lockups using secondar...
2023-06-10 Douglas Andersonwatchdog/hardlockup: have the perf hardlockup use __wea...
2023-06-10 Douglas Andersonwatchdog/hardlockup: rename some "NMI watchdog" constan...
2023-06-10 Douglas Andersonwatchdog/hardlockup: move perf hardlockup watchdog...
2023-06-10 Douglas Andersonwatchdog/hardlockup: add a "cpu" param to watchdog_hard...
2023-06-10 Douglas Andersonwatchdog/hardlockup: style changes to watchdog_hardlock...
2023-06-10 Douglas Andersonwatchdog/hardlockup: move perf hardlockup checking...
2023-06-10 Douglas Andersonwatchdog/perf: rename watchdog_hld.c to watchdog_perf.c
2023-06-10 Douglas Andersonwatchdog/hardlockup: add comments to touch_nmi_watchdog()
2023-06-10 Pingfan Liuwatchdog/perf: ensure CPU-bound context when creating...
2023-06-10 Lecopzer Chenwatchdog/hardlockup: change watchdog_nmi_enable() to...
2023-06-10 Lecopzer Chenwatchdog: remove WATCHDOG_DEFAULT
2023-06-10 Douglas Andersonwatchdog/perf: more properly prevent false positives...
2023-06-10 Douglas Andersonwatchdog/perf: define dummy watchdog_update_hrtimer_thr...
2023-06-10 Arnd Bergmanndecompressor: provide missing prototypes
2023-06-10 Angus Cheninit: add bdev fs printk if mount_block_root failed
2023-06-10 Arnd Bergmannkcov: add prototypes for helper functions
2023-06-10 Arnd Bergmanntime_namespace: always provide arch_get_vdso_data(...
2023-06-10 Arnd Bergmannthread_info: move function declarations to linux/thread...
2023-06-10 Arnd Bergmanninit: move cifs_root_data() prototype into linux/mount.h
2023-06-10 Arnd Bergmanninit: consolidate prototypes in linux/init.h
2023-06-10 Arnd Bergmannkunit: include debugfs header file
2023-06-10 Arnd Bergmannpanic: make function declarations visible
2023-06-10 Arnd Bergmannpanic: hide unused global functions
2023-06-10 Arnd Bergmannlocking: add lockevent_read() prototype
2023-06-10 Arnd Bergmannlib: devmem_is_allowed: include linux/io.h
2023-06-10 Arnd Bergmannmm: sparse: mark populate_section_memmap() static
2023-06-10 Arnd Bergmannmm: page_poison: always declare __kernel_map_pages...
2023-06-10 Arnd Bergmannmm: percpu: unhide pcpu_embed_first_chunk prototype
2023-06-10 Vincent Whitchurchsquashfs: cache partial compressed blocks
2023-06-10 Christoph Hellwigsquashfs: don't include buffer_head.h
2023-06-10 Haifeng Xufork: optimize memcg_charge_kernel_stack() a bit
2023-06-10 Alexey Dobriyanadd intptr_t
2023-06-10 Azeem Shaikhprocfs: replace all non-returning strlcpy with strscpy
2023-06-10 Colin Ian Kingscripts/spelling.txt: add more spellings to spelling.txt
2023-06-10 Prathu Baroniakthread: fix spelling typo and grammar in comments
2023-05-28 Linus TorvaldsLinux 6.4-rc4
2023-05-28 Linus TorvaldsMerge tag 'x86-urgent-2023-05-28' of git://git./linux...
2023-05-28 Linus TorvaldsMerge tag 'perf-urgent-2023-05-28' of git://git./linux...
2023-05-28 Linus TorvaldsMerge tag 'objtool-urgent-2023-05-28' of git://git...
2023-05-28 Linus TorvaldsMerge tag 'core-debugobjects-2023-05-28' of git://git...
2023-05-28 Linus TorvaldsMerge tag 'irq-urgent-2023-05-28' of git://git./linux...
2023-05-28 Linus TorvaldsMerge tag 'mips-fixes_6.4_1' of git://git./linux/kernel...
2023-05-28 Linus TorvaldsMerge tag 'powerpc-6.4-3' of git://git./linux/kernel...
2023-05-27 Linus TorvaldsMerge tag 'for-linus-6.4-rc4-tag' of git://git./linux...
2023-05-27 Linus TorvaldsMerge tag 'char-misc-6.4-rc4' of git://git./linux/kerne...
2023-05-27 Linus TorvaldsMerge tag 'cxl-fixes-6.4-rc4' of git://git./linux/kerne...
2023-05-26 Linus TorvaldsMerge tag 'arm-fixes-6.4-1' of git://git./linux/kernel...
2023-05-26 Linus TorvaldsMerge tag 'pci-v6.4-fixes-1' of git://git./linux/kernel...
2023-05-26 Linus TorvaldsMerge tag 'vfio-v6.4-rc4' of https://github.com/awillia...
2023-05-26 Linus TorvaldsMerge tag 'block-6.4-2023-05-26' of git://git.kernel...
2023-05-26 Linus TorvaldsMerge tag 'io_uring-6.4-2023-05-26' of git://git.kernel...
2023-05-26 Linus TorvaldsMerge tag 'thermal-6.4-rc4' of git://git./linux/kernel...
2023-05-26 Linus TorvaldsMerge tag 'pm-6.4-rc4' of git://git./linux/kernel/git...
2023-05-26 Dave Jiangcxl: Explicitly initialize resources when media is...
2023-05-26 Linus TorvaldsMerge tag 'gpio-fixes-for-v6.4-rc4' of git://git./linux...
2023-05-26 Linus TorvaldsMerge tag 'for-6.4-rc3-tag' of git://git./linux/kernel...
2023-05-26 Linus TorvaldsMerge tag 'drm-fixes-2023-05-26' of git://anongit.freed...
2023-05-26 Linus Torvaldsx86: re-introduce support for ERMS copies for user...
2023-05-26 Jens AxboeMerge tag 'nvme-6.4-2023-05-26' of git://git.infradead...
2023-05-26 Tatsuki SugiuraNVMe: Add MAXIO 1602 to bogus nid list.
2023-05-26 Arnd BergmannMerge tag 'ffa-fixes-6.4' of git://git./linux/kernel...
2023-05-26 Dave AirlieMerge tag 'drm-misc-fixes-2023-05-24' of git://anongit...
2023-05-26 Dave AirlieMerge tag 'amd-drm-fixes-6.4-2023-05-24' of https:...
2023-05-26 Dave AirlieMerge tag 'drm-intel-fixes-2023-05-25' of git://anongit...
2023-05-26 Linus TorvaldsMerge tag '6.4-rc3-smb3-client-fixes' of git://git...
2023-05-26 Linus TorvaldsMerge tag 'parisc-for-6.4-3' of git://git./linux/kernel...
2023-05-26 Linus Torvaldsmodule: error out early on concurrent load of the same...
next