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
2024-04-29
Merge tag 'wq-for-6.9-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+16
2024-04-30
clocksource: Make the int help prompt unit readable in ncurses
Borislav Petkov (AMD)
1
-1
/
+1
2024-04-29
bpf: Fix verifier assumptions about socket->sk
Alexei Starovoitov
1
-5
/
+18
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
18
-222
/
+1249
2024-04-29
bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-04-29
tracing/probes: Fix memory leak in traceprobe_parse_probe_arg_body()
LuMingYin
1
-1
/
+1
2024-04-29
softirq: Fix suspicious RCU usage in __do_softirq()
Zqiang
1
-4
/
+8
2024-04-28
Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-16
/
+36
2024-04-28
Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+10
2024-04-28
sched/isolation: Fix boot crash when maxcpus < first housekeeping CPU
Oleg Nesterov
1
-1
/
+6
2024-04-28
sched/isolation: Prevent boot crash when the boot CPU is nohz_full
Oleg Nesterov
1
-1
/
+10
2024-04-27
profiling: Remove create_prof_cpu_mask().
Tetsuo Handa
1
-43
/
+0
2024-04-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-2
/
+40
2024-04-26
Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-3
/
+2
2024-04-26
bpf: verifier: prevent userspace memory access
Puranjay Mohan
2
-0
/
+39
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-27
/
+37
2024-04-25
cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=n
Sean Christopherson
1
-4
/
+10
2024-04-25
cpu: Re-enable CPU mitigations by default for !X86 architectures
Sean Christopherson
1
-2
/
+2
2024-04-24
mm: turn folio_test_hugetlb into a PageType
Matthew Wilcox (Oracle)
1
-3
/
+2
2024-04-24
bpf: make common crypto API for TC/XDP programs
Vadim Fedorenko
4
-1
/
+390
2024-04-24
genirq: Reuse irq_is_nmi()
Jinjie Ruan
4
-14
/
+14
2024-04-24
genirq/cpuhotplug: Retry with cpu_online_mask when migration fails
Dongli Zhang
1
-0
/
+16
2024-04-24
genirq/cpuhotplug: Skip suspended interrupts when restoring affinity
David Stevens
2
-7
/
+16
2024-04-24
workqueue: Fix divide error in wq_update_node_max_active()
Lai Jiangshan
1
-0
/
+9
2024-04-24
bpf: Introduce bpf_preempt_[disable,enable] kfuncs
Kumar Kartikeya Dwivedi
2
-2
/
+81
2024-04-24
bpf: Don't check for recursion in bpf_wq_work.
Alexei Starovoitov
1
-13
/
+5
2024-04-24
sched/pelt: Remove shift of thermal clock
Vincent Guittot
3
-27
/
+3
2024-04-24
sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...
Vincent Guittot
5
-34
/
+34
2024-04-24
sched/cpufreq: Take cpufreq feedback into account
Vincent Guittot
1
-20
/
+25
2024-04-24
sched/fair: Fix update of rd->sg_overutilized
Vincent Guittot
1
-1
/
+1
2024-04-23
workqueue: The default node_nr_active should have its max set to max_active
Tejun Heo
1
-1
/
+1
2024-04-23
bpf: add bpf_wq_start
Benjamin Tissoires
1
-0
/
+18
2024-04-23
bpf: wq: add bpf_wq_set_callback_impl
Benjamin Tissoires
2
-6
/
+69
2024-04-23
bpf: wq: add bpf_wq_init
Benjamin Tissoires
1
-2
/
+102
2024-04-23
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
4
-19
/
+71
2024-04-23
bpf: add support for KF_ARG_PTR_TO_WORKQUEUE
Benjamin Tissoires
1
-0
/
+65
2024-04-23
bpf: verifier: bail out if the argument is not a map
Benjamin Tissoires
1
-0
/
+5
2024-04-23
bpf: add support for bpf_wq user type
Benjamin Tissoires
3
-1
/
+31
2024-04-23
bpf: replace bpf_timer_cancel_and_free with a generic helper
Benjamin Tissoires
1
-17
/
+25
2024-04-23
bpf: replace bpf_timer_set_callback with a generic helper
Benjamin Tissoires
1
-11
/
+18
2024-04-23
bpf: replace bpf_timer_init with a generic helper
Benjamin Tissoires
1
-28
/
+63
2024-04-23
bpf: make timer data struct more generic
Benjamin Tissoires
1
-33
/
+38
2024-04-23
workqueue: Fix selection of wake_cpu in kick_pool()
Sven Schnelle
1
-2
/
+6
2024-04-23
genirq: Simplify the checks for irq_set_percpu_devid_partition()
Jinjie Ruan
1
-8
/
+2
2024-04-22
bpf: Fix typos in comments
Rafael Passos
5
-10
/
+10
2024-04-22
bpf: Fix typo in function save_aux_ptr_type
Rafael Passos
1
-3
/
+3
2024-04-22
hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()
Jiapeng Chong
1
-13
/
+8
2024-04-22
sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()
Xuewen Yan
1
-6
/
+12
2024-04-22
sched/eevdf: Fix miscalculation in reweight_entity() when se is not curr
Tianchen Ding
1
-5
/
+6
2024-04-22
sched/eevdf: Always update V if se->on_rq when reweighting
Tianchen Ding
1
-3
/
+2
[prev]
[next]