1. 2395037 Merge branch 'core/printk' into tracing/ftrace by Ingo Molnar · 16 years ago
  2. 39e874f vsprintf: fix bug in negative value printing by Frederic Weisbecker · 16 years ago
  3. bbcd306 tracing: Don't assume possible cpu list have continuous numbers by KOSAKI Motohiro · 16 years ago
  4. 8293dd6 Merge branch 'x86/core' into tracing/ftrace by Ingo Molnar · 16 years ago
  5. 631595f doc: add trace_buf_size description to kernel-parameters.txt by KOSAKI Motohiro · 16 years ago
  6. 9a1043d Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  7. 12e87e3 Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  8. 467c88f Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', 'x86/urgent', 'linus' and 'core/percpu' into x86/core by Ingo Molnar · 16 years ago
  9. 157587d tracing: remove obsolete TRACE_EVENT_FORMAT macro by Steven Rostedt · 16 years ago
  10. d6e2ca4 tracing: convert irq trace points to new macros by Steven Rostedt · 16 years ago
  11. 12b5fdb tracing: convert the sched trace points to the TRACE_EVENT macros by Steven Rostedt · 16 years ago
  12. da4d030 tracing: new format for specialized trace points by Steven Rostedt · 16 years ago
  13. 9cc26a2 tracing: use generic __stringify by Steven Rostedt · 16 years ago
  14. 2939b04 tracing: replace TP<var> with TP_<var> by Steven Rostedt · 16 years ago
  15. 156b5f1 tracing: typecast sizeof and offsetof to unsigned int by Steven Rostedt · 16 years ago
  16. c3ffc7a tracing: Don't use tracing_record_cmdline() in workqueue tracer by KOSAKI Motohiro · 16 years ago
  17. 7bffc23 tracing: optimize trace_printk() by Ingo Molnar · 16 years ago
  18. 8a20d84 tracing: trace_printk() fix, move format array to data section by Ingo Molnar · 16 years ago
  19. 0feca85 x86-32: make sure virt_addr_valid() returns false for fixmap addresses by Jeremy Fitzhardinge · 16 years ago
  20. d0fc63f x86 mmiotrace: fix remove_kmmio_fault_pages() by Stuart Bennett · 16 years ago
  21. e954ef2 x86: fix warning about nodeid by Yinghai Lu · 16 years ago
  22. 7a203f3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  23. dbb9be8 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  24. 05e12a6 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  25. cd3c1cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 16 years ago
  26. 5b61f6a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  27. 1401689 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 16 years ago
  28. 5dc18f5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 16 years ago
  29. fd6ec5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  30. 83d5a32 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  31. d0cdb07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 16 years ago
  32. 153d8a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  33. 2a50b25 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  34. ba933be Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
  35. 81d1ab8 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  36. d3dea1e Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  37. 4302e5d MIPS: compat: Implement is_compat_task. by Ralf Baechle · 16 years ago
  38. 8827247 x86: don't define __this_fixmap_does_not_exist() by Wang Chen · 16 years ago
  39. 888b55d ftrace: tracing header should put '#' at the beginning of a line by KOSAKI Motohiro · 16 years ago
  40. 42b40b3 ftrace: fix documentation typo s/trace_max_latency/tracing_max_latency/ by KOSAKI Motohiro · 16 years ago
  41. dba58e3 Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing/textedit' into tracing/core by Ingo Molnar · 16 years ago
  42. 1f442d7 x86: remove smp_apply_quirks()/smp_checks() by Yinghai Lu · 16 years ago
  43. cda56ac2 mmc: fix data timeout for SEND_EXT_CSD by Adrian Hunter · 16 years ago
  44. 3a450de x86: UV: remove uv_flush_tlb_others() WARN_ON by Cliff Wickman · 16 years ago
  45. ab96dde Input: serio - fix protocol number for TouchIT213 by Dmitry Torokhov · 16 years ago
  46. ccea34b percpu: finer grained locking to break deadlock and allow atomic free by Tejun Heo · 16 years ago
  47. c63c580 [IA64] fix PCI DMA flag propagation on SN (Altix) with PICs by Jeremy Higdon · 16 years ago
  48. 9de3682 tracing: trace_bprintk() cleanups by Ingo Molnar · 16 years ago
  49. 769b044 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() by Frederic Weisbecker · 16 years ago
  50. 1ba28e0 tracing: add trace_bprintk() by Lai Jiangshan · 16 years ago
  51. 1427cdf tracing: infrastructure for supporting binary record by Lai Jiangshan · 16 years ago
  52. 546e535 Merge branch 'core/printk' into tracing/ftrace by Ingo Molnar · 16 years ago
  53. fef20d9c vsprintf: unify the format decoding layer for its 3 users by Frederic Weisbecker · 16 years ago
  54. 4370aa4 vsprintf: add binary printf by Lai Jiangshan · 16 years ago
  55. 7ab1524 x86: linkage.h - guard assembler specifics by __ASSEMBLY__ by Cyrill Gorcunov · 16 years ago
  56. 78ff7fa x86: implement atomic text_poke() via fixmap by Masami Hiramatsu · 16 years ago
  57. 3945dab tracing, Text Edit Lock - SMP alternatives support by Masami Hiramatsu · 16 years ago
  58. 4460fda tracing, Text Edit Lock - kprobes architecture independent support by Mathieu Desnoyers · 16 years ago
  59. 0e39ac4 tracing, Text Edit Lock - Architecture Independent Code by Mathieu Desnoyers · 16 years ago
  60. f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 16 years ago
  61. a56dbdd percpu: move fully free chunk reclamation into a work by Tejun Heo · 16 years ago
  62. 9f7dcf2 percpu: move chunk area map extension out of area allocation by Tejun Heo · 16 years ago
  63. 1880d93 percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free() by Tejun Heo · 16 years ago
  64. 73bf1b6 x86, pebs: correct qualifier passed to ds_write_config() from ds_request_pebs() by Markus Metzger · 16 years ago
  65. 9ca0791 x86, bts: remove bad warning by Markus Metzger · 16 years ago
  66. 5dd61df x86: rename do_not_nx to disable_nx in mm/init_64.c by Pekka Enberg · 16 years ago
  67. c77a3b5 x86: fix uninitialized variable in init_memory_mapping() by Pekka Enberg · 16 years ago
  68. af438c0 tracing, power-trace: make it build even if the power-tracer is turned off by Ingo Molnar · 16 years ago
  69. d1a8e77 x86: make "memtest" like "memtest=17" by Yinghai Lu · 16 years ago
  70. 10dd3eb tracing: fix deadlock when setting set_ftrace_pid by KOSAKI Motohiro · 16 years ago
  71. 422d3c7 tracing: current tip/master can't enable ftrace by KOSAKI Motohiro · 16 years ago
  72. bc722f5 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  73. 1609743 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 16 years ago
  74. c50ff7c ALSA: hda - Fix headphone-detect regression with multiple HP jacks by Takashi Iwai · 16 years ago
  75. 14b9759 ALSA: hda - Fix typos in slave controls in patch_sigmatel.c by Takashi Iwai · 16 years ago
  76. 59247ea block: fix missing bio back/front segment size setting in blk_recount_segments() by Jens Axboe · 16 years ago
  77. 6b19b0c x86, percpu: setup reserved percpu area for x86_64 by Tejun Heo · 16 years ago
  78. edcb463 percpu, module: implement reserved allocation and use it for module percpu variables by Tejun Heo · 16 years ago
  79. 3e24aa5 percpu: add an indirection ptr for chunk page map access by Tejun Heo · 16 years ago
  80. 9a4f8a8 x86: make embedding percpu allocator return excessive free space by Tejun Heo · 16 years ago
  81. cafe881 percpu: use negative for auto for pcpu_setup_first_chunk() arguments by Tejun Heo · 16 years ago
  82. 61ace7f percpu: improve first chunk initial area map handling by Tejun Heo · 16 years ago
  83. 2441d15 percpu: cosmetic renames in pcpu_setup_first_chunk() by Tejun Heo · 16 years ago
  84. 6a24290 percpu: clean up percpu constants by Tejun Heo · 16 years ago
  85. 770cb24 tracing: add format files for ftrace default entries by Steven Rostedt · 16 years ago
  86. 33b0c22 tracing: move print of event format to separate file by Steven Rostedt · 16 years ago
  87. 5e2336a tracing: make all file_operations const by Steven Rostedt · 16 years ago
  88. 40ada30 tracing: clean up menu by Ingo Molnar · 16 years ago
  89. 31bbed5 Merge branch 'x86/uv' into x86/core by Ingo Molnar · 16 years ago
  90. 0fbba48 Merge branch 'x86/doc' into x86/core by Ingo Molnar · 16 years ago
  91. 28e93a0 Merge branch 'x86/mm' into x86/core by Ingo Molnar · 16 years ago
  92. caab36b Merge branch 'x86/mce2' into x86/core by Ingo Molnar · 16 years ago
  93. a1413c8 Merge branch 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
  94. c9a0c8a [WATCHDOG] orion5x_wdt.c: 'ORION5X_TCLK' undeclared by Wim Van Sebroeck · 16 years ago
  95. f3f704d Blackfin arch: SPI_MMC is now mainlined MMC_SPI by Michael Hennerich · 16 years ago
  96. 4aad7ec3 Blackfin arch: disable legacy /proc/scsi/ support by default by Mike Frysinger · 16 years ago
  97. 357fd37 Blackfin arch: remove duplicated ANOMALY_05000448 ifdef check by Mike Frysinger · 16 years ago
  98. d42ad15 ata: add CFA specific identify data words by Sergei Shtylyov · 16 years ago
  99. 7dbc3f6 Blackfin arch: add stubs for anomalies 447 and 448 by Mike Frysinger · 16 years ago
  100. 2002c25 tracing: add tracing_on/tracing_off to kernel.h by Steven Rostedt · 16 years ago