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-03-19
rqspinlock: Add locktorture support
Kumar Kartikeya Dwivedi
1
-0
/
+57
2025-03-19
rqspinlock: Add entry to Makefile, MAINTAINERS
Kumar Kartikeya Dwivedi
1
-1
/
+1
2025-03-19
rqspinlock: Add basic support for CONFIG_PARAVIRT
Kumar Kartikeya Dwivedi
1
-0
/
+3
2025-03-19
rqspinlock: Add a test-and-set fallback
Kumar Kartikeya Dwivedi
1
-2
/
+44
2025-03-19
rqspinlock: Add deadlock detection and recovery
Kumar Kartikeya Dwivedi
1
-14
/
+173
2025-03-19
rqspinlock: Protect waiters in trylock fallback from stalls
Kumar Kartikeya Dwivedi
1
-1
/
+7
2025-03-19
rqspinlock: Protect waiters in queue from stalls
Kumar Kartikeya Dwivedi
2
-3
/
+100
2025-03-19
rqspinlock: Protect pending bit owners from stalls
Kumar Kartikeya Dwivedi
2
-5
/
+32
2025-03-19
rqspinlock: Hardcode cond_acquire loops for arm64
Kumar Kartikeya Dwivedi
1
-0
/
+15
2025-03-19
rqspinlock: Add support for timeouts
Kumar Kartikeya Dwivedi
1
-0
/
+45
2025-03-19
rqspinlock: Drop PV and virtualization support
Kumar Kartikeya Dwivedi
1
-90
/
+1
2025-03-19
rqspinlock: Add rqspinlock.h header
Kumar Kartikeya Dwivedi
1
-1
/
+2
2025-03-19
locking: Copy out qspinlock.c to kernel/bpf/rqspinlock.c
Kumar Kartikeya Dwivedi
1
-0
/
+410
2025-03-19
locking: Allow obtaining result of arch_mcs_spin_lock_contended
Kumar Kartikeya Dwivedi
1
-3
/
+1
2025-03-19
locking: Move common qspinlock helpers to a private header
Kumar Kartikeya Dwivedi
2
-188
/
+206
2025-03-19
pidfs: ensure that PIDFS_INFO_EXIT is available
Christian Brauner
1
-2
/
+5
2025-03-19
Merge tag 'v6.14-rc7' into x86/core, to pick up fixes
Ingo Molnar
12
-28
/
+95
2025-03-18
bpf: clarify a misleading verifier error message
Andrea Terzolo
1
-1
/
+1
2025-03-18
bpf: Reject attaching fexit/fmod_ret to __noreturn functions
Yafang Shao
1
-0
/
+32
2025-03-18
bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates ...
Martin KaFai Lau
1
-5
/
+6
2025-03-18
locking: Move MCS struct definition to public header
Kumar Kartikeya Dwivedi
1
-6
/
+0
2025-03-18
bpf: Make perf_event_read_output accessible in all program types.
Emil Tsalapatis
3
-0
/
+12
2025-03-18
s390: Move s390 sysctls into their own file under arch/s390
joel granados
1
-18
/
+0
2025-03-18
fs: dedup handling of struct filename init and refcounts bumps
Mateusz Guzik
1
-7
/
+5
2025-03-17
mm/rmap: basic MM owner tracking for large folios (!hugetlb)
David Hildenbrand
1
-0
/
+36
2025-03-17
Merge tag 'probes-fixes-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-16
/
+14
2025-03-17
bpftool: Using the right format specifiers
Jiayuan Chen
1
-2
/
+2
2025-03-17
bpf: Return prog btf_id without capable check
Mykyta Yatsenko
1
-2
/
+2
2025-03-17
bpf: BPF token support for BPF_BTF_GET_FD_BY_ID
Mykyta Yatsenko
1
-2
/
+21
2025-03-17
kexec_core: accept unaccepted kexec segments' destination addresses
Yan Zhao
1
-0
/
+10
2025-03-17
watchdog/perf: optimize bytes copied and remove manual NUL-termination
Thorsten Blum
1
-4
/
+2
2025-03-17
signal: avoid clearing TIF_SIGPENDING in recalc_sigpending() if unset
Mateusz Guzik
1
-3
/
+4
2025-03-17
printk: Add an option to allow ttynull to be a default console device
Adam Simonelli
1
-0
/
+5
2025-03-17
sched/topology: Stop exposing partition_sched_domains_locked
Juri Lelli
1
-1
/
+1
2025-03-17
cgroup/cpuset: Remove partition_and_rebuild_sched_domains
Juri Lelli
1
-10
/
+1
2025-03-17
sched/topology: Remove redundant dl_clear_root_domain call
Juri Lelli
1
-14
/
+1
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
[prev]
[next]