index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-31
mmc: sdhci: Implement an SDHCI-specific bounce buffer
Linus Walleij
2
-8
/
+159
2018-01-31
drm/i915: Always run hangcheck while the GPU is busy
Chris Wilson
4
-21
/
+6
2018-01-31
drm: Check for lessee in DROP_MASTER ioctl
Keith Packard
1
-0
/
+6
2018-01-31
Merge branch 'topic/xilinx' into for-linus
Vinod Koul
2
-168
/
+313
2018-01-31
Merge branch 'topic/virt-dma' into for-linus
Vinod Koul
10
-20
/
+107
2018-01-31
Merge branch 'topic/timb' into for-linus
Vinod Koul
1
-1
/
+1
2018-01-31
Merge branch 'topic/ti' into for-linus
Vinod Koul
1
-1
/
+9
2018-01-31
Merge branch 'topic/tegra' into for-linus
Vinod Koul
1
-5
/
+14
2018-01-31
Merge branch 'topic/stm' into for-linus
Vinod Koul
1
-3
/
+0
2018-01-31
Merge branch 'topic/sprd' into for-linus
Vinod Koul
1
-1
/
+1
2018-01-31
Merge branch 'topic/rcar' into for-linus
Vinod Koul
1
-1
/
+43
2018-01-31
Merge branch 'topic/qcom_hidma' into for-linus
Vinod Koul
1
-46
/
+15
2018-01-31
Merge branch 'topic/qcom' into for-linus
Vinod Koul
2
-25
/
+25
2018-01-31
Merge branch 'topic/mic' into for-linus
Vinod Koul
1
-3
/
+1
2018-01-31
Merge branch 'topic/imx' into for-linus
Vinod Koul
1
-0
/
+6
2018-01-31
Merge branch 'topic/device_changes' into for-linus
Vinod Koul
4
-0
/
+41
2018-01-31
Merge branch 'topic/cppi' into for-linus
Vinod Koul
1
-1
/
+1
2018-01-31
media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs
Hans Verkuil
1
-1
/
+1
2018-01-30
blk-mq: introduce BLK_STS_DEV_RESOURCE
Ming Lei
6
-19
/
+10
2018-01-30
Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
4
-34
/
+23
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
221
-432
/
+430
2018-01-31
virtio: virtio_mmio: make of_device_ids const.
Arvind Yadav
1
-1
/
+1
2018-01-31
firmware: Use PTR_ERR_OR_ZERO()
Vasyl Gomonovych
1
-3
/
+1
2018-01-31
virtio-mmio: Use PTR_ERR_OR_ZERO()
Vasyl Gomonovych
1
-3
/
+1
2018-01-31
vhost/scsi: Improve a size determination in four functions
Markus Elfring
1
-5
/
+4
2018-01-31
virtio_balloon: include disk/file caches memory statistics
Tomáš Golembiovský
1
-0
/
+4
2018-01-30
Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
Linus Torvalds
12
-469
/
+220
2018-01-30
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
4
-5
/
+5
2018-01-30
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
12
-51
/
+1999
2018-01-30
PCI/DPC: Add and use DPC Status register field definitions
Bjorn Helgaas
1
-2
/
+2
2018-01-30
PCI/DPC: Squash dpc_rp_pio_get_info() into dpc_process_rp_pio_error()
Bjorn Helgaas
1
-7
/
+1
2018-01-30
PCI/DPC: Remove unnecessary RP PIO register structs
Bjorn Helgaas
1
-56
/
+24
2018-01-30
PCI/DPC: Push dpc->rp_pio_status assignment into dpc_rp_pio_get_info()
Bjorn Helgaas
1
-1
/
+2
2018-01-30
PCI/DPC: Squash dpc_rp_pio_print_error() into dpc_rp_pio_get_info()
Bjorn Helgaas
1
-39
/
+21
2018-01-30
PCI/DPC: Make RP PIO log size check more generic
Bjorn Helgaas
1
-2
/
+3
2018-01-30
PCI/DPC: Rename local "status" to "dpc_status"
Bjorn Helgaas
1
-3
/
+3
2018-01-30
PCI/DPC: Squash dpc_rp_pio_print_tlp_header() into dpc_rp_pio_print_error()
Bjorn Helgaas
1
-8
/
+3
2018-01-30
PCI/DPC: Process RP PIO details only if RP PIO extensions supported
Bjorn Helgaas
1
-1
/
+1
2018-01-30
PCI/DPC: Read RP PIO Log Size once at probe
Bjorn Helgaas
1
-13
/
+16
2018-01-30
PCI/DPC: Rename struct dpc_dev.rp to rp_extensions
Bjorn Helgaas
1
-4
/
+4
2018-01-30
PCI/DPC: Add local variable for DPC capability offset
Bjorn Helgaas
1
-36
/
+29
2018-01-30
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-122
/
+371
2018-01-30
drm/i915/cnl: Fix DP max rate for Cannonlake with port F.
Rodrigo Vivi
1
-7
/
+24
2018-01-30
drm/i915/cnl: Enable DDI-F on Cannonlake.
Rodrigo Vivi
6
-5
/
+32
2018-01-30
drm/i915/cnl: Add HPD support for Port F.
Rodrigo Vivi
5
-24
/
+42
2018-01-30
drm/i915: For HPD connected port use hpd_pin instead of port.
Rodrigo Vivi
3
-79
/
+77
2018-01-30
drm/i915/cnl: Add right GMBUS pin number for HDMI on Port F.
Rodrigo Vivi
1
-0
/
+3
2018-01-30
drm/i915: Fix DPLCLKA_CFGCR0 bits for Port F.
Rodrigo Vivi
1
-4
/
+6
2018-01-30
drm/i915/cnl: Fix _CNL_PORT_TX_DW2_LN0_F definition.
Rodrigo Vivi
1
-1
/
+1
2018-01-30
drm/i915/cnl: Extend Wa 1178 to Aux F.
Rodrigo Vivi
2
-2
/
+4
[prev]
[next]