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-02-21
perf/core: Move perf_event sysctls into kernel/events
Joel Granados
3
-76
/
+83
2025-02-21
Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new patches
Ingo Molnar
25
-172
/
+381
2025-02-21
rseq: Fix rseq registration with CONFIG_DEBUG_RSEQ
Michael Jeanson
1
-3
/
+8
2025-02-21
kcmp: improve performance adding an unlikely hint to task comparisons
Colin Ian King
1
-1
/
+1
2025-02-21
vdso: Remove remnants of architecture-specific time storage
Thomas Weißschuh
2
-16
/
+15
2025-02-21
vdso: Add generic time data storage
Thomas Weißschuh
1
-4
/
+4
2025-02-21
kernel: Fix "select" wording on HZ_250 description
Bagas Sanjaya
1
-1
/
+1
2025-02-20
bpf: Do not allow tail call in strcut_ops program with __ref argument
Amery Hung
1
-1
/
+19
2025-02-20
bpf: Use preempt_count() directly in bpf_send_signal_common()
Hou Tao
1
-1
/
+1
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4
Alexei Starovoitov
30
-206
/
+429
2025-02-20
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
6
-35
/
+49
2025-02-21
Merge tag 'drm-misc-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Dave Airlie
1
-39
/
+11
2025-02-20
bpf: Support selective sampling for bpf timestamping
Jason Xing
1
-0
/
+1
2025-02-20
PM: EM: use kfree_rcu() to simplify the code
Li RongQing
1
-9
/
+1
2025-02-20
genirq: Introduce irq_can_move_in_process_context()
Anup Patel
1
-0
/
+10
2025-02-20
genirq: Introduce common irq_force_complete_move() implementation
Thomas Gleixner
2
-0
/
+12
2025-02-19
bpf: Add bpf_copy_from_user_task_str() kfunc
Jordan Rome
1
-0
/
+45
2025-02-19
VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry
NeilBrown
1
-6
/
+6
2025-02-19
cgroup/dmem: Don't open-code css_for_each_descendant_pre
Friedrich Vock
1
-39
/
+11
2025-02-18
bpf: fix env->peak_states computation
Eduard Zingerman
1
-2
/
+13
2025-02-18
bpf: free verifier states when they are no longer referenced
Eduard Zingerman
1
-24
/
+67
2025-02-18
bpf: use list_head to track explored states and free list
Eduard Zingerman
1
-38
/
+36
2025-02-18
bpf: do not update state->loop_entry in get_loop_entry()
Eduard Zingerman
1
-11
/
+2
2025-02-18
bpf: make state->dfs_depth < state->loop_entry->dfs_depth an invariant
Eduard Zingerman
1
-3
/
+3
2025-02-18
bpf: detect infinite loop in get_loop_entry()
Eduard Zingerman
1
-18
/
+21
2025-02-18
bpf: don't do clean_live_states when state->loop_entry->branches > 0
Eduard Zingerman
1
-0
/
+4
2025-02-18
bpf: copy_verifier_state() should copy 'loop_entry' field
Eduard Zingerman
1
-0
/
+3
2025-02-18
bpf: skip non exist keys in generic_map_lookup_batch
Yan Zhai
1
-13
/
+5
2025-02-18
ftrace: Have ftrace pages output reflect freed pages
Steven Rostedt
1
-3
/
+12
2025-02-18
ftrace: Update the mcount_loc check of skipped entries
Steven Rostedt
1
-1
/
+22
2025-02-18
scripts/sorttable: Zero out weak functions in mcount_loc table
Steven Rostedt
1
-1
/
+5
2025-02-18
PM: EM: Slightly reduce em_check_capacity_update() overhead
Rafael J. Wysocki
1
-2
/
+2
2025-02-18
PM: EM: Drop unused parameter from em_adjust_new_capacity()
Rafael J. Wysocki
1
-3
/
+2
2025-02-18
PM: hibernate: Replace deprecated kmap_atomic() with kmap_local_page()
David Reaver
1
-8
/
+8
2025-02-18
sched_ext: idle: Introduce node-aware idle cpu kfunc helpers
Andrea Righi
1
-0
/
+182
2025-02-18
x86: Move sysctls into arch/x86
Joel Granados
1
-56
/
+0
2025-02-18
Merge tag 'v6.14-rc3' into x86/core, to pick up fixes
Ingo Molnar
11
-75
/
+137
2025-02-18
can: Switch to use hrtimer_setup()
Nam Cao
1
-5
/
+0
2025-02-18
tracing/osnoise: Switch to use hrtimer_setup()
Nam Cao
1
-4
/
+2
2025-02-18
watchdog: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-02-18
bpf: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-02-18
time: Switch to hrtimer_setup()
Nam Cao
5
-14
/
+8
2025-02-18
perf: Switch to use hrtimer_setup()
Nam Cao
1
-4
/
+3
2025-02-18
fork: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-02-18
sched: Switch to use hrtimer_setup()
Nam Cao
4
-13
/
+9
2025-02-18
kallsyms: Remove KALLSYMS_ABSOLUTE_PERCPU
Brian Gerst
1
-10
/
+2
2025-02-18
posix-timers: Invoke cond_resched() during exit_itimers()
Benjamin Segall
1
-1
/
+3
2025-02-18
hrtimers: Replace hrtimer_clock_to_base_table with switch-case
Andy Shevchenko
1
-17
/
+12
2025-02-18
uprobes: Don't use %pK through printk
Thomas Weißschuh
1
-1
/
+1
2025-02-18
sched: Compact RSEQ concurrency IDs with reduced threads and affinity
Mathieu Desnoyers
1
-3
/
+22
[prev]
[next]