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-09-05
bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.
Alexei Starovoitov
2
-4
/
+66
2022-09-05
bpf: Adjust low/high watermarks in bpf_mem_cache
Alexei Starovoitov
1
-14
/
+36
2022-09-05
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2
-3
/
+7
2022-09-05
bpf: Optimize element count in non-preallocated hash map.
Alexei Starovoitov
1
-8
/
+62
2022-09-05
bpf: Relax the requirement to use preallocated hash maps in tracing progs.
Alexei Starovoitov
1
-9
/
+22
2022-09-05
bpf: Convert hash map to bpf_mem_alloc.
Alexei Starovoitov
1
-5
/
+16
2022-09-05
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
2
-1
/
+481
2022-09-05
IB/core: Fix a nested dead lock as part of ODP flow
Yishai Hadas
1
-0
/
+1
2022-09-05
sched/debug: fix dentry leak in update_sched_domain_debugfs
Greg Kroah-Hartman
1
-1
/
+1
2022-09-05
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
21
-118
/
+239
2022-09-04
cgroup/cpuset: Make partition invalid if cpumask change violates exclusivity ...
Waiman Long
1
-9
/
+60
2022-09-04
cgroup/cpuset: Relocate a code block in validate_change()
Waiman Long
1
-16
/
+16
2022-09-04
cgroup/cpuset: Show invalid partition reason string
Waiman Long
1
-18
/
+75
2022-09-04
cgroup/cpuset: Add a new isolated cpus.partition type
Waiman Long
1
-11
/
+63
2022-09-04
cgroup/cpuset: Relax constraints to partition & cpus changes
Waiman Long
1
-194
/
+215
2022-09-04
cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
Waiman Long
1
-25
/
+84
2022-09-04
cgroup/cpuset: Miscellaneous cleanups & add helper functions
Waiman Long
1
-79
/
+90
2022-09-04
cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset
Waiman Long
1
-7
/
+11
2022-09-04
cgroup: add pids.peak interface for pids controller
Josh Don
1
-2
/
+35
2022-09-04
cgroup: Remove data-race around cgrp_dfl_visible
Tejun Heo
1
-2
/
+2
2022-09-01
bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...
Hou Tao
1
-0
/
+6
2022-09-01
audit_init_parent(): constify path
Al Viro
1
-1
/
+1
2022-09-01
bpf: Remove useless else if
Jiapeng Chong
1
-3
/
+1
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-12
/
+16
2022-09-01
bpf: Use this_cpu_{inc_return|dec} for prog->active
Hou Tao
1
-4
/
+4
2022-09-01
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
2
-6
/
+6
2022-09-01
Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...
Paul E. McKenney
11
-153
/
+628
2022-09-01
rcutorture: Use the barrier operation specified by cur_ops
Zqiang
1
-2
/
+2
2022-09-01
Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
4
-9
/
+12
2022-09-01
cgroup: Implement cgroup_file_show()
Tejun Heo
1
-0
/
+20
2022-09-01
kernel/panic: Drop unblank_screen call
Daniel Vetter
1
-3
/
+0
2022-09-01
livepatch: Add a missing newline character in klp_module_coming()
Zhen Lei
1
-1
/
+1
2022-09-01
livepatch: fix race between fork and KLP transition
Rik van Riel
1
-2
/
+16
2022-09-01
sched/deadline: Move __dl_clear_params out of dl_bw lock
Shang XiaoJing
1
-1
/
+1
2022-09-01
sched/deadline: Add replenish_dl_new_period helper
Shang XiaoJing
1
-10
/
+13
2022-09-01
sched/deadline: Add dl_task_is_earliest_deadline helper
Shang XiaoJing
1
-12
/
+12
2022-08-31
bpf: Propagate error from htab_lock_bucket() to userspace
Hou Tao
1
-2
/
+5
2022-08-31
bpf: Disable preemption when increasing per-cpu map_locked
Hou Tao
1
-5
/
+18
2022-08-31
rcu-tasks: Make RCU Tasks Trace check for userspace execution
Zqiang
2
-6
/
+2
2022-08-31
rcu-tasks: Ensure RCU Tasks Trace loops have quiescent states
Paul E. McKenney
1
-0
/
+3
2022-08-31
rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()
Zqiang
1
-1
/
+1
2022-08-31
srcu: Make Tiny SRCU use full-sized grace-period counters
Paul E. McKenney
1
-7
/
+7
2022-08-31
srcu: Make Tiny SRCU poll_state_synchronize_srcu() more precise
Paul E. McKenney
1
-2
/
+2
2022-08-31
rcutorture: Make "srcud" option also test polled grace-period API
Paul E. McKenney
1
-0
/
+3
2022-08-31
rcutorture: Limit read-side polling-API testing
Paul E. McKenney
1
-18
/
+23
2022-08-31
rcutorture: Expand rcu_torture_write_types() first "if" statement
Paul E. McKenney
1
-6
/
+23
2022-08-31
rcutorture: Use 1-suffixed variable in rcu_torture_write_types() check
Paul E. McKenney
1
-1
/
+1
2022-08-31
rcu: Make synchronize_rcu() fastpath update only boot-CPU counters
Paul E. McKenney
1
-2
/
+16
2022-08-31
rcutorture: Adjust rcu_poll_need_2gp() for rcu_gp_oldstate field removal
Paul E. McKenney
1
-1
/
+1
2022-08-31
rcu: Remove ->rgos_polled field from rcu_gp_oldstate structure
Paul E. McKenney
1
-5
/
+1
[prev]
[next]