index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-23
HID: logitech-dj: rename dj_receiver_dev.hdev to dj_receiver_dev.hidpp
Hans de Goede
1
-12
/
+10
2019-04-23
HID: logitech-dj: protect the paired_dj_devices access in add_djhid_dev with ...
Hans de Goede
1
-0
/
+6
2019-04-23
HID: logitech-dj: remove unused querying_devices variable
Hans de Goede
1
-5
/
+0
2019-04-23
HID: logitech-dj: do not schedule the dj report itself
Benjamin Tissoires
1
-51
/
+85
2019-04-23
HID: logitech-dj: remove USB dependency
Benjamin Tissoires
1
-33
/
+35
2019-04-23
HID: logitech-dj: declare and use a few HID++ 1.0 constants
Benjamin Tissoires
1
-3
/
+12
2019-04-23
HID: logitech-dj: use BIT() macro for RF Report types
Benjamin Tissoires
1
-6
/
+6
2019-04-23
HID: logitech-dj: fix variable naming in logi_dj_hidpp_event
Benjamin Tissoires
1
-3
/
+10
2019-04-23
HID: logitech-dj: reshuffle logi_dj_recv_forward_*
Benjamin Tissoires
1
-7
/
+7
2019-04-23
HID: logitech: Stop setting drvdata to NULL on probe failure and remove
Benjamin Tissoires
2
-7
/
+3
2019-04-23
HID: quirks: do not blacklist Logitech devices
Benjamin Tissoires
1
-5
/
+0
2019-04-23
HID: intel-ish-hid: Add Comet Lake PCI device ID
Srinivas Pandruvada
2
-0
/
+2
2019-04-11
Revert "HID: i2c-hid: Disable runtime PM on Synaptics touchpad"
Hui Wang
2
-3
/
+0
2019-04-03
HID: input: add mapping for Assistant key
Dmitry Torokhov
1
-0
/
+1
2019-04-01
HID: i2c-hid: Disable runtime PM on Synaptics touchpad
Hui Wang
2
-0
/
+3
2019-04-01
HID: logitech-hidpp: change low battery level threshold from 31 to 30 percent
Hans de Goede
1
-1
/
+5
2019-04-01
HID: logitech-hidpp: remove hidpp_is_connected()
Hans de Goede
1
-7
/
+2
2019-04-01
HID: logitech-hidpp: simplify printing of HID++ version
Hans de Goede
1
-14
/
+6
2019-03-27
HID: quirks: Fix keyboard + touchpad on Lenovo Miix 630
Jeffrey Hugo
1
-1
/
+4
2019-03-20
HID: logitech: Handle 0 scroll events for the m560
Peter Hutterer
1
-2
/
+3
2019-03-19
HID: debug: fix race condition with between rdesc_show() and device removal
He, Bo
1
-0
/
+5
2019-03-19
HID: logitech: check the return value of create_singlethread_workqueue
Kangjie Lu
1
-1
/
+7
2019-03-18
HID: Increase maximum report size allowed by hid_field_extract()
Kai-Heng Feng
1
-3
/
+3
2019-03-18
HID: steam: fix deadlock with input devices.
Rodrigo Rivas Costa
1
-7
/
+19
2019-03-11
HID: uclogic: remove redudant duplicated null check on ver_ptr
Colin Ian King
1
-4
/
+0
2019-03-11
HID: quirks: Drop misused kernel-doc annotation
Andy Shevchenko
1
-1
/
+1
2019-03-11
HID: hid-asus: select CONFIG_POWER_SUPPLY
Arnd Bergmann
1
-0
/
+1
2019-03-11
HID: quirks: use correct format chars in dbg_hid
Louis Taylor
1
-2
/
+2
2019-03-08
samples/mic/mpssd/mpssd.h: remove duplicate header
Brajeswar Ghosh
1
-3
/
+0
2019-03-08
kernel/fork.c: remove duplicated include
YueHaibing
1
-1
/
+0
2019-03-08
include/linux/relay.h: fix percpu annotation in struct rchan
Luc Van Oostenryck
1
-1
/
+1
2019-03-08
arch/nios2/mm/fault.c: remove duplicate include
Sabyasachi Gupta
1
-1
/
+0
2019-03-08
unicore32: stop printing the virtual memory layout
Geert Uytterhoeven
1
-24
/
+0
2019-03-08
MAINTAINERS: fix GTA02 entry and mark as orphan
Jann Horn
1
-2
/
+3
2019-03-08
mm: create the new vm_fault_t type
Souptick Joarder
3
-48
/
+73
2019-03-08
arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()
Mike Rapoport
3
-25
/
+8
2019-03-08
arch: simplify several early memory allocations
Mike Rapoport
10
-43
/
+18
2019-03-08
openrisc: simplify pte_alloc_one_kernel()
Mike Rapoport
1
-7
/
+4
2019-03-08
sh: prefer memblock APIs returning virtual address
Mike Rapoport
2
-16
/
+7
2019-03-08
microblaze: prefer memblock API returning virtual address
Mike Rapoport
1
-2
/
+3
2019-03-08
powerpc: prefer memblock APIs returning virtual address
Mike Rapoport
9
-51
/
+44
2019-03-08
lib/lzo: separate lzo-rle from lzo
Dave Rodgman
8
-17
/
+226
2019-03-08
lib/lzo: implement run-length encoding
Dave Rodgman
5
-43
/
+181
2019-03-08
lib/lzo: fast 8-byte copy on arm64
Matt Sealey
1
-1
/
+1
2019-03-08
lib/lzo: 64-bit CTZ on arm64
Matt Sealey
1
-1
/
+1
2019-03-08
lib/lzo: tidy-up ifdefs
Dave Rodgman
1
-4
/
+4
2019-03-08
ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_size
Gustavo A. R. Silva
1
-5
/
+1
2019-03-08
ipc: annotate implicit fall through
Mathieu Malaterre
1
-0
/
+1
2019-03-08
init/initramfs.c: provide more details in error messages
David Engraf
1
-3
/
+3
2019-03-08
lib/ubsan: default UBSAN_ALIGNMENT to not set
Anders Roxell
1
-5
/
+9
[next]