1. 9076e0c Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 11 years ago
  2. 7c81c60 Update Jean Delvare's e-mail address by Jean Delvare · 11 years ago
  3. b2e448e Merge branch 'ipmi' (ipmi patches from Corey Minyard) by Linus Torvalds · 11 years ago
  4. d02b370 ipmi: Cleanup error return by Corey Minyard · 11 years ago
  5. e21404d ipmi: fix timeout calculation when bmc is disconnected by Xie XiuQi · 11 years ago
  6. ccb3368 ipmi: use USEC_PER_SEC instead of 1000000 for more meaningful by Xie XiuQi · 11 years ago
  7. aa5b2ba ipmi: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  8. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  9. 84621c9 Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  10. bb1281f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  11. 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
  12. 869a84e1 mm/memblock: remove unnecessary inclusions of bootmem.h by Grygorii Strashko · 11 years ago
  13. fb2e2c8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  14. bcee634 Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  15. 9f67627 Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  16. db50d2f drivers/char: don't use module_init in non-modular ttyprintk.c by Paul Gortmaker · 11 years ago
  17. 4ff9133 Merge branches 'pm-sleep', 'pm-runtime' and 'pm-apm' by Rafael J. Wysocki · 11 years ago
  18. fbb9c10 Merge branch 'acpi-dsm' by Rafael J. Wysocki · 11 years ago
  19. 98feb7c Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 11 years ago
  20. 6a1c64c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm into pm-apm-next by Rafael J. Wysocki · 11 years ago
  21. eb83174 char: nwbutton: open-code interruptible_sleep_on by Arnd Bergmann · 11 years ago
  22. b8c98ae tty: synclink: avoid sleep_on race by Arnd Bergmann · 11 years ago
  23. 167b1f0 agp/ati: Use PCI_COMMAND instead of hard-coded 4 by Bjorn Helgaas · 11 years ago
  24. d357253 agp/intel: Use CPU physical address, not bus address, for ioremap() by Bjorn Helgaas · 11 years ago
  25. b5e350f agp/intel: Use pci_bus_address() to get GTTADR bus address by Bjorn Helgaas · 11 years ago
  26. 5ef6d8f4 agp/intel: Use pci_bus_address() to get MMADR bus address by Bjorn Helgaas · 11 years ago
  27. 545b0a7 agp/intel: Support 64-bit GMADR by Yinghai Lu · 11 years ago
  28. 5acc4ce agp/intel: Rename gtt_bus_addr to gtt_phys_addr by Bjorn Helgaas · 11 years ago
  29. d68c5a2 agp: Use pci_resource_start() to get CPU physical address for BAR by Bjorn Helgaas · 11 years ago
  30. 1582043 apm-emulation: add hibernation APM events to support suspend2disk by Bin Shi · 11 years ago
  31. e501b3d agp: Support 64-bit APBASE by Bjorn Helgaas · 11 years ago
  32. 5f64822 tpm/tpm-sysfs: active_show() can be static by Fengguang Wu · 11 years ago
  33. 19b94d2 tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNP by Jason Gunthorpe · 11 years ago
  34. e3302e0 tpm: Make tpm-dev allocate a per-file structure by Jason Gunthorpe · 11 years ago
  35. 5f82e9f tpm: Use the ops structure instead of a copy in tpm_vendor_specific by Jason Gunthorpe · 11 years ago
  36. 01ad1fa tpm: Create a tpm_class_ops structure and use it in the drivers by Jason Gunthorpe · 11 years ago
  37. 1e3b73a tpm: Pull all driver sysfs code into tpm-sysfs.c by Jason Gunthorpe · 11 years ago
  38. 000a07b tpm: Move sysfs functions from tpm-interface to tpm-sysfs by Jason Gunthorpe · 11 years ago
  39. afdba32 tpm: Pull everything related to /dev/tpmX into tpm-dev.c by Jason Gunthorpe · 11 years ago
  40. d65e55d char: tpm: nuvoton: remove unused variable by Michal Nazarewicz · 11 years ago
  41. ba6a09d tpm/tpm_i2c_atmel: fix coccinelle warnings by Fengguang Wu · 11 years ago
  42. 37bd99d tpm/tpm_ibmvtpm: fix unreachable code warning (smatch warning) by Peter Huewe · 11 years ago
  43. 85c5e0d tpm/tpm_i2c_stm_st33: Check return code of get_burstcount by Peter Huewe · 11 years ago
  44. 238b1ea tpm/tpm_ppi: Check return value of acpi_get_name by Peter Huewe · 11 years ago
  45. 747d35b tpm/tpm_ppi: Do not compare strcmp(a,b) == -1 by Peter Huewe · 11 years ago
  46. 1569a4c ACPI / TPM: detect PPI features by checking availability of _DSM functions by Jiang Liu · 11 years ago
  47. 84b1667 ACPI / TPM: replace open-coded _DSM code with helper functions by Jiang Liu · 11 years ago
  48. 529139c ACPI / TPM: match node name instead of full path when searching for TPM device by Jiang Liu · 11 years ago
  49. df45c71 ACPI / TPM: fix memory leak when walking ACPI namespace by Jiang Liu · 11 years ago
  50. 51c71a3 xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4). by Konrad Rzeszutek Wilk · 11 years ago
  51. 77d84ff treewide: Fix typos in printk by Masanari Iida · 11 years ago
  52. e23c34b Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  53. e7f5f27 i8k: Implement hwmon based fan speed control by Guenter Roeck · 11 years ago
  54. e551b15 i8k: Stop reading SMM BIOS version during driver probe by Guenter Roeck · 11 years ago
  55. 26d0938 i8k: Use driver_data field of dmi_system_id to override fan multiplier by Guenter Roeck · 11 years ago
  56. 919a030 i8k: Add support for Dell XPS M140 by Guenter Roeck · 11 years ago
  57. ff457bd i8k: Add support for Dell Studio laptops by Guenter Roeck · 11 years ago
  58. f5a7f82 i8k: Add copyright by Guenter Roeck · 11 years ago
  59. f36fdb9 i8k: Force SMM to run on CPU 0 by Guenter Roeck · 11 years ago
  60. 14d3238 i8k: Drop driver version number and info message at startup by Guenter Roeck · 11 years ago
  61. e33b488 i8k: Remove obsolete link to out-of-tree driver by Guenter Roeck · 11 years ago
  62. d83c39d i8k: Support additional temperature sensors by Guenter Roeck · 11 years ago
  63. 82ba1d3 i8k: Convert to use to hwmon_device_register_with_groups hwmon API by Guenter Roeck · 11 years ago
  64. 12186f5 i8k: Fix various checkpatch warnings and errors by Guenter Roeck · 11 years ago
  65. 60e71aa i8k: Convert to use pr_ functions instead of printk by Guenter Roeck · 11 years ago
  66. 1c2de82 char: Int overflow in lp_do_ioctl(). by Yongjian Xu · 11 years ago
  67. 138a6d7 Merge 3.13-rc4 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  68. 36fe66c char: amd64-agp: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  69. 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
  70. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
  71. 9aa5b01 drivers/char/i8k.c: add Dell XPLS L421X by Alan Cox · 11 years ago
  72. 6bbdc39 vio: remove dangly makefile bits by Alan · 11 years ago
  73. 26b265c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  74. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  75. 0891ad8 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 11 years ago
  76. b746f9c Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  77. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  78. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  79. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  80. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  81. 3d035f5 drivers/char/hpet.c: allow user controlled mmap for user processes by Prarit Bhargava · 11 years ago
  82. 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
  83. 66a173b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  84. 4af712e random32: add prandom_reseed_late() and call when nonblocking pool becomes initialized by Hannes Frederic Sowa · 11 years ago
  85. c11eede powerpc: add missing explicit OF includes for ppc by Rob Herring · 11 years ago
  86. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  87. 392a546 random: add debugging code to detect early use of get_random_bytes() by Theodore Ts'o · 11 years ago
  88. 644008d random: initialize the last_time field in struct timer_rand_state by Theodore Ts'o · 11 years ago
  89. ae9ecd9 random: don't zap entropy count in rand_initialize() by Theodore Ts'o · 11 years ago
  90. 301f059 random: printk notifications for urandom pool initialization by Theodore Ts'o · 11 years ago
  91. 40db23e random: make add_timer_randomness() fill the nonblocking pool first by Theodore Ts'o · 11 years ago
  92. 0d28978 hwrng: msm - Add PRNG support for MSM SoC's by Stanimir Varbanov · 11 years ago
  93. 40e4dc5 virtio_console: verify if queue is broken after virtqueue_get_buf() by Heinz Graalfs · 11 years ago
  94. e84f9e5 consolidate the reassignments of ->f_op in ->open() instances by Al Viro · 11 years ago
  95. 4ef4c94 tpm: use tabs instead of whitespaces in Kconfig by Peter Huewe · 11 years ago
  96. b3f2436 tpm: Fix module name description in Kconfig for tpm_i2c_infineon by Peter Huewe · 11 years ago
  97. a2871c6 tpm: Add support for Atmel I2C TPMs by Jason Gunthorpe · 11 years ago
  98. 4c336e4 tpm: Add support for the Nuvoton NPCT501 I2C TPM by Jason Gunthorpe · 11 years ago
  99. 187eea0 tpm: Merge the tpm-bios module with tpm.o by Jason Gunthorpe · 11 years ago
  100. 9deb0eb tpm: Rename tpm.c to tpm-interface.c by Jason Gunthorpe · 11 years ago