Age | Commit message (Expand) | Author | Files | Lines |
2016-05-17 | Merge branch 'for-4.7/upstream' into for-linus | Jiri Kosina | 5 | -24/+31 |
2016-05-17 | Merge branches 'for-4.6/upstream-fixes', 'for-4.7/asus', 'for-4.7/hidraw' and... | Jiri Kosina | 3298 | -126827/+229922 |
2016-05-03 | HID: wacom: add missed stylus_in_proximity line back | Ping Cheng | 1 | -0/+1 |
2016-04-27 | HID: usbhid: quirks for Corsair RGB keyboard & mice (K70R, K95RGB, M65RGB, K7... | Trent Lloyd | 2 | -0/+12 |
2016-04-25 | HID: Fix boot delay for Creative SB Omni Surround 5.1 with quirk | Nazar Mokrynskyi | 2 | -0/+2 |
2016-04-25 | HID: thingm: remove not needed error message | Heiner Kallweit | 1 | -6/+1 |
2016-04-18 | HID: thingm: set new flag LED_HW_PLUGGABLE | Heiner Kallweit | 1 | -0/+1 |
2016-04-18 | HID: thingm: factor out duplicated code to thingm_init_led | Heiner Kallweit | 1 | -28/+15 |
2016-04-12 | HID: wacom: Add support for DTK-1651 | Ping Cheng | 1 | -0/+5 |
2016-04-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 10 | -73/+164 |
2016-04-10 | Merge tag 'mmc-v4.6-rc1' of git://git.linaro.org/people/ulf.hansson/mmc | Linus Torvalds | 5 | -9/+84 |
2016-04-10 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -19/+37 |
2016-04-09 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -32/+53 |
2016-04-09 | Merge tag 'gpio-v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 3 | -45/+95 |
2016-04-09 | Merge tag 'tty-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -3/+2 |
2016-04-09 | Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 21 | -147/+150 |
2016-04-09 | Merge tag 'staging-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 19 | -15/+1369 |
2016-04-09 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 9 | -109/+139 |
2016-04-09 | Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 3 | -10/+16 |
2016-04-09 | Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -52/+261 |
2016-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 5 | -16/+33 |
2016-04-09 | Merge tag 'iommu-fixes-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -8/+9 |
2016-04-09 | i2c: jz4780: really prevent potential division by zero | Wolfram Sang | 1 | -1/+6 |
2016-04-09 | Revert "i2c: jz4780: prevent potential division by zero" | Wolfram Sang | 1 | -1/+1 |
2016-04-08 | Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 97 | -801/+996 |
2016-04-08 | tuntap: restore default qdisc | Jason Wang | 1 | -2/+2 |
2016-04-08 | Merge branches 'pm-core', 'powercap' and 'pm-tools' | Rafael J. Wysocki | 2 | -0/+3 |
2016-04-08 | Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc' | Rafael J. Wysocki | 4 | -52/+258 |
2016-04-08 | gpio: pca953x: Use correct u16 value for register word write | Yong Li | 1 | -1/+2 |
2016-04-08 | gpiolib: Defer gpio device setup until after gpiolib initialization | Guenter Roeck | 1 | -31/+67 |
2016-04-08 | gpiolib: Do not use devm functions when registering gpio chip | Guenter Roeck | 1 | -7/+12 |
2016-04-08 | gpio: pxa: fix legacy non pinctrl aware builds | Robert Jarzmik | 1 | -2/+2 |
2016-04-08 | gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_* | Dmitry Torokhov | 1 | -4/+12 |
2016-04-07 | libnvdimm, pfn: fix nvdimm_namespace_add_poison() vs section alignment | Dan Williams | 3 | -30/+51 |
2016-04-07 | libnvdimm, pfn: fix uuid validation | Dan Williams | 1 | -1/+1 |
2016-04-07 | libnvdimm: fix smart data retrieval | Dan Williams | 1 | -1/+1 |
2016-04-07 | Revert "ib_srpt: Convert to percpu_ida tag allocation" | Bart Van Assche | 2 | -17/+40 |
2016-04-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -3/+3 |
2016-04-07 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -4/+31 |
2016-04-07 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 31 | -166/+400 |
2016-04-07 | PM / wakeirq: fix wakeirq setting after wakup re-configuration from sysfs | Strashko, Grygorii | 1 | -0/+2 |
2016-04-07 | intel_idle: Add KBL support | Len Brown | 1 | -0/+2 |
2016-04-07 | intel_idle: Add SKX support | Len Brown | 1 | -0/+34 |
2016-04-07 | intel_idle: Clean up all registered devices on exit. | Richard Cochran | 1 | -1/+8 |
2016-04-07 | intel_idle: Propagate hot plug errors. | Richard Cochran | 1 | -2/+5 |
2016-04-07 | intel_idle: Don't overreact to a cpuidle registration failure. | Richard Cochran | 1 | -1/+1 |
2016-04-07 | intel_idle: Setup the timer broadcast only on successful driver load. | Richard Cochran | 1 | -7/+8 |
2016-04-07 | intel_idle: Avoid a double free of the per-CPU data. | Richard Cochran | 1 | -4/+3 |
2016-04-07 | intel_idle: Fix dangling registration on error path. | Richard Cochran | 1 | -4/+5 |
2016-04-07 | intel_idle: Fix deallocation order on the driver exit path. | Richard Cochran | 1 | -3/+3 |