Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d39a6785f40af658224bc3ff3d4c4a5a2f7c9eda
d39a678
tools/lguest: more documentation and checking of virtio 1.0 compliance.
by Rusty Russell
· 10 years ago
55c2d78
lguest: don't look in console features to find emerg_wr.
by Rusty Russell
· 10 years ago
d761b03
tools/lguest: don't start devices until DRIVER_OK status set.
by Rusty Russell
· 10 years ago
3afe3e0
tools/lguest: handle indirect partway through chain.
by Rusty Russell
· 10 years ago
c97eb67
tools/lguest: insert driver references from the 1.0 spec (4.1 Virtio Over PCI)
by Rusty Russell
· 10 years ago
8dc425f
tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI)
by Rusty Russell
· 10 years ago
b2ce1ea
tools/lguest: rename virtio_pci_cfg_cap field to match spec.
by Rusty Russell
· 10 years ago
53aceb4
tools/lguest: fix features_accepted logic in example launcher.
by Rusty Russell
· 10 years ago
d2dbdac
tools/lguest: handle device reset correctly in example launcher.
by Rusty Russell
· 10 years ago
a2e1999
virtual: Documentation: simplify and generalize paravirt_ops.txt
by Luis R. Rodriguez
· 10 years ago
d9bab50
lguest: remove NOTIFY call and eventfd facility.
by Rusty Russell
· 10 years ago
00f8d54
lguest: remove NOTIFY facility from demonstration launcher.
by Rusty Russell
· 10 years ago
a561adf
lguest: use the PCI console device's emerg_wr for early boot messages.
by Rusty Russell
· 10 years ago
713e3f7
lguest: always put console in PCI slot #1.
by Rusty Russell
· 10 years ago
59eba78
lguest: support backdoor window.
by Rusty Russell
· 10 years ago
e8330d9
lguest: support emerg_wr in console device in example launcher.
by Rusty Russell
· 10 years ago
b3e28b6
lguest: remove lguest bus definitions from header.
by Rusty Russell
· 10 years ago
d9028ed
lguest: remove support for lguest bus in demonstration launcher.
by Rusty Russell
· 10 years ago
e68ccd1
lguest: remove support for lguest bus.
by Rusty Russell
· 10 years ago
eb39f83
lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.
by Rusty Russell
· 10 years ago
ebff011
lguest: Convert console device to virtio 1.0 PCI.
by Rusty Russell
· 10 years ago
0d5b5d3
lguest: Convert entropy device to virtio 1.0 PCI.
by Rusty Russell
· 10 years ago
bf6d403
lguest: Convert net device to virtio 1.0 PCI.
by Rusty Russell
· 10 years ago
5051654
lguest: Convert block device to virtio 1.0 PCI.
by Rusty Russell
· 10 years ago
8e70946
lguest: add a dummy PCI host bridge.
by Rusty Russell
· 10 years ago
3e0e5f2
lguest: fix failure to find linux/virtio_types.h
by Rusty Russell
· 10 years ago
9315307
lguest: implement virtio-PCI MMIO accesses.
by Rusty Russell
· 10 years ago
d7fbf6e
lguest: add PCI config space emulation to example launcher.
by Rusty Russell
· 10 years ago
6a54f9a
lguest: decode mmio accesses for PCI in example launcher.
by Rusty Russell
· 10 years ago
0a6bcc1
lguest: add MMIO region allocator in example launcher.
by Rusty Russell
· 10 years ago
e1b83e2
lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PIC
by Rusty Russell
· 10 years ago
ee72576
lguest: disable ACPI explicitly.
by Rusty Russell
· 10 years ago
7313d52
lguest: add iomem region, where guest page faults get sent to userspace.
by Rusty Russell
· 10 years ago
d1c2946
lguest: don't disable iospace.
by Rusty Russell
· 10 years ago
48fd6b7
lguest: suppress PS/2 keyboard polling.
by Rusty Russell
· 10 years ago
c565650b
lguest: send trap 13 through to userspace.
by Rusty Russell
· 10 years ago
c9e433e
lguest: add infrastructure to check mappings.
by Rusty Russell
· 10 years ago
8ed3130
lguest: add infrastructure for userspace to deliver a trap to the guest.
by Rusty Russell
· 10 years ago
69a09dc
lguest: write more information to userspace about pending traps.
by Rusty Russell
· 10 years ago
18c1373
lguest: add operations to get/set a register from the Launcher.
by Rusty Russell
· 10 years ago
a454bb3
lguest: have --rng read from /dev/urandom not /dev/random.
by Rusty Russell
· 10 years ago
be8ff59
virtio: don't require a config space on the console device.
by Rusty Russell
· 10 years ago
7abb568
virtio_pci: use 16-bit accessor for queue_enable.
by Rusty Russell
· 10 years ago
6d96ee9
virtio: Don't expose legacy config features when VIRTIO_CONFIG_NO_LEGACY defined.
by Rusty Russell
· 10 years ago
527100a
virtio: Don't expose legacy block features when VIRTIO_BLK_NO_LEGACY defined.
by Rusty Russell
· 10 years ago
e6a0274
virtio: define VIRTIO_PCI_CAP_PCI_CFG in header.
by Rusty Russell
· 10 years ago
5e05bf5
virtio: Avoid possible kernel panic if DEBUG is enabled.
by Tetsuo Handa
· 10 years ago
1862ee2
virtio-mmio: Update the device to OASIS spec version
by Pawel Moll
· 10 years ago
76545f0
virtio_pci_modern: drop an unused function
by Michael S. Tsirkin
· 10 years ago
ac399d8
virtio_pci: add module param to force legacy mode
by Michael S. Tsirkin
· 10 years ago
46506da
virtio_pci: add an option to disable legacy driver
by Michael S. Tsirkin
· 10 years ago
0327642
virtio_pci: drop Kconfig warnings
by Michael S. Tsirkin
· 10 years ago
b2a6d51
virtio_pci: Kconfig grammar fix
by Michael S. Tsirkin
· 10 years ago
3c73224
virtio_rng: drop extra empty line
by Michael S. Tsirkin
· 10 years ago
43b4f72
virtio_ring: coding style fix
by Michael S. Tsirkin
· 10 years ago
bb6ec57
virtio_blk: coding style fixes
by Michael S. Tsirkin
· 10 years ago
25e65e4
virtio_balloon: coding style fixes
by Michael S. Tsirkin
· 10 years ago
d3f5f06
virtio_pci_modern: support devices with no config
by Michael S. Tsirkin
· 10 years ago
3909213
virtio_pci_modern: reduce number of mappings
by Michael S. Tsirkin
· 10 years ago
89461c4
virtio_pci: macros for PCI layout offsets
by Rusty Russell
· 11 years ago
1fcf051
virtio_pci: modern driver
by Michael S. Tsirkin
· 10 years ago
71d70c2
virtio-pci: define layout for virtio 1.0
by Rusty Russell
· 11 years ago
ff31d2e
virtio_pci: move probe/remove code to common
by Michael S. Tsirkin
· 10 years ago
2bd56af
virtio_pci: drop useless del_vqs call
by Sasha Levin
· 10 years ago
8cfc99b
s390: add pci_iomap_range
by Michael S. Tsirkin
· 11 years ago
eb29d8d
pci: add pci_iomap_range
by Michael S. Tsirkin
· 11 years ago
54cfe08b
mn10300: drop dead code
by Michael S. Tsirkin
· 10 years ago
2d9becc
virtio/balloon: verify device has config space
by Michael S. Tsirkin
· 10 years ago
8cab3cd
virtio/scsi: verify device has config space
by Michael S. Tsirkin
· 10 years ago
6ba4224
virtio/net: verify device has config space
by Michael S. Tsirkin
· 10 years ago
011f0e7
virtio/console: verify device has config space
by Michael S. Tsirkin
· 10 years ago
a4379fd
virtio/blk: verify device has config space
by Michael S. Tsirkin
· 10 years ago
7754f53
virtio/9p: verify device has config space
by Michael S. Tsirkin
· 10 years ago
7f870c8
virtio_pci: drop virtio_config dependency
by Michael S. Tsirkin
· 10 years ago
b97f880
Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
by Linus Torvalds
· 10 years ago
d4b2d00
Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 10 years ago
06efe0e
Merge tag 'pinctrl-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 10 years ago
eef8f4c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
2262889
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
a8c1d28
s2io: use snprintf() as a safety feature
by Dan Carpenter
· 10 years ago
ef5a1ba
Merge branch 'r8152'
by David S. Miller
· 10 years ago
b4d99de
r8152: remove sram_read
by hayeswang
· 10 years ago
8cb3db2
r8152: remove generic_ocp_read before writing
by hayeswang
· 10 years ago
e60bf80
Merge branch 'bgmac'
by David S. Miller
· 10 years ago
43f159c
bgmac: activate irqs only if there is nothing to poll
by Hauke Mehrtens
· 10 years ago
6216642
bgmac: register napi before the device
by Hauke Mehrtens
· 10 years ago
852c5d9
Merge branch 'sh_eth'
by David S. Miller
· 10 years ago
4f9dce23
sh_eth: Fix ethtool operation crash when net device is down
by Ben Hutchings
· 10 years ago
b37feed
sh_eth: Fix promiscuous mode on chips without TSU
by Ben Hutchings
· 10 years ago
9d28971
ipv6: stop sending PTB packets for MTU < 1280
by Hagen Paul Pfeifer
· 10 years ago
ce75145
libata: prevent HSM state change race between ISR and PIO
by David Jeffery
· 10 years ago
72dd299
libata: allow sata_sil24 to opt-out of tag ordered submission
by Dan Williams
· 10 years ago
dbe752a
pinctrl: MAINTAINERS: add git tree reference
by Linus Walleij
· 10 years ago
bcd53f8
pinctrl: qcom: Don't iterate past end of function array
by Stephen Boyd
· 10 years ago
b62a9c2
Merge tag 'gpio-v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 10 years ago
6689388
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 10 years ago
ec6f34e
Linux 3.19-rc5
by Linus Torvalds
· 10 years ago
d0ac5d8
Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
2061dcd
net: sctp: fix race for one-to-many sockets in sendmsg's auto associate
by Daniel Borkmann
· 10 years ago
12ba857
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux
by Linus Torvalds
· 10 years ago
Next »