1. 01ed58a Merge branch 'x86/mem' into perf/core by Ingo Molnar · 14 years ago
  2. 26afb7c x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit by Jiri Olsa · 14 years ago
  3. 2f19e06 x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSB by Fenghua Yu · 14 years ago
  4. 057e05c x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSB by Fenghua Yu · 14 years ago
  5. 101068c x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSB by Fenghua Yu · 14 years ago
  6. 4307bec x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSB by Fenghua Yu · 14 years ago
  7. e365c9d x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSB by Fenghua Yu · 14 years ago
  8. 9072d11 x86, alternative: Add altinstruction_entry macro by Fenghua Yu · 14 years ago
  9. 5097313 x86, alternative, doc: Add comment for applying alternatives order by Fenghua Yu · 14 years ago
  10. 161ec53 x86, mem, intel: Initialize Enhanced REP MOVSB/STOSB by Fenghua Yu · 14 years ago
  11. 724a92e x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSB by Fenghua Yu · 14 years ago
  12. 2494b03 x86, cpufeature: Fix cpuid leaf 7 feature detection by Fenghua Yu · 14 years ago
  13. f296388 ftrace/s390: mcount offset calculation by Martin Schwidefsky · 14 years ago
  14. 521ccb5 ftrace/x86: mcount offset calculation by Martin Schwidefsky · 14 years ago
  15. 2895cd2 ftrace/x86: Do not trace .discard.text section by Steven Rostedt · 14 years ago
  16. 449a66f x86: Remove warning and warning_symbol from struct stacktrace_ops by Richard Weinberger · 14 years ago
  17. 932fed4 Merge commit 'v2.6.39-rc7' into perf/core by Ingo Molnar · 14 years ago
  18. 57d5241 Merge branch 'perf/stat' into perf/core by Ingo Molnar · 14 years ago
  19. 63b6a67 perf events, x86: Fix Intel Nehalem and Westmere last level cache event definitions by Peter Zijlstra · 14 years ago
  20. 925f83c hw_breakpoints, powerpc: Fix CONFIG_HAVE_HW_BREAKPOINT off-case in ptrace_set_debugreg() by Frederic Weisbecker · 14 years ago
  21. e04d1b2 perf events, x86: Add SandyBridge stalled-cycles-frontend/backend events by Lin Ming · 14 years ago
  22. 4d70230 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
  23. bfd412d Merge branch 'for-linus' of git://github.com/at91linux/linux-2.6-at91 by Linus Torvalds · 14 years ago
  24. 98bb318 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent by Ingo Molnar · 14 years ago
  25. 609cfda Merge branch 'stable/bug-fixes-for-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  26. bab0dcc Merge branches 'x86-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  27. 5933f2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  28. 7806a49 x86, reboot: Fix relocations in reboot_32.S by H. Peter Anvin · 14 years ago
  29. b9269dc xen: mask_rw_pte mark RO all pagetable pages up to pgt_buf_top by Stefano Stabellini · 14 years ago
  30. a386478 xen/mmu: Add workaround "x86-64, mm: Put early page table high" by Konrad Rzeszutek Wilk · 14 years ago
  31. 625a3b6 Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  32. 96f3ee2 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  33. 2be1910 x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo() by Yinghai Lu · 14 years ago
  34. 809435f Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  35. e20a2d2 x86, AMD: Fix APIC timer erratum 400 affecting K8 Rev.A-E processors by Boris Ostrovsky · 14 years ago
  36. 40a9635 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  37. a6ab948 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  38. 9748d4d Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  39. 0f22072 ARM: 6891/1: prevent heap corruption in OABI semtimedop by Dan Rosenberg · 14 years ago
  40. 3011203 perf events, x86: Add Westmere stalled-cycles-frontend/backend events by Ingo Molnar · 14 years ago
  41. 91fc4cc perf, x86: Add new stalled cycles events for Intel and AMD CPUs by Ingo Molnar · 14 years ago
  42. 8f62242 perf events: Add generic front-end and back-end stalled cycle event definitions by Ingo Molnar · 14 years ago
  43. 408133e Merge branch 'kprobes' of git://git.linaro.org/people/nico/linux into fixes by Russell King · 14 years ago
  44. a985183 [S390] irqstats: fix counting of pfault, dasd diag and virtio irqs by Heiko Carstens · 14 years ago
  45. cdc2536 ARM: kprobes: Tidy-up kprobes-decode.c by Jon Medhurst · 14 years ago
  46. 9425493 ARM: kprobes: Add emulation of hint instructions like NOP and WFI by Jon Medhurst · 14 years ago
  47. 20e8155 ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructions by Jon Medhurst · 14 years ago
  48. c983677 ARM: kprobes: Add emulation of MOVW and MOVT instructions by Jon Medhurst · 14 years ago
  49. f704a6e ARM: kprobes: Reject probing of undefined data processing instructions by Jon Medhurst · 14 years ago
  50. 72c2bab ARM: kprobes: Remove redundant code in space_1111 by Jon Medhurst · 14 years ago
  51. 41713d1 ARM: kprobes: Fix emulation of PLD instructions by Jon Medhurst · 14 years ago
  52. f0aeb8b ARM: kprobes: Reject probing of SETEND instructions by Jon Medhurst · 14 years ago
  53. ac211c6 ARM: kprobes: Consolidate stub decoding functions by Jon Medhurst · 14 years ago
  54. fa1a03b ARM: kprobes: Reject probing of all coprocessor instructions by Jon Medhurst · 14 years ago
  55. c6e4ae3 ARM: kprobes: Fix emulation of USAD8 instructions by Jon Medhurst · 14 years ago
  56. 038c383 ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructions by Jon Medhurst · 14 years ago
  57. 8dd7cfb ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH instructions by Jon Medhurst · 14 years ago
  58. 780b5c1 ARM: kprobes: Reject probing of undefined media instructions by Jon Medhurst · 14 years ago
  59. 0e384ed ARM: kprobes: Add emulation of RBIT instruction by Jon Medhurst · 14 years ago
  60. 81ff572 ARM: kprobes: Reject probing of LDRB instructions which load PC by Jon Medhurst · 14 years ago
  61. 5c6b76f ARM: kprobes: Fix emulation of LDRD and STRD instructions by Jon Medhurst · 14 years ago
  62. 54823ac ARM: kprobes: Reject probing of LDR/STR instructions which update PC unpredictably by Jon Medhurst · 14 years ago
  63. 6823fc8 ARM: kprobes: Fix emulation of LDRH, STRH, LDRSB and LDRSH instructions by Jon Medhurst · 14 years ago
  64. ec58d7f ARM: kprobes: Reject probing of STREX and LDREX instructions by Jon Medhurst · 14 years ago
  65. ba48d40 ARM: kprobes: Reject probing of undefined multiply instructions by Jon Medhurst · 14 years ago
  66. 75539ae ARM: kprobes: Fix error in comment by Jon Medhurst · 14 years ago
  67. 983ebd9 ARM: kprobes: Reject probing of instructions which write to PC unpredictably. by Jon Medhurst · 14 years ago
  68. c412aba ARM: kprobes: Fix emulation of MRS instruction by Jon Medhurst · 14 years ago
  69. 51468ea ARM: kprobes: Reject probing MRS instructions which read SPSR by Jon Medhurst · 14 years ago
  70. 896a74e ARM: kprobes: Fix emulation of Data-processing (immediate) instructions by Jon Medhurst · 14 years ago
  71. ad111ce ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions. by Jon Medhurst · 14 years ago
  72. a539f5d ARM: kprobes: Remove redundant condition checks from simulation routines by Jon Medhurst · 14 years ago
  73. 073090c ARM: kprobes: Fix probing of conditionally executed instructions by Jon Medhurst · 14 years ago
  74. cf3cc1a kprobes/arm: Fix ldrd/strd emulation by Viktor Rosendahl · 14 years ago
  75. 0dee0e7 Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 14 years ago
  76. 534e3ad um: adjust current_thread_info() for newer gcc versions by Richard Weinberger · 14 years ago
  77. 365a0de uml: fix hppfs build by Randy Dunlap · 14 years ago
  78. 57d8e02 um: mdd support for 64 bit atomic operations by Richard Weinberger · 14 years ago
  79. ef26750 Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into fixes by Russell King · 14 years ago
  80. 83a5d2d ARM: Fix .size directive for xscale_dma_a0_map_area by Ben Hutchings · 14 years ago
  81. 1ff42c3 x86: ce4100: Configure IOAPIC pins for USB and SATA to level type by Sebastian Andrzej Siewior · 14 years ago
  82. 2044359 x86: devicetree: Configure IOAPIC pin only once by Sebastian Andrzej Siewior · 14 years ago
  83. 8a850ca perf event, x86: Use better stalled cycles metric by Ingo Molnar · 14 years ago
  84. e8dad69 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6 by Linus Torvalds · 14 years ago
  85. a8d2518 ARM: 6887/1: Mark broadcast_timer_setup() __cpuinit by Stephen Boyd · 14 years ago
  86. 860ad78 ARM: 6884/1: Fix infinite loop in ARM user perf_event backtrace code by Sonny Rao · 14 years ago
  87. 2bce5da perf, x86, nmi: Move LVT un-masking into irq handlers by Don Zickus · 14 years ago
  88. 4aac0b4 m68k/mm: Set all online nodes in N_NORMAL_MEMORY by Michael Schmitz · 14 years ago
  89. 3b1fb2f Merge branch 'for_tony_a_2.6.39rc' of git://git.pwsan.com/linux-2.6 into devel-fixes by Tony Lindgren · 14 years ago
  90. 3267382 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  91. 167f829 Merge branch 'davinci-fixes' of git://gitorious.org/linux-davinci/linux-davinci into fixes by Russell King · 14 years ago
  92. e04d6c5 Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes by Russell King · 14 years ago
  93. ed96158 [S390] prng: fix pointer arithmetic by Martin Schwidefsky · 14 years ago
  94. e9c5499 Revert wrong fixes for common misspellings by Lucas De Marchi · 14 years ago
  95. fc7b3ff Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  96. 5c543e3 perf events, x86: Mark constrant tables read mostly by Ingo Molnar · 14 years ago
  97. 94403f8 perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLES by Ingo Molnar · 14 years ago
  98. 7bd5faf Merge branch 'perf/urgent' into perf/stat by Ingo Molnar · 14 years ago
  99. ec75a71 perf events, x86: Work around the Nehalem AAJ80 erratum by Ingo Molnar · 14 years ago
  100. 18a073a perf, x86: Fix BTS condition by Peter Zijlstra · 14 years ago