aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-09arm64: add hw_nmi_get_sample_period for preparation of lockup detectorGravatar Lecopzer Chen 2-0/+25
2023-06-09watchdog/perf: adapt the watchdog_perf interface for async modelGravatar Lecopzer Chen 2-1/+68
2023-06-09watchdog/perf: add a weak function for an arch to detect if perf can use NMIsGravatar Douglas Anderson 2-1/+12
2023-06-09watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsGravatar Douglas Anderson 5-11/+173
2023-06-09watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanlyGravatar Douglas Anderson 3-28/+32
2023-06-09watchdog/hardlockup: rename some "NMI watchdog" constants/functionGravatar Douglas Anderson 7-82/+81
2023-06-09watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.cGravatar Douglas Anderson 3-21/+22
2023-06-09watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()Gravatar Douglas Anderson 3-22/+34
2023-06-09watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...Gravatar Douglas Anderson 1-17/+15
2023-06-09watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cGravatar Douglas Anderson 3-62/+78
2023-06-09watchdog/perf: rename watchdog_hld.c to watchdog_perf.cGravatar Douglas Anderson 2-2/+2
2023-06-09watchdog/hardlockup: add comments to touch_nmi_watchdog()Gravatar Douglas Anderson 1-4/+19
2023-06-09watchdog/perf: ensure CPU-bound context when creating hardlockup detector eventGravatar Pingfan Liu 1-1/+7
2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidGravatar Lecopzer Chen 3-8/+5
2023-06-09watchdog: remove WATCHDOG_DEFAULTGravatar Lecopzer Chen 1-2/+0
2023-06-09watchdog/perf: more properly prevent false positives with turbo modesGravatar Douglas Anderson 1-3/+3
2023-06-09watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct co...Gravatar Douglas Anderson 1-1/+1
2023-06-09decompressor: provide missing prototypesGravatar Arnd Bergmann 3-1/+5
2023-06-09init: add bdev fs printk if mount_block_root failedGravatar Angus Chen 1-1/+12
2023-06-09kcov: add prototypes for helper functionsGravatar Arnd Bergmann 2-3/+21
2023-06-09time_namespace: always provide arch_get_vdso_data() prototype for vdsoGravatar Arnd Bergmann 1-1/+2
2023-06-09thread_info: move function declarations to linux/thread_info.hGravatar Arnd Bergmann 5-13/+5
2023-06-09init: move cifs_root_data() prototype into linux/mount.hGravatar Arnd Bergmann 2-2/+2
2023-06-09init: consolidate prototypes in linux/init.hGravatar Arnd Bergmann 22-45/+23
2023-06-09kunit: include debugfs header fileGravatar Arnd Bergmann 1-0/+1
2023-06-09panic: make function declarations visibleGravatar Arnd Bergmann 2-2/+6
2023-06-09panic: hide unused global functionsGravatar Arnd Bergmann 1-2/+1
2023-06-09locking: add lockevent_read() prototypeGravatar Arnd Bergmann 1-0/+4
2023-06-09lib: devmem_is_allowed: include linux/io.hGravatar Arnd Bergmann 1-0/+1
2023-06-09mm: sparse: mark populate_section_memmap() staticGravatar Arnd Bergmann 1-1/+1
2023-06-09mm: page_poison: always declare __kernel_map_pages() functionGravatar Arnd Bergmann 1-2/+1
2023-06-09mm: percpu: unhide pcpu_embed_first_chunk prototypeGravatar Arnd Bergmann 1-2/+0
2023-06-09squashfs: cache partial compressed blocksGravatar Vincent Whitchurch 3-6/+129
2023-06-09squashfs: don't include buffer_head.hGravatar Christoph Hellwig 3-3/+0
2023-06-09fork: optimize memcg_charge_kernel_stack() a bitGravatar Haifeng Xu 1-7/+3
2023-06-09add intptr_tGravatar Alexey Dobriyan 3-21/+1
2023-06-09procfs: replace all non-returning strlcpy with strscpyGravatar Azeem Shaikh 1-1/+1
2023-06-09scripts/spelling.txt: add more spellings to spelling.txtGravatar Colin Ian King 1-0/+22
2023-06-09kthread: fix spelling typo and grammar in commentsGravatar Prathu Baronia 1-2/+2
2023-05-28Linux 6.4-rc4v6.4-rc4Gravatar Linus Torvalds 1-1/+1
2023-05-28Merge tag 'x86-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+3
2023-05-28Merge tag 'perf-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-1/+12
2023-05-28Merge tag 'objtool-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-3/+13
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 4-10/+50
2023-05-28Merge tag 'irq-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-31/+69
2023-05-28Merge tag 'mips-fixes_6.4_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-16/+26
2023-05-27Merge tag 'powerpc-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+6
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-12/+21
2023-05-27Merge tag 'char-misc-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-46/+55
2023-05-26Merge tag 'cxl-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 12-29/+153