index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-09
watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...
Douglas Anderson
1
-17
/
+15
2023-06-09
watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.c
Douglas Anderson
2
-61
/
+74
2023-06-09
watchdog/perf: rename watchdog_hld.c to watchdog_perf.c
Douglas Anderson
2
-2
/
+2
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
1
-2
/
+1
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
kcov: add prototypes for helper functions
Arnd Bergmann
1
-3
/
+4
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
fork: optimize memcg_charge_kernel_stack() a bit
Haifeng Xu
1
-7
/
+3
2023-06-09
kthread: fix spelling typo and grammar in comments
Prathu Baronia
1
-2
/
+2
2023-06-09
mm/gup: remove vmas parameter from get_user_pages_remote()
Lorenzo Stoakes
1
-8
/
+5
2023-06-09
mm/gup: remove unused vmas parameter from pin_user_pages_remote()
Lorenzo Stoakes
1
-1
/
+1
2023-06-09
mm: page_alloc: move sysctls into it own fils
Kefeng Wang
1
-67
/
+0
2023-06-09
mm: page_alloc: move pm_* function into power
Kefeng Wang
2
-0
/
+32
2023-06-09
mm: page_alloc: move mark_free_page() into snapshot.c
Kefeng Wang
1
-0
/
+52
2023-06-09
cachestat: implement cachestat syscall
Nhat Pham
1
-0
/
+1
2023-06-09
cgroup: remove cgroup_rstat_flush_atomic()
Yosry Ahmed
1
-21
/
+5
2023-06-09
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-7
/
+9
2023-06-09
kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures
Christophe Leroy
1
-0
/
+2
2023-06-08
Merge tag 'cgroup-for-6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-11
/
+10
2023-06-08
sysctl: move security keys sysctl registration to its own file
Luis Chamberlain
1
-4
/
+0
2023-06-08
sysctl: move umh sysctl registration to its own file
Luis Chamberlain
2
-2
/
+10
2023-06-08
vhost: Fix worker hangs due to missed wake up calls
Mike Christie
1
-7
/
+9
2023-06-08
kallsyms: make kallsyms_show_value() as generic function
Maninder Singh
1
-2
/
+0
2023-06-08
kallsyms: move kallsyms_show_value() out of kallsyms.c
Maninder Singh
3
-36
/
+46
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-6
/
+29
2023-06-08
Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
4
-4
/
+27
2023-06-08
riscv: Add prctl controls for userspace vector management
Andy Chiu
1
-0
/
+12
2023-06-08
bpf: Fix verifier id tracking of scalars on spill
Maxim Mikityanskiy
1
-0
/
+3
2023-06-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
4
-4
/
+27
2023-06-07
Merge branches 'doc.2023.05.10a', 'fixes.2023.05.11a', 'kvfree.2023.05.10a', ...
Paul E. McKenney
9
-180
/
+295
2023-06-07
swiotlb: use the atomic counter of total used slabs if available
Petr Tesarik
1
-0
/
+11
2023-06-07
dma-remap: use kvmalloc_array/kvfree for larger dma memory remap
gaoxu
1
-2
/
+2
2023-06-07
dma-mapping: fix a Kconfig typo
Sui Jingfeng
1
-1
/
+1
2023-06-07
bpf: Add extra path pointer check to d_path helper
Jiri Olsa
1
-1
/
+11
2023-06-06
bpf: Factor out a common helper free_all()
Hou Tao
1
-15
/
+16
2023-06-06
tracing/probes: Add BTF retval type support
Masami Hiramatsu (Google)
2
-7
/
+63
2023-06-06
tracing/probes: Add $arg* meta argument for all function args
Masami Hiramatsu (Google)
4
-12
/
+212
2023-06-06
tracing/probes: Support function parameters if BTF is available
Masami Hiramatsu (Google)
6
-31
/
+270
2023-06-06
tracing/probes: Move event parameter fetching code to common parser
Masami Hiramatsu (Google)
6
-132
/
+155
2023-06-06
tracing/probes: Add tracepoint support on fprobe_events
Masami Hiramatsu (Google)
5
-16
/
+151
2023-06-06
tracing/probes: Add fprobe events for tracing function entry and exit.
Masami Hiramatsu (Google)
9
-7
/
+1100
2023-06-06
tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURN
Masami Hiramatsu (Google)
2
-1
/
+6
2023-06-06
fprobe: Pass return address to the handlers
Masami Hiramatsu (Google)
4
-6
/
+10
2023-06-06
watch_queue: prevent dangling pipe pointer
Siddh Raman Pant
1
-6
/
+6
2023-06-06
perf: Re-instate the linear PMU search
Peter Zijlstra
1
-13
/
+24
2023-06-05
bpf: netfilter: Add BPF_NETFILTER bpf_attach_type
Florian Westphal
1
-0
/
+9
2023-06-05
bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULL
David Vernet
1
-2
/
+7
[prev]
[next]