1. eab05ec ACPI / EC: Fix unused function warning when CONFIG_PM_SLEEP=n by Eric Biggers · 8 years ago
  2. 84baf17 ACPI / fan: Fix error reading cur_state by Srinivas Pandruvada · 8 years ago
  3. 48915c2 Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  4. b9044ac Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  5. 1fde76f Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  6. bfd8d3f printk: make reading the kernel log flush pending lines by Linus Torvalds · 8 years ago
  7. 5e46765 printk: re-organize log_output() to be more legible by Linus Torvalds · 8 years ago
  8. c362c7f printk: split out core logging code into helper function by Linus Torvalds · 8 years ago
  9. 4bcc595 printk: reinstate KERN_CONT for printing continuation lines by Linus Torvalds · 8 years ago
  10. f00593a cpufreq: intel_pstate: Clarify comment in get_target_pstate_use_performance() by Rafael J. Wysocki · 8 years ago
  11. f9f4872 cpufreq: intel_pstate: Fix unsafe HWP MSR access by Srinivas Pandruvada · 8 years ago
  12. d24cd73 Merge branch 'be2net-fixes' by David S. Miller · 8 years ago
  13. dc6e851 be2net: Enable VF link state setting for BE3 by Suresh Reddy · 8 years ago
  14. f3d6ad8 be2net: Fix TX stats for TSO packets by Sriharsha Basavapatna · 8 years ago
  15. 77b696c be2net: Update Copyright string in be_hw.h by Sriharsha Basavapatna · 8 years ago
  16. f5ef017 be2net: NCSI FW section should be properly updated with ethtool for BE3 by Sriharsha Basavapatna · 8 years ago
  17. 6ee080b be2net: Provide an alternate way to read pf_num for BEx chips by Sriharsha Basavapatna · 8 years ago
  18. f79b076 parisc: Move exception table into read-only section by Helge Deller · 8 years ago
  19. 6449e31 firewire: nosy: do not ignore errors in ioremap_nocache() by Alexey Khoroshilov · 8 years ago
  20. f8850ab parisc: Fix kernel memory layout regarding position of __gp by Helge Deller · 8 years ago
  21. 65bf34f5 parisc: Increase initial kernel mapping size by Helge Deller · 8 years ago
  22. 2967999 iio: adc: ti-adc081c: Select IIO_TRIGGERED_BUFFER to prevent build errors by Mika Westerberg · 8 years ago
  23. 69db4aa Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linux by Brian Norris · 8 years ago
  24. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  25. f334bcd Merge remote-tracking branch 'ovl/misc' into work.misc by Al Viro · 8 years ago
  26. 73e8fb2 Merge branch 'work.const-qstr' into work.misc by Al Viro · 8 years ago
  27. 33e09f0 Merge branch 'work.iget' into work.misc by Al Viro · 8 years ago
  28. a38671d parisc: Migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  29. 2f7c68d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 8 years ago
  30. d4b0592 x86/pkeys: Make protection keys an "eager" feature by Dave Hansen · 8 years ago
  31. df610d6 x86/apic: Prevent pointless warning messages by Thomas Gleixner · 8 years ago
  32. f3bf1db x86/acpi: Prevent LAPIC id 0xff from being accounted by Thomas Gleixner · 8 years ago
  33. a17e7d2 befs: befs: fix style issues in datastream.c by Luis de Bethencourt · 8 years ago
  34. a20af5f befs: improve documentation in datastream.c by Luis de Bethencourt · 8 years ago
  35. d327e612 befs: fix typos in datastream.c by Luis de Bethencourt · 8 years ago
  36. 02d91f9 befs: fix typos in btree.c by Luis de Bethencourt · 8 years ago
  37. 103c0fb befs: fix style issues in super.c by Luis de Bethencourt · 8 years ago
  38. 1167423 befs: fix comment style by Luis de Bethencourt · 8 years ago
  39. bbe1bd0 befs: add check for ag_shift in superblock by Luis de Bethencourt · 8 years ago
  40. d1a8c70 befs: dump inode_size superblock information by Luis de Bethencourt · 8 years ago
  41. 78f647c befs: remove unnecessary initialization by Salah Triki · 8 years ago
  42. 2ac636b befs: fix typo in befs_sb_info by Salah Triki · 8 years ago
  43. 6ea4558 befs: add flags field to validate superblock state by Salah Triki · 8 years ago
  44. bb75e66 befs: fix typo in befs_find_key by Luis de Bethencourt · 8 years ago
  45. 672a851 befs: remove unused BEFS_BT_PARMATCH by Luis de Bethencourt · 8 years ago
  46. 33c712b fs: befs: remove ret variable by Salah Triki · 8 years ago
  47. abcf911 fs: befs: remove in vain variable assignment by Salah Triki · 8 years ago
  48. f306610 fs: befs: remove unnecessary *befs_sb variable by Salah Triki · 8 years ago
  49. 143d2a6 fs: befs: remove useless initialization to zero by Salah Triki · 8 years ago
  50. 88ff344 fs: befs: remove in vain variable assignment by Salah Triki · 8 years ago
  51. a26bc1a fs: befs: Insert NULL inode to dentry by Salah Triki · 8 years ago
  52. d70ee4f fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirect by Salah Triki · 8 years ago
  53. 4bb5943 fs: befs: Coding style fix by Salah Triki · 8 years ago
  54. d84e4a5 fs: befs: Remove redundant validation from befs_find_brun_direct by Salah Triki · 8 years ago
  55. 2dfa8a6 befs: fix typo in befs_bt_read_node documentation by Luis de Bethencourt · 8 years ago
  56. cfe0cb2 befs: in memory free_node_ptr and max_size never read by Luis de Bethencourt · 8 years ago
  57. 4c3897c befs: make consistent use of befs_error() by Luis de Bethencourt · 8 years ago
  58. 9ae51a3 befs: use simpler while loop by Luis de Bethencourt · 8 years ago
  59. 50858ef befs: remove constant variable by Luis de Bethencourt · 8 years ago
  60. f7769f9 befs: avoid dereferencing dentry twice by Luis de Bethencourt · 8 years ago
  61. 39dcfd3 fs: befs: remove comment that confuses kernel-doc by Luis de Bethencourt · 8 years ago
  62. a649985 fs: befs: check silent flag before logging error by Luis de Bethencourt · 8 years ago
  63. f7f6754 fs: befs: replace befs_bread by sb_bread by Salah Triki · 8 years ago
  64. f0f2536 befs: remove unused functions by Luis de Bethencourt · 8 years ago
  65. 10145d6 befs: fix function name in documentation by Luis de Bethencourt · 8 years ago
  66. 173b066 befs: check return of sb_min_blocksize by Luis de Bethencourt · 8 years ago
  67. c08f1cb fs: befs: remove useless pr_err in befs_init_inodecache() by Salah Triki · 8 years ago
  68. e808792 fs/befs/linuxvfs.c: remove useless befs_error by Salah Triki · 8 years ago
  69. c625426 fs/befs/linuxvfs.c: remove useless pr_err in befs_fill_super() by Salah Triki · 8 years ago
  70. dceee2e fs/befs/linuxvfs.c: check silent flag before logging errors by Salah Triki · 8 years ago
  71. 3098258 fs/befs/linuxvfs.c: move useless assignment by Salah Triki · 8 years ago
  72. 39487f6 watchdog: imx2_wdt: add pretimeout function support by Vladimir Zapolskiy · 8 years ago
  73. 2accf32 watchdog: softdog: implement pretimeout support by Wolfram Sang · 8 years ago
  74. 89873a7 watchdog: pretimeout: add pretimeout_available_governors attribute by Vladimir Zapolskiy · 8 years ago
  75. 53f96ce watchdog: pretimeout: add option to select a pretimeout governor in runtime by Vladimir Zapolskiy · 8 years ago
  76. da0d12f watchdog: pretimeout: add panic pretimeout governor by Vladimir Zapolskiy · 8 years ago
  77. f77710c watchdog: pretimeout: add noop pretimeout governor by Vladimir Zapolskiy · 8 years ago
  78. ff84136 watchdog: add watchdog pretimeout governor framework by Vladimir Zapolskiy · 8 years ago
  79. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  80. c913fc4 Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  81. a439f8f Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  82. 00e729c Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  83. 6afd563 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  84. b4f33f6 Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  85. 5acb605 Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  86. 66f2c6d Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  87. a771151 Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  88. 776482c wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent() by Christophe Jaillet · 8 years ago
  89. fa6114d net: macb: NULL out phydev after removing mdio bus by Nathan Sullivan · 8 years ago
  90. 912e27e xen-netback: make sure that hashes are not send to unaware frontends by Paul Durrant · 8 years ago
  91. 21d9629 Fixing a bug in team driver due to incorrect 'unsigned int' to 'int' conversion by Alex Sidorenko · 8 years ago
  92. 997b611 Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  93. 7d3cfc3 MAINTAINERS: add myself as a maintainer of xen-netback by Paul Durrant · 8 years ago
  94. 2c34ff1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32 by Linus Torvalds · 8 years ago
  95. cb4a4c6 ipv6 addrconf: disallow rtr_solicits < -1 by Maciej Żenczykowski · 8 years ago
  96. 07021b4 Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  97. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  98. 05fd007 console: don't prefer first registered if DT specifies stdout-path by Paul Burton · 8 years ago
  99. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  100. 954f74b CREDITS: update Pavel's information, add GPG key, remove snail mail address by Pavel Machek · 8 years ago