summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] make valid_mmap_phys_addr_range() take a pfnLennert Buytenhek2006-07-102-2/+2
* [PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl2006-07-103-3/+3
* [PATCH] Fix copying of pgdat array on each node for ia64 memory hotplugYasunori Goto2006-07-041-3/+13
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-07-032-7/+7
|\
| * Pull acpi_os_free into release branchLen Brown2006-07-012-7/+7
| |\
| | * ACPI: delete acpi_os_free(), use kfree() directlyLen Brown2006-06-302-7/+7
* | | [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-032-6/+6
* | | [PATCH] irq-flags: IA64: Use the new IRQF_ constantsThomas Gleixner2006-07-0210-16/+16
|/ /
* | [PATCH] audit syscall classesAl Viro2006-07-014-0/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-3064-64/+0
|\ \
| * | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3064-64/+0
| |/
* | [PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementationChristoph Lameter2006-06-301-0/+5
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-291-1/+1
|\
| * [PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2006-06-271-1/+1
* | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar2006-06-292-3/+11
* | [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar2006-06-291-0/+4
* | [PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar2006-06-296-14/+14
* | [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar2006-06-291-2/+2
* | [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-295-20/+20
* | [PATCH] solve config broken: undefined reference to `online_page'Yasunori Goto2006-06-291-0/+3
* | [IA64-SGI] fix prom revision checks in SN kernelAaron Young2006-06-282-2/+2
* | [IA64] tiger_defconfig s/NR_CPUS=4/NR_CPUS=16/Tony Luck2006-06-281-1/+1
* | [IA64-SGI] - Pass OS logical cpu number to the SN prom (bios)Jack Steiner2006-06-281-2/+8
* | [IA64] palinfo.c: s/register_cpu_notifier/register_hotcpu_notifier/Tony Luck2006-06-281-1/+1
* | [PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate placesChandra Seetharaman2006-06-271-3/+1
* | [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman2006-06-272-3/+3
* | [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-273-3/+3
* | [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-271-1/+1
* | [PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki2006-06-271-15/+2
* | [PATCH] pgdat allocation and update for ia64 of memory hotplug: allocate pgda...Yasunori Goto2006-06-271-2/+14
* | [PATCH] pgdat allocation and update for ia64 of memory hotplug: update pgdat ...Yasunori Goto2006-06-271-5/+19
* | [PATCH] pgdat allocation and update for ia64 of memory hotplug: hold pgdat ad...Yasunori Goto2006-06-271-11/+8
* | [PATCH] Register sysfs file for hotplugged new nodeYasunori Goto2006-06-271-12/+3
* | [PATCH] pgdat allocation for new node add (refresh node_data[])Yasunori Goto2006-06-271-0/+4
* | [PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto2006-06-271-3/+2
|/
* Merge branch 'x86-64'Linus Torvalds2006-06-261-2/+2
|\
| * [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen2006-06-261-2/+2
* | [PATCH] Notify page fault call chain for ia64Anil S Keshavamurthy2006-06-261-1/+35
|/
* [PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter2006-06-251-3/+0
* [PATCH] remove for_each_cpu()Andrew Morton2006-06-251-1/+1
* [IA64] fix ia64 build (fadt_descriptor)Tony Luck2006-06-231-2/+2
* Auto-update from upstreamTony Luck2006-06-2317-241/+343
|\
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-06-234-3/+6
| |\
| | * Pull trivial2 into release branchLen Brown2006-06-152-2/+4
| | |\
| | | * ACPI add ia64 exports to build acpi_memhotplug as a moduleKAMEZAWA Hiroyuki2006-05-151-0/+2
| | | * ACPI: silence ia64 build warningLen Brown2006-05-131-2/+2
| | * | Pull Kconfig into release branchLen Brown2006-06-151-0/+1
| | |\ \
| | | * | ACPI: Kconfig: ACPI should depend on, not select PCIAdrian Bunk2006-04-011-0/+1
| | * | | Pull acpica into release branchLen Brown2006-06-151-1/+1
| | |\ \ \
| | | * | | ACPI: ia64 buildfixLen Brown2006-04-021-1/+1
OpenPOWER on IntegriCloud