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
2023-01-03
srcu: Release early_srcu resources when no longer in use
Zqiang
1
-0
/
+1
2023-01-03
rcu/kvfree: Split ready for reclaim objects from a batch
Uladzislau Rezki (Sony)
1
-33
/
+54
2023-01-03
rcu/kvfree: Carefully reset number of objects in krcp
Uladzislau Rezki (Sony)
1
-10
/
+30
2023-01-03
rcu/kvfree: Use READ_ONCE() when access to krcp->head
Uladzislau Rezki (Sony)
1
-2
/
+2
2023-01-03
rcu/kvfree: Use a polled API to speedup a reclaim process
Uladzislau Rezki (Sony)
1
-8
/
+39
2023-01-03
rcu/kvfree: Move need_offload_krc() out of krcp->lock
Uladzislau Rezki (Sony)
1
-7
/
+4
2023-01-03
rcu/kvfree: Move bulk/list reclaim to separate functions
Uladzislau Rezki (Sony)
1
-49
/
+65
2023-01-03
rcu/kvfree: Switch to a generic linked list API
Uladzislau Rezki (Sony)
1
-46
/
+43
2023-01-03
rcu: Refactor kvfree_call_rcu() and high-level helpers
Uladzislau Rezki (Sony)
2
-23
/
+15
2023-01-03
rcu: Allow expedited RCU CPU stall warnings to dump task stacks
Paul E. McKenney
3
-0
/
+44
2023-01-03
rcu: Test synchronous RCU grace periods at the end of rcu_init()
Paul E. McKenney
2
-0
/
+3
2023-01-03
rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()
Zqiang
1
-2
/
+3
2023-01-03
rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
Paul E. McKenney
1
-0
/
+2
2023-01-03
rcu: Upgrade header comment for poll_state_synchronize_rcu()
Paul E. McKenney
1
-1
/
+9
2023-01-03
rcu: Throttle callback invocation based on number of ready callbacks
Paul E. McKenney
3
-2
/
+4
2023-01-03
rcu: Consolidate initialization and CPU-hotplug code
Paul E. McKenney
1
-156
/
+158
2023-01-03
time: Fix various kernel-doc problems
Randy Dunlap
3
-10
/
+10
2023-01-02
kcsan: test: don't put the expect array on the stack
Max Filippov
1
-1
/
+6
2023-01-02
sched/rseq: Fix concurrency ID handling of usermodehelper kthreads
Mathieu Desnoyers
1
-3
/
+3
2023-01-01
Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-37
/
+17
2023-01-01
Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-16
/
+56
2022-12-28
bpf: rename list_head -> graph_root in field info types
Dave Marchevsky
3
-22
/
+24
2022-12-28
bpf: Always use maximal size for copy_array()
Kees Cook
1
-5
/
+7
2022-12-28
bpf: keep a reference to the mm, in case the task is dead.
Kui-Feng Lee
1
-12
/
+27
2022-12-28
bpf: Fix panic due to wrong pageattr of im->image
Chuang Wang
1
-0
/
+4
2022-12-27
bpf: fix regs_exact() logic in regsafe() to remap IDs correctly
Andrii Nakryiko
1
-7
/
+16
2022-12-27
bpf: perform byte-by-byte comparison only when necessary in regsafe()
Andrii Nakryiko
1
-12
/
+9
2022-12-27
bpf: reject non-exact register type matches in regsafe()
Andrii Nakryiko
1
-24
/
+21
2022-12-27
bpf: generalize MAYBE_NULL vs non-MAYBE_NULL rule
Andrii Nakryiko
1
-16
/
+15
2022-12-27
bpf: reorganize struct bpf_reg_state fields
Andrii Nakryiko
1
-9
/
+8
2022-12-27
bpf: teach refsafe() to take into account ID remapping
Andrii Nakryiko
1
-4
/
+12
2022-12-27
cputime: remove cputime_to_nsecs fallback
Nicholas Piggin
1
-0
/
+4
2022-12-27
sched/core: Adjusting the order of scanning CPU
Hao Jia
2
-3
/
+3
2022-12-27
sched/numa: Stop an exhastive search if an idle core is found
Hao Jia
1
-1
/
+1
2022-12-27
sched: Make const-safe
Matthew Wilcox (Oracle)
3
-22
/
+24
2022-12-27
rseq: Extend struct rseq with per-memory-map concurrency ID
Mathieu Desnoyers
1
-1
/
+10
2022-12-27
sched: Introduce per-memory-map concurrency ID
Mathieu Desnoyers
4
-1
/
+118
2022-12-27
rseq: Extend struct rseq with numa node id
Mathieu Desnoyers
1
-6
/
+13
2022-12-27
rseq: Introduce extensible rseq ABI
Mathieu Desnoyers
2
-8
/
+31
2022-12-27
sched: Async unthrottling for cfs bandwidth
Josh Don
2
-13
/
+150
2022-12-27
sched/topology: Add __init for init_defrootdomain
Bing Huang
1
-1
/
+1
2022-12-27
futex: Fix futex_waitv() hrtimer debug object leak on kcalloc error
Mathieu Desnoyers
1
-4
/
+7
2022-12-27
perf/core: Call LSM hook after copying perf_event_attr
Namhyung Kim
1
-3
/
+3
2022-12-27
perf: Fix use-after-free in error path
Peter Zijlstra
1
-1
/
+3
2022-12-27
perf/core: Fix cgroup events tracking
Chengming Zhou
1
-32
/
+10
2022-12-27
perf core: Return error pointer if inherit_event() fails to find pmu_ctx
Ravi Bangoria
1
-1
/
+1
2022-12-24
Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-1
/
+10
2022-12-23
Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-7
/
+9
2022-12-23
Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...
Linus Torvalds
1
-0
/
+4
2022-12-23
Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+5
[prev]
[next]