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-16
trace,smp: Add tracepoints for scheduling remotelly called functions
Leonardo Bras
1
-11
/
+5
2023-06-16
trace,smp: Add tracepoints around remotelly called functions
Leonardo Bras
1
-6
/
+19
2023-06-16
tick/common: Align tick period during sched_timer setup
Thomas Gleixner
2
-13
/
+13
2023-06-16
bpf: Remove in_atomic() from bpf_link_put().
Sebastian Andrzej Siewior
1
-13
/
+16
2023-06-16
sched/wait: Fix a kthread_park race with wait_woken()
Arve Hjønnevåg
2
-6
/
+11
2023-06-16
sched/topology: Mark set_sched_topology() __init
Miaohe Lin
1
-1
/
+1
2023-06-16
sched/fair: Rename variable cpu_util eff_util
Tom Rix
1
-3
/
+3
2023-06-16
genirq: Allow fasteoi handler to resend interrupts on concurrent handling
James Gowans
2
-1
/
+17
2023-06-16
genirq: Expand doc for PENDING and REPLAY flags
James Gowans
1
-2
/
+5
2023-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-19
/
+32
2023-06-14
kallsyms: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2
-3
/
+3
2023-06-14
tracing/user_events: Add auto cleanup and future persist flag
Beau Belgrave
1
-13
/
+126
2023-06-14
tracing/user_events: Track refcount consistently via put/get
Beau Belgrave
1
-28
/
+41
2023-06-14
tracing/user_events: Store register flags on events
Beau Belgrave
1
-6
/
+10
2023-06-14
tracing/user_events: Remove user_ns walk for groups
Beau Belgrave
1
-37
/
+5
2023-06-14
tracing/user_events: Fix the incorrect trace record for empty arguments events
sunliming
1
-2
/
+2
2023-06-14
tracing: Modify print_fields() for fields output order
sunliming
1
-1
/
+1
2023-06-14
tracing/user_events: Handle matching arguments that is null from dyn_events
sunliming
1
-0
/
+2
2023-06-14
tracing/user_events: Prevent same name but different args event
sunliming
1
-6
/
+30
2023-06-13
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
1
-23
/
+68
2023-06-13
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
1
-0
/
+115
2023-06-13
bpf: ensure main program has an extable
Krister Johansen
1
-2
/
+5
2023-06-12
Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+13
2023-06-12
bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*
David Vernet
1
-10
/
+12
2023-06-12
bpf: Add bpf_cpumask_first_and() kfunc
David Vernet
1
-0
/
+16
2023-06-12
kexec: support purgatories with .text.hot sections
Ricardo Ribalda
1
-1
/
+13
2023-06-12
include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resume
Mario Limonciello
1
-0
/
+6
2023-06-12
cgroup: Do not corrupt task iteration when rebinding subsystem
Xiu Jianfeng
1
-3
/
+17
2023-06-12
cgroup: remove unused task_cgroup_path()
Miaohe Lin
1
-39
/
+0
2023-06-12
bpf: Hide unused bpf_patch_call_args
Arnd Bergmann
1
-3
/
+5
2023-06-12
cgroup/cpuset: remove unneeded header files
Miaohe Lin
1
-2
/
+0
2023-06-12
cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...
Tetsuo Handa
1
-2
/
+6
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-3
/
+3
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
3
-21
/
+14
2023-06-12
swsusp: don't pass a stack address to blkdev_get_by_path
Christoph Hellwig
1
-2
/
+3
2023-06-09
syscalls: add sys_ni_posix_timers prototype
Arnd Bergmann
1
-0
/
+1
2023-06-09
kexec: enable kexec_crash_size to support two crash kernel regions
Zhen Lei
1
-5
/
+38
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
kexec: avoid calculating array size twice
Simon Horman
1
-3
/
+4
2023-06-09
watchdog/perf: adapt the watchdog_perf interface for async model
Lecopzer Chen
1
-1
/
+66
2023-06-09
watchdog/perf: add a weak function for an arch to detect if perf can use NMIs
Douglas Anderson
1
-1
/
+11
2023-06-09
watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs
Douglas Anderson
3
-7
/
+116
2023-06-09
watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanly
Douglas Anderson
2
-18
/
+32
2023-06-09
watchdog/hardlockup: rename some "NMI watchdog" constants/function
Douglas Anderson
2
-57
/
+58
2023-06-09
watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.c
Douglas Anderson
2
-19
/
+19
2023-06-09
watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()
Douglas Anderson
2
-21
/
+33
[prev]
[next]