summaryrefslogtreecommitdiffstats
path: root/lib/test_dynamic_debug.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-09watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.cDouglas Anderson3-21/+22
2023-06-09watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()Douglas Anderson3-22/+34
2023-06-09watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...Douglas Anderson1-17/+15
2023-06-09watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson3-62/+78
2023-06-09watchdog/perf: rename watchdog_hld.c to watchdog_perf.cDouglas Anderson2-2/+2
2023-06-09watchdog/hardlockup: add comments to touch_nmi_watchdog()Douglas Anderson1-4/+19
2023-06-09watchdog/perf: ensure CPU-bound context when creating hardlockup detector eventPingfan Liu1-1/+7
2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen3-8/+5
2023-06-09watchdog: remove WATCHDOG_DEFAULTLecopzer Chen1-2/+0
2023-06-09watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson1-3/+3
2023-06-09watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct co...Douglas Anderson1-1/+1
2023-06-09decompressor: provide missing prototypesArnd Bergmann3-1/+5
2023-06-09init: add bdev fs printk if mount_block_root failedAngus Chen1-1/+12
2023-06-09kcov: add prototypes for helper functionsArnd Bergmann2-3/+21
2023-06-09time_namespace: always provide arch_get_vdso_data() prototype for vdsoArnd Bergmann1-1/+2
2023-06-09thread_info: move function declarations to linux/thread_info.hArnd Bergmann5-13/+5
2023-06-09init: move cifs_root_data() prototype into linux/mount.hArnd Bergmann2-2/+2
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann22-45/+23
2023-06-09kunit: include debugfs header fileArnd Bergmann1-0/+1
2023-06-09panic: make function declarations visibleArnd Bergmann2-2/+6
2023-06-09panic: hide unused global functionsArnd Bergmann1-2/+1
2023-06-09locking: add lockevent_read() prototypeArnd Bergmann1-0/+4
2023-06-09lib: devmem_is_allowed: include linux/io.hArnd Bergmann1-0/+1
2023-06-09mm: sparse: mark populate_section_memmap() staticArnd Bergmann1-1/+1
2023-06-09mm: page_poison: always declare __kernel_map_pages() functionArnd Bergmann1-2/+1
2023-06-09mm: percpu: unhide pcpu_embed_first_chunk prototypeArnd Bergmann1-2/+0
2023-06-09squashfs: cache partial compressed blocksVincent Whitchurch3-6/+129
2023-06-09squashfs: don't include buffer_head.hChristoph Hellwig3-3/+0
2023-06-09fork: optimize memcg_charge_kernel_stack() a bitHaifeng Xu1-7/+3
2023-06-09add intptr_tAlexey Dobriyan3-21/+1
2023-06-09procfs: replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-06-09scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+22
2023-06-09kthread: fix spelling typo and grammar in commentsPrathu Baronia1-2/+2
2023-05-28Linux 6.4-rc4v6.4-rc4Linus Torvalds1-1/+1
2023-05-26cxl: Explicitly initialize resources when media is not readyDave Jiang1-6/+11
2023-05-26x86: re-introduce support for ERMS copies for user space accessesLinus Torvalds1-1/+9
2023-05-26NVMe: Add MAXIO 1602 to bogus nid list.Tatsuki Sugiura1-0/+2
2023-05-25module: error out early on concurrent load of the same module fileLinus Torvalds2-15/+49
2023-05-25x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui1-2/+3
2023-05-25cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf()Wyes Karny1-1/+7
2023-05-25io_uring: unlock sqd->lock before sq thread release CPUWenwen Chen1-1/+5
2023-05-25MAINTAINERS: update arm64 Microchip entriesConor Dooley1-2/+10
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2-0/+4
2023-05-24net: phy: mscc: enable VSC8501/2 RGMII RX clockDavid Epping2-26/+29
2023-05-24net: phy: mscc: remove unnecessary phydev lockingDavid Epping1-4/+0
2023-05-24net: phy: mscc: add support for VSC8501David Epping2-0/+26
2023-05-24net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLEDavid Epping1-0/+1
2023-05-24net/handshake: Enable the SNI extension to work properlyChuck Lever5-0/+19
2023-05-24net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2-0/+5
2023-05-24net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever1-1/+1