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-08-03
x86/qspinlock-paravirt: Fix missing-prototype warning
Arnd Bergmann
-10
/
+10
2023-08-02
x86/shstk: Introduce map_shadow_stack syscall
Rick Edgecombe
-0
/
+1
2023-08-02
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
-20
/
+3
2023-08-02
cgroup: fix obsolete function name above css_free_rwork_fn()
Miaohe Lin
-1
/
+1
2023-08-02
cgroup/cpuset: fix kernel-doc
Cai Xinchen
-0
/
+2
2023-08-02
cgroup: clean up printk()
Kamalesh Babulal
-2
/
+2
2023-08-02
modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules
Christoph Hellwig
-3
/
+11
2023-08-02
sched/fair: Block nohz tick_stop when cfs bandwidth in use
Phil Auld
-1
/
+81
2023-08-02
sched, cgroup: Restore meaning to hierarchical_quota
Phil Auld
-8
/
+14
2023-08-01
tracing: bpf: use struct trace_entry in struct syscall_tp_t
Yauheni Kaliuta
-4
/
+8
2023-08-01
swiotlb: search the software IO TLB only if the device makes use of it
Petr Tesarik
-8
/
+6
2023-08-01
swiotlb: allocate a new memory pool when existing pools are full
Petr Tesarik
-25
/
+123
2023-08-01
swiotlb: determine potential physical address limit
Petr Tesarik
-0
/
+14
2023-08-01
swiotlb: if swiotlb is full, fall back to a transient memory pool
Petr Tesarik
-9
/
+309
2023-08-01
swiotlb: add a flag whether SWIOTLB is allowed to grow
Petr Tesarik
-0
/
+26
2023-08-01
swiotlb: separate memory pool data from other allocator data
Petr Tesarik
-64
/
+111
2023-08-01
swiotlb: add documentation and rename swiotlb_do_find_slots()
Petr Tesarik
-6
/
+55
2023-08-01
swiotlb: make io_tlb_default_mem local to swiotlb.c
Petr Tesarik
-1
/
+38
2023-08-01
swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocated
Petr Tesarik
-0
/
+3
2023-07-31
bpf, devmap: Remove unused dtab field from bpf_dtab_netdev
Hou Tao
-2
/
+0
2023-07-31
bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entry
Hou Tao
-3
/
+0
2023-07-31
bpf: Fix an array-index-out-of-bounds issue in disasm.c
Yonghong Song
-1
/
+2
2023-07-31
rcu-tasks: Permit use of debug-objects with RCU Tasks flavors
Paul E. McKenney
-10
/
+6
2023-07-31
bpf, cpumap: Handle skb as well when clean up ptr_ring
Hou Tao
-4
/
+10
2023-07-31
bpf, cpumap: Make sure kthread is running before map update returns
Hou Tao
-10
/
+11
2023-07-31
tcx: Fix splat during dev unregister
Martin KaFai Lau
-4
/
+8
2023-07-31
eventfs: Move tracing/events to eventfs
Ajay Kaher
-33
/
+34
2023-07-31
dma-contiguous: check for memory region overlap
Binglei Wang
-0
/
+5
2023-07-31
dma-contiguous: support numa CMA for specified node
Yajun Deng
-26
/
+84
2023-07-31
dma-contiguous: support per-numa CMA for all architectures
Yajun Deng
-4
/
+10
2023-07-31
dma-mapping: move arch_dma_set_mask() declaration to header
Arnd Bergmann
-6
/
+0
2023-07-31
swiotlb: unexport is_swiotlb_active
Christoph Hellwig
-1
/
+0
2023-07-31
cpu/SMT: Fix cpu_smt_possible() comment
Zhang Rui
-1
/
+1
2023-07-31
genirq: Remove unused extern declaration
YueHaibing
-2
/
+0
2023-07-31
genirq: Prevent nested thread vs synchronize_hardirq() deadlock
Vincent Whitchurch
-19
/
+20
2023-07-31
Revert "sched/fair: Move unused stub functions to header"
Peter Zijlstra
-3
/
+5
2023-07-31
Merge 6.5-rc4 into tty-next
Greg Kroah-Hartman
-103
/
+197
2023-07-30
tracing: Require all trace events to have a TRACE_SYSTEM
Steven Rostedt (Google)
-7
/
+8
2023-07-30
tracing: Set actual size after ring buffer resize
Zheng Yejian
-8
/
+11
2023-07-30
tracing: Add free_trace_iter_content() helper function
Steven Rostedt (Google)
-11
/
+22
2023-07-30
tracing: Remove unnecessary copying of tr->current_trace
Steven Rostedt (Google)
-19
/
+3
2023-07-30
ring_buffer: Use try_cmpxchg instead of cmpxchg
Uros Bizjak
-14
/
+6
2023-07-30
tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structure
Steven Rostedt (Google)
-22
/
+24
2023-07-30
Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-5
/
+17
2023-07-30
Merge tag 'locking_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-76
/
+155
2023-07-29
Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-22
/
+21
2023-07-29
kprobes: Prohibit probing on CFI preamble symbol
Masami Hiramatsu (Google)
-1
/
+13
2023-07-28
tracing: Fix warning in trace_buffered_event_disable()
Zheng Yejian
-10
/
+4
2023-07-28
tracing: Fix kernel-doc warnings in trace_seq.c
Gaosheng Cui
-0
/
+1
2023-07-28
tracing: Fix kernel-doc warnings in trace_events_trigger.c
Gaosheng Cui
-0
/
+2
[prev]
[next]