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
2021-06-18
tracing: Do no increment trace_clock_global() by one
Steven Rostedt (VMware)
1
-3
/
+3
2021-06-18
tracing: Do not stop recording comms if the trace file is being read
Steven Rostedt (VMware)
1
-9
/
+0
2021-06-18
tracing: Do not stop recording cmdlines when tracing is off
Steven Rostedt (VMware)
1
-2
/
+0
2021-06-18
sched: Change task_struct::state
Peter Zijlstra
14
-68
/
+76
2021-06-18
sched,timer: Use __set_current_state()
Peter Zijlstra
1
-1
/
+1
2021-06-18
sched: Add get_current_state()
Peter Zijlstra
2
-4
/
+4
2021-06-18
sched,perf,kvm: Fix preemption condition
Peter Zijlstra
1
-4
/
+3
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
7
-10
/
+9
2021-06-18
sched: Unbreak wakeups
Peter Zijlstra
1
-1
/
+1
2021-06-18
Merge branch 'sched/urgent' into sched/core, to resolve conflicts
Ingo Molnar
10
-68
/
+71
2021-06-17
tracing: Have ftrace_dump_on_oops kernel parameter take numbers
Steven Rostedt (VMware)
1
-2
/
+2
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
13
-110
/
+476
2021-06-17
tracing: Add tp_printk_stop_on_boot option
Steven Rostedt (VMware)
1
-11
/
+29
2021-06-17
sched/fair: Age the average idle time
Peter Zijlstra
3
-4
/
+29
2021-06-17
sched/cpufreq: Consider reduced CPU capacity in energy calculation
Lukasz Luba
2
-1
/
+2
2021-06-17
sched/fair: Take thermal pressure into account while estimating energy
Lukasz Luba
1
-3
/
+8
2021-06-17
sched/fair: Return early from update_tg_cfs_load() if delta == 0
Dietmar Eggemann
1
-1
/
+4
2021-06-17
sched/pelt: Check that *_avg are null when *_sum are
Vincent Guittot
1
-0
/
+9
2021-06-17
bpf: Fix up register-based shifts in interpreter to silence KUBSAN
Daniel Borkmann
1
-18
/
+43
2021-06-16
bpf: Fix typo in kernel/bpf/bpf_lsm.c
Shuyi Cheng
1
-1
/
+1
2021-06-16
crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfo
Pingfan Liu
1
-0
/
+1
2021-06-16
printk: Move EXPORT_SYMBOL() closer to vprintk definition
Punit Agrawal
1
-1
/
+1
2021-06-15
bpf: Support socket migration by eBPF.
Kuniyuki Iwashima
1
-0
/
+13
2021-06-14
bpf: Fix leakage under speculation on mispredicted branches
Daniel Borkmann
1
-4
/
+40
2021-06-14
bpf: Do not mark insn as seen under speculative path verification
Daniel Borkmann
1
-2
/
+18
2021-06-14
bpf: Inherit expanded/patched seen count from old aux data
Daniel Borkmann
1
-1
/
+3
2021-06-14
sched/fair: Correctly insert cfs_rq's to list on unthrottle
Odin Ugedal
1
-19
/
+25
2021-06-14
Revert "cpufreq: CPPC: Add support for frequency invariance"
Viresh Kumar
1
-1
/
+0
2021-06-12
Merge tag 'sched-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-24
/
+24
2021-06-12
Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-3
/
+2
2021-06-11
Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+8
2021-06-11
PM: hibernate: remove leading spaces before tabs
Zhen Lei
1
-1
/
+1
2021-06-11
PM: sleep: remove trailing spaces and tabs
Zhen Lei
2
-7
/
+7
2021-06-10
audit: remove trailing spaces and tabs
Zhen Lei
2
-5
/
+5
2021-06-10
Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+4
2021-06-10
tracing: Add better comments for the filtering temp buffer use case
Steven Rostedt (VMware)
1
-1
/
+35
2021-06-10
tracing: Simplify the max length test when using the filtering temp buffer
Steven Rostedt (VMware)
1
-1
/
+3
2021-06-10
tracing/boot: Add per-group/all events enablement
Masami Hiramatsu
1
-2
/
+25
2021-06-10
tracing: Add WARN_ON_ONCE when returned value is negative
Hyeonggon Yoo
1
-0
/
+1
2021-06-10
tracing: Fix set_named_trigger_data() kernel-doc comment
Qiujun Huang
1
-1
/
+2
2021-06-10
tracing: Remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-06-10
ring-buffer: Use fallthrough pseudo-keyword
Wei Ming Chen
1
-1
/
+1
2021-06-10
tracing: Remove redundant assignment to event_var
Jiapeng Chong
1
-1
/
+1
2021-06-10
scsi: cgroup: Add cgroup_get_from_id()
Muneendra Kumar
1
-0
/
+26
2021-06-10
cgroup1: don't allow '\n' in renaming
Alexander Kuznetsov
1
-0
/
+4
2021-06-10
genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()
Marc Zyngier
1
-22
/
+8
2021-06-10
genirq: Add generic_handle_domain_irq() helper
Marc Zyngier
1
-1
/
+18
2021-06-10
genirq: Use irq_resolve_mapping() to implement __handle_domain_irq() and co
Marc Zyngier
1
-25
/
+35
2021-06-10
irqdomain: Introduce irq_resolve_mapping()
Marc Zyngier
1
-8
/
+20
2021-06-10
irqdomain: Protect the linear revmap with RCU
Marc Zyngier
1
-26
/
+23
[prev]
[next]