1. 246835f Input: wacom - add LED support for Cintiq 24HD by Jason Gerecke · 13 years ago
  2. 803296b Input: wacom - add support for Cintiq 24HD by Jason Gerecke · 13 years ago
  3. 8521478 Input: synaptics - fix touchpad not working after S2R on Vostro V13 by Dmitry Torokhov · 13 years ago
  4. ff803ed Input: add driver for Sharp gp2ap002a00f proximity sensor by Courtney Cavin · 13 years ago
  5. aeec051 Input: keyboard - staticise non-exported symbols by Axel Lin · 13 years ago
  6. 18b2b18 Input: mc13783-pwrbutton - convert to use module_platform_driver() by Axel Lin · 13 years ago
  7. ff4d049 Input: migor-ts - rework probe() to simplify error path by Dmitry Torokhov · 13 years ago
  8. ec20861 Input: migor-ts - use proper client data accessor functions by Dmitry Torokhov · 13 years ago
  9. 468792e Input: migor-ts - convert to a threaded IRQ by Dmitry Torokhov · 13 years ago
  10. 3a7f8fb Input: cma3000_d0x - fix signedness bug in cma3000_thread_irq() by Xi Wang · 13 years ago
  11. 0d0e306 Input: wacom - add product id used by Samsung Slate 7 by Chris Bagwell · 13 years ago
  12. 735e93c Security: tomoyo: add .gitignore file by Greg Kroah-Hartman · 13 years ago
  13. bb80d88 tomoyo: add missing rcu_dereference() by Kees Cook · 13 years ago
  14. ce37954 Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into mfd/da9052 by Mark Brown · 13 years ago
  15. 3628137 ASoC: Raise Speyside audio system clock rate to 512fs by Mark Brown · 13 years ago
  16. 0a105dd Merge branch 'for-3.2' into for-3.3 by Mark Brown · 13 years ago
  17. 497d496 ASoC: Fix hx4700 error handling to free gpios if snd_soc_register_card fails by Axel Lin · 13 years ago
  18. 62e4a13 ASoC: WM8958: correctly show firmware magic on mismatch by Jonathan Neuschäfer · 13 years ago
  19. 0fe422c Merge branch 'omap/omap1' into next/devel by Olof Johansson · 13 years ago
  20. 05da34d Merge branch 'omap/omap4' into next/pm by Olof Johansson · 13 years ago
  21. eb3e1d9 Merge branch 'omap4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into omap/omap4 by Olof Johansson · 13 years ago
  22. 3f86549 mac80211: drop spelling fix by Jiri Kosina · 13 years ago
  23. a469ebd types.h: fix comment spelling for 'architectures' by Mark Einon · 13 years ago
  24. ef6f411 HID: wiimote: Select INPUT_FF_MEMLESS by David Herrmann · 13 years ago
  25. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  26. 1ded132 be2net: workaround to fix a bug in BE by Ajit Khaparde · 13 years ago
  27. 02fe702 be2net: update some counters to display via ethtool by Ajit Khaparde · 13 years ago
  28. 9811ccd ARM: 7204/1: arch/arm/kernel/setup.c: initialize arm_dma_zone_size earlier by Arnaud Patard · 13 years ago
  29. 4f0c28f kconfig: fix set but not used warnings by Peter Foley · 13 years ago
  30. a7d6f6e kconfig: fix warnings by specifing format arguments by Peter Foley · 13 years ago
  31. 4f89b33 rcu: Apply ACCESS_ONCE() to rcu_boost() return value by Paul E. McKenney · 13 years ago
  32. 70321d4 Revert "rcu: Permit rt_mutex_unlock() with irqs disabled" by Paul E. McKenney · 13 years ago
  33. d493011 docs: Additional LWN links to RCU API by Kees Cook · 13 years ago
  34. 4968c30 rcu: Augment rcu_batch_end tracing for idle and callback state by Paul E. McKenney · 13 years ago
  35. 101db7b rcu: Add rcutorture tests for srcu_read_lock_raw() by Paul E. McKenney · 13 years ago
  36. f220242 rcu: Make rcutorture test for hotpluggability before offlining CPUs by Paul E. McKenney · 13 years ago
  37. 2987557 driver-core/cpu: Expose hotpluggability to the rest of the kernel by Josh Triplett · 13 years ago
  38. 2d1dc9a rcu: Remove redundant rcu_cpu_stall_suppress declaration by Paul E. McKenney · 13 years ago
  39. f23f7fa rcu: Adaptive dyntick-idle preparation by Paul E. McKenney · 13 years ago
  40. dff1672 rcu: Keep invoking callbacks if CPU otherwise idle by Paul E. McKenney · 13 years ago
  41. facc4e1 rcu: Irq nesting is always 0 on rcu_enter_idle_common by Frederic Weisbecker · 13 years ago
  42. b6fc602 rcu: Don't check irq nesting from rcu idle entry/exit by Frederic Weisbecker · 13 years ago
  43. 7cb9249 rcu: Permit dyntick-idle with callbacks pending by Paul E. McKenney · 13 years ago
  44. 3842a08 rcu: Document same-context read-side constraints by Paul E. McKenney · 13 years ago
  45. f0e7c19 rcu: Identify dyntick-idle CPUs on first force_quiescent_state() pass by Paul E. McKenney · 13 years ago
  46. c92b131 rcu: Remove dynticks false positives and RCU failures by Paul E. McKenney · 13 years ago
  47. 3ad0dec rcu: Reduce latency of rcu_prepare_for_idle() by Paul E. McKenney · 13 years ago
  48. f535a60 rcu: Eliminate RCU_FAST_NO_HZ grace-period hang by Paul E. McKenney · 13 years ago
  49. 84ad00c rcu: Avoid needlessly IPIing CPUs at GP end by Paul E. McKenney · 13 years ago
  50. 3084f2f rcu: Go dyntick-idle more quickly if CPU has serviced current grace period by Paul E. McKenney · 13 years ago
  51. 433cddd rcu: Add tracing for RCU_FAST_NO_HZ by Paul E. McKenney · 13 years ago
  52. 045fb93 rcu: Update trace_rcu_dyntick() header comment by Paul E. McKenney · 13 years ago
  53. 182dd4b doc: Add load/store guarantees to Documentation/atomic-ops.txt by Paul E. McKenney · 13 years ago
  54. 1268fbc nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() by Frederic Weisbecker · 13 years ago
  55. b58bdcc rcu: Add rcutorture CPU-hotplug capability by Paul E. McKenney · 13 years ago
  56. a95f881 tile: Make tile use the new is_idle_task() API by Paul E. McKenney · 13 years ago
  57. 77aeeeb events: Make events use the new is_idle_task() API by Paul E. McKenney · 13 years ago
  58. 7fc20c5 kdb: Make KDB use the new is_idle_task() API by Paul E. McKenney · 13 years ago
  59. 29f043a sparc: Make SPARC use the new is_idle_task() API by Paul E. McKenney · 13 years ago
  60. 99745b6 rcu: Make RCU use the new is_idle_task() API by Paul E. McKenney · 13 years ago
  61. c4f3060 sched: Add is_idle_task() to handle invalidated uses of idle_cpu() by Paul E. McKenney · 13 years ago
  62. bb3bf70 rcu: Control rcutorture startup from kernel boot parameters by Paul E. McKenney · 13 years ago
  63. d5f546d rcu: Add rcutorture system-shutdown capability by Paul E. McKenney · 13 years ago
  64. b807fbf rcu: Permit RCU_FAST_NO_HZ to be used by TREE_PREEMPT_RCU by Paul E. McKenney · 13 years ago
  65. 11dbaa8 rcu: Fix idle-task checks by Paul E. McKenney · 13 years ago
  66. aea1b35 rcu: Allow dyntick-idle mode for CPUs with callbacks by Paul E. McKenney · 13 years ago
  67. 0989cb4 rcu: Add more information to the wrong-idle-task complaint by Paul E. McKenney · 13 years ago
  68. 4145fa7 rcu: Deconfuse dynticks entry-exit tracing by Paul E. McKenney · 13 years ago
  69. 9ceae0e rcu: Add documentation for raw SRCU read-side primitives by Paul E. McKenney · 13 years ago
  70. 0c53dd8 rcu: Introduce raw SRCU read-side primitives by Paul E. McKenney · 13 years ago
  71. a7b152d powerpc: Tell RCU about idle after hcall tracing by Paul E. McKenney · 13 years ago
  72. 416eb33 rcu: Fix early call to rcu_idle_enter() by Frederic Weisbecker · 13 years ago
  73. 98ad1cc x86: Call idle notifier after irq_enter() by Frederic Weisbecker · 13 years ago
  74. e37e112 x86: Enter rcu extended qs after idle notifier call by Frederic Weisbecker · 13 years ago
  75. 2bbb681 nohz: Allow rcu extended quiescent state handling seperately from tick stop by Frederic Weisbecker · 13 years ago
  76. 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 13 years ago
  77. 867f236 rcu: Make srcu_read_lock_held() call common lockdep-enabled function by Paul E. McKenney · 13 years ago
  78. ff195cb rcu: Warn when srcu_read_lock() is used in an extended quiescent state by Paul E. McKenney · 13 years ago
  79. d8ab29f rcu: Remove one layer of abstraction from PROVE_RCU checking by Paul E. McKenney · 13 years ago
  80. 00f49e5 rcu: Warn when rcu_read_lock() is used in extended quiescent state by Frederic Weisbecker · 13 years ago
  81. 0464e93 rcu: Inform the user about extended quiescent state on PROVE_RCU warning by Frederic Weisbecker · 13 years ago
  82. e6b80a3 rcu: Detect illegal rcu dereference in extended quiescent state by Frederic Weisbecker · 13 years ago
  83. a0f8eef rcu: Remove redundant return from rcu_report_exp_rnp() by Thomas Gleixner · 13 years ago
  84. b40d293 rcu: Omit self-awaken when setting up expedited grace period by Thomas Gleixner · 13 years ago
  85. 3424069 rcu: Disable preemption in rcu_is_cpu_idle() by Paul E. McKenney · 13 years ago
  86. 2c01531 rcu: Document failing tick as cause of RCU CPU stall warning by Paul E. McKenney · 13 years ago
  87. 91afaf3 rcu: Add failure tracing to rcutorture by Paul E. McKenney · 13 years ago
  88. a8eecf2 trace: Allow ftrace_dump() to be called from modules by Paul E. McKenney · 13 years ago
  89. 9b2e4f1 rcu: Track idleness independent of idle tasks by Paul E. McKenney · 13 years ago
  90. b804cb9 lockdep: Update documentation for lock-class leak detection by Paul E. McKenney · 13 years ago
  91. 7077714 rcu: Make synchronize_sched_expedited() better at work sharing by Paul E. McKenney · 13 years ago
  92. 389abd4 rcu: Avoid RCU-preempt expedited grace-period botch by Paul E. McKenney · 13 years ago
  93. af446b7 rcu: ->signaled better named ->fqs_state by Paul E. McKenney · 13 years ago
  94. 56a8b9f [media] tm6000: Fix a warning at tm6000_ir_int_start() by Mauro Carvalho Chehab · 13 years ago
  95. 393a23f [media] s5p-fimc: Fix camera input configuration in subdev operations by Sylwester Nawrocki · 13 years ago
  96. a32390d [media] m5mols: Fix logic in sanity check by Thomas Jarosch · 13 years ago
  97. a16fa71 [media] s5p-g2d: remove two unused variables from the G2D driver by Kamil Debski · 13 years ago
  98. 806e23e [media] uvcvideo: Fix integer overflow in uvc_ioctl_ctrl_map() by Haogang Chen · 13 years ago
  99. 66847ef [media] uvcvideo: Add UVC timestamps support by Laurent Pinchart · 13 years ago
  100. 25738cb [media] uvcvideo: Extract timestamp-related statistics by Laurent Pinchart · 13 years ago