1. 6f9f791 perf_counter: create Documentation/perf_counter/ and move perfcounters.txt there by Ingo Molnar · 15 years ago
  2. 9aaa131 perf_counter: fix type/event_id layout on big-endian systems by Paul Mackerras · 15 years ago
  3. db4fb5a perf_counter: powerpc: clean up perc_counter_interrupt by Paul Mackerras · 15 years ago
  4. 0322cd6 perf_counter: unify irq output code by Peter Zijlstra · 15 years ago
  5. b8e8351 perf_counter: revamp syscall input ABI by Peter Zijlstra · 15 years ago
  6. e077df4 perf_counter: hook up the tracepoint events by Peter Zijlstra · 15 years ago
  7. f160095 perf_counter: fix up counter free paths by Peter Zijlstra · 15 years ago
  8. 4a0deca perf_counter: generic context switch event by Peter Zijlstra · 15 years ago
  9. 01ef09d perf_counter: fix uninitialized usage of event_list by Peter Zijlstra · 15 years ago
  10. b6c5a71d perf_counter: abstract wakeup flag setting in core to fix powerpc build by Paul Mackerras · 15 years ago
  11. 7bb497b perf_counter: fix crash on perfmon v1 systems by Ingo Molnar · 15 years ago
  12. 4e193bd perf_counter: include missing header by Tim Blechmann · 15 years ago
  13. 039fc91 perf_counter: fix hrtimer sampling by Peter Zijlstra · 15 years ago
  14. 592903c perf_counter: add an event_list by Peter Zijlstra · 15 years ago
  15. d6d020e perf_counter: hrtimer based sampling for software time events by Peter Zijlstra · 15 years ago
  16. ac17dc8 perf_counter: provide major/minor page fault software events by Peter Zijlstra · 15 years ago
  17. 7dd1fcc perf_counter: provide pagefault software events by Peter Zijlstra · 15 years ago
  18. 15dbf27 perf_counter: software counter event infrastructure by Peter Zijlstra · 15 years ago
  19. 82bae4f8 perf_counter: x86: use ULL postfix for 64bit constants by Peter Zijlstra · 15 years ago
  20. 60b3df9 perf_counter: add comment to barrier by Peter Zijlstra · 15 years ago
  21. 7556423 perf_counter: use list_move_tail() by Peter Zijlstra · 15 years ago
  22. 595258a perf_counter: x86: fix 32-bit irq_period assumption by Peter Zijlstra · 15 years ago
  23. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 15 years ago
  24. 0221c81 Merge branch 'audit.b62' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 15 years ago
  25. 48f286a Merge branch 'for-next' of git://git.o-hand.com/linux-mfd by Linus Torvalds · 15 years ago
  26. ea43179 Merge branch 'for-linus' of git://repo.or.cz/cris-mirror by Linus Torvalds · 15 years ago
  27. 32fb6c1 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  28. 45e36c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  29. 87fc94d Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 15 years ago
  30. 3516c6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 15 years ago
  31. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  32. def5754 Audit: remove spaces from audit_log_d_path by Eric Paris · 15 years ago
  33. 679173b audit: audit_set_auditable defined but not used by Eric Paris · 16 years ago
  34. 318b6d3 audit: incorrect ref counting in audit tree tag_chunk by Eric Paris · 16 years ago
  35. 6d208da audit: Fix possible return value truncation in audit_get_context() by Paul Moore · 15 years ago
  36. 55ad2f8 audit: ignore terminating NUL in AUDIT_USER_TTY messages by Miloslav Trmac · 15 years ago
  37. b3897f5 Audit: fix handling of 'strings' with NULL characters by Miloslav Trmac · 15 years ago
  38. c28bb7d make the e->rule.xxx shorter in kernel auditfilter.c by Zhenwen Xu · 15 years ago
  39. 6b96255 auditsc: fix kernel-doc notation by Randy Dunlap · 16 years ago
  40. ca96a89 audit: EXECVE record - removed bogus newline by Jiri Pirko · 16 years ago
  41. 8901e7f Merge branch 'bzip2-lzma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip by Linus Torvalds · 15 years ago
  42. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  43. cab4e4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-param by Linus Torvalds · 15 years ago
  44. 5412b53 Merge branch 'core/debugobjects' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  45. e4c393f Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  46. 0a053e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 15 years ago
  47. 7ec0a72 ACPI: processor: use .notify method instead of installing handler directly by Bjorn Helgaas · 15 years ago
  48. 373cfc3 ACPI: button: use .notify method instead of installing handler directly by Bjorn Helgaas · 15 years ago
  49. 46ec859 ACPI: support acpi_device_ops .notify methods by Bjorn Helgaas · 15 years ago
  50. 478c6a4 Merge branch 'linus' into release by Len Brown · 15 years ago
  51. 8a3f257 Merge branch 'misc' into release by Len Brown · 15 years ago
  52. 33526a5 Merge branch 'x2apic' into release by Len Brown · 15 years ago
  53. 47ae106 Merge branch 'pnpacpi' into release by Len Brown · 15 years ago
  54. 2e33b23 Merge branch 'dell-wmi' into release by Len Brown · 15 years ago
  55. e2fae0a Merge branch 'constify' into release by Len Brown · 15 years ago
  56. fff251f6 Merge branches 'bugzilla-12461' and 'bugzilla-9998' into release by Len Brown · 15 years ago
  57. 3b4dadf Merge branch 'acpi_enforce_resources' into release by Len Brown · 15 years ago
  58. 59b17bf Merge branch 'async-battery' into release by Len Brown · 15 years ago
  59. edd8469 Merge branch 'acpi-modparam' into release by Len Brown · 15 years ago
  60. 7c27fd1 Merge branch 'sony-laptop' into release by Len Brown · 15 years ago
  61. 336d63b Merge branch 'thinkpad-acpi' into release by Len Brown · 15 years ago
  62. 07290be Merge branch 'acer' into release by Len Brown · 15 years ago
  63. 1264881 Merge branch 'video' into release by Len Brown · 15 years ago
  64. 7329e93 Merge branch 'psd' into release by Len Brown · 15 years ago
  65. 3266d63 Merge branch 'battery' into release by Len Brown · 15 years ago
  66. 4926a23 Merge branch 'hp-wmi' into release by Len Brown · 15 years ago
  67. 4f3bff7 Merge branch 'thermal' into release by Len Brown · 15 years ago
  68. 2ddb9f1 Merge branch 'pmtimer-overflow' into release by Len Brown · 15 years ago
  69. a3b2c5e Merge branch 'dynamic-ssdt' into release by Len Brown · 15 years ago
  70. 4938370 Merge branch 'driver-ops-cleanup' into release by Len Brown · 15 years ago
  71. e857b33 Merge branch 'bjorn-cleanups' into release by Len Brown · 15 years ago
  72. 9a38f4e Merge branch 'bjorn-initcall-cleanup' into release by Len Brown · 15 years ago
  73. 1506553 toshiba-acpi: remove MAINTAINERS entry by Johannes Berg · 15 years ago
  74. fa15ce8 mfd: fix da903x warning by Samuel Ortiz · 15 years ago
  75. 895d9f0 mfd: fix MAINTAINERS entry by Samuel Ortiz · 15 years ago
  76. f3df0b7 mfd: Use the value of the final spin when reading the AUXADC by Mark Brown · 15 years ago
  77. 3446d4b mfd: Storage class should be before const qualifier by Tobias Klauser · 16 years ago
  78. 47c10ed mfd: PASIC3: supply clock_rate to DS1WM via driver_data by Philipp Zabel · 16 years ago
  79. 7d33ccb mfd: remove DS1WM clock handling by Philipp Zabel · 16 years ago
  80. b72019d mfd: remove unused PASIC3 bus_shift field by Philipp Zabel · 16 years ago
  81. 0ef2067 pxa/magician: remove deprecated .bus_shift from PASIC3 platform_data by Philipp Zabel · 16 years ago
  82. 0254a8f mfd: convert PASIC3 to use MFD core by Philipp Zabel · 16 years ago
  83. a23a175 mfd: convert DS1WM to use MFD core by Philipp Zabel · 16 years ago
  84. 3206450 mfd: Support active high IRQs on WM835x by Mark Brown · 16 years ago
  85. 9dfd338 mfd: Use bulk read to fill WM8350 register cache by Mark Brown · 16 years ago
  86. 22e2df7 mfd: remove duplicated #include from pcf50633 by Huang Weiyi · 16 years ago
  87. 601cc11 Make non-compat preadv/pwritev use native register size by Linus Torvalds · 15 years ago
  88. 0f66af5 ACPI: battery: asynchronous init by Arjan van de Ven · 16 years ago
  89. 4f0175d acer-wmi: Update copyright notice & documentation by Carlos Corbacho · 15 years ago
  90. 350e329 acer-wmi: Cleanup the failure cleanup handling by Andy Whitcroft · 15 years ago
  91. a74dd5f acer-wmi: Blacklist Acer Aspire One by Carlos Corbacho · 15 years ago
  92. 68b42d1 sh: sh7785lcr: Map whole PCI address space. by Takashi Yoshii · 15 years ago
  93. 01ab103 sh: Fix up DSP context save/restore. by Michael Trimarchi · 15 years ago
  94. a27873c sh: Fix up number of on-chip DMA channels on SH7091. by Paul Mundt · 15 years ago
  95. c07c9a7 video: build fix by Len Brown · 15 years ago
  96. 0e50183 thinkpad-acpi: rework brightness support by Henrique de Moraes Holschuh · 15 years ago
  97. 74a60c0 thinkpad-acpi: enhanced debugging messages for the fan subdriver by Henrique de Moraes Holschuh · 15 years ago
  98. 56e2c20 thinkpad-acpi: enhanced debugging messages for the hotkey subdriver by Henrique de Moraes Holschuh · 15 years ago
  99. bee4cd9 thinkpad-acpi: enhanced debugging messages for rfkill subdrivers by Henrique de Moraes Holschuh · 15 years ago
  100. a4d5eff thinkpad-acpi: restrict access to some firmware LEDs by Henrique de Moraes Holschuh · 15 years ago