aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+1
2010-03-01Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-3/+3
2010-03-01Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds43-6383/+56
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2010-03-01Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller4-16/+12
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-02-26Pull misc2634 into release branchTony Luck3-26/+4
2010-02-26Pull alex into release branchTony Luck4-36/+32
2010-02-26Pull rmia32 into release branchTony Luck37-6321/+20
2010-02-26[IA64] wrong attribute of HUB chip written in uv_setup()Roel Kluin1-1/+1
2010-02-26[IA64] remove trailing space in messagesFrans Pop1-2/+2
2010-02-26[IA64] use asm-generic/scatterlist.hFUJITA Tomonori1-23/+1
2010-02-26Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-14/+9
2010-02-25[IA64] build arch/ia64/kernel/acpi-ext.o when CONFIG_ACPIAlex Chiang1-4/+1
2010-02-25[IA64] Only build arch/ia64/kernel/acpi.o when CONFIG_ACPIAlex Chiang4-33/+32
2010-02-23[IA64] Fix broken sn2 buildHedi Berriche1-1/+1
2010-02-23x86/PCI: use host bridge _CRS info by default on 2008 and newer machinesBjorn Helgaas1-0/+1
2010-02-23PCI: augment bus resource table with a listBjorn Helgaas1-9/+3
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas1-3/+2
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski1-1/+2
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-1/+1
2010-02-18Merge branches 'bugzilla-14886', 'bugzilla-15000', 'bugzilla-15040', 'bugzilla-15108', 'pdc', 'hotplug-null-ref' and 'thinkpad' into releaseLen Brown1-0/+1
2010-02-18ACPI: fix "acpi=ht" boot optionLen Brown1-0/+1
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2010-02-12[IA64] preserve personality flag bits across execTony Luck1-1/+3
2010-02-08[IA64] Remove COMPAT_IA32 supportTony Luck37-6321/+20
2010-02-05clocksource: add argument to resume callbackMagnus Damm1-1/+1
2010-02-04kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu1-1/+1
2010-01-28ACPI: replace acpi_integer by u64Lin Ming1-3/+3
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller15-119/+49
2010-01-15vhost_net: a kernel-level virtio serverMichael S. Tsirkin1-0/+1
2010-01-08[IA64] move fnptr definition inside #ifdef __KERNEL__Tony Luck1-5/+5
2010-01-07[IA64] __per_cpu_idtrs[] is a memory hogTony Luck3-15/+24
2010-01-06[IA64] sanity in #include files. Move fnptr to types.hTony Luck3-6/+5
2010-01-06[IA64] use helpers for rlimitsJiri Slaby2-2/+2
2010-01-06[IA64] cpumask_of_node() should handle -1 as a nodeAnton Blanchard1-1/+3
2009-12-27KVM: ia64: fix build breakage due to host spinlock changeLuck, Tony3-6/+9
2009-12-22ACPI: processor: unify arch_acpi_processor_cleanup_pdcAlex Chiang2-31/+0
2009-12-22ACPI: processor: finish unifying arch_acpi_processor_init_pdc()Alex Chiang2-18/+4
2009-12-22ACPI: processor: factor out common _PDC settingsAlex Chiang1-9/+1
2009-12-22ACPI: processor: unify arch_acpi_processor_init_pdcAlex Chiang1-33/+1
2009-12-22ACPI: processor: introduce arch_has_acpi_pdcAlex Chiang1-0/+2
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds5-8/+5
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-7/+8
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds6-18/+50
2009-12-16Merge git://git.infradead.org/iommu-2.6Linus Torvalds2-0/+13
2009-12-16switch alloc_file() to passing struct pathAl Viro1-7/+8
2009-12-16ia64: use bitmap_find_next_zero_areaAkinobu Mita1-14/+5