aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-03-021-0/+1
|\
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-284-16/+12
| |\
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-161-1/+3
| |\ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-2315-119/+49
| |\ \ \
| * | | | vhost_net: a kernel-level virtio serverMichael S. Tsirkin2010-01-151-0/+1
* | | | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-03-011-3/+3
|\ \ \ \ \
| * | | | | ACPI: replace acpi_integer by u64Lin Ming2010-01-281-3/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-03-0143-6383/+56
|\ \ \ \ \
| * \ \ \ \ Pull misc2634 into release branchTony Luck2010-02-263-26/+4
| |\ \ \ \ \
| | * | | | | [IA64] wrong attribute of HUB chip written in uv_setup()Roel Kluin2010-02-261-1/+1
| | * | | | | [IA64] remove trailing space in messagesFrans Pop2010-02-261-2/+2
| | * | | | | [IA64] use asm-generic/scatterlist.hFUJITA Tomonori2010-02-261-23/+1
| * | | | | | Pull alex into release branchTony Luck2010-02-264-36/+32
| |\ \ \ \ \ \
| | * | | | | | [IA64] build arch/ia64/kernel/acpi-ext.o when CONFIG_ACPIAlex Chiang2010-02-251-4/+1
| | * | | | | | [IA64] Only build arch/ia64/kernel/acpi.o when CONFIG_ACPIAlex Chiang2010-02-254-33/+32
| | |/ / / / /
| * | | | | | Pull rmia32 into release branchTony Luck2010-02-2637-6321/+20
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | [IA64] Remove COMPAT_IA32 supportTony Luck2010-02-0837-6321/+20
| | |/ / / /
* | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-1/+1
|\ \ \ \ \ \
| * | | | | | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-03-011-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | clocksource: add argument to resume callbackMagnus Damm2010-02-051-1/+1
| |/ / / /
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-1/+1
|\ \ \ \ \
| * | | | | kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu2010-02-041-1/+1
| |/ / / /
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-02-262-14/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | x86/PCI: use host bridge _CRS info by default on 2008 and newer machinesBjorn Helgaas2010-02-231-0/+1
| * | | | PCI: augment bus resource table with a listBjorn Helgaas2010-02-231-9/+3
| * | | | PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas2010-02-231-3/+2
| * | | | resource/PCI: mark struct resource as constDominik Brodowski2010-02-221-1/+1
| * | | | resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-221-1/+2
* | | | | [IA64] Fix broken sn2 buildHedi Berriche2010-02-231-1/+1
|/ / / /
| | | |
| \ \ \
*-. \ \ \ Merge branches 'bugzilla-14886', 'bugzilla-15000', 'bugzilla-15040', 'bugzill...Len Brown2010-02-181-0/+1
|\ \ \ \ \ | | |/ / / | | | | / | |_|_|/ |/| | |
| * | | ACPI: fix "acpi=ht" boot optionLen Brown2010-02-181-0/+1
| |/ /
* | | [IA64] preserve personality flag bits across execTony Luck2010-02-121-1/+3
|/ /
* | [IA64] move fnptr definition inside #ifdef __KERNEL__Tony Luck2010-01-081-5/+5
* | [IA64] __per_cpu_idtrs[] is a memory hogTony Luck2010-01-073-15/+24
* | [IA64] sanity in #include files. Move fnptr to types.hTony Luck2010-01-063-6/+5
* | [IA64] use helpers for rlimitsJiri Slaby2010-01-062-2/+2
* | [IA64] cpumask_of_node() should handle -1 as a nodeAnton Blanchard2010-01-061-1/+3
* | KVM: ia64: fix build breakage due to host spinlock changeLuck, Tony2009-12-273-6/+9
* | ACPI: processor: unify arch_acpi_processor_cleanup_pdcAlex Chiang2009-12-222-31/+0
* | ACPI: processor: finish unifying arch_acpi_processor_init_pdc()Alex Chiang2009-12-222-18/+4
* | ACPI: processor: factor out common _PDC settingsAlex Chiang2009-12-221-9/+1
* | ACPI: processor: unify arch_acpi_processor_init_pdcAlex Chiang2009-12-221-33/+1
* | ACPI: processor: introduce arch_has_acpi_pdcAlex Chiang2009-12-221-0/+2
|/
* Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-175-8/+5
|\
| * drop explicit include of autoconf.hSam Ravnborg2009-12-121-1/+0
| * ia64: move nr-irqs.h to include/generatedSam Ravnborg2009-12-123-7/+4
| * kbuild: move asm-offsets.h to include/generatedSam Ravnborg2009-12-121-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-161-7/+8
|\ \
| * | switch alloc_file() to passing struct pathAl Viro2009-12-161-7/+8