1. 4522643 HID: uhid: Add UHID_CREATE2 + UHID_INPUT2 by Petri Gynther · 11 years ago
  2. c3d77fa HID: hyperv: fix _raw_request() prototype by Jiri Kosina · 11 years ago
  3. 269ddfc HID: hyperv: Implement a stub raw_request() entry point by K. Y. Srinivasan · 11 years ago
  4. 6fd1820 HID: remove hid_output_raw_report transport implementations by Benjamin Tissoires · 11 years ago
  5. e534a93 HID: sony: do not rely on hid_output_raw_report by Benjamin Tissoires · 11 years ago
  6. 65ab2fc Merge branch 'for-3.15/sony' into for-3.15/hid-core-ll-transport-cleanup by Jiri Kosina · 11 years ago
  7. 866e479 HID: cp2112: remove the last hid_output_raw_report() call by Benjamin Tissoires · 11 years ago
  8. 293e483 HID: cp2112: remove various hid_out_raw_report calls by Benjamin Tissoires · 11 years ago
  9. c16527cd Merge branch 'for-3.15/hid-cp2112' into for-3.15/hid-core-ll-transport-cleanup by Jiri Kosina · 11 years ago
  10. dccf2f6 HID: hidp: Add a comment that some devices depend on the current behavior of uniq by Frank Praznik · 11 years ago
  11. d2d782f HID: sony: Prevent duplicate controller connections. by Frank Praznik · 11 years ago
  12. ac3c9a9 HID: sony: Perform a boundry check on the sixaxis battery level index. by Frank Praznik · 11 years ago
  13. c8de9db HID: sony: Fix work queue issues by Frank Praznik · 11 years ago
  14. ad142b9 HID: sony: Fix multi-line comment styling by Frank Praznik · 11 years ago
  15. 3a75b24 HID: hidraw: replace hid_output_raw_report() calls by appropriates ones by Benjamin Tissoires · 11 years ago
  16. 3c86726 HID: make .raw_request mandatory by Benjamin Tissoires · 11 years ago
  17. 2ebaebc HID: input: hid-input remove hid_output_raw_report call by Benjamin Tissoires · 11 years ago
  18. fee4e2d HID: sony: Enable LED controls and rumble for the Sixaxis on Bluetooth. by Frank Praznik · 11 years ago
  19. 0438ee7 HID: cp2112: fix incorrect error propagation in cp2112_xfer() by Jiri Kosina · 11 years ago
  20. a47dc4d HID: cp2112: can't be used without gpio support by Jiri Kosina · 11 years ago
  21. 490051a HID: cp2112: convert to use hid_hw_raw_request() by Jiri Kosina · 11 years ago
  22. d6a611f Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-3.15/hid-cp2112 by Jiri Kosina · 11 years ago
  23. 5a673fc HID: cp2112: use proper specifier for size_t by Jiri Kosina · 11 years ago
  24. c3c041b HID: cp2112: make sysfs attributes static by Jiri Kosina · 11 years ago
  25. e932d81 HID: add hid-cp2112 driver by David Barksdale · 11 years ago
  26. a43e94a HID: sony: Correct Sixaxis battery reporting by Frank Praznik · 11 years ago
  27. 5318251 HID: core: check parameters when sending/receiving data from the device by Benjamin Tissoires · 11 years ago
  28. 7e0bc88 HID: wiimote: replace hid_output_raw_report with hid_hw_output_report for output requests by Benjamin Tissoires · 11 years ago
  29. b0dd72a HID: replace hid_output_raw_report with hid_hw_raw_request for feature requests by Benjamin Tissoires · 11 years ago
  30. bd27e20 HID: logitech-dj: remove hid_output_raw_report call by Benjamin Tissoires · 11 years ago
  31. ddea1af HID: usbhid: change return error of usbhid_output_report by Benjamin Tissoires · 11 years ago
  32. 649f947 HID: i2c-hid: use generic .request() implementation by Benjamin Tissoires · 11 years ago
  33. 9b5a9ae HID: i2c-hid: implement ll_driver transport-layer callbacks by Benjamin Tissoires · 11 years ago
  34. 4fa5a7f HID: core: implement generic .request() by Benjamin Tissoires · 11 years ago
  35. 706daef HID: uHID: implement .raw_request by Benjamin Tissoires · 11 years ago
  36. 289a716 HID: uhid: reintroduce uhid_hid_get_raw() by Jiri Kosina · 11 years ago
  37. 41abfb3 HID: uHID: remove duplicated code by Benjamin Tissoires · 11 years ago
  38. 4a76d37 HID: uhid: remove uhid_hid_get_raw() by Jiri Kosina · 11 years ago
  39. 68330d8 HID: sony: Add conditionals to enable all features in Bluetooth mode by Frank Praznik · 11 years ago
  40. d9a293a HID: sony: Set initial battery level to 100% to avoid false low battery warnings by Frank Praznik · 11 years ago
  41. 6c5f860 HID: sony: Add Dualshock 4 Bluetooth battery and touchpad parsing by Frank Praznik · 11 years ago
  42. fdcf105d HID: sony: Add Dualshock 4 Bluetooth output report formatting by Frank Praznik · 11 years ago
  43. d829674 HID: sony: Add modified Dualshock 4 Bluetooth HID descriptor by Frank Praznik · 11 years ago
  44. 4822023 HID: sony: Use low-level transport driver functions by Frank Praznik · 11 years ago
  45. 3371ac4 Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-3.15/sony by Jiri Kosina · 11 years ago
  46. 6fad42d HID: Add HID transport driver documentation by Benjamin Tissoires · 11 years ago
  47. 7e845d4 HID: introduce helper to access hid_output_raw_report() by Benjamin Tissoires · 11 years ago
  48. cafebc0 HID: remove hid_get_raw_report in struct hid_device by Benjamin Tissoires · 11 years ago
  49. f9bcca4 HID: usbhid: remove duplicated code by Benjamin Tissoires · 11 years ago
  50. e9d5da9 HID: HIDp: remove duplicated coded by Benjamin Tissoires · 11 years ago
  51. b40272e HID: remove hidinput_input_event handler by Benjamin Tissoires · 11 years ago
  52. 2f0cd03 HID: HIDp: remove hidp_hidinput_event by Benjamin Tissoires · 11 years ago
  53. 0e40d35 HID: logitech-dj: remove hidinput_input_event by Benjamin Tissoires · 11 years ago
  54. b69d653 HID: add inliners for ll_driver transport-layer callbacks by Benjamin Tissoires · 11 years ago
  55. 7db7504 HID: hid-sony: report actual brightness value when reading LED by Simon Wood · 11 years ago
  56. e4321c5 HID: Kconfig updates for the Sony module by Frank Praznik · 11 years ago
  57. 695baaa7 HID: sony: fix build wrt. power_supply by Jiri Kosina · 11 years ago
  58. 0a7f364 HID: Add the transport-driver functions to the HIDP driver. by Frank Praznik · 11 years ago
  59. 596cfdd HID: Add the transport-driver function to the uhid driver by Frank Praznik · 11 years ago
  60. 975a683 HID: Add transport-driver functions to the USB HID interface. by Frank Praznik · 11 years ago
  61. cd4dc08 HID: Add transport-driver callbacks to the hid_ll_driver struct by Frank Praznik · 11 years ago
  62. e560623 HID: sony: add output events for the multi-touch pad on the Dualshock 4 by Frank Praznik · 11 years ago
  63. d902f47 HID: sony: add battery status reporting for the Sixaxis and Dualshock 4 by Frank Praznik · 11 years ago
  64. 4988abf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
  65. fe41c2c Merge tag 'dm-3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 11 years ago
  66. 194e57f Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  67. e1ba845 Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  68. 60eaa01 Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  69. 4b1a9a5 Merge branch 'misc' into for-linus by James Bottomley · 11 years ago
  70. 6281385 Merge branches 'for-3.13/upstream-fixes', 'for-3.14/i2c-hid', 'for-3.14/sensor-hub', 'for-3.14/sony' and 'for-3.14/upstream' into for-linus by Jiri Kosina · 11 years ago
  71. 5066a4d dm log userspace: allow mark requests to piggyback on flush requests by Dongmao Zhang · 11 years ago
  72. df32e43 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  73. fbd918a Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  74. f075e0f Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  75. 5cb7398 Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
  76. 4a2829b Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  77. ff0bc6c Merge tag 'dlm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 11 years ago
  78. 2182c81 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  79. 78d5506 mm/migrate: remove unused function, fail_migrate_page() by Joonsoo Kim · 11 years ago
  80. 59c82b7 mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages by Joonsoo Kim · 11 years ago
  81. 32665f2 mm/migrate: correct failure handling if !hugepage_migration_support() by Joonsoo Kim · 11 years ago
  82. 354a336 mm/migrate: add comment about permanent failure path by Naoya Horiguchi · 11 years ago
  83. aed0a0e mm, page_alloc: warn for non-blockable __GFP_NOFAIL allocation failure by David Rientjes · 11 years ago
  84. 55b7c4c mm: compaction: reset scanner positions immediately when they meet by Vlastimil Babka · 11 years ago
  85. 50b5b09 mm: compaction: do not mark unmovable pageblocks as skipped in async compaction by Vlastimil Babka · 11 years ago
  86. 7ed695e mm: compaction: detect when scanners meet in isolate_freepages by Vlastimil Babka · 11 years ago
  87. d3132e4 mm: compaction: reset cached scanner pfn's before reading them by Vlastimil Babka · 11 years ago
  88. de6c60a mm: compaction: encapsulate defer reset logic by Vlastimil Babka · 11 years ago
  89. 0eb927c mm: compaction: trace compaction begin and end by Mel Gorman · 11 years ago
  90. 947b3dd memcg, oom: lock mem_cgroup_print_oom_info by Michal Hocko · 11 years ago
  91. 286549d sched: add tracepoints related to NUMA task migration by Mel Gorman · 11 years ago
  92. 64a9a34 mm: numa: do not automatically migrate KSM pages by Mel Gorman · 11 years ago
  93. af1839d mm: numa: trace tasks that fail migration due to rate limiting by Mel Gorman · 11 years ago
  94. 1c5e9c2 mm: numa: limit scope of lock for NUMA migrate rate limiting by Mel Gorman · 11 years ago
  95. 1c30e01 mm: numa: make NUMA-migrate related functions static by Mel Gorman · 11 years ago
  96. 25487d7 lib/show_mem.c: show num_poisoned_pages when oom by Xishi Qiu · 11 years ago
  97. 4883e99 mm/hwpoison: add '#' to hwpoison_inject by Wanpeng Li · 11 years ago
  98. 560dca27 mm/memblock: use WARN_ONCE when MAX_NUMNODES passed as input parameter by Grygorii Strashko · 11 years ago
  99. 9a28f9d x86/mm: memblock: switch to use NUMA_NO_NODE by Grygorii Strashko · 11 years ago
  100. b6cb5ba arch/arm/mach-omap2/omap_hwmod.c: use memblock apis for early memory allocations by Santosh Shilimkar · 11 years ago