Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | livepatch/module: make TAINT_LIVEPATCH module-specific | Josh Poimboeuf | 2016-08-26 | 2 | -7/+9 | |
| * | | | Documentation: livepatch: add section about arch-specific code | Jessica Yu | 2016-08-18 | 1 | -4/+16 | |
| * | | | livepatch/x86: apply alternatives and paravirt patches after relocations | Jessica Yu | 2016-08-18 | 2 | -0/+66 | |
| * | | | livepatch: use arch_klp_init_object_loaded() to finish arch-specific tasks | Jessica Yu | 2016-08-18 | 2 | -3/+16 | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-10-07 | 48 | -672/+9645 | |
|\ \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| | \ \ \ | ||||||
| *-------------. \ \ \ | Merge branches 'for-4.8/upstream-fixes', 'for-4.9/alps', 'for-4.9/hid-input',... | Jiri Kosina | 2016-10-07 | 47 | -630/+9597 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | * | | | | HID: wacom - add touch_arbitration parameter to wacom module | Ping Cheng | 2016-08-10 | 1 | -27/+36 | |
| | | | | | | | | * | | | | HID: wacom: Augment 'oVid' and 'oPid' with heuristics for HID_GENERIC | Jason Gerecke | 2016-08-10 | 2 | -13/+72 | |
| | | | | | | | | * | | | | HID: wacom: Add WACOM_DEVICETYPE_DIRECT for Cintiqs and similar | Jason Gerecke | 2016-08-10 | 2 | -19/+40 | |
| | | | | | | | | * | | | | HID: wacom: power_supply: provide the actual model_name | Benjamin Tissoires | 2016-08-05 | 3 | -0/+13 | |
| | | | | | | | | * | | | | HID: wacom: power_supply: remove ac information | Benjamin Tissoires | 2016-08-05 | 2 | -51/+1 | |
| | | | | | | | | * | | | | HID: wacom: power_supply: mark the type as USB | Benjamin Tissoires | 2016-08-05 | 1 | -1/+1 | |
| | | | | | | | | * | | | | HID: wacom: leds: handle Cintiq 24HD leds buttons | Benjamin Tissoires | 2016-08-05 | 1 | -3/+35 | |
| | | | | | | | | * | | | | HID: wacom: leds: make sure Cintiq 21UX2 and 24HD control the right LEDs | Benjamin Tissoires | 2016-08-05 | 1 | -0/+9 | |
| | | | | | | | | * | | | | HID: wacom: leds: handle the switch of the LEDs directly in the kernel | Benjamin Tissoires | 2016-08-05 | 4 | -3/+118 | |
| | | | | | | | | * | | | | HID: wacom: leds: actually release the LEDs on disconnect | Benjamin Tissoires | 2016-08-05 | 2 | -1/+27 | |
| | | | | | | | | * | | | | HID: wacom: leds: use the ledclass instead of custom made sysfs files | Benjamin Tissoires | 2016-08-05 | 3 | -10/+209 | |
| | | | | | | | | * | | | | HID: wacom: EKR: attach the power_supply on first connection | Benjamin Tissoires | 2016-08-05 | 1 | -6/+30 | |
| | | | | | | | | * | | | | HID: wacom: EKR: have one power_supply per remote | Benjamin Tissoires | 2016-08-05 | 4 | -93/+109 | |
| | | | | | | | | * | | | | HID: wacom: EKR: allocate one input node per remote | Benjamin Tissoires | 2016-08-05 | 3 | -5/+62 | |
| | | | | | | | | * | | | | HID: wacom: EKR: have one array of struct remotes instead of many arrays | Benjamin Tissoires | 2016-08-05 | 3 | -29/+32 | |
| | | | | | | | | * | | | | HID: wacom: EKR: use devres groups to manage resources | Benjamin Tissoires | 2016-08-05 | 1 | -16/+28 | |
| | | | | | | | | * | | | | HID: wacom: EKR: have proper allocator and destructor | Benjamin Tissoires | 2016-08-05 | 1 | -40/+53 | |
| | | | | | | | | * | | | | HID: wacom: rework fail path in probe() and parse_and_register() | Benjamin Tissoires | 2016-08-05 | 1 | -23/+14 | |
| | | | | | | | | * | | | | HID: wacom: EKR: have the wacom resources dynamically allocated | Benjamin Tissoires | 2016-08-05 | 4 | -66/+94 | |
| | | | | | | | | * | | | | HID: wacom: EKR: add a worker to add/remove resources on addition/removal | Benjamin Tissoires | 2016-08-05 | 4 | -38/+113 | |
| | | | | | | | | * | | | | HID: wacom: leds: dynamically allocate LED groups | Benjamin Tissoires | 2016-08-05 | 3 | -17/+78 | |
| | | | | | | | | * | | | | HID: wacom: devres manage the shared data too | Benjamin Tissoires | 2016-08-05 | 1 | -34/+39 | |
| | | | | | | | | * | | | | HID: wacom: use devres to allocate driver data | Benjamin Tissoires | 2016-08-05 | 1 | -3/+1 | |
| | | | | | | | | * | | | | HID: wacom: use devm_kasprintf for allocating the name of the remote | Benjamin Tissoires | 2016-08-05 | 1 | -8/+6 | |
| | | | | | | | | * | | | | HID: wacom: convert LEDs to devres | Benjamin Tissoires | 2016-08-05 | 2 | -51/+45 | |
| | | | | | | | | * | | | | HID: wacom: put the managed resources in a group | Benjamin Tissoires | 2016-08-05 | 4 | -43/+32 | |
| | | | | | | | | * | | | | HID: wacom: switch inputs to devres | Benjamin Tissoires | 2016-08-05 | 1 | -18/+16 | |
| | | | | | | | | * | | | | HID: wacom: switch battery to devres | Benjamin Tissoires | 2016-08-05 | 1 | -14/+24 | |
| | | | | | | | | * | | | | HID: wacom: use one work queue per task | Benjamin Tissoires | 2016-08-05 | 3 | -15/+29 | |
| | | | | | | | | * | | | | HID: wacom: untie leds from inputs | Benjamin Tissoires | 2016-08-05 | 1 | -9/+11 | |
| | | | | | | | | * | | | | HID: wacom: remove cleanup of wacom->remote_dir from wacom_clean_inputs() | Benjamin Tissoires | 2016-08-05 | 1 | -11/+14 | |
| | | | | | | | | * | | | | HID: wacom: store the type in wacom->shared for INTUOSHT and INTUOSHT2 | Benjamin Tissoires | 2016-08-05 | 1 | -2/+3 | |
| | | | | | | | | * | | | | HID: wacom: actually report the battery level for wireless connected | Benjamin Tissoires | 2016-08-05 | 1 | -1/+2 | |
| | | | | | | | * | | | | | HID: add missing \n to end of dev_warn messages | Colin Ian King | 2016-09-29 | 1 | -2/+2 | |
| | | | | | | | * | | | | | HID: alps: fix error return code in alps_input_configured() | Wei Yongjun | 2016-09-22 | 1 | -2/+3 | |
| | | | | | | | * | | | | | HID: support for keyboard - Corsair STRAFE | Marian Krivoš | 2016-09-19 | 2 | -0/+2 | |
| | | | | | | | * | | | | | HID: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 2016-08-02 | 1 | -1/+1 | |
| | | | | | | | |/ / / / | ||||||
| | | | | | | * | | | | | HID: sony: Update copyright and add Dualshock 4 rate control note | Frank Praznik | 2016-09-26 | 1 | -1/+12 | |
| | | | | | | * | | | | | HID: sony: Defer the initial USB Sixaxis output report | Frank Praznik | 2016-09-26 | 1 | -4/+25 | |
| | | | | | | * | | | | | HID: sony: Relax duplicate checking for USB-only devices | Frank Praznik | 2016-09-26 | 1 | -8/+32 | |
| | | | | | | |/ / / / | ||||||
| | | | | | * | | | | | HID: hid-logitech: Documentation updates/corrections | Simon Wood | 2016-09-26 | 2 | -9/+20 | |
| | | | | | * | | | | | HID: hid-logitech: Improve Wingman Formula Force GP support | Simon Wood | 2016-09-26 | 2 | -1/+60 | |
| | | | | | * | | | | | HID: hid-logitech: Rewrite of descriptor for all DF wheels | Simon Wood | 2016-09-26 | 1 | -14/+1 | |
| | | | | | * | | | | | HID: hid-logitech: Compute combined pedals value | Simon Wood | 2016-09-26 | 1 | -0/+17 |