index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2023-01-03
rcu: Test synchronous RCU grace periods at the end of rcu_init()
Paul E. McKenney
-0
/
+3
2023-01-03
rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()
Zqiang
-2
/
+3
2023-01-03
rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
Paul E. McKenney
-0
/
+2
2023-01-03
rcu: Upgrade header comment for poll_state_synchronize_rcu()
Paul E. McKenney
-1
/
+9
2023-01-03
rcu: Throttle callback invocation based on number of ready callbacks
Paul E. McKenney
-2
/
+4
2023-01-03
rcu: Consolidate initialization and CPU-hotplug code
Paul E. McKenney
-156
/
+158
2023-01-03
time: Fix various kernel-doc problems
Randy Dunlap
-10
/
+10
2023-01-02
kcsan: test: don't put the expect array on the stack
Max Filippov
-1
/
+6
2023-01-02
sched/rseq: Fix concurrency ID handling of usermodehelper kthreads
Mathieu Desnoyers
-3
/
+3
2023-01-01
Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-37
/
+17
2023-01-01
Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-16
/
+56
2022-12-28
bpf: rename list_head -> graph_root in field info types
Dave Marchevsky
-22
/
+24
2022-12-28
bpf: Always use maximal size for copy_array()
Kees Cook
-5
/
+7
2022-12-28
bpf: keep a reference to the mm, in case the task is dead.
Kui-Feng Lee
-12
/
+27
2022-12-28
bpf: Fix panic due to wrong pageattr of im->image
Chuang Wang
-0
/
+4
2022-12-27
bpf: fix regs_exact() logic in regsafe() to remap IDs correctly
Andrii Nakryiko
-7
/
+16
2022-12-27
bpf: perform byte-by-byte comparison only when necessary in regsafe()
Andrii Nakryiko
-12
/
+9
2022-12-27
bpf: reject non-exact register type matches in regsafe()
Andrii Nakryiko
-24
/
+21
2022-12-27
bpf: generalize MAYBE_NULL vs non-MAYBE_NULL rule
Andrii Nakryiko
-16
/
+15
2022-12-27
bpf: reorganize struct bpf_reg_state fields
Andrii Nakryiko
-9
/
+8
2022-12-27
bpf: teach refsafe() to take into account ID remapping
Andrii Nakryiko
-4
/
+12
2022-12-27
cputime: remove cputime_to_nsecs fallback
Nicholas Piggin
-0
/
+4
2022-12-27
sched/core: Adjusting the order of scanning CPU
Hao Jia
-3
/
+3
2022-12-27
sched/numa: Stop an exhastive search if an idle core is found
Hao Jia
-1
/
+1
2022-12-27
sched: Make const-safe
Matthew Wilcox (Oracle)
-22
/
+24
2022-12-27
rseq: Extend struct rseq with per-memory-map concurrency ID
Mathieu Desnoyers
-1
/
+10
2022-12-27
sched: Introduce per-memory-map concurrency ID
Mathieu Desnoyers
-1
/
+118
2022-12-27
rseq: Extend struct rseq with numa node id
Mathieu Desnoyers
-6
/
+13
2022-12-27
rseq: Introduce extensible rseq ABI
Mathieu Desnoyers
-8
/
+31
2022-12-27
sched: Async unthrottling for cfs bandwidth
Josh Don
-13
/
+150
2022-12-27
sched/topology: Add __init for init_defrootdomain
Bing Huang
-1
/
+1
2022-12-27
futex: Fix futex_waitv() hrtimer debug object leak on kcalloc error
Mathieu Desnoyers
-4
/
+7
2022-12-27
perf/core: Call LSM hook after copying perf_event_attr
Namhyung Kim
-3
/
+3
2022-12-27
perf: Fix use-after-free in error path
Peter Zijlstra
-1
/
+3
2022-12-27
perf/core: Fix cgroup events tracking
Chengming Zhou
-32
/
+10
2022-12-27
perf core: Return error pointer if inherit_event() fails to find pmu_ctx
Ravi Bangoria
-1
/
+1
2022-12-24
Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-1
/
+10
2022-12-23
Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-7
/
+9
2022-12-23
Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...
Linus Torvalds
-0
/
+4
2022-12-23
Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...
Linus Torvalds
-0
/
+5
2022-12-23
cfi: Fix CFI failure with KASAN
Sami Tolvanen
-3
/
+0
2022-12-22
bpf: fix nullness propagation for reg to reg comparisons
Hao Sun
-1
/
+8
2022-12-22
bpf: Remove unused field initialization in bpf's ctl_table
Ricardo Ribalda
-1
/
+0
2022-12-21
Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
-2
/
+2
2022-12-21
Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-48
/
+112
2022-12-21
gcov: add support for checksum field
Rickard x Andersson
-0
/
+5
2022-12-21
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-5
/
+11
2022-12-21
Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-4
/
+6
2022-12-21
bpf: Reduce smap->elem_size
Martin KaFai Lau
-2
/
+2
2022-12-21
dma-mapping: reject GFP_COMP for noncoherent allocations
Christoph Hellwig
-0
/
+4
[prev]
[next]