1. a56ed66 mm: fix pdflush thread creation upper bound by Peter W Morreale · 15 years ago
  2. 9133df7 esp: fix section mismatch warning by Randy Dunlap · 15 years ago
  3. ab3c9c6 branch tracer, intel-iommu: fix build with CONFIG_BRANCH_TRACER=y by Linus Torvalds · 15 years ago
  4. d9ad8bc branch tracer: Fix for enabling branch profiling makes sparse unusable by Bart Van Assche · 15 years ago
  5. d407e32 PCI: Fix oops in pci_vpd_truncate by Anton Vorontsov · 15 years ago
  6. 548cbdc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  7. a01da1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-param by Linus Torvalds · 15 years ago
  8. 44d84af Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 15 years ago
  9. f8201ab ramfs: fix double freeing s_fs_info on failed mount by Ingo Molnar · 15 years ago
  10. 38089c6 HID: hidraw -- fix missing unlocks in unlocked_ioctl by Dan Carpenter · 15 years ago
  11. 2c03d07 hwmon: Add Asus ATK0110 support by Luca Tettamanti · 15 years ago
  12. 797eaa4 hwmon: (lm95241) Convert to new-style i2c driver by Jean Delvare · 15 years ago
  13. 9c83633 missing unlock in jfs_quota_write() by Dan Carpenter · 15 years ago
  14. dcef788 ftrace: clean up enable logic for sched_switch by Zhaolei · 15 years ago
  15. 597af81 function-graph: use int instead of atomic for ftrace_graph_active by Steven Rostedt · 15 years ago
  16. 5452af6 tracing/ftrace: factorize the tracing files creation by Frederic Weisbecker · 15 years ago
  17. a5dec55 tracing: use macros to denote usec and nsec per second by Li Zefan · 15 years ago
  18. 86665c7 Merge branch 'tracing/urgent' into tracing/ftrace by Ingo Molnar · 15 years ago
  19. 1bbe2a8 ftrace: Correct a text align for event format output by Zhaolei · 15 years ago
  20. bc2b687 Update /debug/tracing/README by Nikanth Karthikesan · 15 years ago
  21. b0dfa97 tracing/ftrace: alloc the started cpumask for the trace file by Frederic Weisbecker · 15 years ago
  22. 5ab8026a tracing, x86: remove duplicated #include by Huang Weiyi · 15 years ago
  23. 8bcae09 ftrace: Add check of sched_stopped for probe_sched_wakeup by Zhaolei · 15 years ago
  24. 5ac9f62 function-graph: add proper initialization for init task by Steven Rostedt · 15 years ago
  25. 5f0c6c0 tracing/ftrace: fix missing include string.h by Frederic Weisbecker · 15 years ago
  26. cf8e347 tracing: fix incorrect return type of ns2usecs() by Lai Jiangshan · 15 years ago
  27. 301fd74 tracing: remove CALLER_ADDR2 from wakeup tracer by Steven Rostedt · 15 years ago
  28. ffcd7dc loop: mutex already unlocked in loop_clr_fd() by Alexander Beregalov · 15 years ago
  29. 93776a8 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  30. a053958 Merge branch 'tracing/blktrace-fixes' into tracing/urgent by Ingo Molnar · 15 years ago
  31. 017bc61 x86, ds: support Core i7 by Markus Metzger · 15 years ago
  32. 150f516 x86, ds: allow small debug store buffers by Markus Metzger · 15 years ago
  33. 608780a x86, ds: fix bad ds_reset_pebs() by Markus Metzger · 15 years ago
  34. 6047550 x86, ds: dont use TIF_DEBUGCTLMSR by Markus Metzger · 15 years ago
  35. 0f48140 x86, ptrace: add bts context unconditionally by Markus Metzger · 15 years ago
  36. ee81151 x86, ds: use single debug store cpu configuration by Markus Metzger · 15 years ago
  37. 2311f0d x86, ds: add leakage warning by Markus Metzger · 15 years ago
  38. 3a68eef x86, ds: add task tracing selftest by Markus Metzger · 15 years ago
  39. 01f6569 x86, ds: selftest each cpu by Markus Metzger · 15 years ago
  40. 84f2011 x86, ds: fix bounds check in ds selftest by Markus Metzger · 15 years ago
  41. 353afee x86, ds: fix compiler warning by Markus Metzger · 15 years ago
  42. 4d657e5 x86, hw-branch-tracer: allocate selftest iterator on heap by Markus Metzger · 15 years ago
  43. de79f54 x86, bts, hw-branch-tracer: add _noirq variants to the debug store interface by Markus Metzger · 15 years ago
  44. 35bb760 x86, debugctlmsr: add _on_cpu variants to debugctlmsr functions by Markus Metzger · 15 years ago
  45. 15879d0 x86, bts: use trace_clock_global() for timestamps by Markus Metzger · 15 years ago
  46. 38f8011 x86, bts: fix race between per-task and per-cpu branch tracing by Markus Metzger · 15 years ago
  47. 8d99b3a x86, bts: wait until traced task has been scheduled out by Markus Metzger · 15 years ago
  48. e2b371f mm, x86, ptrace, bts: defer branch trace stopping by Markus Metzger · 15 years ago
  49. a26b89f sched, hw-branch-tracer: add wait_task_context_switch() function to sched.h by Markus Metzger · 15 years ago
  50. cac94f9 x86, bts: fix race when bts tracer is removed by Markus Metzger · 15 years ago
  51. 2e8844e Merge branch 'linus' into tracing/hw-branch-tracing by Ingo Molnar · 15 years ago
  52. 6c009ec Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  53. 98c2aaf x86, perfcounters: add atomic64_xchg() by Ingo Molnar · 15 years ago
  54. d6648da ASoC: TWL4030: Compillation error fix by Peter Ujfalusi · 15 years ago
  55. b029195 cfq-iosched: don't let idling interfere with plugging by Jens Axboe · 15 years ago
  56. 6278af6 perf_counter tools: kerneltop: display per function percentage along with event count by Mike Galbraith · 15 years ago
  57. 65de394 i2c: imx: Make disable_delay a per-device variable by Wolfram Sang · 15 years ago
  58. b486ddb i2c: xtensa s6000 i2c driver by Oskar Schirmer · 15 years ago
  59. c724d67 powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates board by Wolfgang Grandegger · 15 years ago
  60. f2bd5ef i2c: i2c-mpc: make I2C bus speed configurable by Wolfgang Grandegger · 15 years ago
  61. 54377cd i2c: i2c-mpc: use dev based printout function by Wolfgang Grandegger · 15 years ago
  62. 8101a30 i2c: i2c-mpc: various coding style fixes by Wolfgang Grandegger · 15 years ago
  63. 309c18d i2c: imx: Add missing request_mem_region in probe() by Darius Augulis · 15 years ago
  64. 18dc83a i2c: i2c-s3c2410: Initialise Samsung I2C controller early by Mark Brown · 15 years ago
  65. c564e6a i2c-s3c2410: Simplify bus frequency calculation by Daniel Silverstone · 15 years ago
  66. a192f71 i2c-s3c2410: sda_delay should be in ns, not clock ticks by Ben Dooks · 15 years ago
  67. aa11e38 i2c: iMX/MXC support by Darius Augulis · 16 years ago
  68. 5e34437 Merge branch 'linus' into core/softlockup by Ingo Molnar · 15 years ago
  69. bce379b perf_counter: minimize context time updates by Peter Zijlstra · 15 years ago
  70. 849691a perf_counter: remove rq->lock usage by Peter Zijlstra · 15 years ago
  71. a39d6f2 perf_counter: rework the task clock software counter by Peter Zijlstra · 15 years ago
  72. 4af4998 perf_counter: rework context time by Peter Zijlstra · 15 years ago
  73. 4c9e254 perf_counter: change event definition by Peter Zijlstra · 15 years ago
  74. 0c593b3 perf_counter: comment the perf_event_type stuff by Peter Zijlstra · 15 years ago
  75. 79f1464 perf_counter: counter overflow limit by Peter Zijlstra · 15 years ago
  76. 339f7c9 perf_counter: PERF_RECORD_TIME by Peter Zijlstra · 15 years ago
  77. ebb3c4c perf_counter: fix the mlock accounting by Peter Zijlstra · 15 years ago
  78. f6c7d5f perf_counter: theres more to overflow than writing events by Peter Zijlstra · 15 years ago
  79. b6276f3 perf_counter: x86: self-IPI for pending work by Peter Zijlstra · 15 years ago
  80. 671dec5 perf_counter: generalize pending infrastructure by Peter Zijlstra · 15 years ago
  81. 3c446b3d perf_counter: SIGIO support by Peter Zijlstra · 15 years ago
  82. 9c03d88 perf_counter: add more context information by Peter Zijlstra · 15 years ago
  83. a2e87d0 perf_counter: update mmap() counter read, take 2 by Peter Zijlstra · 15 years ago
  84. 2e45e77 Revert "module: remove the SHF_ALLOC flag on the __versions section." by Rusty Russell · 15 years ago
  85. 2385327 block: remove unused REQ_UNPLUG by Jens Axboe · 15 years ago
  86. 75e5098 cfq-iosched: kill two unused cfqq flags by Jens Axboe · 15 years ago
  87. 77d0563 softlockup: make DETECT_HUNG_TASK default depend on DETECT_SOFTLOCKUP by Ingo Molnar · 15 years ago
  88. 2f5cb73 cfq-iosched: change dispatch logic to deal with single requests at the time by Jens Axboe · 15 years ago
  89. 54ca40d powerpc/85xx: TQM8548: update defconfig by Wolfgang Grandegger · 15 years ago
  90. 655544c powerpc/85xx: TQM8548: use proper phy-handles for enet2 and enet3 by Wolfgang Grandegger · 15 years ago
  91. 6467cae powerpc/85xx: TQM85xx: correct address of LM75 I2C device nodes by Wolfgang Grandegger · 15 years ago
  92. e996557 powerpc: Add support for early tlbilx opcode by Kumar Gala · 15 years ago
  93. 7281f5d powerpc: Fix tlbilx opcode by Kumar Gala · 15 years ago
  94. f7d7f86 x86, intel-iommu: fix X2APIC && !ACPI build failure by David Woodhouse · 15 years ago
  95. 3fbed4c mflash: initial support by unsik Kim · 15 years ago
  96. e143858 cciss: change to discover first memory BAR by Mike Miller · 15 years ago
  97. 0a9279c cciss: kernel scan thread for MSA2012 by Mike Miller · 15 years ago
  98. ac44e5b cciss: fix residual count for block pc requests by Jens Axboe · 15 years ago
  99. 26308ea block: fix inconsistency in I/O stat accounting code by Jerome Marchand · 15 years ago
  100. 6c7e8ce block: elevator quiescing helpers by Jens Axboe · 15 years ago