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
2022-08-27
Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2022-08-27
sched: Add update_current_exec_runtime helper
Shang XiaoJing
4
-17
/
+16
2022-08-26
audit: free audit_proctitle only on task exit
Richard Guy Briggs
1
-1
/
+1
2022-08-26
audit: explicitly check audit_context->context enum value
Richard Guy Briggs
1
-1
/
+1
2022-08-26
cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()
Tetsuo Handa
3
-6
/
+6
2022-08-26
Merge branch 'for-6.0-fixes' into for-6.1
Tejun Heo
4
-33
/
+62
2022-08-26
audit: audit_context pid unused, context enum comment fix
Richard Guy Briggs
2
-3
/
+3
2022-08-26
cgroup: Homogenize cgroup_get_from_id() return value
Michal Koutný
1
-2
/
+2
2022-08-26
cgroup: cgroup: Honor caller's cgroup NS when resolving cgroup id
Michal Koutný
1
-2
/
+13
2022-08-26
cgroup: Honor caller's cgroup NS when resolving path
Michal Koutný
1
-1
/
+5
2022-08-26
wait_on_bit: add an acquire memory barrier
Mikulas Patocka
1
-1
/
+1
2022-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-9
/
+12
2022-08-25
bpf: prepare for more bpf syscall to be used from kernel and user space.
Benjamin Tissoires
1
-4
/
+6
2022-08-25
bpf: Add CGROUP prefix to cgroup_iter_order
Hao Luo
1
-16
/
+16
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
13
-105
/
+222
2022-08-25
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
1
-6
/
+4
2022-08-25
audit: move audit_return_fixup before the filters
Richard Guy Briggs
1
-2
/
+2
2022-08-25
bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
1
-0
/
+3
2022-08-25
cgroup: bpf: enable bpf programs to integrate with rstat
Yosry Ahmed
1
-0
/
+48
2022-08-25
bpf: Introduce cgroup iter
Hao Luo
2
-0
/
+287
2022-08-25
Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+2
2022-08-25
cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
Tetsuo Handa
1
-0
/
+2
2022-08-24
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
1
-9
/
+33
2022-08-24
Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-46
/
+33
2022-08-23
Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-33
/
+60
2022-08-23
Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2022-08-23
bpf: Move bpf_loop and bpf_for_each_map_elem under CAP_BPF
Kumar Kartikeya Dwivedi
1
-4
/
+4
2022-08-23
bpf: expose bpf_strtol and bpf_strtoul to all program types
Stanislav Fomichev
2
-5
/
+5
2022-08-23
bpf: Use cgroup_{common,current}_func_proto in more hooks
Stanislav Fomichev
2
-11
/
+46
2022-08-23
bpf: Introduce cgroup_{common,current}_func_proto
Stanislav Fomichev
2
-53
/
+98
2022-08-24
bpf: Fix a data-race around bpf_jit_limit.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-23
Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-4
/
+6
2022-08-23
Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+1
2022-08-23
cgroup: Fix race condition at rebind_subsystems()
Jing-Ting Wu
1
-0
/
+1
2022-08-23
cpufreq: schedutil: Move max CPU capacity to sugov_policy
Lukasz Luba
1
-15
/
+15
2022-08-23
sched/fair: Don't init util/runnable_avg for !fair task
Chengming Zhou
1
-14
/
+14
2022-08-23
sched/fair: Move task sched_avg attach to enqueue_task_fair()
Chengming Zhou
1
-8
/
+3
2022-08-23
sched/fair: Allow changing cgroup of new forked task
Chengming Zhou
2
-20
/
+12
2022-08-23
sched/fair: Fix another detach on unattached task corner case
Chengming Zhou
1
-0
/
+11
2022-08-23
sched/fair: Combine detach into dequeue when migrating task
Chengming Zhou
1
-12
/
+16
2022-08-23
sched/fair: Update comments in enqueue/dequeue_entity()
Chengming Zhou
1
-2
/
+4
2022-08-23
sched/fair: Reset sched_avg last_update_time before set_task_rq()
Chengming Zhou
1
-1
/
+1
2022-08-23
sched/fair: Remove redundant cpu_cgrp_subsys->fork()
Chengming Zhou
3
-49
/
+6
2022-08-23
sched/fair: Maintain task se depth in set_task_rq()
Chengming Zhou
2
-8
/
+1
2022-08-22
audit: fix potential double free on error path from fsnotify_add_inode_mark
Gaosheng Cui
1
-0
/
+1
2022-08-22
ftrace: Fix build warning for ops_references_rec() not used
Wang Jingjin
1
-46
/
+33
2022-08-21
Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-21
/
+119
2022-08-21
tracing: Have filter accept "common_cpu" to be consistent
Steven Rostedt (Google)
1
-0
/
+1
2022-08-21
tracing/probes: Have kprobes and uprobes use $COMM too
Steven Rostedt (Google)
1
-2
/
+3
2022-08-21
tracing/eprobes: Have event probes be consistent with kprobes and uprobes
Steven Rostedt (Google)
1
-6
/
+64
[prev]
[next]