index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-01
sched: Fix preemption string of preempt_dynamic_none
Thomas Weißschuh
1
-1
/
+1
2025-06-30
Merge tag 'entry-split-for-arm' into core/entry
Thomas Gleixner
4
-117
/
+119
2025-06-30
entry: Split generic entry into generic exception and syscall entry
Jinjie Ruan
4
-117
/
+119
2025-06-30
perf/core: Fix the WARN_ON_ONCE is out of lock protected region
Luo Gengkun
1
-2
/
+2
2025-06-29
Merge tag 'perf_urgent_for_v6.16_rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-5
/
+5
2025-06-28
Merge tag 'trace-v6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+7
2025-06-27
Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+1
2025-06-27
tracing: Fix filter logic error
Edward Adam Davis
1
-7
/
+7
2025-06-27
bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSM
Eduard Zingerman
1
-1
/
+1
2025-06-27
timekeeping: Provide interface to control auxiliary clocks
Thomas Gleixner
1
-0
/
+116
2025-06-27
timekeeping: Provide update for auxiliary timekeepers
Thomas Gleixner
1
-0
/
+19
2025-06-27
timekeeping: Provide adjtimex() for auxiliary clocks
Thomas Gleixner
1
-0
/
+16
2025-06-27
timekeeping: Prepare do_adtimex() for auxiliary clocks
Thomas Gleixner
1
-3
/
+33
2025-06-27
timekeeping: Make do_adjtimex() reusable
Thomas Gleixner
1
-46
/
+56
2025-06-27
timekeeping: Add auxiliary clock support to __timekeeping_inject_offset()
Thomas Gleixner
1
-8
/
+31
2025-06-27
timekeeping: Make timekeeping_inject_offset() reusable
Thomas Gleixner
1
-11
/
+15
2025-06-27
timekeeping: Provide time setter for auxiliary clocks
Thomas Gleixner
1
-0
/
+44
2025-06-27
timekeeping: Add minimal posix-timers support for auxiliary clocks
Thomas Gleixner
3
-0
/
+25
2025-06-27
timekeeping: Provide time getters for auxiliary clocks
Thomas Gleixner
1
-0
/
+65
2025-06-27
timekeeping: Update auxiliary timekeepers on clocksource change
Thomas Gleixner
1
-0
/
+33
2025-06-27
bpf: Fix string kfuncs names in doc comments
Viktor Malik
1
-3
/
+3
2025-06-26
Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Alexei Starovoitov
2
-0
/
+8
2025-06-26
smp: Use cpumask_any_but() in smp_call_function_many_cond()
Yury Norov [NVIDIA]
1
-6
/
+1
2025-06-26
smp: Improve locality in smp_call_function_any()
Yury Norov [NVIDIA]
1
-16
/
+3
2025-06-26
PM: Restrict swap use to later in the suspend sequence
Mario Limonciello
4
-10
/
+2
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
31
-185
/
+471
2025-06-26
bpf: Add kfuncs for read-only string operations
Viktor Malik
1
-0
/
+382
2025-06-26
perf/aux: Fix pending disable flow when the AUX ring buffer overruns
Leo Yan
2
-5
/
+5
2025-06-25
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
4
-7
/
+10
2025-06-25
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-29
/
+34
2025-06-25
sched_ext: Drop kfuncs marked for removal in 6.15
Jake Hillion
1
-69
/
+2
2025-06-25
crashdump: add CONFIG_KEYS dependency
Arnd Bergmann
1
-0
/
+1
2025-06-25
bpf: add btf_type_is_i{32,64} helpers
Anton Protopopov
4
-38
/
+31
2025-06-25
bpf: allow void* cast using bpf_rdonly_cast()
Eduard Zingerman
1
-12
/
+61
2025-06-25
bpf: add bpf_features enum
Eduard Zingerman
1
-0
/
+6
2025-06-25
bpf: Add range tracking for BPF_NEG
Song Liu
2
-1
/
+21
2025-06-25
rcutorture: Fix rcutorture_one_extend_check() splat in RT kernels
Zqiang
1
-3
/
+6
2025-06-25
rcutorture: Make Trivial RCU ignore onoff_interval and shuffle_interval
Paul E. McKenney
1
-2
/
+13
2025-06-25
rcutorture: Drop redundant "insoftirq" parameters
Paul E. McKenney
1
-19
/
+16
2025-06-25
rcutorture: Print number of RCU up/down readers and migrations
Paul E. McKenney
1
-5
/
+25
2025-06-25
rcutorture: Check for no up/down readers at task level
Paul E. McKenney
1
-0
/
+2
2025-06-25
rcutorture: Check for ->up_read() without matching ->down_read()
Paul E. McKenney
1
-2
/
+13
2025-06-25
rcutorture: Complain if an ->up_read() is delayed more than 10 seconds
Paul E. McKenney
1
-3
/
+13
2025-06-25
rcutorture: Pull rcu_torture_updown() loop body into new function
Paul E. McKenney
1
-20
/
+24
2025-06-25
rcutorture: Add tests for SRCU up/down reader primitives
Paul E. McKenney
1
-19
/
+206
2025-06-25
rcutorture: Make rcutorture_one_extend_check() account for hard IRQs
Paul E. McKenney
1
-4
/
+4
2025-06-25
rcutorture: Start rcu_torture_writer() after rcu_torture_reader()
Paul E. McKenney
1
-5
/
+6
2025-06-25
rcutorture: Print only one rtort_pipe_count splat
Paul E. McKenney
1
-0
/
+1
2025-06-25
rcu: Robustify rcu_is_cpu_rrupt_from_idle()
Frederic Weisbecker
1
-10
/
+17
2025-06-25
rcu/exp: Protect against early QS report
Frederic Weisbecker
1
-7
/
+7
[prev]
[next]