1. feac6e2 lkdtm: convert to using pr_* for reports by Kees Cook · 11 years ago
  2. bf74710 Revert "misc: eeprom: sunxi: Add new compatibles" by Greg Kroah-Hartman · 11 years ago
  3. 6bb948c mei: get rid of ext_msg by Tomas Winkler · 11 years ago
  4. 02a7eec mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT by Tomas Winkler · 11 years ago
  5. 208008c mei: fix compilation error with missing WATCHDOG_CORE by Tomas Winkler · 11 years ago
  6. 048d4ff ASoC: atmel_ssc_dai: make option to choose clock by Bo Shen · 11 years ago
  7. 49d3d6c drivers/misc/sgi-gru/grukdump.c: unlocking should be conditional in gru_dump_context() by Dan Carpenter · 11 years ago
  8. 3b1cc9b misc: mic: fix possible signed underflow (undefined behavior) in userspace API by Sudeep Dutt · 11 years ago
  9. f0de8e0 misc: eeprom: sunxi: Add new compatibles by Maxime Ripard · 11 years ago
  10. d913c74 misc: genwqe: Fix potential memory leak when pinning memory by Christian Engelmayer · 11 years ago
  11. e2527ec drivers/misc: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  12. 590eca1 misc: sram: cleanup the code by Xiubo Li · 11 years ago
  13. 5baaf71 mei: export active connections to debugfs by Tomas Winkler · 11 years ago
  14. 7d93e58 mei: allow multiple retries if the hw reset has failed by Tomas Winkler · 11 years ago
  15. 92ab513 mei: txe: add Kbuild for TXE device by Tomas Winkler · 11 years ago
  16. 795536a mei: txe: add pci-txe.c by Tomas Winkler · 11 years ago
  17. 32e2b59 mei: txe: add hw-txe.c by Tomas Winkler · 11 years ago
  18. 266f617 mei: txe: add hw-txe.h header file by Tomas Winkler · 11 years ago
  19. 3da7221 mei: txe: add hw-txe-regs.h header file by Tomas Winkler · 11 years ago
  20. 5cb906c mei: don't unset read cb ptr on reset by Alexander Usyskin · 11 years ago
  21. 30c54df mei: clear write cb from waiting list on reset by Alexander Usyskin · 11 years ago
  22. 9076e0c Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 11 years ago
  23. 7c81c60 Update Jean Delvare's e-mail address by Jean Delvare · 11 years ago
  24. bb1281f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  25. d3bad75 Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  26. 6adb8ef mei: limit the number of consecutive resets by Tomas Winkler · 11 years ago
  27. 33ec082 mei: revamp mei reset state machine by Tomas Winkler · 11 years ago
  28. 782f244 VMCI: fix error handling path when registering guest driver by Dmitry Torokhov · 11 years ago
  29. 83ce074 mei: fix syntax in comments and debug output by Alexander Usyskin · 11 years ago
  30. 0631213 mei: nfc: mei_nfc_free has to be called under lock by Tomas Winkler · 11 years ago
  31. 66ae460 mei: use hbm idle state to prevent spurious resets by Tomas Winkler · 11 years ago
  32. 544f946 mei: do not run reset flow from the interrupt thread by Tomas Winkler · 11 years ago
  33. 634608f misc: genwqe: fix return value check in genwqe_device_create() by Wei Yongjun · 11 years ago
  34. 3c1547e7 GenWQE: Fix warnings for sparc by Frank Haverkamp · 11 years ago
  35. 90b4e97 GenWQE: Fix compile problems for Alpha by Frank Haverkamp · 11 years ago
  36. d276b6c GenWQE: Rework return code for flash-update ioctl by Frank Haverkamp · 11 years ago
  37. 11d5ceb sgi-xp: open-code interruptible_sleep_on_timeout by Arnd Bergmann · 11 years ago
  38. 8faaaea treewide: fix comments and printk msgs by Masanari Iida · 11 years ago
  39. 5bd2010 Merge 3.13-rc5 into staging-next by Greg Kroah-Hartman · 11 years ago
  40. a45a025 GenWQE: Accidently casting to u32 where u64 is required by Frank Haverkamp · 11 years ago
  41. 65861ab GenWQE: Replace dynamic_hex_dump with print_hex_dump_debug by Frank Haverkamp · 11 years ago
  42. 58d66ce GenWQE: Fix endian issues detected by sparse by Frank Haverkamp · 11 years ago
  43. 76f5adb GenWQE Enable driver by Frank Haverkamp · 11 years ago
  44. b2a6513 GenWQE Sysfs interfaces by Frank Haverkamp · 11 years ago
  45. c59330c GenWQE Debugfs interfaces by Frank Haverkamp · 11 years ago
  46. 67f4add GenWQE Utility functions by Frank Haverkamp · 11 years ago
  47. eaf4722 GenWQE Character device and DDCB queue by Frank Haverkamp · 11 years ago
  48. 12eb468 GenWQE PCI support, health monitoring and recovery by Frank Haverkamp · 11 years ago
  49. 1bdd2c4 drivers: misc: Mark functions as static in ad525x_dpot.c by Rashika Kheria · 11 years ago
  50. 4462943 drivers: misc: Mark function jp_generic_ide_ioctl() as static in lkdtm.c by Rashika Kheria · 11 years ago
  51. 3ecfb16 mei: me: set dma mask using DMA mapping API by Tomas Winkler · 11 years ago
  52. 479327f mei: enable marking internal commands by Tomas Winkler · 11 years ago
  53. 138a6d7 Merge 3.13-rc4 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  54. 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
  55. df5e4e8 misc: mic: bug fix for interrupt acknowledgement in MSI/INTx case. by Dasaratharaman Chandramouli · 11 years ago
  56. 5123662 lkdtm: clean up sparse warnings by Kees Cook · 11 years ago
  57. f64001e Merge tag 'char-misc-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  58. 76a9635 mei: add 9 series PCH mei device ids by Tomas Winkler · 11 years ago
  59. c07f85c misc: bmp085: Clean up and enable use of interrupt for completion. by Marek Belisko · 11 years ago
  60. 612340b misc: eeprom_93xx46: remove unnecessary spi_set_drvdata() by Jingoo Han · 11 years ago
  61. 94459a9 drivers/misc/ti-st: Prefer tty_driver_flush_buffer by Peter Hurley · 11 years ago
  62. a1470c7 [SCSI] enclosure: fix WARN_ON in dual path device removing by James Bottomley · 11 years ago
  63. 10ee907 mei: cleanup mei_irq_read_handler by Tomas Winkler · 11 years ago
  64. 0f1d4ce mei: drop redundant list_del_init by Alexander Usyskin · 11 years ago
  65. dc844b0 mei: remove flash_work_queue by Tomas Winkler · 11 years ago
  66. 1a92862 misc: mic: Suppress memory space sparse warnings by Ashutosh Dixit · 11 years ago
  67. 173c072 misc: mic: Fix endianness issues. by Ashutosh Dixit · 11 years ago
  68. 1e31aa9 misc: mic: Fix user space namespace pollution from mic_common.h. by Ashutosh Dixit · 11 years ago
  69. 9420b34 misc: mic: Minor bug fix in 'retry' loops. by Sudeep Dutt · 11 years ago
  70. bd6dc8f misc: mic: Change mic_notify(...) to return true. by Sudeep Dutt · 11 years ago
  71. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  72. 13509c3 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  73. 0bde729 Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 11 years ago
  74. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  75. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  76. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  77. 0324e74 Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  78. 4257922 misc: mic: Fixes for randconfig build errors and warnings. by Ashutosh Dixit · 11 years ago
  79. 86d6275 tifm: fix error return code in tifm_7xx1_probe() by Wei Yongjun · 11 years ago
  80. 7c65e29 misc/at24: avoid infinite loop on write() by Vladimir Zapolskiy · 11 years ago
  81. 95f774c misc/93xx46: avoid infinite loop on write() by Vladimir Zapolskiy · 11 years ago
  82. 5c6d6fd misc: atmel_pwm: add deferred-probing support by Johan Hovold · 11 years ago
  83. 50f67a0 mei: wd: host_init propagate error codes from called functions by Tomas Winkler · 11 years ago
  84. c4e87b5 mei: replace stray pr_debug with dev_dbg by Alexander Usyskin · 11 years ago
  85. f935012 mei: bus: propagate error code returned by mei_me_cl_by_id by Tomas Winkler · 11 years ago
  86. df667a1 mei: mei_cl_link remove duplicated check for open_handle_count by Tomas Winkler · 11 years ago
  87. f931f4f mei: print correct device state during unexpected reset by Alexander Usyskin · 11 years ago
  88. 4bff720 mei: nfc: fix memory leak in error path by Tomas Winkler · 11 years ago
  89. 9ae113c lkdtm: add tests for additional page permissions by Kees Cook · 11 years ago
  90. 7d196ac lkdtm: adjust recursion size to avoid warnings by Kees Cook · 11 years ago
  91. 629c66a lkdtm: isolate stack corruption test by Kees Cook · 11 years ago
  92. eec86b8 mei: move host_clients_map cleanup to device init by Alexander Usyskin · 11 years ago
  93. ed6f7ac mei: me: downgrade two errors to debug level by Paul Bolle · 11 years ago
  94. a230869 pwm: add ep93xx PWM support by H Hartley Sweeten · 11 years ago
  95. 06cf261 tifm: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  96. bb9da88 misc: phantom: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  97. b09534d misc: arm-charlcd: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  98. 838b3a6 mei: me: add Lynx Point Wellsburg work station device id by Tomas Winkler · 11 years ago
  99. fbfdb6e misc/at25, dt: support probing at25 SPI EEPROM from DT by Jan Luebbe · 11 years ago
  100. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago