1. b8256b4 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  2. 01599fc cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.c by Andrew Morton · 15 years ago
  3. a30469e x86: add linux kernel support for YMM state by Suresh Siddha · 15 years ago
  4. 1ee4bd9 x86: fix wrong section of pat_disable & make it static by Marcin Slusarz · 15 years ago
  5. 5759222 x86: Fix section mismatches in mpparse by Rakib Mullick · 15 years ago
  6. 9b987ae x86: fix set_fixmap to use phys_addr_t by Masami Hiramatsu · 15 years ago
  7. a0d22f4 x86: Document get_user_pages_fast() by Andy Grover · 15 years ago
  8. 746cddd x86, intr-remap: fix eoi for interrupt remapping without x2apic by Weidong Han · 15 years ago
  9. 3b3809a x86: fix set_fixmap to use phys_addr_t by Masami Hiramatsu · 15 years ago
  10. e66dd19 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  11. c2ea122 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  12. f20ab9c x86: cpu_debug remove execute permission by Jaswinder Singh Rajput · 15 years ago
  13. 47788c5 tracing/syscalls: use a dedicated file header by Frederic Weisbecker · 15 years ago
  14. 59d1381 x86: smarten /proc/interrupts output for new counters by Hidetoshi Seto · 15 years ago
  15. 280ff38 Merge commit 'v2.6.30-rc1' into x86/urgent by Ingo Molnar · 15 years ago
  16. c5da9a2 x86: DMI match for the Dell DXP061 as it needs BIOS reboot by Alan Cox · 15 years ago
  17. 08d63b1 x86: make 64 bit to use default_inquire_remote_apic by Yinghai Lu · 15 years ago
  18. 8897c18 Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' and 'bjorn.notify' into release by Len Brown · 15 years ago
  19. db954b5 x86 ACPI: Add support for Always Running APIC timer by Venkatesh Pallipadi · 15 years ago
  20. 18b2646 ACPI x86: Make aperf/mperf MSR access in acpi_cpufreq read_only by Venkatesh Pallipadi · 15 years ago
  21. e4f6937 ACPI x86: Cleanup acpi_cpufreq structures related to aperf/mperf by Venkatesh Pallipadi · 15 years ago
  22. c93f216 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  23. 1e274a5 x86, setup: un-resequence mode setting for VGA 80x34 and 80x60 modes by H. Peter Anvin · 15 years ago
  24. 2f4f27d dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) by Yang Hongyang · 15 years ago
  25. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  26. 50cf156 dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) by Yang Hongyang · 15 years ago
  27. 5ab8026 tracing, x86: remove duplicated #include by Huang Weiyi · 15 years ago
  28. f7d7f86 x86, intel-iommu: fix X2APIC && !ACPI build failure by David Woodhouse · 15 years ago
  29. d226169 ACPI: cpufreq: remove dupilcated #include by Huang Weiyi · 15 years ago
  30. ffa009c Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  31. 32fb6c1 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  32. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  33. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  34. 478c6a4 Merge branch 'linus' into release by Len Brown · 15 years ago
  35. 8a3f257 Merge branch 'misc' into release by Len Brown · 15 years ago
  36. 33526a5 Merge branch 'x2apic' into release by Len Brown · 15 years ago
  37. d0b03bd x2apic/intr-remap: decouple interrupt remapping from x2apic by Han, Weidong · 15 years ago
  38. 6bb5975 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  39. 7237d3d x86, ACPI: add support for x2apic ACPI extensions by Suresh Siddha · 15 years ago
  40. c5c67c7 x86, mtrr: remove debug message by Ingo Molnar · 15 years ago
  41. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  42. 5a3ae27 x86, PAT: Remove duplicate memtype reserve in pci mmap by Suresh Siddha · 15 years ago
  43. b24696b Intel IOMMU Suspend/Resume Support - Interrupt Remapping by Fenghua Yu · 15 years ago
  44. 9b7b89e x86: disable stack-protector for __restore_processor_state() by Joseph Cihula · 15 years ago
  45. ca1ee21 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  46. a0e0404 mm: fix misuse of debug_kmap_atomic by Akinobu Mita · 15 years ago
  47. 6a491e2 x86: fix is_io_mapping_possible() build warning on i386 allnoconfig by Andrew Morton · 15 years ago
  48. 5b4c0b6 ACPI: update comment by Zhang Rui · 15 years ago
  49. 484cad3 Merge branch 'dma-debug' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 15 years ago
  50. 95a38f3 x86, setup: compile with -DDISABLE_BRANCH_PROFILING by H. Peter Anvin · 15 years ago
  51. 67796bf x86/dma: unify definition of pci_unmap_addr* and pci_unmap_len macros by Joerg Roedel · 15 years ago
  52. f5f7eac Allow rwlocks to re-enable interrupts by Robin Holt · 15 years ago
  53. f3554f4 preadv/pwritev: Add preadv and pwritev system calls. by Gerd Hoffmann · 15 years ago
  54. 66666e5 sgi-gru: add macros for using the UV hub to send interrupts by Jack Steiner · 15 years ago
  55. a4c3155 sgi-gru: add definitions of x86_64 GRU MMRs by Jack Steiner · 15 years ago
  56. bc5d994 sgi-gru: exclude UV definitions on 32-bit x86 by Jack Steiner · 15 years ago
  57. 43918f2 signals: remove 'handler' parameter to tracehook functions by Oleg Nesterov · 15 years ago
  58. 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 15 years ago
  59. ee3b429 generic debug pagealloc: build fix by Akinobu Mita · 15 years ago
  60. a7f8c50 x86, mm: fix misuse of debug_kmap_atomic by Akinobu Mita · 15 years ago
  61. 83f2f0e Merge branch 'linus' into x86/urgent by Ingo Molnar · 15 years ago
  62. 3de46fd x86: remove duplicated code with pcpu_need_numa() by Yinghai Lu · 15 years ago
  63. eb12ce6 x86,percpu: fix inverted NUMA test in setup_pcpu_remap() by Tejun Heo · 15 years ago
  64. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  65. ef5ddd3 Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  66. cd67059 x86, setup: guard against pre-ACPI 3 e820 code not updating %ecx by H. Peter Anvin · 15 years ago
  67. 9c9cb14 Merge branch 'x86/setup' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  68. e76e5b2 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  69. bf9ed57 pm: cleanup includes by Magnus Damm · 15 years ago
  70. a8af789 pm: rework includes, remove arch ifdefs by Magnus Damm · 15 years ago
  71. 7ca43e7 mm: use debug_kmap_atomic by Akinobu Mita · 15 years ago
  72. f4112de mm: introduce debug_kmap_atomic by Akinobu Mita · 15 years ago
  73. 6a11f75 generic debug pagealloc by Akinobu Mita · 15 years ago
  74. 0f8f308 x86: signal: check sas_ss_size instead of sas_ss_flags() by Hiroshi Shimamoto · 15 years ago
  75. 8b54e45 Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/kprobes', 'tracing/blktrace-v2' and 'tracing/textedit' into tracing/core-v2 by Ingo Molnar · 15 years ago
  76. 558f6ab Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Rusty Russell · 15 years ago
  77. d17abcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  78. db6f204 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-and-virtio by Linus Torvalds · 15 years ago
  79. cf2f7d7 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 15 years ago
  80. 53d8f67 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  81. 65fb0d2 Merge branch 'linus' into cpumask-for-linus by Ingo Molnar · 15 years ago
  82. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  83. 712b000 Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  84. 2ed8d2b PM: Rework handling of interrupts during suspend-resume by Rafael J. Wysocki · 15 years ago
  85. 019abbc Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  86. ebc8eca Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  87. 25c1a41 x86: fix mismerge in arch/x86/include/asm/timer.h by Stephen Rothwell · 15 years ago
  88. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 16 years ago
  89. 1a8a510 cpumask: remove references to struct irqaction's mask field. by Rusty Russell · 15 years ago
  90. 0451fb2 cpumask: remove node_to_first_cpu by Rusty Russell · 15 years ago
  91. 4cd8b5e lguest: use KVM hypercalls by Matias Zabaljauregui · 15 years ago
  92. b7ff99e lguest: wire up pte_update/pte_update_defer by Rusty Russell · 15 years ago
  93. 9ff9a26 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  94. c549e71 x86, setup: ACPI 3, BIOS workaround for E820-probing code by H. Peter Anvin · 15 years ago
  95. 32ec7fd x86, setup: preemptively save/restore edi and ebp around INT 15 E820 by H. Peter Anvin · 15 years ago
  96. b0d44c0 Merge branch 'linus' into core/iommu by Ingo Molnar · 15 years ago
  97. 3fab191 Merge branch 'linus' into x86/core by Ingo Molnar · 15 years ago
  98. 93394a7 Merge branches 'x86/apic', 'x86/cleanups' and 'x86/mm' into x86/core by Ingo Molnar · 15 years ago
  99. 01522df x86, setup: mark %esi as clobbered in E820 BIOS call by Michael K. Johnson · 15 years ago
  100. 82268da Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago