index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
|
HID: hid-lg4ff: Make lg4ff_wheel_data a separate structure
Michal Malý
2015-05-07
1
-78
/
+88
|
|
|
*
|
|
HID: hid-lg: Check return values from lg[N]ff_init()
Michal Malý
2015-05-07
1
-4
/
+7
|
|
|
*
|
|
HID: hid-lg4ff: Update a warning message
Michal Malý
2015-05-07
1
-2
/
+3
|
|
|
*
|
|
HID: hid-lg4ff: Explicit casts from void * are not necessary
Michal Malý
2015-05-07
1
-2
/
+2
|
|
|
*
|
|
HID: hid-lg4ff: Remove unused variable from the "lg4ff_device_entry" struct.
Michal Malý
2015-05-07
1
-1
/
+0
|
|
|
*
|
|
HID: hid-lg4ff: Replace DEVICE_ATTR_RW with DEVICE_ATTR to have all internal ...
Michal Malý
2015-05-07
1
-6
/
+6
|
|
|
*
|
|
HID: hid-lg4ff: Remove "hid_" prefix from some functions' names
Michal Malý
2015-05-07
1
-14
/
+14
|
|
|
*
|
|
HID: hid-lg4ff: Remove double underscore prefix from numeric types
Michal Malý
2015-05-07
2
-28
/
+28
|
|
|
*
|
|
HID: make timeout HZ independent
Nicholas Mc Guire
2015-05-07
1
-1
/
+2
|
|
|
|
|
/
|
|
|
|
/
|
|
|
*
|
|
HID: cypress: use swap() in cp_report_fixup()
Fabian Frederick
2015-06-18
1
-5
/
+1
|
|
*
|
|
HID: microsoft: Add Surface Power Cover
Raimund Roth
2015-06-18
4
-1
/
+7
|
|
*
|
|
usb, HID: Remove Vernier devices from lsusb and hid_ignore_list
Dennis O'Brien
2015-06-01
3
-22
/
+0
|
|
*
|
|
HID: lenovo: Remove sysfs group on failure path
Alexey Khoroshilov
2015-05-29
1
-2
/
+7
|
|
*
|
|
HID: hid-input: Fix coding style issue
James C Boyd
2015-05-28
1
-1
/
+2
|
|
*
|
|
HID: hid-input: Simplify conditional expression
James C Boyd
2015-05-28
1
-1
/
+1
|
|
*
|
|
HID: hid-input: Add parentheses to quell gcc warning
James C Boyd
2015-05-28
1
-1
/
+1
|
|
*
|
|
HID: Makefile: fix alignment of objs-* entries
Antonio Ospite
2015-05-26
1
-3
/
+3
|
|
*
|
|
HID: i2c-hid: fix harmless test_bit() issue
Dan Carpenter
2015-05-18
1
-3
/
+3
|
|
*
|
|
HID: rmi: fix some harmless BIT() mistakes
Dan Carpenter
2015-05-18
1
-3
/
+3
|
|
*
|
|
HID: core: remove phidgets from ignore list
Sean Young
2015-05-12
2
-24
/
+0
|
|
*
|
|
HID: prodikeys: remove unused variable
Jiri Slaby
2015-05-07
1
-2
/
+1
|
|
*
|
|
HID: usbhid: Add a quirk for raphnet multi-gamepad adapters
Raphael Assenat
2015-04-27
2
-0
/
+10
|
|
|
/
/
|
*
|
|
HID: usbhid: add Chicony/Pixart usb optical mouse that needs QUIRK_ALWAYS_POLL
Herton R. Krzesinski
2015-05-25
2
-0
/
+2
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia
Linus Torvalds
2015-06-23
15
-264
/
+249
|
\
\
\
\
|
*
|
|
|
pcmcia: do not break rsrc_nonstatic when handling anonymous cards
Dominik Brodowski
2015-06-16
2
-21
/
+27
|
*
|
|
|
pcmcia: Fix resource leaks in yenta_probe() and _close()
Takeshi Yoshimura
2015-06-14
1
-12
/
+21
|
*
|
|
|
Disable write buffering on Toshiba ToPIC95
Ryan Underwood
2015-06-13
1
-0
/
+16
|
*
|
|
|
pcmcia: Convert dev_printk to dev_<level>
Joe Perches
2015-05-30
9
-155
/
+126
|
*
|
|
|
pcmcia/vrc4171: Remove typedefs for enums and struct
Himangi Saraogi
2015-05-30
1
-15
/
+15
|
*
|
|
|
pcmcia: Remove typedef in structs and emum
Himangi Saraogi
2015-05-30
1
-17
/
+17
|
*
|
|
|
pcmcia: Remove typedef tuple_flags
Himangi Saraogi
2015-05-30
1
-6
/
+6
|
*
|
|
|
drivers: pcmcia: electra_cf.c fix checkpatch error and warnings
Laurent Navet
2015-05-30
1
-5
/
+5
|
*
|
|
|
drivers: pcmcia: ds.c fix checkpatch errors
Laurent Navet
2015-05-30
1
-8
/
+9
|
*
|
|
|
PCMCIA: Remove commented references to dead class_device_create_file()
Robert P. J. Day
2015-05-30
3
-21
/
+0
|
*
|
|
|
drivers/pcmcia/electra_cf.c: add missing iounmap and kfree
Julia Lawall
2015-05-30
1
-3
/
+6
|
*
|
|
|
pcmcia: replace open-coded ARRAY_SIZE with macro
Jim Cromie
2015-05-30
1
-1
/
+1
*
|
|
|
|
Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-06-23
76
-1125
/
+1396
|
\
\
\
\
\
|
|
\
\
\
\
|
|
\
\
\
\
|
*
-
.
\
\
\
\
Merge branches 'pci/host-xgene' and 'pci/hotplug' into next
Bjorn Helgaas
2015-06-19
5
-239
/
+98
|
|
\
\
\
\
\
\
|
|
|
*
|
|
|
|
PCI: pciehp: Inline the "handle event" functions into the ISR
Bjorn Helgaas
2015-06-18
3
-118
/
+32
|
|
|
*
|
|
|
|
PCI: pciehp: Rename queue_interrupt_event() to pciehp_queue_interrupt_event()
Bjorn Helgaas
2015-06-18
1
-6
/
+6
|
|
|
*
|
|
|
|
PCI: pciehp: Make queue_interrupt_event() void
Bjorn Helgaas
2015-06-18
1
-7
/
+6
|
|
|
*
|
|
|
|
PCI: pciehp: Clean up debug logging
Bjorn Helgaas
2015-06-18
3
-111
/
+20
|
|
*
|
|
|
|
|
PCI: xgene: Allow config access to Root Port even when link is down
Duc Dang
2015-06-18
1
-3
/
+1
|
|
*
|
|
|
|
|
PCI: xgene: Disable Configuration Request Retry Status for v1 silicon
Duc Dang
2015-06-18
1
-1
/
+40
|
*
|
|
|
|
|
|
Merge branch 'pci/resource' into next
Bjorn Helgaas
2015-06-18
1
-2
/
+15
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
x86/PCI: Use host bridge _CRS info on systems with >32 bit addressing
Bjorn Helgaas
2015-06-18
1
-2
/
+4
|
|
*
|
|
|
|
|
|
x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
Bjorn Helgaas
2015-06-10
1
-0
/
+11
|
|
|
|
|
|
|
|
|
|
|
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
|
*
-
-
-
-
-
-
-
-
-
.
\
\
\
\
\
\
\
Merge branches 'pci/host-designware', 'pci/host-designware-common', 'pci/host...
Bjorn Helgaas
2015-06-16
19
-192
/
+1033
|
|
\
\
\
\
\
\
\
\
\
\
\
\
\
|
|
|
|
|
|
|
|
|
/
/
/
/
/
/
|
|
|
|
|
|
|
|
/
|
|
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
arm64: dts: Add APM X-Gene PCIe MSI nodes
Duc Dang
2015-06-05
1
-0
/
+27
|
|
|
|
|
|
|
*
|
|
|
|
|
|
PCI: xgene: Add APM X-Gene v1 PCIe MSI/MSIX termination driver
Duc Dang
2015-06-05
6
-0
/
+703
[prev]
[next]