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-07-13
sched/topology: Record number of cores in sched group
Tim C Chen
2
-1
/
+12
2023-07-13
sched/fair: Determine active load balance for SMT sched groups
Tim C Chen
1
-3
/
+77
2023-07-13
sched/psi: make psi_cgroups_enabled static
Miaohe Lin
1
-1
/
+1
2023-07-13
sched/core: introduce sched_core_idle_cpu()
Cruz Zhao
2
-1
/
+14
2023-07-13
sched: add throttled time stat for throttled children
Josh Don
4
-1
/
+100
2023-07-13
sched: don't account throttle time for empty groups
Josh Don
1
-3
/
+15
2023-07-13
kernel/fork: beware of __put_task_struct() calling context
Wander Lairson Costa
1
-0
/
+8
2023-07-12
tracing/histograms: Add histograms to hist_vars if they have referenced varia...
Mohamed Khalfella
1
-3
/
+5
2023-07-12
kallsyms: strip LTO-only suffixes from promoted global functions
Yonghong Song
1
-3
/
+2
2023-07-12
tracing: Stop FORTIFY_SOURCE complaining about stack trace caller
Steven Rostedt (Google)
1
-2
/
+19
2023-07-12
ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
Zheng Yejian
1
-14
/
+31
2023-07-12
bpf: Add object leak check.
Hou Tao
1
-0
/
+35
2023-07-12
bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.
Alexei Starovoitov
1
-14
/
+6
2023-07-12
bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().
Alexei Starovoitov
1
-3
/
+126
2023-07-12
rcu: Export rcu_request_urgent_qs_task()
Paul E. McKenney
1
-2
/
+0
2023-07-12
bpf: Allow reuse from waiting_for_gp_ttrace list.
Alexei Starovoitov
1
-6
/
+10
2023-07-12
bpf: Add a hint to allocated objects.
Alexei Starovoitov
1
-19
/
+31
2023-07-12
bpf: Change bpf_mem_cache draining process.
Alexei Starovoitov
1
-9
/
+9
2023-07-12
bpf: Further refactor alloc_bulk().
Alexei Starovoitov
1
-12
/
+18
2023-07-12
bpf: Factor out inc/dec of active flag into helpers.
Alexei Starovoitov
1
-12
/
+18
2023-07-12
bpf: Refactor alloc_bulk().
Alexei Starovoitov
1
-20
/
+26
2023-07-12
bpf: Let free_all() return the number of freed elements.
Alexei Starovoitov
1
-2
/
+6
2023-07-12
bpf: Simplify code of destroy_mem_alloc() with kmemdup().
Alexei Starovoitov
1
-5
/
+2
2023-07-12
bpf: Rename few bpf_mem_alloc fields.
Alexei Starovoitov
1
-28
/
+29
2023-07-12
Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-14
/
+40
2023-07-12
ring-buffer: Fix deadloop issue on reading trace_pipe
Zheng Yejian
1
-9
/
+15
2023-07-12
tracing: arm64: Avoid missing-prototype warnings
Arnd Bergmann
3
-2
/
+7
2023-07-12
bpf: teach verifier actual bounds of bpf_get_smp_processor_id() result
Andrii Nakryiko
1
-11
/
+26
2023-07-11
bpf: Support ->fill_link_info for perf_event
Yafang Shao
2
-3
/
+153
2023-07-11
bpf: Add a common helper bpf_copy_to_user()
Yafang Shao
1
-14
/
+20
2023-07-11
bpf: Expose symbol's respective address
Yafang Shao
1
-12
/
+4
2023-07-11
bpf: Clear the probe_addr for uprobe
Yafang Shao
2
-2
/
+3
2023-07-11
bpf: Protect probed address based on kptr_restrict setting
Yafang Shao
1
-1
/
+4
2023-07-11
bpf: Support ->fill_link_info for kprobe_multi
Yafang Shao
1
-0
/
+37
2023-07-11
bpf: cpumap: Fix memory leak in cpu_map_update_elem
Pu Lehui
1
-16
/
+24
2023-07-11
cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHED
Miaohe Lin
1
-22
/
+22
2023-07-11
PM: QoS: Restore support for default value on frequency QoS
Chungkai Yang
1
-2
/
+7
2023-07-11
PM: hibernate: Fix writing maj:min to /sys/power/resume
Azat Khuzhin
1
-0
/
+1
2023-07-10
tracing/user_events: Fix struct arg size match check
Beau Belgrave
1
-0
/
+3
2023-07-11
fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...
Masami Hiramatsu (Google)
2
-0
/
+16
2023-07-10
smp: Reduce NMI traffic from CSD waiters to CSD destination
Imran Khan
1
-1
/
+9
2023-07-10
smp: Reduce logging due to dump_stack of CSD waiters
Imran Khan
1
-1
/
+2
2023-07-10
cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...
Waiman Long
1
-8
/
+16
2023-07-10
cgroup/cpuset: Improve temporary cpumasks handling
Waiman Long
1
-29
/
+13
2023-07-10
cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handling
Waiman Long
1
-55
/
+86
2023-07-10
cgroup/cpuset: Inherit parent's load balance state in v2
Waiman Long
1
-3
/
+30
2023-07-10
cgroup: fix obsolete comment above for_each_css()
Miaohe Lin
1
-1
/
+1
2023-07-10
workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...
tiozhang
1
-0
/
+17
2023-07-10
workqueue: Warn attempt to flush system-wide workqueues.
Tetsuo Handa
1
-6
/
+5
2023-07-10
cpuset: Allow setscheduler regardless of manipulated task
Michal Koutný
1
-3
/
+16
[prev]
[next]