aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | [PATCH] clean up default value of SCHED_SMTJean-Luc Leger2006-06-231-1/+0
* | | | | [PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi2006-06-231-2/+1
* | | | | [PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter2006-06-231-1/+1
* | | | | [PATCH] change gen_pool allocator to not touch managed memoryDean Nelson2006-06-232-99/+116
* | | | | [PATCH] Unify pxm_to_node() and node_to_pxm()Yasunori Goto2006-06-234-20/+12
* | | | | [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+4
* | | | | [PATCH] PCI: altix: msi supportMark Maule2006-06-216-111/+178
* | | | | [PATCH] PCI: per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitionsMark Maule2006-06-212-1/+25
|/ / / /
* | | | [IA64] one-line cleanup on set_irq_affinity_infoChen, Kenneth W2006-05-171-1/+0
* | | | [IA64] fix broken irq affinityChen, Kenneth W2006-05-171-2/+2
* | | | [IA64] sn2 defconfigJes Sorensen2006-05-171-2/+2
| |_|/ |/| |
* | | [IA64] strcpy returns NULL pointer and not destination pointerChen, Kenneth W2006-05-051-3/+6
* | | [PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro2006-05-011-2/+2
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-04-2710-70/+99
|\ \ \
| * | | [IA64] update sn2 defconfigJes Sorensen2006-04-271-31/+45
| * | | [IA64] Add mca recovery failure messagesRuss Anderson2006-04-271-18/+36
| * | | [IA64-SGI] fix SGI Altix tioce_reserve_m32() bugMike Habeck2006-04-271-3/+3
| * | | [IA64-SGI] - Reduce overhead of reading sn_topologyJack Steiner2006-04-271-2/+2
| * | | [IA64-SGI] - Fix discover of nearest cpu node to IO nodeJack Steiner2006-04-271-2/+2
| * | | [IA64] IOC4 config option orderingBrent Casavant2006-04-211-0/+2
| * | | [IA64] eliminate compile time warningsSatoru Takeuchi2006-04-201-2/+1
| * | | [IA64] eliminate compile time warningsSatoru Takeuchi2006-04-201-0/+3
| * | | [IA64] Remove redundant NULL checks before kfreeJesper Juhl2006-04-202-11/+4
| * | | [IA64] wire up compat_sys_adjtimex()Luck, Tony2006-04-201-1/+1
* | | | [PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman2006-04-263-3/+3
* | | | [PATCH] Add support for the sys_vmsplice syscallJens Axboe2006-04-261-0/+1
|/ / /
* | | [PATCH] Switch Kprobes inline functions to __kprobes for ia64Prasanna S Panchamukhi2006-04-191-5/+5
* | | [PATCH] DMI: move dmi_scan.c from arch/i386 to drivers/firmware/Bjorn Helgaas2006-04-141-2/+1
* | | Merge branch 'tee' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-141-0/+1
|\ \ \
| * | | [PATCH] splice: add support for sys_tee()Jens Axboe2006-04-111-0/+1
* | | | [IA64] Make show_mem() skip holes in a pgdatRobin Holt2006-04-131-1/+65
* | | | [IA64] ia64_wait_for_slaves() incorrectly reports MCAKeith Owens2006-04-131-5/+5
|/ / /
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-04-117-91/+105
|\ \ \
| * | | [IA64] Prefetch mmap_sem in ia64_do_page_fault()Christoph Lameter2006-04-071-0/+3
| * | | [IA64] Failure to resume after INIT in user spaceKeith Owens2006-04-071-5/+5
| * | | [IA64] Pass more data to the MCA/INIT notify_die hooksKeith Owens2006-04-071-12/+21
| * | | [IA64] for_each_possible_cpu: ia64KAMEZAWA Hiroyuki2006-04-061-1/+1
| * | | [IA64] update HP CSR space discovery via ACPIBjorn Helgaas2006-04-061-72/+71
| * | | [IA64] Wire up new syscalls {set,get}_robust_listTony Luck2006-04-061-2/+2
| * | | [IA64] 'msg' may be used uninitialized in xpc_initiate_allocate()Tony Luck2006-04-041-1/+1
| * | | [IA64] Wire up new syscall sync_file_range()Tony Luck2006-04-041-0/+3
| | |/ | |/|
* | | [PATCH] Configurable NODES_SHIFTYasunori Goto2006-04-111-9/+10
|/ /