index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tlclk.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-10
HID: hidraw, uhid: Always report EPOLLOUT
Jiri Kosina
2
-5
/
+7
2020-01-09
HID: steam: Fix input device disappearing
Rodrigo Rivas Costa
1
-0
/
+4
2019-12-29
HID: intel-ish-hid: ipc: Add Tiger Lake PCI device ID
Srinivas Pandruvada
2
-0
/
+2
2019-12-19
drivers/hid/hid-multitouch.c: fix a possible null pointer access.
Pan Zhang
1
-1
/
+1
2019-12-18
hid-logitech-hidpp: read battery voltage from newer devices
Pedro Vanzella
1
-4
/
+168
2019-12-18
HID: logitech: Add MX Master 3 Mouse
Adrian Freund
1
-0
/
+5
2019-12-18
HID: logitech-hidpp: Support WirelessDeviceStatus connect events
Mazin Rezk
1
-4
/
+35
2019-12-18
HID: logitech-hidpp: Support translations from short to long reports
Mazin Rezk
1
-6
/
+24
2019-12-18
HID: wacom: Recognize new MobileStudio Pro PID
Jason Gerecke
1
-2
/
+4
2019-12-18
HID: intel-ish-hid: ipc: add CMP device id
Even Xu
2
-0
/
+2
2019-12-18
HID: hiddev: fix mess in hiddev_open()
Dmitry Torokhov
1
-55
/
+42
2019-12-13
HID: hid-input: clear unmapped usages
Dmitry Torokhov
1
-4
/
+12
2019-12-13
HID: Add quirk for incorrect input length on Lenovo Y720
Pavel Balan
2
-3
/
+14
2019-12-13
HID: asus: Ignore Asus vendor-page usage-code 0xff events
Hans de Goede
1
-1
/
+2
2019-12-13
HID: ite: Add USB id match for Acer SW5-012 keyboard dock
Hans de Goede
2
-0
/
+4
2019-12-13
HID: Add quirk for Xin-Mo Dual Controller
Priit Laes
1
-0
/
+1
2019-12-11
HID: hidraw: add support uniq ioctl
Marcel Holtmann
2
-0
/
+10
2019-12-11
HID: Fix slab-out-of-bounds read in hid_field_extract
Alan Stern
1
-0
/
+6
2019-12-09
HID: multitouch: Add LG MELF0410 I2C touchscreen support
Aaron Ma
2
-0
/
+4
2019-12-09
HID: uhid: Fix returning EPOLLOUT from uhid_char_poll
Marcel Holtmann
1
-1
/
+1
2019-12-09
HID: hidraw: Fix returning EPOLLOUT from hidraw_poll
Marcel Holtmann
1
-2
/
+2
2019-11-29
powerpc/fixmap: fix crash with HIGHMEM
Christophe Leroy
1
-0
/
+6
2019-11-29
x86/efi: remove unused variables
YueHaibing
1
-5
/
+0
2019-11-29
x86/mce/therm_throt: Mask out read-only and reserved MSR bits
Srinivas Pandruvada
1
-5
/
+12
2019-11-28
pinctrl: Fix warning by adding missing MODULE_LICENSE
Rahul Tanwar
1
-0
/
+1
2019-11-27
net: usb: aqc111: Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-2
/
+2
2019-11-27
net: phy: Use the correct style for SPDX License Identifier
Nishad Kamdar
5
-6
/
+6
2019-11-27
net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stalling
Alexander Lobakin
1
-2
/
+11
2019-11-27
net: mscc: ocelot: use skb queue instead of skbs list
Yangbo Lu
2
-44
/
+19
2019-11-27
net: mscc: ocelot: avoid incorrect consuming in skbs list
Yangbo Lu
1
-0
/
+1
2019-11-27
CIFS: fix a white space issue in cifs_get_inode_info()
Dan Carpenter via samba-technical
1
-1
/
+2
2019-11-27
powerpc: Define arch_is_kernel_initmem_freed() for lockdep
Michael Ellerman
1
-0
/
+14
2019-11-27
gve: Fix the queue page list allocated pages count
Jeroen de Borst
1
-1
/
+2
2019-11-27
net: inet_is_local_reserved_port() port arg should be unsigned short
Maciej Żenczykowski
1
-2
/
+2
2019-11-27
openvswitch: fix flow command message size
Paolo Abeni
1
-1
/
+5
2019-11-26
net: phy: dp83869: Fix return paths to return proper values
Dan Murphy
1
-23
/
+26
2019-11-26
net: psample: fix skb_over_panic
Nikolay Aleksandrov
1
-1
/
+1
2019-11-26
net: usbnet: Fix -Wcast-function-type
Phong Tran
1
-1
/
+8
2019-11-26
net: hso: Fix -Wcast-function-type
Phong Tran
1
-2
/
+3
2019-11-26
io_uring: make poll->wait dynamically allocated
Jens Axboe
1
-12
/
+17
2019-11-26
io-wq: shrink io_wq_work a bit
Jens Axboe
2
-15
/
+67
2019-11-26
io-wq: fix handling of NUMA node IDs
Jann Horn
1
-46
/
+34
2019-11-26
io_uring: use kzalloc instead of kcalloc for single-element allocations
Jann Horn
1
-3
/
+3
2019-11-26
io_uring: cleanup io_import_fixed()
Pavel Begunkov
1
-7
/
+5
2019-11-26
io_uring: inline struct sqe_submit
Pavel Begunkov
1
-91
/
+78
2019-11-26
io_uring: store timeout's sqe->off in proper place
Pavel Begunkov
1
-4
/
+5
2019-11-26
net: disallow ancillary data for __sys_{send,recv}msg_file()
Jens Axboe
1
-6
/
+37
2019-11-26
net: separate out the msghdr copy from ___sys_{send,recv}msg()
Jens Axboe
1
-46
/
+95
2019-11-26
net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)
Maciej Żenczykowski
6
-11
/
+11
2019-11-26
ibmvnic: Serialize device queries
Thomas Falcon
2
-5
/
+51
[next]