index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-09
kexec: add helper __crash_shrink_memory()
Zhen Lei
1
-22
/
+29
2023-06-09
kexec: improve the readability of crash_shrink_memory()
Zhen Lei
1
-10
/
+5
2023-06-09
kexec: clear crashk_res if all its memory has been released
Zhen Lei
1
-4
/
+7
2023-06-09
kexec: delete a useless check in crash_shrink_memory()
Zhen Lei
1
-1
/
+1
2023-06-09
kexec: fix a memory leak in crash_shrink_memory()
Zhen Lei
1
-3
/
+2
2023-06-09
ocfs2: cleanup trace events
Joseph Qi
1
-2
/
+0
2023-06-09
ocfs2: correct return value of ocfs2_local_free_info()
Joseph Qi
1
-6
/
+3
2023-06-09
kexec: avoid calculating array size twice
Simon Horman
1
-3
/
+4
2023-06-09
include/linux/math.h: fix mult_frac() multiple argument evaluation bug
Alexey Dobriyan
1
-11
/
+11
2023-06-09
arm64: enable perf events based hard lockup detector
Douglas Anderson
5
-2
/
+32
2023-06-09
arm64: add hw_nmi_get_sample_period for preparation of lockup detector
Lecopzer Chen
2
-0
/
+25
2023-06-09
watchdog/perf: adapt the watchdog_perf interface for async model
Lecopzer Chen
2
-1
/
+68
2023-06-09
watchdog/perf: add a weak function for an arch to detect if perf can use NMIs
Douglas Anderson
2
-1
/
+12
2023-06-09
watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs
Douglas Anderson
5
-11
/
+173
2023-06-09
watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanly
Douglas Anderson
3
-28
/
+32
2023-06-09
watchdog/hardlockup: rename some "NMI watchdog" constants/function
Douglas Anderson
7
-82
/
+81
2023-06-09
watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.c
Douglas Anderson
3
-21
/
+22
2023-06-09
watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()
Douglas Anderson
3
-22
/
+34
2023-06-09
watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlockup()
Douglas Anderson
1
-17
/
+15
2023-06-09
watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.c
Douglas Anderson
3
-62
/
+78
2023-06-09
watchdog/perf: rename watchdog_hld.c to watchdog_perf.c
Douglas Anderson
2
-2
/
+2
2023-06-09
watchdog/hardlockup: add comments to touch_nmi_watchdog()
Douglas Anderson
1
-4
/
+19
2023-06-09
watchdog/perf: ensure CPU-bound context when creating hardlockup detector event
Pingfan Liu
1
-1
/
+7
2023-06-09
watchdog/hardlockup: change watchdog_nmi_enable() to void
Lecopzer Chen
3
-8
/
+5
2023-06-09
watchdog: remove WATCHDOG_DEFAULT
Lecopzer Chen
1
-2
/
+0
2023-06-09
watchdog/perf: more properly prevent false positives with turbo modes
Douglas Anderson
1
-3
/
+3
2023-06-09
watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct config
Douglas Anderson
1
-1
/
+1
2023-06-09
decompressor: provide missing prototypes
Arnd Bergmann
3
-1
/
+5
2023-06-09
init: add bdev fs printk if mount_block_root failed
Angus Chen
1
-1
/
+12
2023-06-09
kcov: add prototypes for helper functions
Arnd Bergmann
2
-3
/
+21
2023-06-09
time_namespace: always provide arch_get_vdso_data() prototype for vdso
Arnd Bergmann
1
-1
/
+2
2023-06-09
thread_info: move function declarations to linux/thread_info.h
Arnd Bergmann
5
-13
/
+5
2023-06-09
init: move cifs_root_data() prototype into linux/mount.h
Arnd Bergmann
2
-2
/
+2
2023-06-09
init: consolidate prototypes in linux/init.h
Arnd Bergmann
22
-45
/
+23
2023-06-09
kunit: include debugfs header file
Arnd Bergmann
1
-0
/
+1
2023-06-09
panic: make function declarations visible
Arnd Bergmann
2
-2
/
+6
2023-06-09
panic: hide unused global functions
Arnd Bergmann
1
-2
/
+1
2023-06-09
locking: add lockevent_read() prototype
Arnd Bergmann
1
-0
/
+4
2023-06-09
lib: devmem_is_allowed: include linux/io.h
Arnd Bergmann
1
-0
/
+1
2023-06-09
mm: sparse: mark populate_section_memmap() static
Arnd Bergmann
1
-1
/
+1
2023-06-09
mm: page_poison: always declare __kernel_map_pages() function
Arnd Bergmann
1
-2
/
+1
2023-06-09
mm: percpu: unhide pcpu_embed_first_chunk prototype
Arnd Bergmann
1
-2
/
+0
2023-06-09
squashfs: cache partial compressed blocks
Vincent Whitchurch
3
-6
/
+129
2023-06-09
squashfs: don't include buffer_head.h
Christoph Hellwig
3
-3
/
+0
2023-06-09
fork: optimize memcg_charge_kernel_stack() a bit
Haifeng Xu
1
-7
/
+3
2023-06-09
add intptr_t
Alexey Dobriyan
3
-21
/
+1
2023-06-09
procfs: replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-06-09
scripts/spelling.txt: add more spellings to spelling.txt
Colin Ian King
1
-0
/
+22
2023-06-09
kthread: fix spelling typo and grammar in comments
Prathu Baronia
1
-2
/
+2
2023-05-28
Linux 6.4-rc4
Linus Torvalds
1
-1
/
+1
[next]