index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-02
bpf: avoid jump misprediction for PTR_TO_MEM | PTR_UNTRUSTED
Eduard Zingerman
1
-1
/
+1
2025-07-02
smp: Defer check for local execution in smp_call_function_many_cond()
Yury Norov [NVIDIA]
1
-7
/
+3
2025-07-02
bpf: Mark cgroup_subsys_state->cgroup RCU safe
Song Liu
1
-0
/
+5
2025-07-02
bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
Song Liu
1
-0
/
+3
2025-07-02
tracing: tprobe-events: Register tracepoint when enable tprobe event
Masami Hiramatsu (Google)
1
-164
/
+216
2025-07-02
tracing: fprobe-events: Register fprobe-events only when it is enabled
Masami Hiramatsu (Google)
2
-121
/
+121
2025-07-02
tracing: tprobe-events: Support multiple tprobes on the same tracepoint
Masami Hiramatsu (Google)
1
-50
/
+201
2025-07-02
tracing: tprobe-events: Remove mod field from tprobe-event
Masami Hiramatsu (Google)
1
-14
/
+9
2025-07-02
tracing: probe-events: Cleanup entry-arg storing code
Masami Hiramatsu (Google)
1
-59
/
+69
2025-07-01
bpf: Reject %p% format string in bprintf-like helpers
Paul Chaignon
1
-3
/
+8
2025-07-01
bpf: Warn on internal verifier errors
Paul Chaignon
1
-109
/
+102
2025-07-01
lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
Daniel Wagner
1
-6
/
+5
2025-07-01
time/timecounter: Fix the lie that struct cyclecounter is const
Greg Kroah-Hartman
1
-1
/
+1
2025-07-01
sched/core: Fix migrate_swap() vs. hotplug
Peter Zijlstra
2
-10
/
+15
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/kernel/git/tip/tip
Linus Torvalds
2
-5
/
+5
2025-06-28
Merge tag 'trace-v6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-7
/
+7
2025-06-27
Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
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
-45
/
+55
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/git/vfs/vfs
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
[prev]
[next]