Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0d01bb89220490763d89571d27e7ee3f13f9b372
/
drivers
0d01bb8
[S390] cio: trigger subchannel event at resume time
by Sebastian Ott
· 15 years ago
76e6fb4
[S390] ccw_device_notify: improve return codes
by Sebastian Ott
· 15 years ago
b4c7072
[S390] cio: make wait_events interruptible
by Sebastian Ott
· 15 years ago
b4563e8
[S390] cio: wait for channel report
by Sebastian Ott
· 15 years ago
879acca5
[S390] cio: introduce cio_settle
by Sebastian Ott
· 15 years ago
be5d382
[S390] cio: consolidate workqueues
by Sebastian Ott
· 15 years ago
68c6b85
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 15 years ago
a4a47bc
Lower USB storage settling delay to something more reasonable
by Linus Torvalds
· 15 years ago
6ebdc66
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 15 years ago
d7930c9
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 15 years ago
a85821f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 15 years ago
14ef2b0
Merge branches 'upstream', 'raw_report_modifications' and 'apple_magic_mouse' into for-linus
by Jiri Kosina
· 15 years ago
10df38c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 15 years ago
453d313
ahci: disable FPDMA auto-activate optimization on NVIDIA AHCI
by Robert Hancock
· 15 years ago
cbbc0de
ACPI: Use GPE reference counting to support shared GPEs
by Rafael J. Wysocki
· 15 years ago
d693356
virtio: console: Fill ports' entire in_vq with buffers
by Amit Shah
· 15 years ago
22a29ea
virtio: console: Error out if we can't allocate buffers for control queue
by Amit Shah
· 15 years ago
7177876
virtio: console: Add ability to remove module
by Amit Shah
· 15 years ago
a9cdd48
virtio: console: Ensure no memleaks in case of unused buffers
by Amit Shah
· 15 years ago
298add7
virtio: console: show error message if hvc_alloc fails for console ports
by Amit Shah
· 15 years ago
d99393e
virtio: console: Add debugfs files for each port to expose debug info
by Amit Shah
· 15 years ago
1f7aa42
virtio: console: Add ability to hot-unplug ports
by Amit Shah
· 15 years ago
7f5d810
virtio: console: Handle port hot-plug
by Amit Shah
· 15 years ago
88f251a
virtio: console: Remove cached data on port close
by Amit Shah
· 15 years ago
431edb8
virtio: console: Register with sysfs and create a 'name' attribute for ports
by Amit Shah
· 15 years ago
3c7969c
virtio: console: Ensure only one process can have a port open at a time
by Amit Shah
· 15 years ago
2030fa4
virtio: console: Add file operations to ports for open/read/write/poll
by Amit Shah
· 15 years ago
fb08bd2
virtio: console: Associate each port with a char device
by Amit Shah
· 15 years ago
b766cee
virtio: console: Prepare for writing to userspace buffers
by Amit Shah
· 15 years ago
17634ba
virtio: console: Add a new MULTIPORT feature, support for generic ports
by Amit Shah
· 15 years ago
f997f00b
virtio: console: Introduce a send_buf function for a common path for sending data to host
by Amit Shah
· 15 years ago
203baab
virtio: console: Introduce function to hand off data from host to readers
by Amit Shah
· 15 years ago
2658a79a
virtio: console: Separate out find_vqs operation into a different function
by Amit Shah
· 15 years ago
cfa6d37
virtio: console: Separate out console init into a new function
by Amit Shah
· 15 years ago
4f23c57
virtio: console: Separate out console-specific data into a separate struct
by Amit Shah
· 15 years ago
cb06e36
virtio: console: ensure console size is updated on hvc open
by Amit Shah
· 15 years ago
1c85bf3
virtio: console: struct ports for multiple ports per device.
by Amit Shah
· 15 years ago
d8a02bd
virtio: console: remove global var
by Rusty Russell
· 15 years ago
38edf58
virtio: console: don't assume a single console port.
by Amit Shah
· 15 years ago
73954488
virtio: console: use vdev->priv to avoid accessing global var.
by Rusty Russell
· 15 years ago
a3cde44
virtio: console: introduce a get_inbuf helper to fetch bufs from in_vq
by Amit Shah
· 15 years ago
e27b519
virtio: console: ensure add_inbuf can work for multiple ports as well
by Amit Shah
· 15 years ago
fdb9a05
virtio: console: encapsulate buffer information in a struct
by Amit Shah
· 15 years ago
21206ed
virtio: console: port encapsulation
by Rusty Russell
· 15 years ago
f550804
virtio: console: We support only one device at a time
by Amit Shah
· 15 years ago
1dff399
hvc_console: make the ops pointer const.
by Rusty Russell
· 15 years ago
971f339
virtio: console: statically initialize virtio_cons
by Rusty Russell
· 15 years ago
a23ea92
virtio: console: comment cleanup
by Rusty Russell
· 15 years ago
3b87062
virtio: Initialize vq->data entries to NULL
by Amit Shah
· 15 years ago
c021eac
virtio: Add ability to detach unused buffers from vrings
by Shirley Ma
· 15 years ago
69740c8
virtio_blk: add block topology support
by Christoph Hellwig
· 15 years ago
d57ed95
virtio: use smp_XX barriers on SMP
by Michael S. Tsirkin
· 15 years ago
97a545a
virtio: remove bogus barriers from DEBUG version of virtio_ring.c
by Rusty Russell
· 15 years ago
169c246
virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQ
by Rusty Russell
· 15 years ago
1f34c71
virtio: Fix scheduling while atomic in virtio_balloon stats
by Adam Litke
· 15 years ago
9564e13
virtio: Add memory statistics reporting to the balloon driver (V4)
by Adam Litke
· 15 years ago
1f08b83
Add __devexit_p around reference to virtio_pci_remove
by Jamie Lokier
· 15 years ago
75ef7cd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
be64c97
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 15 years ago
34e3f91
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
7bc5e3f
x86/PCI: use host bridge _CRS info by default on 2008 and newer machines
by Bjorn Helgaas
· 15 years ago
2fe2abf
PCI: augment bus resource table with a list
by Bjorn Helgaas
· 15 years ago
89a74ec
PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs
by Bjorn Helgaas
· 15 years ago
2adf751
PCI: read bridge windows before filling in subtractive decode resources
by Bjorn Helgaas
· 15 years ago
fa27b2d
PCI: split up pci_read_bridge_bases()
by Bjorn Helgaas
· 15 years ago
675c607
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 15 years ago
662a96b
tc35815: Remove a wrong netif_wake_queue() call which triggers BUG_ON
by Atsushi Nemoto
· 15 years ago
cac43a1
cdc_ether: new PID for Ericsson C3607w to the whitelist (resubmit)
by Torgny Johansson
· 15 years ago
b5abb02
e1000: Fix DMA mapping error handling on RX
by Anton Blanchard
· 15 years ago
4e4ddd4
drm/vmwgfx: Fix queries if no dma buffer thrashing is occuring.
by Thomas Hellstrom
· 15 years ago
f7072e0
Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-linus
by Dave Airlie
· 15 years ago
b2cb9dc
Merge branch 'pcc' into release
by Len Brown
· 15 years ago
e4f23f6
Merge branches 'bugzilla-14207' and 'idle' into release
by Len Brown
· 15 years ago
89f3f21
efifb: fix framebuffer handoff
by Marcin Slusarz
· 15 years ago
115079a
geode-mfgpt: restore previous behavior for selecting IRQ
by Jens Rottmann
· 15 years ago
6c42966
drm/nv50: fix vram ptes on IGPs to point at stolen system memory
by Ben Skeggs
· 15 years ago
76befb8
drm/nv50: fix instmem binding on IGPs to point at stolen system memory
by Ben Skeggs
· 15 years ago
531e771
drm/nv50: improve vram page table construction
by Ben Skeggs
· 15 years ago
4c27bd3
drm/nv50: more efficient clearing of gpu page table entries
by Ben Skeggs
· 15 years ago
66b6eba
drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vram
by Ben Skeggs
· 15 years ago
e7e65ca
drm/nouveau: Fix up pre-nv17 analog load detection.
by Francisco Jerez
· 15 years ago
b16694f
PCIe PME: use pci_pcie_cap()
by Kenji Kaneshige
· 15 years ago
6cbf821
PCI PM: Run-time callbacks for PCI bus type
by Rafael J. Wysocki
· 15 years ago
552be54
PCIe PME: use pci_is_pcie()
by Kenji Kaneshige
· 15 years ago
b67ea76
PCI / ACPI / PM: Platform support for PCI PME wake-up
by Rafael J. Wysocki
· 15 years ago
3f0be67
ACPI / ACPICA: Multiple system notify handlers per device
by Rafael J. Wysocki
· 15 years ago
f517709
ACPI / PM: Add more run-time wake-up fields
by Rafael J. Wysocki
· 15 years ago
9630bdd
ACPI: Use GPE reference counting to support shared GPEs
by Rafael J. Wysocki
· 15 years ago
c39fae1
PCI PM: Make it possible to force using INTx for PCIe PME signaling
by Rafael J. Wysocki
· 15 years ago
c7f4865
PCI PM: PCIe PME root port service driver
by Rafael J. Wysocki
· 15 years ago
58ff463
PCI PM: Add function for checking PME status of devices
by Rafael J. Wysocki
· 15 years ago
9958610
PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_ranges
by Yinghai Lu
· 15 years ago
32180e4
PCI: pciehp: second try to get big range for pcie devices
by Yinghai Lu
· 15 years ago
9789ac9
PCI: pciehp: cleanup flow in pciehp_configure_device
by Yinghai Lu
· 15 years ago
6841ec6
PCI: introduce pci_assign_unassigned_bridge_resources
by Yinghai Lu
· 15 years ago
977d17b
PCI: update bridge resources to get more big ranges in PCI assign unssigned
by Yinghai Lu
· 15 years ago
d65245c
PCI: don't shrink bridge resources
by Yinghai Lu
· 15 years ago
cd81e1e
PCI: reject mmio ranges starting at 0 on pci_bridge read
by Yinghai Lu
· 15 years ago
568ddef
PCI: add failed_list to pci_bus_assign_resources
by Yinghai Lu
· 15 years ago
5009b46
PCI: add pci_bridge_release_resources and pci_bus_release_bridge_resources
by Yinghai Lu
· 15 years ago
Next »