Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
81cd584394e54514c57b18e0f23e0b5ca40070b2
81cd584
HID: hidraw: fix indentation
by Antonio Ospite
· 15 years ago
fe6065d
HID: add multi-input quirk for eGalax Touchcontroller
by Peter Hutterer
· 15 years ago
bf28062
HID: add support for BTC Emprex 3009URF III Vista MCE Remote
by Wayne Thomas
· 15 years ago
15d8ee9
HID: wacom: add ABI doc entry for speed attribute
by Przemo Firszt
· 15 years ago
96a7813
HID: fix build failure
by Jiri Kosina
· 15 years ago
4afb032
HID: fix support for Wacom Intuos 4 wireless
by Jiri Kosina
· 15 years ago
ed9eac5
HID: add support for the Wacom Intuos 4 wireless
by Bastien Nocera
· 15 years ago
18392212
HID: add mappings for a few keys found on Logitech MX3200
by Lorenzo Castelli
· 15 years ago
b5e5a37
HID: add HID_QUIRK_HIDDEV_FORCE and HID_QUIRK_NO_IGNORE
by Bastien Nocera
· 15 years ago
75c28df
HID: non-overlapping zeroing of extra bits
by Pete Zaitcev
· 15 years ago
6dec143
HID: add support for 3M multitouch 22" display
by Stephane Chatty
· 15 years ago
3d61510
HID: usbhid: enable remote wakeup for keyboards
by Alan Stern
· 15 years ago
20a3ce7e
HID: add sysfs speed attribute for wacom bluetooth tablet
by Przemo Firszt
· 15 years ago
06c7c31
HID: separate mode switching function for wacom bluetooth driver
by Przemo Firszt
· 15 years ago
59d2334
HID: expose wacom pen tablet battery through power_supply class
by Przemo Firszt
· 15 years ago
4da361b
HID: register debugfs entries before adding device
by Bruno Prémont
· 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
dbd0042
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 15 years ago
c36f74e
netlabel: fix export of SELinux categories > 127
by Joshua Roys
· 15 years ago
7491612
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 15 years ago
453d313
ahci: disable FPDMA auto-activate optimization on NVIDIA AHCI
by Robert Hancock
· 15 years ago
baac35c
security: fix error return path in ima_inode_alloc
by Xiaotian Feng
· 15 years ago
60b341b
Linux 2.6.33
by Linus Torvalds
· 15 years ago
1e6c5c4
Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
by Linus Torvalds
· 15 years ago
46fe243
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 15 years ago
5fd4514
parisc: Set PCI CLS early in boot.
by Carlos O'Donell
· 15 years ago
7b1f94b
Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze
by Linus Torvalds
· 15 years ago
83d90ad
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
83b4d17
microblaze: Fix out_le32() macro
by Steven J. Magnani
· 15 years ago
0d670b2
microblaze: Fix cache loop function for cache range
by Michal Simek
· 15 years ago
c610028
Add MAINTAINERS entry for virtio_console
by Amit Shah
· 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
28ff4ef
lguest: remove unneeded zlib.h include in example launcher
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
c4d4979
net: bug fix for vlan + gro issue
by Ajit Khaparde
· 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
f7624c9
[IA64] Fix broken sn2 build
by Hedi Berriche
· 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
e79dc48
IPv6: better document max_addresses parameter
by Brian Haley
· 15 years ago
f5ca850
MAINTAINERS: update mv643xx_eth maintenance status
by Lennert Buytenhek
· 15 years ago
b5abb02
e1000: Fix DMA mapping error handling on RX
by Anton Blanchard
· 15 years ago
79da0644
Revert "block: improve queue_should_plug() by looking at IO depths"
by Jens Axboe
· 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
9f3a628
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 15 years ago
26b0833
Merge branch 'parisc/tracehook' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland
by Linus Torvalds
· 15 years ago
a17e187
fs/exec.c: fix initial stack reservation
by Michael Neuling
· 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
d2e7276
idr: fix a critical misallocation bug, take#2
by Tejun Heo
· 15 years ago
7011883
kernel/sys.c: fix missing rcu protection for sys_getpriority()
by Tetsuo Handa
· 15 years ago
5a2d419
memcg: fix oom killing a child process in an other cgroup
by KAMEZAWA Hiroyuki
· 15 years ago
Next »