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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-05
Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
8
-380
/
+43
2020-08-05
Merge tag 'leds-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds
Linus Torvalds
3
-2
/
+142
2020-08-05
virtio_config: fix up warnings on parisc
Michael S. Tsirkin
1
-5
/
+4
2020-08-05
Merge branch 'pci/host-probe-refactor'
Bjorn Helgaas
1
-12
/
+0
2020-08-05
Merge branch 'remotes/lorenzo/pci/cadence'
Bjorn Helgaas
1
-0
/
+1
2020-08-05
Merge branch 'pci/virtualization'
Bjorn Helgaas
1
-0
/
+4
2020-08-05
Merge branch 'pci/misc'
Bjorn Helgaas
2
-7
/
+2
2020-08-05
Merge branch 'pci/error'
Bjorn Helgaas
1
-2
/
+2
2020-08-05
vdpa: Modify get_vq_state() to return error code
Eli Cohen
1
-2
/
+2
2020-08-05
net/vdpa: Use struct for set/get vq state
Eli Cohen
1
-4
/
+14
2020-08-05
vdpa: remove hard coded virtq num
Max Gurtovoy
1
-2
/
+4
2020-08-05
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into HEAD
Michael S. Tsirkin
6
-24
/
+179
2020-08-05
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
3
-6
/
+40
2020-08-05
Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
3
-0
/
+9
2020-08-05
Merge tag 'hwmon-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Linus Torvalds
1
-1
/
+2
2020-08-05
Merge tag 'devicetree-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
1
-0
/
+1
2020-08-05
Merge tag 'gpio-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
2
-7
/
+32
2020-08-05
Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
13
-75
/
+96
2020-08-05
Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
3
-144
/
+150
2020-08-05
Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
16
-52
/
+262
2020-08-05
Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+6
2020-08-05
Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-4
/
+186
2020-08-05
watchdog: add support for adjusting last known HW keepalive time
Tero Kristo
1
-0
/
+2
2020-08-05
platform_data/mlxreg: support new watchdog type with longer timeout period
Michael Shych
1
-1
/
+4
2020-08-05
vDPA: dont change vq irq after DRIVER_OK
Zhu Lingshan
1
-0
/
+1
2020-08-05
vDPA: add get_vq_irq() in vdpa_config_ops
Zhu Lingshan
1
-0
/
+7
2020-08-05
virtio_config: drop LE option from config space
Michael S. Tsirkin
1
-26
/
+2
2020-08-05
virtio_config: add virtio_cread_le_feature
Michael S. Tsirkin
1
-0
/
+10
2020-08-05
virtio_caif: correct tags for config space fields
Michael S. Tsirkin
1
-3
/
+3
2020-08-05
virtio_config: LE config space accessors
Michael S. Tsirkin
1
-0
/
+65
2020-08-05
virtio_config: disallow native type fields (again)
Michael S. Tsirkin
1
-14
/
+2
2020-08-05
virtio_config: rewrite using _Generic
Michael S. Tsirkin
1
-84
/
+75
2020-08-05
virtio_config: cread/write cleanup
Michael S. Tsirkin
1
-12
/
+19
2020-08-05
vdpa: make sure set_features is invoked for legacy
Michael S. Tsirkin
1
-0
/
+34
2020-08-05
virtio_config: disallow native type fields
Michael S. Tsirkin
1
-3
/
+2
2020-08-05
virtio: allow __virtioXX, __leXX in config space
Michael S. Tsirkin
1
-2
/
+48
2020-08-05
virtio_ring: sparse warning fixup
Michael S. Tsirkin
1
-10
/
+9
2020-08-05
i2c: core: add generic I2C GPIO recovery
Codrin Ciubotariu
1
-0
/
+11
2020-08-05
modules: inherit TAINT_PROPRIETARY_MODULE
Christoph Hellwig
1
-0
/
+1
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
6
-7
/
+15
2020-08-04
Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
3
-35
/
+45
2020-08-04
Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-0
/
+462
2020-08-04
SUNRPC dont update timeout value on connection reset
Olga Kornievskaia
1
-0
/
+1
2020-08-04
remoteproc: Add remoteproc character device interface
Siddharth Gupta
1
-0
/
+5
2020-08-04
Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-40
/
+45
2020-08-04
init: add an init_dup helper
Christoph Hellwig
1
-0
/
+1
2020-08-04
Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-223
/
+143
2020-08-04
Merge tag 'uuid-for-5.9' of git://git.infradead.org/users/hch/uuid
Linus Torvalds
1
-2
/
+0
2020-08-04
Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2
-1
/
+7
2020-08-04
Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-0
/
+6
[prev]
[next]