1. 8de07bb xen/mmu: weaken flush_tlb_other test by Jeremy Fitzhardinge · 16 years ago
  2. 4185f35 xen/mmu: some early pagetable cleanups by Jeremy Fitzhardinge · 16 years ago
  3. 5f241e6 x86-64: non-paravirt systems always has PSE and PGE by Jeremy Fitzhardinge · 16 years ago
  4. 1e74497 Xen: Add virt_to_pfn helper function by Alex Nixon · 16 years ago
  5. 68509cd x86-64: remove PGE from must-have feature list by Jeremy Fitzhardinge · 16 years ago
  6. e826fe1 xen: mask XSAVE from cpuid by Jeremy Fitzhardinge · 16 years ago
  7. e9e2d1f NULL noise: arch/x86/xen/smp.c by Hannes Eder · 16 years ago
  8. b4b7e58 xen: remove xen_load_gdt debug by Jeremy Fitzhardinge · 16 years ago
  9. 3ce5fa7 xen: make xen_load_gdt simpler by Jeremy Fitzhardinge · 16 years ago
  10. 6ed6bf42 xen: clean up xen_load_gdt by Jeremy Fitzhardinge · 16 years ago
  11. 7571a60 xen: split construction of p2m mfn tables from registration by Jeremy Fitzhardinge · 16 years ago
  12. d42574d V4L/DVB (11034): soc-camera: remove now unused gpio member of struct soc_camera_link by Sascha Hauer · 16 years ago
  13. d75b1dcc V4L/DVB (11031): pcm990 baseboard: add camera bus width switch setting by Sascha Hauer · 16 years ago
  14. 4f67130 V4L/DVB (10674): soc-camera: camera host driver for i.MX3x SoCs by Guennadi Liakhovetski · 16 years ago
  15. 2d9329f V4L/DVB (10665): soc-camera: add data signal polarity flags to drivers by Guennadi Liakhovetski · 16 years ago
  16. a6b6b5f Add RTC support for Merisc boards by Jonas Larsson · 16 years ago
  17. b04f376 trivial: h8300: Storage class should be before const qualifier by Tobias Klauser · 16 years ago
  18. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 16 years ago
  19. 877d031 trivial: Fix misspelling of firmware by Nick Andrew · 16 years ago
  20. b8d9983 trivial: fix typo "virual" -> "virtual" by Uwe Kleine-Koenig · 16 years ago
  21. 91e8a30 MIPS: Alchemy: PB1200: use SMC91X platform data. by Manuel Lauss · 16 years ago
  22. 2f794d0 MIPS: Alchemy: MIPS hazard workarounds are not required. by Manuel Lauss · 16 years ago
  23. 32647e0c MIPS: Alchemy: provide cpu feature overrides. by Manuel Lauss · 16 years ago
  24. 270717a MIPS: Alchemy: unify CPU model constants. by Manuel Lauss · 16 years ago
  25. 7654450 MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.c by Dmitri Vorobiev · 16 years ago
  26. 1451a39 MIPS: Fix global namespace pollution in arch/mips/kernel/smp-up.c by Dmitri Vorobiev · 16 years ago
  27. d0cdfe2 MIPS: Malta: make a needlessly global integer variable static by Dmitri Vorobiev · 16 years ago
  28. b72b709 MIPS: Use BUG_ON() where possible. by Ralf Baechle · 16 years ago
  29. ae03550 MIPS: Convert obsolete irq_desc_t to struct irq_desc by Thomas Gleixner · 16 years ago
  30. c87e090 MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platforms by Ralf Baechle · 16 years ago
  31. 3e168ae MIPS: EMMA2RH: Set UART mapbase by Shinya Kuribayashi · 16 years ago
  32. ae3c1d3 MIPS: EMMA2RH: Use set_irq_chip_and_handler_name by Shinya Kuribayashi · 16 years ago
  33. 8da55bb MIPS: EMMA2RH: Use handle_edge_irq() handler for GPIO interrupts by Shinya Kuribayashi · 16 years ago
  34. fb2826b MIPS: Mark Eins: Fix cascading interrupt dispatcher by Shinya Kuribayashi · 16 years ago
  35. 47c969e MIPS: Au1000: convert to using gpiolib by Florian Fainelli · 16 years ago
  36. 12e22e8 MIPS: Stop using <asm-generic/int-l64.h>. by Ralf Baechle · 16 years ago
  37. 2da0ba2 MIPS: Cavium: Add -Werror by Ralf Baechle · 16 years ago
  38. 59968d3 MIPS: Makefile: Add simple make install target. by Ralf Baechle · 16 years ago
  39. d6c178e MIPS: Compat: Zero upper 32-bit of offset_high and offset_low. by Ralf Baechle · 16 years ago
  40. 0e6826c MIPS: __raw_spin_lock() may spin forever on ticket wrap. by David Daney · 16 years ago
  41. f5fd02a MIPS: Forward declare struct task_struct to avoid potencial warning. by Ralf Baechle · 16 years ago
  42. a2bcd47 x86/mm: further cleanups of fault.c's include file section by Ingo Molnar · 16 years ago
  43. 1a8a510 cpumask: remove references to struct irqaction's mask field. by Rusty Russell · 16 years ago
  44. 0451fb2 cpumask: remove node_to_first_cpu by Rusty Russell · 16 years ago
  45. 4cd8b5e lguest: use KVM hypercalls by Matias Zabaljauregui · 16 years ago
  46. b7ff99e lguest: wire up pte_update/pte_update_defer by Rusty Russell · 16 years ago
  47. 5c64e2a Merge branch 'for-rmk' of git://git.marvell.com/orion by Russell King · 16 years ago
  48. 8f6aef9 [ARM] arch_reset() now takes a second parameter by Russell King · 16 years ago
  49. 59d7187 xen: separate p2m allocation from setting by Jeremy Fitzhardinge · 16 years ago
  50. 5caecb9 xen: disable preempt for leave_lazy_mmu by Jeremy Fitzhardinge · 16 years ago
  51. ab2f75f x86/paravirt: use percpu_ rather than __get_cpu_var by Jeremy Fitzhardinge · 16 years ago
  52. 2829b44 x86/paravirt: allow preemption with lazy mmu mode by Jeremy Fitzhardinge · 16 years ago
  53. 224101e x86/paravirt: finish change from lazy cpu to context switch start/end by Jeremy Fitzhardinge · 16 years ago
  54. b407fc5 x86/paravirt: flush pending mmu updates on context switch by Jeremy Fitzhardinge · 16 years ago
  55. 7fd7d83 x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch by Jeremy Fitzhardinge · 16 years ago
  56. b8bcfe9 x86/paravirt: remove lazy mode in interrupts by Jeremy Fitzhardinge · 16 years ago
  57. 9ff9a26 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 16 years ago
  58. 0a3108be Merge commit 'kumar/next' into next by Benjamin Herrenschmidt · 16 years ago
  59. b4d63e8 m68knommu: improve compile arch switch settings by Greg Ungerer · 16 years ago
  60. ed22312 Merge branch 'master' of ssh://master.kernel.org/home/ftp/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask-for-sparc by David S. Miller · 16 years ago
  61. ffaba67 sparc64: Fix reset hangs on Niagara systems. by David S. Miller · 16 years ago
  62. f000328 [ARM] Kirkwood: small L2 code cleanup by Nicolas Pitre · 16 years ago
  63. d75de08 [ARM] Kirkwood: invalidate L2 cache before enabling it by Maxime Bizon · 16 years ago
  64. c549e71 x86, setup: ACPI 3, BIOS workaround for E820-probing code by H. Peter Anvin · 16 years ago
  65. 32ec7fd x86, setup: preemptively save/restore edi and ebp around INT 15 E820 by H. Peter Anvin · 16 years ago
  66. b0d44c0 Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
  67. 3fab191 Merge branch 'linus' into x86/core by Ingo Molnar · 16 years ago
  68. 93394a7 Merge branches 'x86/apic', 'x86/cleanups' and 'x86/mm' into x86/core by Ingo Molnar · 16 years ago
  69. 07d43ba Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  70. 0fe41b8 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  71. 0151f94 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 16 years ago
  72. 7c730cc Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  73. 8e99ada i2c-algo-pca: Rework waiting for a free bus by Wolfram Sang · 16 years ago
  74. 8d735b4 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
  75. 9759d22 Merge branch 'master' into devel by Russell King · 16 years ago
  76. ed40d0c Merge branch 'origin' into devel by Russell King · 16 years ago
  77. f0bba9f9 [ARM] 5435/1: fix compile warning in sanity_check_meminfo() by Mikael Pettersson · 16 years ago
  78. 01522df x86, setup: mark %esi as clobbered in E820 BIOS call by Michael K. Johnson · 16 years ago
  79. 9e49583 [ARM] 5434/1: ARM: OMAP: Fix mailbox compile for 24xx by Tony Lindgren · 16 years ago
  80. d6879c5 Blackfin arch: be less noisy when gets a gpio conflict after kernel has booted by Robin Getz · 16 years ago
  81. abd750a Blackfin arch: add RSI's definitions to bf514 and bf516 by Cliff Cai · 16 years ago
  82. 4636b30 Blackfin arch: add link-time asserts to make sure on-chip regions dont overflow by Mike Frysinger · 16 years ago
  83. 1eb19e3 Blackfin arch: sport spi needs 6 gpio pins by Cliff Cai · 16 years ago
  84. 1e9aa95 Blackfin arch: add sport-spi related resource stuff to board file by Cliff Cai · 16 years ago
  85. b89df50 Blackfin arch: Blacklist Hibernate (PM_SUSPEND_MEM) on BF561 as well by Michael Hennerich · 16 years ago
  86. fd775c0 Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel by Russell King · 16 years ago
  87. dc52b5b Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel by Russell King · 16 years ago
  88. 3ea5721 Blackfin arch: Privide BF537-STAMP platform data of ADP5520 Multifunction driver by Michael Hennerich · 16 years ago
  89. 2c8beb2 Blackfin arch: enable the platfrom PATA driver with CF Cards by Michael Hennerich · 16 years ago
  90. 714e76d Blackfin arch: clean up sports header file by Mike Frysinger · 16 years ago
  91. 269647d Blackfin arch: convert BF5{18,27,48}_FAMILY to CONFIG_BF{51,52,54}x by Mike Frysinger · 16 years ago
  92. ffc8962 Blackfin arch: bf51x processors also have 8 timers by Mike Frysinger · 16 years ago
  93. e1312bf Blackfin arch: add a check to make sure only Blackfin GPIOs may generate IRQs by Michael Hennerich · 16 years ago
  94. a666487 Blackfin arch: update default kernel configuration by Sonic Zhang · 16 years ago
  95. c9b7818 [ARM] pxa: fix Colibri PXA300 and PXA320 LCD backlight pins by Daniel Mack · 16 years ago
  96. 085780d Blackfin arch: include linux headers that this one uses definitions from fro sport drivers by Mike Frysinger · 16 years ago
  97. 82268da Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
  98. 5d80f8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  99. a59d163 ACPI: cap off P-state transition latency from buggy BIOSes by Pallipadi, Venkatesh · 16 years ago
  100. 6e8a4fa sparc64: We need to use compat_sys_ustat() as well. by David S. Miller · 16 years ago