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-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-24
sysctl: treewide: constify argument ctl_table_root::permissions(table)
Thomas Weißschuh
1
-1
/
+1
2024-04-24
bpf: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-24
delayacct: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-24
kprobes: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-24
printk: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-24
scheduler: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
6
-6
/
+0
2024-04-24
seccomp: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-24
timekeeping: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-24
ftrace: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2
-2
/
+0
2024-04-24
umh: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-24
kernel misc: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
15
-18
/
+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
cgroup/cpuset: Fix incorrect top_cpuset flags
Waiman Long
1
-2
/
+2
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
genirq/msi: Add MSI allocation helper and export MSI functions
Nipun Gupta
1
-0
/
+2
2024-04-23
workqueue: Fix selection of wake_cpu in kick_pool()
Sven Schnelle
1
-2
/
+6
2024-04-23
cgroup/cpuset: Avoid clearing CS_SCHED_LOAD_BALANCE twice
Xiu Jianfeng
1
-5
/
+0
2024-04-23
Merge 6.9-rc5 into driver-core-next
Greg Kroah-Hartman
29
-141
/
+349
2024-04-23
Merge 6.9-rc5 into tty-next
Greg Kroah-Hartman
12
-93
/
+154
2024-04-23
crash: add a new kexec flag for hotplug support
Sourabh Jain
3
-11
/
+13
2024-04-23
crash: forward memory_notify arg to arch crash hotplug handler
Sourabh Jain
1
-7
/
+7
2024-04-23
genirq: Simplify the checks for irq_set_percpu_devid_partition()
Jinjie Ruan
1
-8
/
+2
2024-04-22
cgroup/cpuset: Statically initialize more members of top_cpuset
Xiu Jianfeng
1
-3
/
+2
2024-04-22
kdb: Use str_plural() to fix Coccinelle warning
Thorsten Blum
1
-1
/
+1
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
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
1
-1
/
+1
2024-04-21
Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+14
2024-04-19
Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+6
2024-04-19
cgroup: Avoid unnecessary looping in cgroup_no_v1()
Xiu Jianfeng
1
-0
/
+1
2024-04-19
Merge x86 bugfixes from Linux 6.9-rc3
Paolo Bonzini
14
-32
/
+137
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-60
/
+105
2024-04-18
cgroup, legacy_freezer: update comment for freezer_css_offline()
Xiu Jianfeng
1
-1
/
+1
[prev]
[next]