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
2020-09-17
dma-mapping: introduce DMA range map, supplanting dma_pfn_offset
Jim Quinlan
2
-6
/
+52
2020-09-17
dma-direct: Fix potential NULL pointer dereference
Thomas Tai
1
-0
/
+11
2020-09-17
Merge remote-tracking branch 'origin/irq/gic-retrigger' into irq/irqchip-next
Marc Zyngier
1
-2
/
+13
2020-09-16
rcu-tasks: Enclose task-list scan in rcu_read_lock()
Paul E. McKenney
1
-0
/
+2
2020-09-16
rcu-tasks: Fix low-probability task_struct leak
Paul E. McKenney
1
-4
/
+4
2020-09-16
rcu-tasks: Fix grace-period/unlock race in RCU Tasks Trace
Paul E. McKenney
1
-0
/
+6
2020-09-16
rcu-tasks: Shorten per-grace-period sleep for RCU Tasks Trace
Paul E. McKenney
1
-1
/
+9
2020-09-16
rcu-tasks: Selectively enable more RCU Tasks Trace IPIs
Paul E. McKenney
1
-2
/
+3
2020-09-16
rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()
Paul E. McKenney
1
-1
/
+1
2020-09-16
rcu-tasks: Use more aggressive polling for RCU Tasks Trace
Paul E. McKenney
1
-2
/
+14
2020-09-16
rcu-tasks: Mark variables static
Paul E. McKenney
1
-3
/
+3
2020-09-16
irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()
Thomas Gleixner
1
-22
/
+48
2020-09-16
irqdomain/msi: Provide DOMAIN_BUS_VMD_MSI
Thomas Gleixner
1
-1
/
+6
2020-09-16
x86/msi: Use generic MSI domain ops
Thomas Gleixner
1
-6
/
+0
2020-09-16
genirq/chip: Use the first chip in irq_chip_compose_msi_msg()
Thomas Gleixner
2
-5
/
+13
2020-09-16
locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_count
Hou Tao
1
-2
/
+2
2020-09-16
softirq: Add debug check to __raise_softirq_irqoff()
Jiafei Pan
1
-0
/
+1
2020-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-12
/
+7
2020-09-15
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
1
-0
/
+63
2020-09-15
bpf: Mutex protect used_maps array and count
YiFei Zhu
2
-8
/
+23
2020-09-15
bpf: Fix a rcu warning for bpffs map pretty-print
Yonghong Song
1
-1
/
+3
2020-09-15
printk: reimplement log_cont using record extension
John Ogness
1
-78
/
+20
2020-09-15
printk: ringbuffer: add finalization/extension support
John Ogness
2
-55
/
+476
2020-09-15
printk: ringbuffer: change representation of states
John Ogness
2
-32
/
+27
2020-09-15
printk: ringbuffer: clear initial reserved fields
John Ogness
2
-16
/
+26
2020-09-15
printk: ringbuffer: add BLK_DATALESS() macro
John Ogness
1
-2
/
+4
2020-09-15
printk: ringbuffer: relocate get_data()
John Ogness
1
-58
/
+58
2020-09-15
printk: ringbuffer: avoid memcpy() on state_var
John Ogness
1
-2
/
+7
2020-09-15
printk: ringbuffer: fix setting state in desc_read()
John Ogness
1
-7
/
+19
2020-09-14
core/entry: Report syscall correctly for trace and audit
Kees Cook
1
-2
/
+4
2020-09-14
Merge v5.9-rc5 into drm-next
Daniel Vetter
4
-10
/
+24
2020-09-14
kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()
Masami Hiramatsu
1
-2
/
+3
2020-09-14
lockdep: fix order in trace_hardirqs_off_caller()
Sven Schnelle
1
-2
/
+2
2020-09-13
genirq: Allow interrupts to be excluded from /proc/interrupts
Marc Zyngier
3
-1
/
+9
2020-09-13
genirq: Add fasteoi IPI flow
Marc Zyngier
1
-0
/
+27
2020-09-12
Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+18
2020-09-11
gcov: add support for GCC 10.1
Peter Oberparleiter
2
-2
/
+3
2020-09-11
kernel/debug: Fix spelling mistake in debug_core.c
Youling Tang
1
-2
/
+2
2020-09-11
dma-mapping: move the dma_declare_coherent_memory documentation
Christoph Hellwig
1
-0
/
+17
2020-09-11
dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.c
Christoph Hellwig
3
-46
/
+53
2020-09-11
dma-direct: rename and cleanup __phys_to_dma
Christoph Hellwig
2
-6
/
+6
2020-09-11
dma-direct: remove __dma_to_phys
Christoph Hellwig
1
-5
/
+1
2020-09-11
dma-direct: use phys_to_dma_direct in dma_direct_alloc
Christoph Hellwig
1
-4
/
+1
2020-09-11
dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pages
Christoph Hellwig
1
-7
/
+5
2020-09-11
dma-direct: remove dma_direct_{alloc,free}_pages
Christoph Hellwig
2
-25
/
+16
2020-09-11
dma-mapping: add (back) arch_dma_mark_clean for ia64
Christoph Hellwig
2
-0
/
+9
2020-09-11
dma-mapping: fix DMA_OPS dependencies
Christoph Hellwig
1
-0
/
+1
2020-09-11
dma-debug: remove most exports
Christoph Hellwig
1
-10
/
+0
2020-09-11
dma-mapping: remove the dma_dummy_ops export
Christoph Hellwig
1
-1
/
+0
2020-09-10
objtool: Rename frame.h -> objtool.h
Julien Thierry
2
-2
/
+2
[prev]
[next]