index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-21
dma-debug: convert comma to semicolon
Xu Wang
1
-2
/
+2
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-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-01
mm: cma: use CMA_MAX_NAME to define the length of cma name array
Barry Song
1
-1
/
+1
2020-09-01
dma-contiguous: provide the ability to reserve per-numa CMA
Barry Song
2
-10
/
+101
2020-08-30
Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+7
2020-08-30
Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-21
/
+22
2020-08-30
genirq/matrix: Deal with the sillyness of for_each_cpu() on UP
Thomas Gleixner
1
-0
/
+7
2020-08-27
dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()
Dan Carpenter
1
-1
/
+1
2020-08-26
lockdep,trace: Expose tracepoints
Peter Zijlstra
1
-5
/
+9
2020-08-26
cpuidle: Move trace_cpu_idle() into generic code
Peter Zijlstra
1
-0
/
+3
2020-08-26
sched,idle,rcu: Push rcu_idle deeper into the idle path
Peter Zijlstra
1
-14
/
+8
2020-08-26
lockdep: Use raw_cpu_*() for per-cpu variables
Peter Zijlstra
1
-2
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
26
-41
/
+41
2020-08-23
Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
2020-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-3
/
+18
2020-08-21
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-1
/
+2
2020-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-3
/
+18
2020-08-21
uprobes: __replace_page() avoid BUG in munlock_vma_page()
Hugh Dickins
1
-1
/
+1
2020-08-21
kernel/relay.c: fix memleak on destroy relay channel
Wei Yongjun
1
-0
/
+1
2020-08-21
core/entry: Respect syscall number rewrites
Thomas Gleixner
1
-1
/
+2
2020-08-20
Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-71
/
+87
2020-08-18
bpf: Avoid visit same object multiple times
Yonghong Song
1
-1
/
+2
2020-08-18
bpf: Fix a rcu_sched stall issue with bpf task/task_file iterator
Yonghong Song
1
-1
/
+14
2020-08-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-10
/
+14
2020-08-17
bpf: Use get_file_rcu() instead of get_file() for task_file iterator
Yonghong Song
1
-1
/
+2
2020-08-17
watch_queue: Limit the number of watches a user can hold
David Howells
1
-0
/
+8
2020-08-16
Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+22
2020-08-15
Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh
Linus Torvalds
1
-0
/
+3
2020-08-15
Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-15
/
+26
2020-08-15
Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-12
/
+5
2020-08-15
Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2020-08-15
Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2020-08-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-173
/
+1
2020-08-14
all arch: remove system call sys_sysctl
Xiaoming Ni
3
-173
/
+1
2020-08-14
dma-mapping: consolidate the NO_DMA definition in kernel/dma/Kconfig
Christoph Hellwig
1
-0
/
+3
2020-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-10
/
+14
2020-08-14
dma-debug: remove debug_dma_assert_idle() function
Linus Torvalds
2
-50
/
+1
2020-08-14
dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()
Hugh Dickins
1
-18
/
+9
[next]