1. 0eb9670 ftrace: prevent freeing of all failed updates by Abhishek Sagar · 17 years ago
  2. e077341 ftrace: export kretprobe_trampoline for function tracer by Abhishek Sagar · 17 years ago
  3. ad90c0e ftrace: user update and disable dynamic ftrace daemon by Steven Rostedt · 17 years ago
  4. b1829d2 ftrace: fix merge by Ingo Molnar · 17 years ago
  5. ccbfac2 ftrace: powerpc clean ups by Steven Rostedt · 17 years ago
  6. 41c52c0 ftrace: set_ftrace_notrace feature by Steven Rostedt · 17 years ago
  7. e0eca07 ftrace, POWERPC: add irqs_disabled_flags to ppc by Steven Rostedt · 17 years ago
  8. 489f139 ftrace: fix build bug by Ingo Molnar · 17 years ago
  9. d49dbf3 ftrace: fix include file dependency by Ingo Molnar · 17 years ago
  10. 74f4e36 ftrace: stacktrace fix by Ingo Molnar · 17 years ago
  11. 5b82a1b Port ftrace to markers by Mathieu Desnoyers · 17 years ago
  12. 0aa977f Markers - define non optimized marker by Mathieu Desnoyers · 17 years ago
  13. dc102a8 Markers - remove extra format argument by Mathieu Desnoyers · 17 years ago
  14. 3eefae9 ftrace: limit trace entries by Steven Rostedt · 17 years ago
  15. 8606978 x86: add a list for custom page fault handlers. by Pekka Paalanen · 17 years ago
  16. 88a4216 ftrace: sched special by Ingo Molnar · 17 years ago
  17. 1a3c303 ftrace: fix __trace_special() by Ingo Molnar · 17 years ago
  18. 017730c ftrace: fix wakeups by Ingo Molnar · 17 years ago
  19. 4e65551 ftrace: sched tracer, trace full rbtree by Ingo Molnar · 17 years ago
  20. 8ac0fca ftrace: sched tracer fix by Ingo Molnar · 17 years ago
  21. 86387f7 ftrace: add stack tracing by Ingo Molnar · 17 years ago
  22. aeaee8a ftrace: build fix by Ingo Molnar · 17 years ago
  23. 4eebcc8 ftrace: disable tracing on failure by Steven Rostedt · 17 years ago
  24. 37ad5084 ftrace - fix dynamic ftrace memory leak by Steven Rostedt · 17 years ago
  25. 77a2b37 ftrace: startup tester on dynamic tracing. by Steven Rostedt · 17 years ago
  26. c7aafc5 ftrace: cleanups by Ingo Molnar · 17 years ago
  27. e1c08bd ftrace: force recording by Steven Rostedt · 17 years ago
  28. f43fdad ftrace: fix kexec by Ingo Molnar · 17 years ago
  29. 5072c59 ftrace: add filter select functions to trace by Steven Rostedt · 17 years ago
  30. d61f82d ftrace: use dynamic patching for updating mcount calls by Steven Rostedt · 17 years ago
  31. 3c1720f ftrace: move memory management out of arch code by Steven Rostedt · 17 years ago
  32. dfa60ab ftrace: use nops instead of jmp by Steven Rostedt · 17 years ago
  33. b0fc494 ftrace: add ftrace_enabled sysctl to disable mcount function by Steven Rostedt · 17 years ago
  34. 3d08339 ftrace: dynamic enabling/disabling of function calls by Steven Rostedt · 17 years ago
  35. 6cd8a4b ftrace: trace preempt off critical timings by Steven Rostedt · 17 years ago
  36. 81d68a9 ftrace: trace irq disabled critical timings by Steven Rostedt · 17 years ago
  37. 352ad25 ftrace: tracer for scheduler wakeup latency by Steven Rostedt · 17 years ago
  38. 16444a8 ftrace: add basic support for gcc profiler instrumentation by Arnaldo Carvalho de Melo · 17 years ago
  39. 23adec5 x86: add notrace annotations to vsyscall. by Steven Rostedt · 17 years ago
  40. ffdc1a0 tracing: add notrace to linkage.h by Ingo Molnar · 17 years ago
  41. 5028252 ftrace: add preempt_enable/disable notrace macros by Steven Rostedt · 17 years ago
  42. 7c731e0 ftrace: make the task state char-string visible to all by Steven Rostedt · 17 years ago
  43. bd3bff9 sched: add latency tracer callbacks to the scheduler by Ingo Molnar · 17 years ago
  44. a0abb93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  45. 4b749440 tcp: Make prior_ssthresh a u32 by Ilpo Järvinen · 17 years ago
  46. c8942f1 netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__ by Patrick McHardy · 17 years ago
  47. d40ace0 Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  48. e616c63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  49. 789319d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  50. fd9908c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 17 years ago
  51. 5fb1357 [VLAN]: Propagate selected feature bits to VLAN devices by Patrick McHardy · 17 years ago
  52. afba937 USB: CDC WDM driver by Oliver Neukum · 17 years ago
  53. 8882b39 Driver core: add device_create_vargs and device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  54. 81b2dbc Fix a deadlock in the bttv driver by Arjan van de Ven · 17 years ago
  55. 424de91 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 17 years ago
  56. a8375bd x86: strengthen 64-bit p?d_bad() by Hugh Dickins · 17 years ago
  57. cbb3077 xen: use PTE_MASK in pte_mfn() by Jeremy Fitzhardinge · 17 years ago
  58. ba23cef x86: use PTE_MASK rather than ad-hoc mask by Jeremy Fitzhardinge · 17 years ago
  59. 86aaf4f x86: clarify use of _PAGE_CHG_MASK by Jeremy Fitzhardinge · 17 years ago
  60. 7f84133 x86: use PTE_MASK in pgtable_32.h by Jeremy Fitzhardinge · 17 years ago
  61. a4d6886 x86: use PTE_MASK in 32-bit PAE by Jeremy Fitzhardinge · 17 years ago
  62. c57c05d x86: rearrange __(VIRTUAL|PHYSICAL)_MASK by Jeremy Fitzhardinge · 17 years ago
  63. 1bb271db x86: fix warning on 32-bit non-PAE by Jeremy Fitzhardinge · 17 years ago
  64. 2bd3a99c x86: define PTE_MASK in a universally useful way by Jeremy Fitzhardinge · 17 years ago
  65. f8dea7a HID: remove CVS keywords by Adrian Bunk · 17 years ago
  66. 6e70459 HID: split Numlock emulation quirk from HID_QUIRK_APPLE_HAS_FN. by Diego 'Flameeyes' Petteno · 17 years ago
  67. 93dae5b sparc64: Add global register dumping facility. by David S. Miller · 17 years ago
  68. 88278ca sparc: remove CVS keywords by Adrian Bunk · 17 years ago
  69. b00dc83 sparc64: remove CVS keywords by Adrian Bunk · 17 years ago
  70. e23a5f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 17 years ago
  71. 754cdd4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 17 years ago
  72. db07b02 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  73. 44dc19c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  74. 88e6c949 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  75. 0686caa ndisc: Add missing strategies for per-device retrans timer/reachable time settings. by YOSHIFUJI Hideaki · 17 years ago
  76. 50af2fa libata: ignore SIMG4726 config pseudo device by Tejun Heo · 17 years ago
  77. bf1bff6 libata: increase PMP register access timeout to 3s by Tejun Heo · 17 years ago
  78. 07633b5 ata: remove FIT() macro by Harvey Harrison · 17 years ago
  79. e6da97e ipv6: Move <linux/in6.h> from header-y to unifdef-y. by Robert P. J. Day · 17 years ago
  80. 8c4bab3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 17 years ago
  81. 88d5376 Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
  82. c3cc3bd dlm: <linux/dlm_plock.h> should be "unifdef"ed. by Robert P. J. Day · 17 years ago
  83. 008fdbc svcrdma: Change svc_rdma_send_error return type to void by Tom Tucker · 17 years ago
  84. 8da91ea svcrdma: Move destroy to kernel thread by Tom Tucker · 17 years ago
  85. 8740767 svcrdma: Use standard Linux lists for context cache by Tom Tucker · 17 years ago
  86. 02e7452 svcrdma: Simplify RDMA_READ deferral buffer management by Tom Tucker · 17 years ago
  87. 10a38c3 svcrdma: Remove unused READ_DONE context flags bit by Tom Tucker · 17 years ago
  88. 3e5b787 Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 17 years ago
  89. 52de114 m68k: Prefix ISA type with ISA_TYPE_ by Geert Uytterhoeven · 17 years ago
  90. 91cf248 m68k: export m68k_mmutype by Geert Uytterhoeven · 17 years ago
  91. e8006b0 m68k: Make gcc aware that BUG() does not return by Geert Uytterhoeven · 17 years ago
  92. 70f9cac m68k: Convert access_ok() to an inline function by Geert Uytterhoeven · 17 years ago
  93. eb8a790 i2c: Kill the old driver matching scheme by Jean Delvare · 17 years ago
  94. bd25ed0 KVM: ia64: Set KVM_IOAPIC_NUM_PINS to 48 by Xiantao Zhang · 17 years ago
  95. 021f4b6 KVM: ia64: Define new kvm_fpreg struture to replace ia64_fpreg by Xiantao Zhang · 17 years ago
  96. 107d6d2 KVM: x86 emulator: fix writes to registers with modrm encodings by Avi Kivity · 17 years ago
  97. 29e92f4 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  98. dfb0ae0 Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Russell King · 17 years ago
  99. 1da7807 Merge branch 'sa1100' by Russell King · 17 years ago
  100. 1df5a8d [ARM] fix parenthesis in include/asm-arm/arch-omap/control.h by Mariusz Kozlowski · 17 years ago