1. aa86b18 HID: wacom: Treat features->device_type values as flags by Jason Gerecke · 9 years ago
  2. 44b5250 HID: wacom: Simplify 'wacom_update_name' by Jason Gerecke · 9 years ago
  3. 05e8fd9 HID: wacom: Handle failing HID_DG_CONTACTMAX requests by Jason Gerecke · 9 years ago
  4. aef3156 HID: wacom: Have wacom_{get,set}_report retry on -EAGAIN, not -EPIPE by Jason Gerecke · 9 years ago
  5. 8e116d3 HID: wacom: Fail probe if HID_GENERIC device has unknown device_type by Jason Gerecke · 9 years ago
  6. 042628a HID: wacom: Discover device_type from HID descriptor for all devices by Jason Gerecke · 9 years ago
  7. 8d80f79 HID: wacom: Do not add suffix to name of devices with an unknown type by Jason Gerecke · 9 years ago
  8. c24eab4 HID: wacom: retrieve name from HID descriptor for generic devices by Ping Cheng · 9 years ago
  9. 007760c HID: wacom: Add support for DTU-1141 by Aaron Skomra · 9 years ago
  10. 71b5c47 HID: wacom: Simplify check for presence of single-finger touch by Jason Gerecke · 9 years ago
  11. e48151a HID: wacom: remove unused packet lengths by Ping Cheng · 9 years ago
  12. 3d64f54 HID: wacom: move unit and unitExpo initialization to wacom_calculate_res by Ping Cheng · 9 years ago
  13. 42f4f27 HID: wacom: move all quirks to wacom_setup_device_quirks by Ping Cheng · 9 years ago
  14. 8de29a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 9 years ago
  15. 31f7dc7 ACPI / battery: Fix doubly added battery on system suspend by Krzysztof Kozlowski · 9 years ago
  16. b79013b Merge tag 'staging-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  17. c4be50e Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  18. 42e3a58 Merge tag 'usb-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  19. a1480a1 Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  20. 45141ee Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 9 years ago
  21. 8954672 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  22. 3be1b98 Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  23. 392b46f Merge tag 'hsi-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi by Linus Torvalds · 9 years ago
  24. a21c1ea Merge tag 'for-v4.1' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 9 years ago
  25. d700b05 Merge tag 'regulator-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 9 years ago
  26. 0055dc5 Merge tag 'spi-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago
  27. 1b57c7c Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  28. 8d9095c Merge tag 'mmc-v4.1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  29. 1a370f4 Merge tag 'edac_for_4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 9 years ago
  30. 2e455c2 Merge branch 'for-4.1/sensor-hub' into for-linus by Jiri Kosina · 9 years ago
  31. 05f6d02 Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-uclogic-merge', 'for-4.1/i2c-hid', 'for-4.1/kconfig-drop-expert-dependency', 'for-4.1/logitech', 'for-4.1/multitouch', 'for-4.1/rmi', 'for-4.1/sony', 'for-4.1/upstream' and 'for-4.1/wacom' into for-linus by Jiri Kosina · 9 years ago
  32. 4b5ca74 Merge tag 'hwmon-for-linus-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 9 years ago
  33. 60f898e Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  34. 7fd5647 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  35. 9c65e12 Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  36. 67dbb3a Merge tag 'md/4.0-rc7-fix' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  37. f354169 hwmon: (pwm-fan) Update the duty cycle inorder to control the pwm-fan by Anand Moon · 9 years ago
  38. 54d8ccc Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 9 years ago
  39. 56afdb7 Merge remote-tracking branches 'spi/topic/spidev' and 'spi/topic/spidev-test' into spi-next by Mark Brown · 9 years ago
  40. 165f228 Merge remote-tracking branches 'spi/topic/qup', 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/topic/s3c64xx' and 'spi/topic/sc18is602' into spi-next by Mark Brown · 9 years ago
  41. 8afba18 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/pl022', 'spi/topic/pm' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
  42. 35fbf84 Merge remote-tracking branches 'spi/topic/fsl-cspi', 'spi/topic/fsl-dspi', 'spi/topic/imx' and 'spi/topic/of-id' into spi-next by Mark Brown · 9 years ago
  43. 431959c Merge remote-tracking branches 'spi/topic/blackfin', 'spi/topic/cadence', 'spi/topic/dw' and 'spi/topic/err' into spi-next by Mark Brown · 9 years ago
  44. f9de734 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2385', 'spi/topic/bcm2835', 'spi/topic/bcm53xx' and 'spi/topic/bitbang' into spi-next by Mark Brown · 9 years ago
  45. 19655dd Merge remote-tracking branch 'spi/topic/img-spfi' into spi-next by Mark Brown · 9 years ago
  46. e897f79 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 9 years ago
  47. 31d25e5 Merge remote-tracking branches 'spi/fix/fsl-dspi', 'spi/fix/imx' and 'spi/fix/rockchip' into spi-linus by Mark Brown · 9 years ago
  48. 68a595c Merge remote-tracking branch 'spi/fix/img-spfi' into spi-linus by Mark Brown · 9 years ago
  49. 12522ee Revert "dmaengine: Add a warning for drivers not using the generic slave caps retrieval" by Linus Torvalds · 9 years ago
  50. 8fa5975 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  51. ffeb13a dmaengine: cppi41: add missing bitfields by Felipe Balbi · 10 years ago
  52. b7dccbe Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux into irq/core by Thomas Gleixner · 9 years ago
  53. 425b655 Merge tag 'irqchip-core-4.1-2' of git://git.infradead.org/users/jcooper/linux into irq/core by Thomas Gleixner · 9 years ago
  54. d0acf73 ipmi_ssif: Use interruptible completion for waiting in the thread by Corey Minyard · 10 years ago
  55. ad1ed2a ipmi/powernv: Fix minor locking bug by Alistair Popple · 9 years ago
  56. 1e7d6a4 ipmi: Handle BMCs that don't allow clearing the rcv irq bit by Corey Minyard · 10 years ago
  57. 3259b12 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  58. 49850a1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  59. a01e7b3 Merge branch 'irqchip/stacked-irq_set_wake' into irqchip/core by Jason Cooper · 9 years ago
  60. 07c523f Merge branch 'irqchip/stacked-omap' into irqchip/core by Jason Cooper · 9 years ago
  61. 37b25ff Merge branch 'irqchip/stacked-tegra' into irqchip/core by Jason Cooper · 9 years ago
  62. 4a7de05 HID: sensor: Custom and Generic sensor support by Srinivas Pandruvada · 9 years ago
  63. b815fc1 iscsi target: fix oops when adding reject pdu by Mike Christie · 9 years ago
  64. 704f32d spi: bcm2835: enabling polling mode for transfers shorter than 30us by Martin Sperl · 10 years ago
  65. a30a555 spi: bcm2835: transform native-cs to gpio-cs on first spi_setup by Martin Sperl · 10 years ago
  66. 4ec0853 Merge remote-tracking branch 'regulator/topic/wm8350' into regulator-next by Mark Brown · 9 years ago
  67. bea3672 Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notifier', 'regulator/topic/palmas', 'regulator/topic/qcom' and 'regulator/topic/stw481x' into regulator-next by Mark Brown · 9 years ago
  68. 3984c9d Merge remote-tracking branches 'regulator/topic/dbx500', 'regulator/topic/load-op', 'regulator/topic/max77693' and 'regulator/topic/max8660' into regulator-next by Mark Brown · 9 years ago
  69. e507384 Merge remote-tracking branches 'regulator/topic/act8865', 'regulator/topic/arizona-ldo1', 'regulator/topic/arizona-micsupp' and 'regulator/topic/da9211' into regulator-next by Mark Brown · 9 years ago
  70. 5fc31b4 Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 9 years ago
  71. 498e530 Merge branch 'topic/debugfs' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-core by Mark Brown · 9 years ago
  72. c0cf5a59 regulator: max8660: Handle empty regulator data by Markus Pargmann · 9 years ago
  73. 8fec02a HID: debug: fix error handling in hid_debug_events_read() by Jiri Kosina · 9 years ago
  74. 2329609 regulator: output current-limit for all regulators in summary by Heiko Stübner · 9 years ago
  75. 7c225ec regulator: add a summary tree in debugfs by Heiko Stübner · 10 years ago
  76. 5468d5a Merge branch 'pci/misc' into next by Bjorn Helgaas · 9 years ago
  77. 4dd1f57 Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-mvebu', 'pci/host-rcar' and 'pci/host-versatile' into next by Bjorn Helgaas · 9 years ago
  78. 00fe52d drivers/usb/core: devio.c: Removed an uneeded space before tab by Chase Metzger · 9 years ago
  79. 42a6630 usb: dwc2: host: sleep USB_RESUME_TIMEOUT during resume by Gregory Herrero · 10 years ago
  80. b9cd825 Merge tag 'usb-ci-v4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  81. 2aebe3f Merge tag 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next by Greg Kroah-Hartman · 9 years ago
  82. c8d1bc1 Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing by Greg Kroah-Hartman · 9 years ago
  83. 4e187d3 mmc: sdhci-st: Update the quirks for this controller. by Peter Griffin · 9 years ago
  84. cf48d32 mmc: sdhci-st: Add sdhci_st_set_uhs_signaling function. by Peter Griffin · 9 years ago
  85. 2053812 mmc: sdhci-st: Add st_mmcss_cconfig function to configure mmcss glue registers. by Peter Griffin · 9 years ago
  86. bfa4480 mmc: sdhci-st: Add delay management functions for top registers (eMMC). by Peter Griffin · 9 years ago
  87. 406c243 mmc: sdhci-st: Add support for de-asserting reset signal and top regs resource by Peter Griffin · 9 years ago
  88. 8bef717 mmc: sdhci-st: Add macros for register offsets and bitfields for mmcss glue regs by Peter Griffin · 9 years ago
  89. 47d6897 md/raid0: fix bug with chunksize not a power of 2. by NeilBrown · 9 years ago
  90. e5e02de Merge tag 'pm+acpi-4.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  91. 55db320 PCI: Read capability list as dwords, not bytes by Sean O. Stalley · 10 years ago
  92. b2d5fb9 Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle' by Rafael J. Wysocki · 9 years ago
  93. e3dc17a PCI: layerscape: Simplify platform_get_resource_byname() failure checking by Bjorn Helgaas · 9 years ago
  94. f76ea57 PCI: keystone: Don't dereference possible NULL pointer by Bjorn Helgaas · 9 years ago
  95. 8735816 PCI: versatile: Check for devm_ioremap_resource() failures by Jisheng Zhang · 10 years ago
  96. 387d375 PCI: Don't clear ASPM bits when the FADT declares it's unsupported by Matthew Garrett · 10 years ago
  97. 3cfb2f7 Merge tag 'pci-v4.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  98. f83a9cb hwmon: (it87) Use feature macros on sio_data by Guenter Roeck · 10 years ago
  99. 8d86e4f mmc: sdhci-esdhc-imx: Call mmc_of_parse() by Fabio Estevam · 10 years ago
  100. 49ba030 mmc: dw_mmc: Add locking around cmd11 timer by Doug Anderson · 10 years ago