index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-13
NTB: Introduce NTB MSI Test Client
Logan Gunthorpe
3
-0
/
+443
2019-06-13
NTB: Introduce MSI library
Logan Gunthorpe
4
-1
/
+501
2019-06-13
NTB: Rename ntb.c to support multiple source files in the module
Logan Gunthorpe
2
-0
/
+2
2019-06-13
NTB: Introduce functions to calculate multi-port resource index
Logan Gunthorpe
1
-0
/
+70
2019-06-13
NTB: Introduce helper functions to calculate logical port number
Logan Gunthorpe
1
-1
/
+52
2019-06-13
PCI/switchtec: Add module parameter to request more interrupts
Logan Gunthorpe
1
-2
/
+10
2019-06-13
PCI/MSI: Support allocating virtual MSI interrupts
Logan Gunthorpe
3
-9
/
+62
2019-06-13
ntb_hw_switchtec: Fix setup MW with failure bug
Joey Zhang
1
-27
/
+39
2019-06-13
ntb_hw_switchtec: Skip unnecessary re-setup of shared memory window for cross...
Wesley Sheng
1
-0
/
+3
2019-06-13
ntb_hw_switchtec: Remove redundant steps of switchtec_ntb_reinit_peer() function
Joey Zhang
1
-4
/
+7
2019-06-13
NTB: correct ntb_dev_ops and ntb_dev comment typos
Wesley Sheng
1
-2
/
+2
2019-06-13
NTB: amd: Silence shift wrapping warning in amd_ntb_db_vector_mask()
Dan Carpenter
1
-1
/
+1
2019-06-13
ntb_hw_switchtec: potential shift wrapping bug in switchtec_ntb_init_sndev()
Dan Carpenter
1
-1
/
+1
2019-06-13
NTB: ntb_transport: Ensure qp->tx_mw_dma_addr is initaliazed
Logan Gunthorpe
1
-0
/
+1
2019-06-13
NTB: ntb_hw_amd: set peer limit register
Sanjay R Mehta
1
-4
/
+4
2019-06-13
NTB: ntb_perf: Clear stale values in doorbell and command SPAD register
Sanjay R Mehta
1
-0
/
+8
2019-06-13
NTB: ntb_perf: Disable NTB link after clearing peer XLAT registers
Sanjay R Mehta
1
-2
/
+2
2019-06-13
NTB: ntb_perf: Increased the number of message retries to 1000
Sanjay R Mehta
1
-1
/
+1
2019-06-13
ntb: intel: Make intel_ntb3_peer_db_addr static
YueHaibing
1
-3
/
+3
2019-05-19
Linux 5.2-rc1
v5.2-rc1
Linus Torvalds
1
-2
/
+2
2019-05-19
Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-4
/
+8
2019-05-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
10
-257
/
+889
2019-05-19
Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
74
-172
/
+178
2019-05-19
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-13
/
+111
2019-05-19
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
13
-65
/
+107
2019-05-19
Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
8
-51
/
+173
2019-05-19
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
94
-214
/
+5414
2019-05-19
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
12
-136
/
+202
2019-05-19
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
38
-229
/
+2511
2019-05-19
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+6
2019-05-19
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
9
-26
/
+27
2019-05-19
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
25
-124
/
+277
2019-05-19
Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
4
-5
/
+7
2019-05-19
Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...
Linus Torvalds
18
-659
/
+831
2019-05-19
Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
36
-321
/
+635
2019-05-19
kconfig: use 'else ifneq' for Makefile to improve readability
Masahiro Yamada
1
-3
/
+1
2019-05-18
panic: add an option to replay all the printk message in buffer
Feng Tang
5
-4
/
+24
2019-05-18
initramfs: don't free a non-existent initrd
Steven Price
1
-1
/
+1
2019-05-18
fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...
Jiufei Xue
1
-3
/
+8
2019-05-18
mm/compaction.c: correct zone boundary handling when isolating pages from a p...
Mel Gorman
1
-2
/
+2
2019-05-18
mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macro
Uladzislau Rezki (Sony)
1
-0
/
+43
2019-05-18
mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macro
Uladzislau Rezki (Sony)
1
-0
/
+48
2019-05-18
mm/vmalloc.c: keep track of free blocks for vmap allocation
Uladzislau Rezki (Sony)
2
-247
/
+763
2019-05-18
Merge tag 'perf-core-for-mingo-5.2-20190517' of git://git.kernel.org/pub/scm/...
Ingo Molnar
94
-214
/
+5414
2019-05-18
kbuild: check uniqueness of module names
Masahiro Yamada
2
-0
/
+17
2019-05-18
kconfig: Terminate menu blocks with a comment in the generated config
Alexander Popov
1
-1
/
+12
2019-05-18
kbuild: add LICENSES to KBUILD_ALLDIRS
Masahiro Yamada
1
-1
/
+1
2019-05-18
kbuild: remove 'addtree' and 'flags' magic for header search paths
Masahiro Yamada
3
-33
/
+13
2019-05-18
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
17
-26
/
+25
2019-05-18
media: prefix header search paths with $(srctree)/
Masahiro Yamada
30
-49
/
+47
[next]