index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2023-02-13
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
-66
/
+169
2023-02-13
bpf: Migrate release_on_unlock logic to non-owning ref semantics
Dave Marchevsky
-49
/
+119
2023-02-13
Merge branch irq/irqdomain-locking into irq/irqchip-next
Marc Zyngier
-163
/
+245
2023-02-13
irqdomain: Switch to per-domain locking
Johan Hovold
-20
/
+39
2023-02-13
irqdomain: Clean up irq_domain_push/pop_irq()
Johan Hovold
-33
/
+32
2023-02-13
irqdomain: Drop leftover brackets
Johan Hovold
-4
/
+2
2023-02-13
irqdomain: Drop dead domain-name assignment
Johan Hovold
-8
/
+0
2023-02-13
irqdomain: Drop revmap mutex
Johan Hovold
-7
/
+6
2023-02-13
irqdomain: Fix domain registration race
Marc Zyngier
-19
/
+43
2023-02-13
irqdomain: Fix mapping-creation race
Johan Hovold
-18
/
+46
2023-02-13
irqdomain: Refactor __irq_domain_alloc_irqs()
Johan Hovold
-40
/
+48
2023-02-13
irqdomain: Look for existing mapping only once
Johan Hovold
-27
/
+33
2023-02-13
irqdomain: Drop bogus fwspec-mapping error handling
Johan Hovold
-6
/
+1
2023-02-13
irqdomain: Fix disassociation race
Johan Hovold
-0
/
+5
2023-02-13
irqdomain: Fix association race
Johan Hovold
-5
/
+14
2023-02-13
Merge tag 'clocksource.2023.02.06b' of git://git.kernel.org/pub/scm/linux/ker...
Thomas Gleixner
-22
/
+56
2023-02-13
sched/core: Fix a missed update of user_cpus_ptr
Waiman Long
-1
/
+4
2023-02-13
freezer,umh: Fix call_usermode_helper_exec() vs SIGKILL
Peter Zijlstra
-7
/
+13
2023-02-12
tracing: Make trace_define_field_ext() static
Steven Rostedt (Google)
-1
/
+1
2023-02-12
Merge tag 'trace-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-10
/
+33
2023-02-12
tracing: Fix TASK_COMM_LEN in trace event format file
Yafang Shao
-10
/
+33
2023-02-11
Merge tag 'locking-urgent-2023-02-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+3
2023-02-11
sched/rt: pick_next_rt_entity(): check list_entry
Pietro Borrello
-1
/
+4
2023-02-11
sched/deadline: Add more reschedule cases to prio_changed_dl()
Valentin Schneider
-15
/
+27
2023-02-11
sched/fair: sanitize vruntime of entity being placed
Zhang Qiao
-2
/
+13
2023-02-11
sched/fair: Remove capacity inversion detection
Vincent Guittot
-98
/
+5
2023-02-11
sched/fair: unlink misfit task from cpu overutilized
Vincent Guittot
-23
/
+82
2023-02-10
bpf: allow to disable bpf prog memory accounting
Yafang Shao
-6
/
+7
2023-02-10
bpf: allow to disable bpf map memory accounting
Yafang Shao
-3
/
+5
2023-02-10
bpf: use bpf_map_kvcalloc in bpf_local_storage
Yafang Shao
-2
/
+17
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
-85
/
+530
2023-02-10
net: skbuff: drop the word head from skb cache
Jakub Kicinski
-1
/
+1
2023-02-09
hung_task: print message when hung_task_warnings gets down to zero.
fuyuanli
-0
/
+2
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
-7
/
+7
2023-02-09
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
-1
/
+1
2023-02-09
kernel/fork: convert vma assignment to a memcpy
Suren Baghdasaryan
-1
/
+1
2023-02-09
mm/mmap: remove __vma_adjust()
Liam R. Howlett
-1
/
+1
2023-02-09
sched: convert to vma iterator
Liam R. Howlett
-7
/
+7
2023-02-09
kernel/fork: convert forking to using the vmi iterator
Liam R. Howlett
-11
/
+8
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-35
/
+54
2023-02-09
PM: EM: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
-4
/
+1
2023-02-09
time/debug: Fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
-1
/
+1
2023-02-08
kernel/fail_function: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
-4
/
+1
2023-02-08
kernel/power/energy_model.c: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
-4
/
+1
2023-02-08
kernel/time/test_udelay.c: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
-1
/
+1
2023-02-07
sched/topology: Introduce sched_numa_hop_mask()
Valentin Schneider
-0
/
+33
2023-02-07
sched: add sched_numa_find_nth_cpu()
Yury Norov
-0
/
+57
2023-02-07
tracing: Allow boot instances to have snapshot buffers
Steven Rostedt (Google)
-7
/
+72
2023-02-07
tracing: Add trace_array_puts() to write into instance
Steven Rostedt (Google)
-10
/
+17
2023-02-07
tracing: Add enabling of events to boot instances
Steven Rostedt (Google)
-5
/
+10
[prev]
[next]