1. 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
  2. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  3. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  4. a74fb73 infrastructure for saner ret_from_kernel_thread semantics by Al Viro · 12 years ago
  5. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  6. 1562606 thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGE by Gerald Schaefer · 12 years ago
  7. 0b981cb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  8. 7e92daa Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  9. 2aa3a7f preparation for generic kernel_thread() by Al Viro · 12 years ago
  10. 786d35d Make most arch asm/module.h files use asm-generic/module.h by David Howells · 12 years ago
  11. 2b1d502 rcu: Settle config for userspace extended quiescent state by Frederic Weisbecker · 12 years ago
  12. fdf9c35 cputime: Make finegrained irqtime accounting generally available by Frederic Weisbecker · 12 years ago
  13. b952741 cputime: Generalize CONFIG_VIRT_CPU_ACCOUNTING by Frederic Weisbecker · 12 years ago
  14. c5ebced perf: Add ability to attach user stack dump to sample by Jiri Olsa · 12 years ago
  15. c5e6319 perf: Unified API to record selective sets of arch registers by Jiri Olsa · 12 years ago
  16. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  17. d484864 Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  18. 654443e Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  19. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  20. c64be2b drivers: add Contiguous Memory Allocator by Marek Szyprowski · 12 years ago
  21. ec83db0 tracing: Fix kconfig warning due to a typo by Srikar Dronamraju · 12 years ago
  22. f5e1028 task_allocator: Use config switches instead of magic defines by Thomas Gleixner · 12 years ago
  23. f3f096c tracing: Provide trace events interface for uprobes by Srikar Dronamraju · 12 years ago
  24. a6359d1 init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK by Thomas Gleixner · 12 years ago
  25. a4a2eb4 init_task: Create generic init_task instance by Thomas Gleixner · 12 years ago
  26. 29d5e04 smp: Provide generic idle thread allocation by Thomas Gleixner · 12 years ago
  27. 6ac1ef4 Merge branch 'perf/core' into perf/uprobes by Ingo Molnar · 12 years ago
  28. fb0fadf ptrace,seccomp: Add PTRACE_SECCOMP support by Will Drewry · 12 years ago
  29. bb6ea43 seccomp: Add SECCOMP_RET_TRAP by Will Drewry · 12 years ago
  30. acf3b2c seccomp: add SECCOMP_RET_ERRNO by Will Drewry · 12 years ago
  31. e2cfabdf seccomp: add system call filtering using BPF by Will Drewry · 12 years ago
  32. 50483c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  33. d314d74 nmi watchdog: do not use cpp symbol in Kconfig by Cong Wang · 12 years ago
  34. 48b25c4 [PATCH v3] ipc: provide generic compat versions of IPC syscalls by Chris Metcalf · 12 years ago
  35. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 12 years ago
  36. a5f4374 uprobes: Move to kernel/events/ by Ingo Molnar · 12 years ago
  37. 7b2d81d uprobes/core: Clean up, refactor and improve the code by Ingo Molnar · 12 years ago
  38. 2b14449 uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints by Srikar Dronamraju · 12 years ago
  39. 2565409 mm,x86,um: move CMPXCHG_DOUBLE config option by Heiko Carstens · 12 years ago
  40. 4156153 mm,x86,um: move CMPXCHG_LOCAL config option by Heiko Carstens · 12 years ago
  41. 43570fd mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL by Heiko Carstens · 12 years ago
  42. dcfce4a oprofile, x86: Reimplement nmi timer mode using perf event by Robert Richter · 13 years ago
  43. df013ff Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHG by Huang Ying · 13 years ago
  44. 2672391 mm, powerpc: move the RCU page-table freeing into generic code by Peter Zijlstra · 13 years ago
  45. 6875669 arch:Kconfig.locks Remove unused config option. by Justin P. Mattock · 13 years ago
  46. 335d7af mutexes, sched: Introduce arch_mutex_cpu_relax() by Gerald Schaefer · 14 years ago
  47. 45f81b1 jump label: Add work around to i386 gcc asm goto bug by Steven Rostedt · 14 years ago
  48. a5a2bad 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
  49. bf5438fc jump label: Base patch for jump label by Jason Baron · 14 years ago
  50. 05ed160 kprobes: Fix Kconfig dependency by Masami Hiramatsu · 14 years ago
  51. 61be7fd Merge branch 'perf/nmi' into perf/core by Ingo Molnar · 14 years ago
  52. 23637d4 lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTOR by Frederic Weisbecker · 14 years ago
  53. c01d432 lockup_detector: Adapt CONFIG_PERF_EVENT_NMI to other archs by Frederic Weisbecker · 14 years ago
  54. 0102752 hw-breakpoints: Separate constraint space for data and instruction breakpoints by Frederic Weisbecker · 14 years ago
  55. 5cc718b kprobes: Hide CONFIG_OPTPROBES and set if arch supports optimized kprobes by Masami Hiramatsu · 14 years ago
  56. 660f6a3 Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  57. e0d2724 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  58. 013cfc5 oprofile/x86: remove OPROFILE_IBS config option by Robert Richter · 14 years ago
  59. b309a29 oprofile: remove EXPERIMENTAL from the config option description by Robert Richter · 14 years ago
  60. 18b4a4d oprofile: remove tracing build dependency by Robert Richter · 14 years ago
  61. afd6625 kprobes: Introduce kprobes jump optimization by Masami Hiramatsu · 14 years ago
  62. e01292b tracing/kprobes: Add short documentation for HAVE_REGS_AND_STACK_ACCESS_API by Heiko Carstens · 14 years ago
  63. f850c30c tracing/kprobes: Make Kconfig dependencies generic by Heiko Carstens · 14 years ago
  64. 99e8c5a hw-breakpoints: Fix hardware breakpoints -> perf events dependency by Frederic Weisbecker · 14 years ago
  65. ed9216c Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  66. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 15 years ago
  67. 0f8f86c Merge commit 'perf/core' into perf/hw-breakpoint by Frederic Weisbecker · 15 years ago
  68. 7c68af6 core, x86: Add user return notifiers by Avi Kivity · 15 years ago
  69. 9a5963e oprofile: fix oprofile regression: select RING_BUFFER_ALLOW_SWAP by Christian Borntraeger · 15 years ago
  70. dca2d6a Merge branch 'linus' into tracing/hw-breakpoints by Ingo Molnar · 15 years ago
  71. a1922ed Merge branch 'tracing/core' into tracing/hw-breakpoints by Ingo Molnar · 15 years ago
  72. 4d4036e oprofile: Implement performance counter multiplexing by Jason Yeh · 15 years ago
  73. 2521f2c gcov: add gcov profiling infrastructure by Peter Oberparleiter · 15 years ago
  74. 62a038d hw-breakpoints: introducing generic hardware breakpoint handler interfaces by K.Prasad · 15 years ago
  75. 36cd3c9 mutex: have non-spinning mutexes on s390 by default by Heiko Carstens · 15 years ago
  76. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  77. 40ada30 tracing: clean up menu by Ingo Molnar · 15 years ago
  78. 5ee00bd dma-debug: add Kconfig entry by Joerg Roedel · 15 years ago
  79. 1a94bc3 [CVE-2009-0029] System call wrapper infrastructure by Heiko Carstens · 15 years ago
  80. d69d59f oprofile: select RING_BUFFER by Ingo Molnar · 15 years ago
  81. 96b8936 remove __ARCH_WANT_COMPAT_SYS_PTRACE by Christoph Hellwig · 16 years ago
  82. ba8b453 Change UTF8 chars in Kconfig help text about Oprofile AMD barcelona by Jesper Dangaard Brouer · 16 years ago
  83. 9ba1608 Kconfig: eliminate "def_bool n" constructs by Jan Beulich · 16 years ago
  84. accba5f Merge branch 'linus' into oprofile-v2 by Ingo Molnar · 16 years ago
  85. 1f5a4ad tracehook: CONFIG_HAVE_ARCH_TRACEHOOK by Roland McGrath · 16 years ago
  86. 852402c x86/oprofile: add CONFIG_OPROFILE_IBS option by Robert Richter · 16 years ago
  87. 58340a0 introduce HAVE_EFFICIENT_UNALIGNED_ACCESS Kconfig symbol by Johannes Berg · 16 years ago
  88. 28b2ee2 access_process_vm device memory infrastructure by Rik van Riel · 16 years ago
  89. 9483a57 add HAVE_CLK to Kconfig, for driver dependencies by David Brownell · 16 years ago
  90. 3d44223 Add generic helpers for arch IPI function calls by Jens Axboe · 16 years ago
  91. 74bc7ce dma: add dma_*map*_attrs() interfaces by Arthur Kepner · 16 years ago
  92. 9edddaa Kprobes: indicate kretprobe support in Kconfig by Ananth N Mavinakayanahalli · 16 years ago
  93. 125e564 Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig by Mathieu Desnoyers · 16 years ago
  94. fb32e03 Create arch/Kconfig by Mathieu Desnoyers · 16 years ago