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