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
2024-10-25
timekeeping: Rework do_settimeofday64() to use shadow_timekeeper
Anna-Maria Behnsen
1
-26
/
+16
2024-10-25
timekeeping: Provide timekeeping_restore_shadow()
Thomas Gleixner
1
-1
/
+10
2024-10-25
timekeeping: Introduce combined timekeeping action flag
Anna-Maria Behnsen
1
-4
/
+6
2024-10-25
timekeeping: Split out timekeeper update of timekeeping_advanced()
Anna-Maria Behnsen
1
-16
/
+27
2024-10-25
timekeeping: Add struct tk_data as argument to timekeeping_update()
Anna-Maria Behnsen
1
-12
/
+13
2024-10-25
timekeeping: Introduce tkd_basic_setup() to make lock and seqcount init reusable
Anna-Maria Behnsen
1
-2
/
+7
2024-10-25
timekeeping: Define a struct type for tk_core to make it reusable
Anna-Maria Behnsen
1
-2
/
+4
2024-10-25
timekeeping: Move timekeeper_lock into tk_core
Anna-Maria Behnsen
1
-43
/
+29
2024-10-25
timekeeping: Encapsulate locking/unlocking of timekeeper_lock
Thomas Gleixner
3
-5
/
+18
2024-10-25
timekeeping: Move shadow_timekeeper into tk_core
Thomas Gleixner
1
-4
/
+3
2024-10-25
timekeeping: Simplify code in timekeeping_advance()
Thomas Gleixner
1
-10
/
+6
2024-10-25
timekeeping: Abort clocksource change in case of failure
Thomas Gleixner
1
-18
/
+13
2024-10-25
timekeeping: Avoid duplicate leap state update
Anna-Maria Behnsen
1
-1
/
+2
2024-10-25
timekeeping: Don't stop time readers across hard_pps() update
Thomas Gleixner
1
-4
/
+0
2024-10-25
timekeeping: Read NTP tick length only once
Thomas Gleixner
1
-2
/
+3
2024-10-25
locking/osq_lock: Use atomic_try_cmpxchg_release() in osq_unlock()
Uros Bizjak
1
-2
/
+1
2024-10-24
fgraph: Change the name of cpuhp state to "fgraph:online"
Steven Rostedt
1
-1
/
+1
2024-10-24
fgraph: Fix missing unlock in register_ftrace_graph()
Li Huafei
1
-7
/
+3
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
40
-368
/
+569
2024-10-24
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
6
-57
/
+57
2024-10-24
Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-3
/
+3
2024-10-24
locking/rtmutex: Fix misleading comment
Peter Zijlstra
1
-4
/
+4
2024-10-24
bpf: Add uptr support in the map_value of the task local storage.
Martin KaFai Lau
3
-7
/
+111
2024-10-24
bpf: Postpone bpf_obj_free_fields to the rcu callback
Martin KaFai Lau
1
-5
/
+24
2024-10-24
bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()
Martin KaFai Lau
1
-5
/
+30
2024-10-24
bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...
Martin KaFai Lau
4
-10
/
+10
2024-10-24
bpf: Handle BPF_UPTR in verifier
Kui-Feng Lee
1
-6
/
+33
2024-10-24
bpf: Support __uptr type tag in BTF
Kui-Feng Lee
2
-5
/
+31
2024-10-24
bpf: Check validity of link->type in bpf_link_show_fdinfo()
Hou Tao
1
-5
/
+9
2024-10-24
sched_ext: Replace set_arg_maybe_null() with __nullable CFI stub tags
Tejun Heo
1
-64
/
+2
2024-10-24
sched_ext: Rename CFI stubs to names that are recognized by BPF
Tejun Heo
1
-66
/
+66
2024-10-24
locking/rt: Annotate unlock followed by lock for sparse.
Sebastian Andrzej Siewior
1
-0
/
+2
2024-10-24
locking/rt: Add sparse annotation for RCU.
Sebastian Andrzej Siewior
1
-7
/
+7
2024-10-24
posix-timers: Replace call_rcu() by kfree_rcu() for simple kmem_cache_free() ...
Julia Lawall
1
-8
/
+1
2024-10-24
genirq/devres: Don't free interrupt which is not managed by devres
Zijun Hu
1
-2
/
+1
2024-10-23
bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()
Andrii Nakryiko
1
-1
/
+1
2024-10-23
bpf,perf: Fix perf_event_detach_bpf_prog error handling
Jiri Olsa
1
-2
/
+0
2024-10-23
cgroup/freezer: Add cgroup CGRP_FROZEN flag update helper
Chen Ridong
1
-35
/
+32
2024-10-23
cgroup/freezer: Reduce redundant traversal for cgroup_freeze
Chen Ridong
1
-16
/
+14
2024-10-23
sched_ext: Introduce LLC awareness to the default idle selection policy
Andrea Righi
1
-0
/
+60
2024-10-23
sched_ext: Clarify ops.select_cpu() for single-CPU tasks
Andrea Righi
1
-0
/
+5
2024-10-23
uprobe: Add support for session consumer
Jiri Olsa
1
-29
/
+119
2024-10-23
uprobe: Add data pointer to consumer handlers
Jiri Olsa
3
-8
/
+14
2024-10-23
sched: Fix pick_next_task_fair() vs try_to_wake_up() race
Peter Zijlstra
2
-9
/
+46
2024-10-23
perf: Fix missing RCU reader protection in perf_event_clear_cpumask()
Kan Liang
1
-1
/
+1
2024-10-23
srcu: Replace WARN_ON_ONCE() with BUILD_BUG_ON() if possible
Zhen Lei
1
-2
/
+2
2024-10-23
rcu: Stop stall warning from dumping stacks if grace period ends
Paul E. McKenney
1
-6
/
+11
2024-10-23
rcu: Delete unused rcu_gp_might_be_stalled() function
Paul E. McKenney
1
-30
/
+0
2024-10-23
posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()
Jinjie Ruan
1
-3
/
+3
2024-10-23
sysctl: Reorganize kerneldoc parameter names
Julia Lawall
1
-1
/
+0
[prev]
[next]