1. d8191fa ACPI: processor: driver doesn't need to evaluate _PDC by Alex Chiang · 14 years ago
  2. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  3. f41b177 pci-dma: add linux/pci-dma.h to linux/pci.h by FUJITA Tomonori · 14 years ago
  4. 66ed5ef pci-dma: ia64: use include/linux/pci-dma.h by FUJITA Tomonori · 14 years ago
  5. dacbe41 ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h by Christoph Hellwig · 14 years ago
  6. e28cbf2 improve sys_newuname() for compat architectures by Christoph Hellwig · 14 years ago
  7. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  8. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  9. 8d9032b elf coredump: add extended numbering support by Daisuke HATAYAMA · 14 years ago
  10. 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 14 years ago
  11. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 14 years ago
  12. c812a51 Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  13. fb7b096 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  14. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  15. 6d6b89b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  16. bc53515 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  17. d03ab7f Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 14 years ago
  18. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  19. e56425b Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  20. 4b7bb92 KVM: ia64: destroy ioapic device if fail to setup default irq routing by Wei Yongjun · 14 years ago
  21. 16fbb5e KVM: ia64: Fix string literal continuation lines by Joe Perches · 14 years ago
  22. 6474920 KVM: fix cleanup_srcu_struct on vm destruction by Marcelo Tosatti · 15 years ago
  23. 0f0412c KVM: ia64: remove redundant kvm_get_exit_data() NULL tests by Roel Kluin · 15 years ago
  24. 79fac95 KVM: convert slots_lock to a mutex by Marcelo Tosatti · 15 years ago
  25. f656ce0 KVM: switch vcpu context to use SRCU by Marcelo Tosatti · 15 years ago
  26. e93f8a0 KVM: convert io_bus to SRCU by Marcelo Tosatti · 15 years ago
  27. bc6678a KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update by Marcelo Tosatti · 15 years ago
  28. f7784b8 KVM: split kvm_arch_set_memory_region into prepare and commit by Marcelo Tosatti · 15 years ago
  29. 46a26bf KVM: modify memslots layout in struct kvm by Marcelo Tosatti · 15 years ago
  30. 50eb2a3 KVM: Add KVM_MMIO kconfig item by Avi Kivity · 15 years ago
  31. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  32. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  33. 4d86e1b Pull misc2634 into release branch by Tony Luck · 14 years ago
  34. 65c9bb6 Pull alex into release branch by Tony Luck · 14 years ago
  35. 8d6339b Pull rmia32 into release branch by Tony Luck · 14 years ago
  36. b6dcefd [IA64] wrong attribute of HUB chip written in uv_setup() by Roel Kluin · 14 years ago
  37. 04157e4 [IA64] remove trailing space in messages by Frans Pop · 14 years ago
  38. 3a095a9 [IA64] use asm-generic/scatterlist.h by FUJITA Tomonori · 14 years ago
  39. 68c6b85 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  40. e72aca3 [IA64] build arch/ia64/kernel/acpi-ext.o when CONFIG_ACPI by Alex Chiang · 14 years ago
  41. d868080 [IA64] Only build arch/ia64/kernel/acpi.o when CONFIG_ACPI by Alex Chiang · 14 years ago
  42. f7624c9 [IA64] Fix broken sn2 build by Hedi Berriche · 14 years ago
  43. 7bc5e3f x86/PCI: use host bridge _CRS info by default on 2008 and newer machines by Bjorn Helgaas · 14 years ago
  44. 2fe2abf PCI: augment bus resource table with a list by Bjorn Helgaas · 14 years ago
  45. 89a74ec PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs by Bjorn Helgaas · 14 years ago
  46. 3b7a17f resource/PCI: mark struct resource as const by Dominik Brodowski · 15 years ago
  47. b26b2d4 resource/PCI: align functions now return start of resource by Dominik Brodowski · 15 years ago
  48. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  49. ca4dbc6 xen: Remove unnecessary arch specific xen irq functions. by Eric W. Biederman · 14 years ago
  50. 0e2ecba Merge branches 'bugzilla-14886', 'bugzilla-15000', 'bugzilla-15040', 'bugzilla-15108', 'pdc', 'hotplug-null-ref' and 'thinkpad' into release by Len Brown · 14 years ago
  51. 49bf83a ACPI: fix "acpi=ht" boot option by Len Brown · 14 years ago
  52. 2b633e3 smp: Use nr_cpus= to set nr_cpu_ids early by Yinghai Lu · 14 years ago
  53. 2bb4646 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  54. 22208ac [IA64] preserve personality flag bits across exec by Tony Luck · 14 years ago
  55. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  56. 32974ad [IA64] Remove COMPAT_IA32 support by Tony Luck · 14 years ago
  57. 1762233 clocksource: add argument to resume callback by Magnus Damm · 14 years ago
  58. 615d0eb kprobes: Disable booster when CONFIG_PREEMPT=y by Masami Hiramatsu · 14 years ago
  59. ab38612 Merge branch 'master' into percpu by Tejun Heo · 14 years ago
  60. 439913f ACPI: replace acpi_integer by u64 by Lin Ming · 15 years ago
  61. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  62. 3a4d5c94e vhost_net: a kernel-level virtio server by Michael S. Tsirkin · 15 years ago
  63. a651d80 [IA64] move fnptr definition inside #ifdef __KERNEL__ by Tony Luck · 15 years ago
  64. 6c57a33 [IA64] __per_cpu_idtrs[] is a memory hog by Tony Luck · 15 years ago
  65. 410dc0a [IA64] sanity in #include files. Move fnptr to types.h by Tony Luck · 15 years ago
  66. 02b763b [IA64] use helpers for rlimits by Jiri Slaby · 15 years ago
  67. 1d1e9f0 [IA64] cpumask_of_node() should handle -1 as a node by Anton Blanchard · 15 years ago
  68. 32032df Merge branch 'master' into percpu by Tejun Heo · 15 years ago
  69. a662b81 KVM: ia64: fix build breakage due to host spinlock change by Luck, Tony · 15 years ago
  70. 4781725 ACPI: processor: unify arch_acpi_processor_cleanup_pdc by Alex Chiang · 15 years ago
  71. 6c5807d ACPI: processor: finish unifying arch_acpi_processor_init_pdc() by Alex Chiang · 15 years ago
  72. 08ea48a ACPI: processor: factor out common _PDC settings by Alex Chiang · 15 years ago
  73. 407cd87 ACPI: processor: unify arch_acpi_processor_init_pdc by Alex Chiang · 15 years ago
  74. 1d9cb47 ACPI: processor: introduce arch_has_acpi_pdc by Alex Chiang · 15 years ago
  75. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  76. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  77. d8bef0b Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 15 years ago
  78. a79960e Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  79. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  80. 81f6527 ia64: use bitmap_find_next_zero_area by Akinobu Mita · 15 years ago
  81. ac2b3e6 dma-mapping: fix off-by-one error in dma_capable() by Jan Beulich · 15 years ago
  82. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  83. cd7bcf3 implement early_io{re,un}map for ia64 by Luck, Tony · 15 years ago
  84. 8f0ddf9 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  85. 4e25b25 hugetlb: add generic definition of NUMA_NO_NODE by Lee Schermerhorn · 15 years ago
  86. 4306771 [IA64] implement early_io{re,un}map for ia64 by Luck, Tony · 15 years ago
  87. 21fc3fd [IA64] Replace old style lock initializer by Thomas Gleixner · 15 years ago
  88. e2a4656 [IA64] fix SBA IOMMU to handle allocation failure properly by FUJITA Tomonori · 15 years ago
  89. 9ee27c7 [IA64] Save I-resources to ia64_sal_os_state by Takao Indoh · 15 years ago
  90. 09b366b [IA64] preallocate IA64_IRQ_MOVE_VECTOR by Kenji Kaneshige · 15 years ago
  91. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  92. e593194 locking: Convert raw_rwlock functions to arch_rwlock by Thomas Gleixner · 15 years ago
  93. fb3a6bb locking: Convert raw_rwlock to arch_rwlock by Thomas Gleixner · 15 years ago
  94. 0199c4e locking: Convert __raw_spin* functions to arch_spin* by Thomas Gleixner · 15 years ago
  95. edc35bd locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED by Thomas Gleixner · 15 years ago
  96. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  97. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  98. 98b8788 drop explicit include of autoconf.h by Sam Ravnborg · 15 years ago
  99. 4929d29 ia64: move nr-irqs.h to include/generated by Sam Ravnborg · 15 years ago
  100. 559df2e kbuild: move asm-offsets.h to include/generated by Sam Ravnborg · 15 years ago