1. 1a92713 PCI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  2. 5d30a68 x86: introduce asm/swab.h by Harvey Harrison · 16 years ago
  3. f94181d 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
  4. 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 16 years ago
  5. f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 16 years ago
  6. ea435467 atomic_t: unify all arch definitions by Matthew Wilcox · 16 years ago
  7. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 16 years ago
  8. 1c0fe6e mm: invoke oom-killer from page fault by Nick Piggin · 16 years ago
  9. fdbc045 Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgent by Ingo Molnar · 16 years ago
  10. 0578c3b 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
  11. e9af797 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  12. 5641f1f X86_DEBUGCTLMSR won't work on uml by Al Viro · 16 years ago
  13. 46483d1 Merge branch 'core/iommu' into core/urgent by Ingo Molnar · 16 years ago
  14. 4010b01 Merge branch 'linus' into core/urgent by Ingo Molnar · 16 years ago
  15. 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  16. 269b012 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu by Linus Torvalds · 16 years ago
  17. 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  18. ab14398 x86: setup_per_cpu_areas() cleanup by Cyrill Gorcunov · 16 years ago
  19. 80855f7 cpumask: use alloc_cpumask_var_node where appropriate by Mike Travis · 16 years ago
  20. 2fdf66b cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t by Rusty Russell · 16 years ago
  21. ee943a8 x86: use cpumask_var_t in acpi/boot.c by Rusty Russell · 16 years ago
  22. 9628937 x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids by Mike Travis · 16 years ago
  23. 730cf27 x86: enable cpus display of kernel_max and offlined cpus by Mike Travis · 16 years ago
  24. 7eb1955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask by Mike Travis · 16 years ago
  25. 065a6d6 AMD IOMMU: remove now unnecessary #ifdefs by Joerg Roedel · 16 years ago
  26. b0a11f4 Merge branches 'iommu/api' and 'iommu/amd' into for-linus by Joerg Roedel · 16 years ago
  27. 0e93dd8 AMD IOMMU: prealloc_protection_domains should be static by Jaswinder Singh Rajput · 16 years ago
  28. 8ecaf8f AMD IOMMU: add statistics about total number of map requests by Joerg Roedel · 16 years ago
  29. 5774f7c AMD IOMMU: add statistics about allocated io memory by Joerg Roedel · 16 years ago
  30. 18811f5 AMD IOMMU: add stats counter for domain tlb flushes by Joerg Roedel · 16 years ago
  31. f57d98a AMD IOMMU: add stats counter for single iommu domain tlb flushes by Joerg Roedel · 16 years ago
  32. c185897 AMD IOMMU: add stats counter for cross-page request by Joerg Roedel · 16 years ago
  33. 5d31ee7 AMD IOMMU: add stats counter for free_coherent requests by Joerg Roedel · 16 years ago
  34. c8f0fb3 AMD IOMMU: add stats counter for alloc_coherent requests by Joerg Roedel · 16 years ago
  35. 55877a6 AMD IOMMU: add stats counter for unmap_sg requests by Joerg Roedel · 16 years ago
  36. d03f067 AMD IOMMU: add stats counter for map_sg requests by Joerg Roedel · 16 years ago
  37. 146a691 AMD IOMMU: add stats counter for unmap_single requests by Joerg Roedel · 16 years ago
  38. 0f2a86f AMD IOMMU: add stats counter for map_single requests by Joerg Roedel · 16 years ago
  39. da49f6d AMD IOMMU: add stats counter for completion wait events by Joerg Roedel · 16 years ago
  40. 7f26508 AMD IOMMU: add init code for statistic collection by Joerg Roedel · 16 years ago
  41. a9dddbe AMD IOMMU: add necessary header defines for stats counting by Joerg Roedel · 16 years ago
  42. 2e11760 AMD IOMMU: add Kconfig entry for statistic collection code by Joerg Roedel · 16 years ago
  43. a4e267c AMD IOMMU: use dev_name in iommu_enable function by Joerg Roedel · 16 years ago
  44. edcb34d AMD IOMMU: use calc_devid in prealloc_protection_domains by Joerg Roedel · 16 years ago
  45. c226f85 AMD IOMMU: convert amd_iommu_isolate to bool by Joerg Roedel · 16 years ago
  46. 0cfd7aa AMD IOMMU: convert iommu->need_sync to bool by Joerg Roedel · 16 years ago
  47. ab89672 AMD IOMMU: use dev_name instead of self-build print_devid by Joerg Roedel · 16 years ago
  48. 1ac4cbb AMD IOMMU: allocate a new protection for hotplugged devices by Joerg Roedel · 16 years ago
  49. e2dc14a AMD IOMMU: add a domain flag for default domains by Joerg Roedel · 16 years ago
  50. 26961ef AMD IOMMU: register functions for the IOMMU API by Joerg Roedel · 16 years ago
  51. 645c4c8 AMD IOMMU: add domain address lookup function for IOMMU API by Joerg Roedel · 16 years ago
  52. eb74ff6 AMD IOMMU: add domain unmap function for IOMMU API by Joerg Roedel · 16 years ago
  53. c6229ca AMD IOMMU: add domain map function for IOMMU API by Joerg Roedel · 16 years ago
  54. 0110606 AMD IOMMU: add device attach function for IOMMU API by Joerg Roedel · 16 years ago
  55. 684f288 AMD IOMMU: add device detach function for IOMMU API by Joerg Roedel · 16 years ago
  56. 98383fc AMD IOMMU: add domain destroy function for IOMMU API by Joerg Roedel · 16 years ago
  57. c156e34 AMD IOMMU: add domain init function for IOMMU API by Joerg Roedel · 16 years ago
  58. 6d98cd8 AMD IOMMU: add domain cleanup helper function by Joerg Roedel · 16 years ago
  59. e275a2a AMD IOMMU: add device notifier callback by Joerg Roedel · 16 years ago
  60. 355bf55 AMD IOMMU: add device detach helper functions by Joerg Roedel · 16 years ago
  61. f1179dc AMD IOMMU: rename set_device_domain function by Joerg Roedel · 16 years ago
  62. 863c74e AMD IOMMU: add device reference counting for protection domains by Joerg Roedel · 16 years ago
  63. 5b28df6 AMD IOMMU: add checks for dma_ops domain to dma_ops functions by Joerg Roedel · 16 years ago
  64. 9fdb19d AMD IOMMU: add protection domain flags by Joerg Roedel · 16 years ago
  65. 43f4960 AMD IOMMU: add iommu_flush_domain function by Joerg Roedel · 16 years ago
  66. 9e91901 AMD IOMMU: don't remove protection domain from iommu_pd_list by Joerg Roedel · 16 years ago
  67. 237b6f3 AMD IOMMU: move invalidation command building to a separate function by Joerg Roedel · 16 years ago
  68. 8d20196 AMD IOMMU: refactor completion wait handling into separate functions by Joerg Roedel · 16 years ago
  69. a2acfb7 AMD IOMMU: add domain id free function by Joerg Roedel · 16 years ago
  70. 86db2e5 AMD IOMMU: make dma_ops_free_pagetable generic by Joerg Roedel · 16 years ago
  71. 38e817f AMD IOMMU: rename iommu_map to iommu_map_page by Joerg Roedel · 16 years ago
  72. 19de40a KVM: change KVM to use IOMMU API by Joerg Roedel · 16 years ago
  73. 1aaf118 select IOMMU_API when DMAR and/or AMD_IOMMU is selected by Joerg Roedel · 16 years ago
  74. c4fa386 KVM: rename vtd.c to iommu.c by Joerg Roedel · 16 years ago
  75. 47dabdc Merge branches 'x86/cleanups', 'x86/fpu' and 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
  76. 923a789 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  77. 79ff56e swiotlb: add missing __init annotations by Roland Dreier · 16 years ago
  78. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  79. 597b0d2 Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
  80. e8e3232 Fix compiler warning in arch/x86/mm/init_32.c by Ingo Brueckl · 16 years ago
  81. 103ceff x86: mpparse.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  82. dceb452 x86: nmi.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  83. 423a540 x86: ldt.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  84. f634fa9 x86: cpuid.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  85. 46814dd x86, UV: remove erroneous BAU initialization by Cliff Wickman · 16 years ago
  86. 26799a6 x86: fix incorrect __read_mostly on _boot_cpu_pda by Ravikiran G Thirumalai · 16 years ago
  87. a9067d5 x86: convert permanent_kmaps_init() from macro to inline by Ingo Brueckl · 16 years ago
  88. c64d899 x86: early_printk - use sizeof instead of hardcoded number by Cyrill Gorcunov · 16 years ago
  89. b58602a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  90. 18d8fda take init_fs to saner place by Al Viro · 16 years ago
  91. db200df Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  92. 8791723 KVM: MMU: handle large host sptes on invlpg/resync by Marcelo Tosatti · 16 years ago
  93. 3f35385 KVM: Add locking to virtual i8259 interrupt controller by Avi Kivity · 16 years ago
  94. 25e2343 KVM: MMU: Don't treat a global pte as such if cr4.pge is cleared by Avi Kivity · 16 years ago
  95. 4531220 KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMI by Jan Kiszka · 16 years ago
  96. 264ff01 KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchip by Jan Kiszka · 16 years ago
  97. eb64f1e KVM: MMU: check for present pdptr shadow page in walk_shadow by Marcelo Tosatti · 16 years ago
  98. ca9edae KVM: Consolidate userspace memory capability reporting into common code by Avi Kivity · 16 years ago
  99. e93353c x86: KVM guest: kvm_get_tsc_khz: return khz, not lpj by Eduardo Habkost · 16 years ago
  100. ad218f8 KVM: MMU: prepopulate the shadow on invlpg by Marcelo Tosatti · 16 years ago