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-03-21
ftrace: Remove the legacy _ftrace_direct API
Florent Revest
1
-393
/
+0
2023-03-21
ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
Florent Revest
1
-4
/
+6
2023-03-21
ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()
Florent Revest
2
-2
/
+6
2023-03-21
entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up
Frederic Weisbecker
1
-1
/
+2
2023-03-21
sched/fair: Sanitize vruntime of entity being migrated
Vincent Guittot
2
-11
/
+47
2023-03-21
entry: Fix noinstr warning in __enter_from_user_mode()
Josh Poimboeuf
1
-1
/
+1
2023-03-20
mm: hugetlb: move hugeltb sysctls to its own file
Kefeng Wang
1
-32
/
+0
2023-03-20
userfaultfd: move unprivileged_userfaultfd sysctl to its own file
ZhangPeng
1
-11
/
+0
2023-03-20
refscale: Move shutdown from wait_event() to wait_event_idle()
Paul E. McKenney
1
-1
/
+1
2023-03-20
rcuscale: Move shutdown from wait_event() to wait_event_idle()
Paul E. McKenney
1
-4
/
+3
2023-03-20
rcutorture: Create nocb kthreads only when testing rcu in CONFIG_RCU_NOCB_CPU...
Zqiang
1
-0
/
+6
2023-03-19
kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...
Zhen Lei
5
-13
/
+9
2023-03-19
Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
6
-17
/
+16
2023-03-19
tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr
Costa Shulyupin
1
-2
/
+2
2023-03-19
ring-buffer: remove obsolete comment for free_buffer_page()
Vlastimil Babka
1
-4
/
+0
2023-03-19
tracing: Make splice_read available again
Sung-hun Kim
1
-0
/
+2
2023-03-19
fork: remove use of percpu_counter_sum_all
Dave Chinner
1
-5
/
+0
2023-03-19
Merge tag 'perf_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+3
2023-03-19
ftrace: Set direct_ops storage-class-specifier to static
Tom Rix
1
-1
/
+1
2023-03-19
trace/hwlat: Do not start per-cpu thread if it is already running
Tero Kristo
1
-0
/
+4
2023-03-19
trace/hwlat: Do not wipe the contents of per-cpu thread data
Tero Kristo
1
-3
/
+0
2023-03-19
tracing/osnoise: set several trace_osnoise.c variables storage-class-specifie...
Tom Rix
1
-5
/
+5
2023-03-19
tracing: Fix wrong return in kprobe_event_gen_test.c
Anton Gusev
1
-2
/
+2
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-5
/
+19
2023-03-17
bpf: Allow ld_imm64 instruction to point to kfunc.
Alexei Starovoitov
1
-6
/
+11
2023-03-17
cgroup: fix display of forceidle time at root
Josh Don
1
-3
/
+1
2023-03-17
cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
Kamalesh Babulal
5
-61
/
+61
2023-03-17
workqueue: Print backtraces from CPUs with hung CPU bound workqueues
Petr Mladek
1
-0
/
+66
2023-03-17
workqueue: Warn when a rescuer could not be created
Petr Mladek
1
-1
/
+6
2023-03-17
workqueue: Interrupted create_worker() is not a repeated event
Petr Mladek
1
-2
/
+7
2023-03-17
workqueue: Warn when a new worker could not be created
Petr Mladek
1
-3
/
+11
2023-03-17
workqueue: Fix hung time report of worker pools
Petr Mladek
1
-3
/
+7
2023-03-17
workqueue: Simplify a pr_warn() call in wq_select_unbound_cpu()
Ammar Faizi
1
-4
/
+2
2023-03-17
workqueue: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-1
/
+7
2023-03-17
cpu/hotplug: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-6
/
+17
2023-03-17
sched/debug: Put sched/domains files under the verbose flag
Phil Auld
1
-3
/
+49
2023-03-17
kallsyms, bpf: Move find_kallsyms_symbol_value out of internal header
Viktor Malik
2
-7
/
+1
2023-03-16
bpf: Remove misleading spec_v1 check on var-offset stack read
Luis Gerhorst
1
-10
/
+6
2023-03-16
bpf: Remove bpf_cpumask_kptr_get() kfunc
David Vernet
1
-29
/
+0
2023-03-16
bpf: Mark struct bpf_cpumask as rcu protected
David Vernet
1
-0
/
+1
2023-03-16
bpf: Free struct bpf_cpumask in call_rcu handler
David Vernet
1
-5
/
+14
2023-03-15
bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
Viktor Malik
4
-29
/
+28
2023-03-15
perf: Fix check before add_event_to_groups() in perf_group_detach()
Budimir Markovic
1
-1
/
+1
2023-03-15
perf: fix perf_event_context->time
Song Liu
1
-1
/
+1
2023-03-15
perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...
Yang Jihong
1
-1
/
+1
2023-03-15
swiotlb: fix the deadlock in swiotlb_do_find_slots
GuoRui.Yu
1
-4
/
+6
2023-03-14
sched_getaffinity: don't assume 'cpumask_size()' is fully initialized
Linus Torvalds
2
-3
/
+3
2023-03-14
Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-1
/
+14
2023-03-14
cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()
Tejun Heo
1
-2
/
+12
2023-03-14
padata: use alignment when calculating the number of worker threads
Anthony Yznaga
1
-1
/
+1
[prev]
[next]