1. f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 15 years ago
  2. 1609743 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 15 years ago
  3. 40ada30 tracing: clean up menu by Ingo Molnar · 15 years ago
  4. 31bbed5 Merge branch 'x86/uv' into x86/core by Ingo Molnar · 15 years ago
  5. 0fbba48 Merge branch 'x86/doc' into x86/core by Ingo Molnar · 15 years ago
  6. 28e93a0 Merge branch 'x86/mm' into x86/core by Ingo Molnar · 15 years ago
  7. caab36b Merge branch 'x86/mce2' into x86/core by Ingo Molnar · 15 years ago
  8. a1413c8 Merge branch 'x86/urgent' into x86/core by Ingo Molnar · 15 years ago
  9. b2b3525 x86: UV, SGI RTC: add generic system vector, build fix on UP by Ingo Molnar · 15 years ago
  10. ed26dbe x86: pre-initialize boot_cpu_data.x86_phys_bits to avoid system_state tests by Jeremy Fitzhardinge · 15 years ago
  11. dc16ecf x86-32: use specific __vmalloc_start_set flag in __virt_addr_valid by Jeremy Fitzhardinge · 15 years ago
  12. a964e33 x86: clean up old gcc warnings by Jeremy Fitzhardinge · 15 years ago
  13. 62436fe x86: move init_memory_mapping() to common mm/init.c, build fix on 32-bit PAE by Ingo Molnar · 15 years ago
  14. 4fcb208 x86: move function and variable declarations to asm/init.h by Pekka Enberg · 15 years ago
  15. e53fb04 x86: unify kernel_physical_mapping_init() function signatures by Pekka Enberg · 15 years ago
  16. 298af9d x86: fix up some bad global variable names in mm/init.c by Pekka Enberg · 15 years ago
  17. f765090 x86: move init_memory_mapping() to common mm/init.c by Pekka Enberg · 15 years ago
  18. 0c0f756 x86: add stub init_gbpages() for 32-bit init_memory_mapping() by Pekka Enberg · 15 years ago
  19. b47e341 x86: ifdef 32-bit and 64-bit NR_RANGE_MR for save_mr() unification by Pekka Enberg · 15 years ago
  20. c338d6f x86: ifdef 32-bit and 64-bit pfn setup in init_memory_mapping() by Pekka Enberg · 15 years ago
  21. 01ced9e x86: ifdef 32-bit and 64-bit setup in init_memory_mapping() by Pekka Enberg · 15 years ago
  22. d58e854 x86: add table start and end sanity checks to 32-bit init_memory_mapping() by Pekka Enberg · 15 years ago
  23. cbba657 x86: unify kernel_physical_mapping_init() call in init_memory_mapping() by Pekka Enberg · 15 years ago
  24. c464573 x86: rename after_init_bootmem to after_bootmem in mm/init_32.c by Pekka Enberg · 15 years ago
  25. 96083ca x86: remove unnecessary save_mr() sanity check by Pekka Enberg · 15 years ago
  26. 54e63f3 x86: ifdef 32-bit specific setup in init_memory_mapping() by Pekka Enberg · 15 years ago
  27. e717985 x86: move pgd_base out of init_memory_mapping() by Pekka Enberg · 15 years ago
  28. 49a2bf7 x86: find_early_table_space() unification by Pekka Enberg · 15 years ago
  29. 4bbd4fa x86: add gbpages support to 32-bit init_memory_mapping() by Pekka Enberg · 15 years ago
  30. c3f5d2d x86: init_memory_mapping() trivial cleanups by Pekka Enberg · 15 years ago
  31. 0012693 tracing/function-graph-tracer: use the more lightweight local clock by Frederic Weisbecker · 15 years ago
  32. 1400b3f x86: UV, SGI RTC: fix uv_time.c for UP by Dimitri Sivanich · 15 years ago
  33. a1aade4 x86/doc: mini-howto for using earlyprintk=dbgp by Yinghai Lu · 15 years ago
  34. 526211b tracing: move utility functions from ftrace.h to kernel.h by Ingo Molnar · 15 years ago
  35. 5e1607a tracing: rename ftrace_printk() => trace_printk() by Ingo Molnar · 15 years ago
  36. 5366473 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 · 15 years ago
  37. c4ef144 Merge branch 'tracing/ftrace' into tracing/core by Ingo Molnar · 15 years ago
  38. e9d25fe tracing: have latency tracers set the latency format by Steven Rostedt · 15 years ago
  39. 27d48be tracing: consolidate print_lat_fmt and print_trace_fmt by Steven Rostedt · 15 years ago
  40. 5fd73f8 tracing: remove extra latency_trace method from trace structure by Steven Rostedt · 15 years ago
  41. c032ef64 tracing: add latency output format option by Steven Rostedt · 15 years ago
  42. e74da52 tracing: fix seq read from trace files by Steven Rostedt · 15 years ago
  43. 2dc5d12 tracing: do not return EFAULT if read copied anything by Steven Rostedt · 15 years ago
  44. 4f3640f ring-buffer: fix timestamp in partial ring_buffer_page_read by Steven Rostedt · 16 years ago
  45. e543ad7 tracing: add cpu_file intialization for ftrace_dump by Steven Rostedt · 15 years ago
  46. fc5efe3 x86: fix bootmem cross node for 32bit numa, cleanup by Yinghai Lu · 15 years ago
  47. 731ddea x86: move free_initrd_mem() to common mm/init.c by Pekka Enberg · 15 years ago
  48. dd4124a x86: add Dell XPS710 reboot quirk by Leann Ogasawara · 15 years ago
  49. f624323 x86: reserve exact size of mptable by Yinghai Lu · 15 years ago
  50. 8d4dd91 x86: ioremap mptable by Yinghai Lu · 15 years ago
  51. b68adb1 x86: make 32-bit init_memory_mapping range change more like 64-bit by Yinghai Lu · 15 years ago
  52. a71edd1 x86: fix bootmem cross node for 32bit numa by Yinghai Lu · 15 years ago
  53. ab9e185 x86, math-emu: fix init_fpu for task != current by Daniel Glöckner · 15 years ago
  54. 5ab5ab3 x86: UV, SGI RTC: add UV RTC clocksource/clockevents by Dimitri Sivanich · 15 years ago
  55. 8661984 x86: UV, SGI RTC: loop through installed UV blades by Dimitri Sivanich · 15 years ago
  56. acaabe7 x86: UV, SGI RTC: add generic system vector by Dimitri Sivanich · 15 years ago
  57. 6d2e91b Merge branch 'x86/urgent' into x86/mm by Ingo Molnar · 15 years ago
  58. dd39ecf x86: EFI: Back efi_ioremap with init_memory_mapping instead of FIX_MAP by Huang Ying · 16 years ago
  59. 6298e71 x86: set_highmem_pages_init() cleanup, #2 by Pekka Enberg · 15 years ago
  60. ff0c087 x86: fix DMI on EFI by Brian Maly · 16 years ago
  61. efed792 tracing: add lockdep tracepoints for lock acquire/release by Peter Zijlstra · 15 years ago
  62. 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 15 years ago
  63. 1075414 lockdep: require framepointers for x86 by Peter Zijlstra · 15 years ago
  64. 26575e2 lockdep: remove extra "irq" string by Peter Zijlstra · 15 years ago
  65. 1c21f14 lockdep: fix incorrect state name by Peter Zijlstra · 15 years ago
  66. 559595a Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  67. 5ad8b7d drm: fix double lock typo by Helge Bahmann · 15 years ago
  68. 73af76d x86, mce: fix build failure in arch/x86/kernel/cpu/mcheck/threshold.c by Ingo Molnar · 15 years ago
  69. 540aca0 x86: move devmem_is_allowed() to common mm/init.c by Pekka Enberg · 15 years ago
  70. 2602c3b Merge branch 'rfc/splice/tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 15 years ago
  71. a1be621 Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core by Ingo Molnar · 15 years ago
  72. 368a121 powerpc: Run sbc610 USB fixup code only on the appropriate platform. by Tony Breeds · 16 years ago
  73. 2e22ea7 Merge branch 'x86/core' into x86/mce2 by H. Peter Anvin · 15 years ago
  74. 2cadf91 tracing: add binary buffer files for use with splice by Steven Rostedt · 16 years ago
  75. 474d32b ring-buffer: make ring_buffer_read_page read from start on partial page by Steven Rostedt · 16 years ago
  76. e3d6bf0 ring-buffer: replace sizeof of event header with offsetof by Steven Rostedt · 16 years ago
  77. ef7a4a1 ring-buffer: fix ring_buffer_read_page by Steven Rostedt · 16 years ago
  78. 41be4da ring-buffer: reset write field for ring_buffer_read_page by Steven Rostedt · 16 years ago
  79. f254f39 x86: un-__init fill_pud/pmd/pte by Jeremy Fitzhardinge · 16 years ago
  80. 4e83047 x86: remove vestigial fix_ioremap prototypes by Jeremy Fitzhardinge · 16 years ago
  81. 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 16 years ago
  82. 8b0e586 Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
  83. fec6c6f Linux 2.6.29-rc7 by Linus Torvalds · 16 years ago
  84. 9c1a774 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  85. 1777f1a crypto: ixp4xx - Fix qmgr_request_queue build failure by Krzysztof Hałasa · 16 years ago
  86. 219f170 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  87. 3024e4a 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
  88. f2a4165 Merge branch 'tracing/mmiotrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  89. b24746c 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
  90. f41bf2a Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  91. bdf602b [ARM] fix lots of ARM __devexit sillyness by Russell King · 16 years ago
  92. 3612fdf 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
  93. 633ddaa tracing: fix return value to registering events by Steven Rostedt · 16 years ago
  94. 03787ce x86: set_highmem_pages_init() cleanup, fix !CONFIG_NUMA && CONFIG_HIGHMEM=y by Ingo Molnar · 16 years ago
  95. 867c5b52 x86: set_highmem_pages_init() cleanup by Pekka Enberg · 16 years ago
  96. b57ee99 [ARM] 5417/1: Set the correct cacheid for ARMv6 CPUs with ARMv7 style MMU by Catalin Marinas · 16 years ago
  97. 25ef4a6 [ARM] 5416/1: Use unused address in v6_early_abort by Seth Forshee · 16 years ago
  98. e5b2bb5 x86: unify free_init_pages() and free_initmem() by Pekka Enberg · 16 years ago
  99. e087edd x86: make sure initmem is writable on 64-bit by Pekka Enberg · 16 years ago
  100. 05f209e x86: add sanity checks to init_32.c by Pekka Enberg · 16 years ago