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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-11
PCI: endpoint: Introduce configfs entry for configuring EP functions
Kishon Vijay Abraham I
3
-0
/
+519
2017-04-11
PCI: endpoint: Add EP core layer to enable EP controller and EP functions
Kishon Vijay Abraham I
7
-0
/
+1103
2017-04-04
PCI: dwc: dra7xx: Push request_irq() call to the bottom of probe
Keerthy
1
-7
/
+7
2017-04-04
PCI: dwc: designware: Move _unroll configurations to a separate function
Kishon Vijay Abraham I
1
-39
/
+58
2017-04-04
PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes
Kishon Vijay Abraham I
3
-26
/
+42
2017-04-04
PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
Kishon Vijay Abraham I
3
-14
/
+29
2017-04-04
PCI: dwc: artpec6: Populate cpu_addr_fixup ops
Kishon Vijay Abraham I
1
-5
/
+6
2017-04-04
PCI: dwc: dra7xx: Populate cpu_addr_fixup ops
Kishon Vijay Abraham I
1
-5
/
+6
2017-04-04
PCI: dwc: designware: Add new *ops* for CPU addr fixup
Kishon Vijay Abraham I
2
-0
/
+4
2017-04-04
PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq()
Dan Carpenter
1
-3
/
+4
2017-04-04
PCI: dwc: Unindent dw_handle_msi_irq() loop
Bjorn Helgaas
1
-11
/
+11
2017-04-04
PCI: dwc: Fix dw_pcie_ops NULL pointer dereference
Niklas Cassel
2
-0
/
+8
2017-04-03
PCI: dwc: Select PCI_HOST_COMMON for hisi
Arnd Bergmann
1
-0
/
+1
2017-04-03
PCI: thunder-pem: Fix legacy firmware PEM-specific resources
Tomasz Nowicki
1
-2
/
+8
2017-03-23
PCI: thunder-pem: Add legacy firmware support for Cavium ThunderX host contro...
Tomasz Nowicki
1
-2
/
+54
2017-03-23
PCI: thunder-pem: Use Cavium assigned hardware ID for ThunderX host controller
Tomasz Nowicki
1
-1
/
+1
2017-03-09
PCI: iproc: Save host bridge window resource in struct iproc_pcie
Bjorn Helgaas
3
-21
/
+23
2017-03-07
PCI/ASPM: Always set link->downstream to avoid NULL dereference on remove
Yinghai Lu
1
-3
/
+2
2017-03-07
PCI: Prevent VPD access for QLogic ISP2722
Ethan Zhao
1
-0
/
+1
2017-03-07
PCI: exynos: Initialize elbi_base even when using PHY framework
Jaehoon Chung
1
-4
/
+4
2017-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
36
-123
/
+373
2017-03-04
Merge tag 'staging-4.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
7
-22
/
+29
2017-03-04
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
5
-42
/
+49
2017-03-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
85
-3180
/
+22360
2017-03-03
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-5
/
+39
2017-03-03
Merge tag 'pci-v4.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-3
/
+25
2017-03-03
Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-55
/
+73
2017-03-03
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...
Linus Torvalds
2
-6
/
+57
2017-03-03
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-9
/
+13
2017-03-03
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-17
/
+114
2017-03-03
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
279
-133
/
+358
2017-03-03
sfc: fix IPID endianness in TSOv2
Edward Cree
1
-1
/
+1
2017-03-03
sfc: avoid max() in array size
Edward Cree
1
-5
/
+5
2017-03-03
Merge tag 'linux-can-fixes-for-4.11-20170303' of git://git.kernel.org/pub/scm...
David S. Miller
3
-24
/
+38
2017-03-03
nfp: correct DMA direction in XDP DMA sync
Jakub Kicinski
1
-2
/
+2
2017-03-03
nfp: don't tell FW about the reserved buffer space
Jakub Kicinski
1
-1
/
+2
2017-03-03
net: ethernet: bgmac: mac address change bug
Hari Vyas
1
-1
/
+5
2017-03-03
net: ethernet: bgmac: init sequence bug
Jon Mason
2
-9
/
+34
2017-03-03
xen-netback: don't vfree() queues under spinlock
Paul Durrant
1
-1
/
+4
2017-03-03
xen-netback: keep a local pointer for vif in backend_disconnect()
Paul Durrant
1
-14
/
+18
2017-03-03
can: flexcan: fix typo in comment
Marc Kleine-Budde
1
-1
/
+1
2017-03-03
can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
Marc Kleine-Budde
1
-6
/
+3
2017-03-03
can: gs_usb: fix coding style
Ethan Zonca
1
-6
/
+5
2017-03-03
can: gs_usb: Don't use stack memory for USB transfers
Ethan Zonca
1
-11
/
+29
2017-03-02
ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache lines
Alexander Duyck
2
-2
/
+3
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
6
-9
/
+13
2017-03-02
Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-13
/
+8
2017-03-02
Merge tag 'acpi-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-8
/
+12
2017-03-02
Merge tag 'pm-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-268
/
+209
2017-03-02
ixgbe: update the rss key on h/w, when ethtool ask for it
Paolo Abeni
3
-4
/
+20
[next]