1. b69880f intel_pstate: Add trace point to report internal state. by Dirk Brandewie · 11 years ago
  2. 652ed95 cpufreq: introduce cpufreq_generic_get() routine by Viresh Kumar · 11 years ago
  3. 0ad04fb ARM: SA1100: Create dummy clk_get_rate() to avoid build failures by Viresh Kumar · 11 years ago
  4. b3f9ff8 cpufreq: stats: create sysfs entries when cpufreq_stats is a module by Viresh Kumar · 11 years ago
  5. 2d13594 cpufreq: stats: free table and remove sysfs entry in a single routine by Viresh Kumar · 11 years ago
  6. 027cc2e cpufreq: stats: remove hotplug notifiers by Viresh Kumar · 11 years ago
  7. fcd7af9 cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properly by Viresh Kumar · 11 years ago
  8. 5650cef cpufreq: speedstep: remove unused speedstep_get_state by Paul Bolle · 11 years ago
  9. 51c4c4c Merge back earlier 'pm-cpufreq' material. by Rafael J. Wysocki · 11 years ago
  10. 6cbd7ee intel_pstate: Add X86_FEATURE_APERFMPERF to cpu match parameters. by Dirk Brandewie · 11 years ago
  11. 22c7379 powernow-k6: reorder frequencies by Mikulas Patocka · 11 years ago
  12. d82b922 powernow-k6: correctly initialize default parameters by Mikulas Patocka · 11 years ago
  13. e20e1d0 powernow-k6: disable cache when changing frequency by Mikulas Patocka · 11 years ago
  14. fbe299e Documentation: add ABI entry for intel_pstate by Ramkumar Ramachandra · 11 years ago
  15. d568b6f cpufreq: exynos: Convert exynos-cpufreq to platform driver by Lukasz Majewski · 11 years ago
  16. d391669 cpufreq: Make sure CPU is running on a freq from freq-table by Viresh Kumar · 11 years ago
  17. ae6b427 cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flag by Viresh Kumar · 11 years ago
  18. 20b7cbe cpufreq: imx6q: add of_init_opp_table by John Tobias · 11 years ago
  19. 1d0eaae cpufreq: imx6q-cpufreq driver is reused on i.MX6 series SoCs by Shawn Guo · 11 years ago
  20. b4573d1d cpufreq: imx6q: correct VDDSOC/PU voltage scaling when cpufreq is changed by Anson Huang · 11 years ago
  21. ab1b1c4 cpufreq: send new set of notification for transition failures by Viresh Kumar · 11 years ago
  22. f7ba3b4 cpufreq: Introduce cpufreq_notify_post_transition() by Viresh Kumar · 11 years ago
  23. 26ab1c6 cpufreq: exynos5250: Set APLL rate using CCF API by Sachin Kamat · 11 years ago
  24. 6f1e4ef cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabled by Jane Li · 11 years ago
  25. 87ae97f cpufreq: s3c24xx: Staticize local variable by Sachin Kamat · 11 years ago
  26. 8f82b19 cpufreq: s3c2440: Staticize local variables by Sachin Kamat · 11 years ago
  27. 2b2ec67 cpufreq: s3c2440: Remove hardware.h inclusion by Sachin Kamat · 11 years ago
  28. 998be8e cpufreq: arm-big-little: Make driver dependent on CONFIG_BIG_LITTLE by Viresh Kumar · 11 years ago
  29. a3ea015 Documentation / cpufreq: add intel-pstate.txt by Ramkumar Ramachandra · 11 years ago
  30. 72e2adc Merge back earlier 'pm-cpufreq' material. by Rafael J. Wysocki · 11 years ago
  31. d6e0a2d Linux 3.13-rc7 by Linus Torvalds · 11 years ago
  32. 9a2f1aa Merge tag 'for-v3.13-fixes' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 11 years ago
  33. 23e8e59 Merge tag 'pm+acpi-3.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  34. 7a262d2 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  35. 06f055f Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  36. 4ff36ee epoll: do not take the nested ep->mtx on EPOLL_CTL_DEL by Jason Baron · 11 years ago
  37. ad70b02 sh: add EXPORT_SYMBOL(min_low_pfn) and EXPORT_SYMBOL(max_low_pfn) to sh_ksyms_32.c by Nobuhiro Iwamatsu · 11 years ago
  38. 3532e56 drivers/dma/ioat/dma.c: check DMA mapping error in ioat_dma_self_test() by Jiang Liu · 11 years ago
  39. a3e0f9e mm/memory-failure.c: transfer page count from head page to tail page after split thp by Naoya Horiguchi · 11 years ago
  40. c2fd4e3 MAINTAINERS: set up proper record for Xilinx Zynq by Michal Simek · 11 years ago
  41. d0319bd mm: remove bogus warning in copy_huge_pmd() by Mel Gorman · 11 years ago
  42. 695c608 memcg: fix memcg_size() calculation by Vladimir Davydov · 11 years ago
  43. 4eb9198 mm: fix use-after-free in sys_remap_file_pages by Rik van Riel · 11 years ago
  44. 3b25df9 mm: munlock: fix deadlock in __munlock_pagevec() by Vlastimil Babka · 11 years ago
  45. c424be1 mm: munlock: fix a bug where THP tail page is encountered by Vlastimil Babka · 11 years ago
  46. 152b734 Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 11 years ago
  47. b479667 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  48. 29bf08f KVM: nVMX: Unconditionally uninit the MMU on nested vmexit by Jan Kiszka · 11 years ago
  49. 0b3a2c9 GFS2: Fix unsafe dereference in dump_holder() by Tetsuo Handa · 11 years ago
  50. 9a0bb29 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  51. 6c72139 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  52. 61ef8be Merge branch 'drm-fixes-3.13' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 11 years ago
  53. efb753b crypto: ixp4xx - Fix kernel compile error by Krzysztof Hałasa · 11 years ago
  54. 0a405fe Merge branches 'pm-cpufreq' and 'pm-cpuidle' by Rafael J. Wysocki · 11 years ago
  55. 3308d53 Merge branch 'cpuidle/3.13-fixes' of git://git.linaro.org/people/daniel.lezcano/linux into pm-cpuidle by Rafael J. Wysocki · 11 years ago
  56. 4706515 Merge branches 'acpi-pci-pm' and 'acpi-pci-hotplug' by Rafael J. Wysocki · 11 years ago
  57. 6b8c982 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 11 years ago
  58. 03bdeda Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  59. 28a2a2e Input: allocate absinfo data when setting ABS capability by Dmitry Torokhov · 11 years ago
  60. f244d8b ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplug by Rafael J. Wysocki · 11 years ago
  61. 98a947a intel_pstate: Fail initialization if P-state information is missing by Rafael J. Wysocki · 11 years ago
  62. 71ce176 Merge tag 'dt-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  63. e66d2ae KVM: x86: Fix APIC map calculation after re-enabling by Jan Kiszka · 11 years ago
  64. 6e4c619 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  65. f0082e3 Merge remote-tracking branch 'grant/devicetree/merge' into dt-fixes by Rob Herring · 11 years ago
  66. 67e0c1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  67. 5d3ad8a MAINTAINERS: Update Rob Herring's email address by Rob Herring · 11 years ago
  68. 2f53a71 of/irq: Fix device_node refcount in of_irq_parse_raw() by Cédric Le Goater · 11 years ago
  69. 5d92708 of/Kconfig: Spelling s/one/once/ by Geert Uytterhoeven · 11 years ago
  70. 13fcca8 Revert "of/address: Handle #address-cells > 2 specially" by Rob Herring · 11 years ago
  71. 5781532 ARM/cpuidle: remove __init tag from Calxeda cpuidle probe function by Andre Przywara · 11 years ago
  72. fcf2f40 s390/pci: obtain function handle in hotplug notifier by Sebastian Ott · 11 years ago
  73. f991db1 Merge remote-tracking branch 'agust/merge' into merge by Benjamin Herrenschmidt · 11 years ago
  74. 7cd0139 stmmac: Fix incorrect spinlock release and PTP cap detection. by Vince Bridgers · 11 years ago
  75. 33c133c phy: IRQ cannot be shared by Sergei Shtylyov · 11 years ago
  76. f81152e net: rose: restore old recvmsg behavior by Florian Westphal · 11 years ago
  77. ac3d5ac xen-netback: fix guest-receive-side array sizes by Paul Durrant · 11 years ago
  78. 7a399e3 fec: Do not assume that PHY reset is active low by Fabio Estevam · 11 years ago
  79. 8460276 tipc: fix deadlock during socket release by Ying Xue · 11 years ago
  80. 7d4151b powerpc: Fix alignment of secondary cpu spin vars by Olof Johansson · 11 years ago
  81. 286e4f9 powerpc: Align p_end by Anton Blanchard · 11 years ago
  82. ca1de5d powernv/eeh: Add buffer for P7IOC hub error data by Brian W Hart · 11 years ago
  83. 20acebd powernv/eeh: Fix possible buffer overrun in ioda_eeh_phb_diag() by Brian W Hart · 11 years ago
  84. 2015116 powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endian by Paul E. McKenney · 11 years ago
  85. e8a00ad powerpc: Make unaligned accesses endian-safe for powerpc by Rajesh B Prathipati · 11 years ago
  86. 90ff5d6 powerpc: Fix bad stack check in exception entry by Michael Neuling · 11 years ago
  87. 802eee9 Linux 3.13-rc6 by Linus Torvalds · 11 years ago
  88. f084280 PCI / ACPI: Install wakeup notify handlers for all PCI devs with ACPI by Rafael J. Wysocki · 11 years ago
  89. d7ada73 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  90. 8cf126d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  91. bddffa2 Merge tag 'pm+acpi-3.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  92. 08fd8c1c cpufreq: preserve user_policy across suspend/resume by Viresh Kumar · 11 years ago
  93. 72368d1 cpufreq: Clean up after a failing light-weight initialization by Rafael J. Wysocki · 11 years ago
  94. 8eb9bff Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  95. a72338a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  96. 9b17c165 Merge tag 'omap-for-v3.13/intc-ldp-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 11 years ago
  97. 4cff612 Merge tag 'renesas-fixes2-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Olof Johansson · 11 years ago
  98. 9928422 ARM: pxa: fix USB gadget driver compilation regression by Linus Walleij · 11 years ago
  99. 2ee0d3c netfilter: nf_tables: fix wrong datatype in nft_validate_data_load() by Pablo Neira Ayuso · 11 years ago
  100. 2b1e2cb batman-adv: fix vlan header access by Antonio Quartulli · 11 years ago