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-11-11
sched_ext: Rename scx_bpf_dispatch[_vtime]_from_dsq*() -> scx_bpf_dsq_move[_v...
Tejun Heo
1
-29
/
+68
2024-11-11
sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local()
Tejun Heo
1
-17
/
+28
2024-11-11
sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]()
Tejun Heo
1
-46
/
+65
2024-11-11
bpf: Drop special callback reference handling
Kumar Kartikeya Dwivedi
1
-20
/
+5
2024-11-11
bpf: Refactor active lock management
Kumar Kartikeya Dwivedi
1
-39
/
+107
2024-11-11
bpf: Call free_htab_elem() after htab_unlock_bucket()
Hou Tao
1
-17
/
+39
2024-11-11
bpf: Add support for uprobe multi session context
Jiri Olsa
1
-10
/
+18
2024-11-11
bpf: Add support for uprobe multi session attach
Jiri Olsa
3
-11
/
+35
2024-11-11
bpf: Force uprobe bpf program to always return 0
Jiri Olsa
1
-3
/
+2
2024-11-11
bpf: Allow return values 0 and 1 for kprobe session
Jiri Olsa
1
-0
/
+9
2024-11-11
printk: Introduce FORCE_CON flag
Marcos Paulo de Souza
3
-5
/
+37
2024-11-11
cred: Add a light version of override/revert_creds()
Vinicius Costa Gomes
1
-3
/
+3
2024-11-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2
-5
/
+7
2024-11-10
Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-5
/
+7
2024-11-10
padata: Clean up in padata_do_multithreaded()
Zicheng Qu
1
-7
/
+0
2024-11-09
sched_ext: Handle cases where pick_task_scx() is called without preceding bal...
Tejun Heo
3
-20
/
+42
2024-11-09
sched_ext: scx_bpf_dispatch_from_dsq_set_*() are allowed from unlocked context
Tejun Heo
1
-0
/
+2
2024-11-09
scftorture: Use a lock-less list to free memory.
Sebastian Andrzej Siewior
1
-4
/
+36
2024-11-09
scftorture: Move memory allocation outside of preempt_disable region.
Sebastian Andrzej Siewior
1
-4
/
+4
2024-11-09
scftorture: Wait until scf_cleanup_handler() completes.
Sebastian Andrzej Siewior
1
-1
/
+1
2024-11-09
scftorture: Avoid additional div operation.
Sebastian Andrzej Siewior
1
-1
/
+1
2024-11-09
sched_ext: add a missing rcu_read_lock/unlock pair at scx_select_cpu_dfl()
Changwoo Min
1
-0
/
+9
2024-11-08
sched_ext: Clarify sched_ext_ops table for userland scheduler
Changwoo Min
1
-2
/
+4
2024-11-08
sched_ext: Enable the ops breather and eject BPF scheduler on softlockup
Tejun Heo
2
-0
/
+53
2024-11-08
sched_ext: Avoid live-locking bypass mode switching
Tejun Heo
1
-3
/
+52
2024-11-08
Merge branch 'for-6.12-fixes' into for-6.13
Tejun Heo
3
-117
/
+156
2024-11-08
sched_ext: Fix incorrect use of bitwise AND
Andrea Righi
1
-1
/
+1
2024-11-08
dma-mapping: fix swapped dir/flags arguments to trace_dma_alloc_sgt_err
Sean Anderson
1
-1
/
+1
2024-11-07
sched_ext: Do not enable LLC/NUMA optimizations when domains overlap
Andrea Righi
1
-13
/
+72
2024-11-07
mm: use page_pgoff() in more places
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-11-07
alloc_tag: load module tags into separate contiguous memory
Suren Baghdasaryan
1
-26
/
+58
2024-11-07
module: prepare to handle ROX allocations for text
Mike Rapoport (Microsoft)
3
-8
/
+72
2024-11-07
signal: restore the override_rlimit logic
Roman Gushchin
2
-3
/
+6
2024-11-07
ucounts: fix counter leak in inc_rlimit_get_ucounts()
Andrei Vagin
1
-2
/
+1
2024-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-24
/
+77
2024-11-07
sched: No PREEMPT_RT=y for all{yes,mod}config
Peter Zijlstra
1
-1
/
+1
2024-11-06
kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end
John Hubbard
1
-2
/
+2
2024-11-07
hrtimers: Delete hrtimer_init_on_stack()
Nam Cao
1
-17
/
+0
2024-11-07
alarmtimer: Switch to use hrtimer_setup() and hrtimer_setup_on_stack()
Nam Cao
1
-5
/
+4
2024-11-07
sched/idle: Switch to use hrtimer_setup_on_stack()
Nam Cao
1
-2
/
+2
2024-11-07
hrtimers: Delete hrtimer_init_sleeper_on_stack()
Nam Cao
1
-14
/
+0
2024-11-07
timers: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
2
-4
/
+3
2024-11-07
futex: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-3
/
+3
2024-11-07
hrtimers: Introduce hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-0
/
+14
2024-11-07
hrtimers: Introduce hrtimer_setup_on_stack()
Nam Cao
1
-0
/
+19
2024-11-07
hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
Nam Cao
1
-0
/
+38
2024-11-07
hrtimers: Add missing hrtimer_init() trace points
Nam Cao
1
-29
/
+36
2024-11-07
softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.
Sebastian Andrzej Siewior
5
-5
/
+80
2024-11-07
timers: Use __raise_softirq_irqoff() to raise the softirq.
Sebastian Andrzej Siewior
1
-1
/
+1
2024-11-07
hrtimer: Use __raise_softirq_irqoff() to raise the softirq
Sebastian Andrzej Siewior
1
-2
/
+2
[prev]
[next]