index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
PCI/MSI: Support allocating virtual MSI interrupts
Logan Gunthorpe
2019-06-13
3
-9
/
+62
|
*
|
|
|
ntb_hw_switchtec: Fix setup MW with failure bug
Joey Zhang
2019-06-13
1
-27
/
+39
|
*
|
|
|
ntb_hw_switchtec: Skip unnecessary re-setup of shared memory window for cross...
Wesley Sheng
2019-06-13
1
-0
/
+3
|
*
|
|
|
ntb_hw_switchtec: Remove redundant steps of switchtec_ntb_reinit_peer() function
Joey Zhang
2019-06-13
1
-4
/
+7
|
*
|
|
|
NTB: correct ntb_dev_ops and ntb_dev comment typos
Wesley Sheng
2019-06-13
1
-2
/
+2
|
*
|
|
|
NTB: amd: Silence shift wrapping warning in amd_ntb_db_vector_mask()
Dan Carpenter
2019-06-13
1
-1
/
+1
|
*
|
|
|
ntb_hw_switchtec: potential shift wrapping bug in switchtec_ntb_init_sndev()
Dan Carpenter
2019-06-13
1
-1
/
+1
|
*
|
|
|
NTB: ntb_transport: Ensure qp->tx_mw_dma_addr is initaliazed
Logan Gunthorpe
2019-06-13
1
-0
/
+1
|
*
|
|
|
NTB: ntb_hw_amd: set peer limit register
Sanjay R Mehta
2019-06-13
1
-4
/
+4
|
*
|
|
|
NTB: ntb_perf: Clear stale values in doorbell and command SPAD register
Sanjay R Mehta
2019-06-13
1
-0
/
+8
|
*
|
|
|
NTB: ntb_perf: Disable NTB link after clearing peer XLAT registers
Sanjay R Mehta
2019-06-13
1
-2
/
+2
|
*
|
|
|
NTB: ntb_perf: Increased the number of message retries to 1000
Sanjay R Mehta
2019-06-13
1
-1
/
+1
|
*
|
|
|
ntb: intel: Make intel_ntb3_peer_db_addr static
YueHaibing
2019-06-13
1
-3
/
+3
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2019-07-20
20
-29
/
+2183
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'next' into for-linus
Dmitry Torokhov
2019-07-20
30542
-477592
/
+568493
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Input: alps - fix a mismatch between a condition check and its comment
Hui Wang
2019-07-19
1
-1
/
+1
|
|
*
|
|
|
|
Input: psmouse - fix build error of multiple definition
YueHaibing
2019-07-19
1
-1
/
+2
|
|
*
|
|
|
|
Input: applespi - remove set but not used variables 'sts'
Mao Wenan
2019-07-19
1
-2
/
+1
|
|
*
|
|
|
|
Input: add Apple SPI keyboard and trackpad driver
Ronald Tschalär
2019-07-19
5
-0
/
+2117
|
|
*
|
|
|
|
Input: alps - don't handle ALPS cs19 trackpoint-only device
Hui Wang
2019-07-15
1
-0
/
+32
|
|
*
|
|
|
|
Input: hyperv-keyboard - remove dependencies on PAGE_SIZE for ring buffer
Maya Nakamura
2019-07-15
1
-2
/
+2
|
|
*
|
|
|
|
Input: adp5589 - initialize GPIO controller parent device
Lars-Peter Clausen
2019-07-15
1
-0
/
+1
|
|
*
|
|
|
|
Input: iforce - remove empty multiline comments
Tim Schumacher
2019-07-15
6
-18
/
+0
|
|
*
|
|
|
|
Merge tag 'v5.2' into next
Dmitry Torokhov
2019-07-15
30539
-477578
/
+566339
|
|
|
\
\
\
\
\
|
|
*
|
|
|
|
|
Input: synaptics - fix misuse of strlcpy
Joe Perches
2019-07-15
1
-1
/
+1
|
|
*
|
|
|
|
|
Input: auo-pixcir-ts - switch to using devm_add_action_or_reset()
Fuqian Huang
2019-07-13
1
-2
/
+1
|
|
*
|
|
|
|
|
Input: gtco - bounds check collection indent level
Grant Hernandez
2019-07-13
1
-3
/
+17
|
|
*
|
|
|
|
|
Input: mtk-pmic-keys - add of_node_put() before return
Nishka Dasgupta
2019-07-12
1
-2
/
+7
|
|
*
|
|
|
|
|
Input: sun4i-lradc-keys - add of_node_put() before return
Nishka Dasgupta
2019-07-12
1
-0
/
+3
|
|
*
|
|
|
|
|
Input: synaptics - whitelist Lenovo T580 SMBus intertouch
Nick Black
2019-07-12
1
-0
/
+1
*
|
|
|
|
|
|
|
Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2019-07-20
8
-26
/
+83
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
dma-direct: correct the physical addr in dma_direct_sync_sg_for_cpu/device
Fugang Duan
2019-07-19
1
-7
/
+11
|
*
|
|
|
|
|
|
|
dma-direct: only limit the mapping size if swiotlb could be used
Christoph Hellwig
2019-07-17
1
-6
/
+4
|
*
|
|
|
|
|
|
|
dma-mapping: add a dma_addressing_limited helper
Christoph Hellwig
2019-07-17
1
-0
/
+14
|
*
|
|
|
|
|
|
|
dma-direct: Force unencrypted DMA under SME for certain DMA masks
Tom Lendacky
2019-07-16
7
-13
/
+54
*
|
|
|
|
|
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-07-20
33
-215
/
+226
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
x86/entry/64: Prevent clobbering of saved CR2 value
Thomas Gleixner
2019-07-20
1
-1
/
+10
|
*
|
|
|
|
|
|
|
|
x86/hyper-v: Zero out the VP ASSIST PAGE on allocation
Dexuan Cui
2019-07-19
1
-2
/
+11
|
*
|
|
|
|
|
|
|
|
x86, boot: Remove multiple copy of static function sanitize_boot_params()
Zhenzhong Duan
2019-07-18
2
-1
/
+1
|
*
|
|
|
|
|
|
|
|
x86/boot/compressed/64: Remove unused variable
Zhenzhong Duan
2019-07-18
1
-1
/
+0
|
*
|
|
|
|
|
|
|
|
x86/boot/efi: Remove unused variables
Zhenzhong Duan
2019-07-18
1
-9
/
+1
|
*
|
|
|
|
|
|
|
|
x86/mm, tracing: Fix CR2 corruption
Peter Zijlstra
2019-07-17
7
-51
/
+59
|
*
|
|
|
|
|
|
|
|
x86/entry/64: Update comments and sanity tests for create_gap
Peter Zijlstra
2019-07-17
1
-6
/
+11
|
*
|
|
|
|
|
|
|
|
x86/entry/64: Simplify idtentry a little
Peter Zijlstra
2019-07-17
1
-54
/
+48
|
*
|
|
|
|
|
|
|
|
x86/entry/32: Simplify common_exception
Peter Zijlstra
2019-07-17
1
-23
/
+13
|
*
|
|
|
|
|
|
|
|
x86/paravirt: Make read_cr2() CALLEE_SAVE
Peter Zijlstra
2019-07-17
10
-26
/
+45
|
*
|
|
|
|
|
|
|
|
MAINTAINERS: Update PARAVIRT_OPS_INTERFACE and VMWARE_HYPERVISOR_INTERFACE
Thomas Hellstrom
2019-07-17
1
-2
/
+4
|
*
|
|
|
|
|
|
|
|
x86/process: Delete useless check for dead process with LDT
Jann Horn
2019-07-17
1
-11
/
+1
|
*
|
|
|
|
|
|
|
|
x86: math-emu: Hide clang warnings for 16-bit overflow
Arnd Bergmann
2019-07-17
2
-2
/
+2
|
*
|
|
|
|
|
|
|
|
x86/e820: Use proper booleans instead of 0/1
Yi Wang
2019-07-16
1
-2
/
+2
[prev]
[next]