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-03-17
sched/deadline: Rebuild root domain accounting after every update
Juri Lelli
4
-15
/
+29
2025-03-17
sched/deadline: Generalize unique visiting of root domains
Juri Lelli
4
-12
/
+17
2025-03-17
sched/topology: Wrappers for sched_domains_mutex
Juri Lelli
4
-10
/
+18
2025-03-17
sched/deadline: Ignore special tasks when rebuilding domains
Juri Lelli
1
-1
/
+1
2025-03-17
tracing: Use preempt_model_str()
Sebastian Andrzej Siewior
1
-6
/
+1
2025-03-17
perf: Clean up pmu specific data
Kan Liang
1
-73
/
+3
2025-03-17
sched: Add a generic function to return the preemption string
Sebastian Andrzej Siewior
3
-4
/
+54
2025-03-17
perf: Supply task information to sched_task()
Kan Liang
1
-9
/
+11
2025-03-17
perf: attach/detach PMU specific data
Kan Liang
1
-0
/
+289
2025-03-17
perf: Save PMU specific data in task_struct
Kan Liang
1
-0
/
+1
2025-03-17
posix-timers: Drop redundant memset() invocation
Cyrill Gorcunov
1
-1
/
+0
2025-03-17
perf/ring_buffer: Allow the EPOLLRDNORM flag for poll
Tao Chen
1
-1
/
+1
2025-03-17
perf/core: Use POLLHUP for pinned events in error
Namhyung Kim
1
-0
/
+9
2025-03-17
configs: drop GENERIC_PTDUMP from debug.config
Anshuman Khandual
1
-1
/
+0
2025-03-16
reboot: add support for configuring emergency hardware protection action
Ahmad Fatoum
1
-0
/
+48
2025-03-16
reboot: indicate whether it is a HARDWARE PROTECTION reboot or shutdown
Ahmad Fatoum
1
-1
/
+2
2025-03-16
reboot: rename now misleading __hw_protection_shutdown symbols
Ahmad Fatoum
1
-4
/
+4
2025-03-16
reboot: describe do_kernel_restart's cmd argument in kernel-doc
Ahmad Fatoum
1
-0
/
+3
2025-03-16
reboot: reboot, not shutdown, on hw_protection_reboot timeout
Ahmad Fatoum
1
-21
/
+49
2025-03-16
reboot: replace __hw_protection_shutdown bool action parameter with an enum
Ahmad Fatoum
1
-8
/
+6
2025-03-16
ucount: use rcuref_t for reference counting
Sebastian Andrzej Siewior
1
-11
/
+5
2025-03-16
ucount: use RCU for ucounts lookups
Sebastian Andrzej Siewior
1
-34
/
+39
2025-03-16
ucount: replace get_ucounts_or_wrap() with atomic_inc_not_zero()
Sebastian Andrzej Siewior
1
-18
/
+6
2025-03-16
crash: let arch decide usable memory range in reserved area
Sourabh Jain
1
-0
/
+12
2025-03-16
crash: remove an unused argument from reserve_crashkernel_generic()
Sourabh Jain
1
-5
/
+4
2025-03-16
kexec: initialize ELF lowest address to ULONG_MAX
Sourabh Jain
1
-1
/
+1
2025-03-16
mm,procfs: allow read-only remote mm access under CAP_PERFMON
Andrii Nakryiko
1
-1
/
+12
2025-03-16
mm: make vma cache SLAB_TYPESAFE_BY_RCU
Suren Baghdasaryan
1
-27
/
+46
2025-03-16
mm: replace vm_lock and detached flag with a reference count
Suren Baghdasaryan
1
-7
/
+6
2025-03-16
mm: move mmap_init_lock() out of the header file
Suren Baghdasaryan
1
-0
/
+6
2025-03-16
mm: mark vma as detached until it's added into vma tree
Suren Baghdasaryan
1
-0
/
+4
2025-03-16
mm: move per-vma lock into vm_area_struct
Suren Baghdasaryan
1
-44
/
+5
2025-03-16
kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page()
David Hildenbrand
1
-1
/
+12
2025-03-16
percpu: use TYPEOF_UNQUAL() in variable declarations
Uros Bizjak
1
-1
/
+1
2025-03-16
Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-6
/
+18
2025-03-16
perf/core: Use sysfs_emit() instead of scnprintf()
XieLudan
1
-3
/
+3
2025-03-15
bpf: Check map->record at the beginning of check_and_free_fields()
Hou Tao
1
-0
/
+3
2025-03-15
bpf: preload: Add MODULE_DESCRIPTION
Arnd Bergmann
1
-0
/
+1
2025-03-15
security: Propagate caller information in bpf hooks
Blaise Boscaccy
1
-5
/
+5
2025-03-15
bpf: fix missing kdoc string fields in cpumask.c
Emil Tsalapatis
1
-0
/
+20
2025-03-15
bpf: add kfunc for populating cpumask bits
Emil Tsalapatis
1
-0
/
+33
2025-03-15
bpf: correct use/def for may_goto instruction
Eduard Zingerman
1
-0
/
+1
2025-03-15
bpf: use register liveness information for func_states_equal
Eduard Zingerman
1
-4
/
+10
2025-03-15
bpf: simple DFA-based live registers analysis
Eduard Zingerman
1
-6
/
+314
2025-03-15
bpf: get_call_summary() utility function
Eduard Zingerman
1
-64
/
+57
2025-03-15
bpf: jmp_offset() and verbose_insn() utility functions
Eduard Zingerman
1
-17
/
+23
2025-03-15
bpf: Introduce load-acquire and store-release instructions
Peilin Ye
3
-9
/
+125
2025-03-15
bpf: Add verifier support for timed may_goto
Kumar Kartikeya Dwivedi
2
-8
/
+87
2025-03-15
bpf: Factor out check_load_mem() and check_store_reg()
Peilin Ye
1
-43
/
+67
2025-03-15
bpf: Factor out check_atomic_rmw()
Peilin Ye
1
-24
/
+29
[prev]
[next]