summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* [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-235-120/+139
|\
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-06-231-2/+2
| |\
| | * Pull trivial2 into release branchLen Brown2006-06-161-2/+2
| | |\
| | | * ACPI: silence ia64 build warningLen Brown2006-05-131-2/+2
| * | | [PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi2006-06-231-2/+1Star
| * | | [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-231-95/+105
| * | | [PATCH] Unify pxm_to_node() and node_to_pxm()Yasunori Goto2006-06-231-16/+8Star
| * | | [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+4
| * | | [PATCH] PCI: per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitionsMark Maule2006-06-211-1/+18
| |/ /
* | | Pull rework-memory-attribute-aliasing into release branchTony Luck2006-06-211-54/+102
|\ \ \
| * | | [IA64] rework memory attribute aliasingBjorn Helgaas2006-05-091-54/+102
| | |/ | |/|
* | | [IA64] SKI Simulator bootIan Wienand2006-06-211-5/+1Star
* | | [IA64] Sanitize assembler code for ia64_sal_os_stateKeith Owens2006-06-213-15/+30
* | | [IA64] make efi_stub.S fit in 80 colsDavid Mosberger-Tang2006-06-211-1/+1
* | | [IA64] sanity check reserved region usageAlex Williamson2006-06-211-0/+1
| |/ |/|
* | [IA64] one-line cleanup on set_irq_affinity_infoChen, Kenneth W2006-05-171-1/+0Star
* | [IA64] fix broken irq affinityChen, Kenneth W2006-05-171-2/+2
|/
* [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-282-23/+38
|\
| * [IA64] Add mca recovery failure messagesRuss Anderson2006-04-271-18/+36
| * [IA64] Remove redundant NULL checks before kfreeJesper Juhl2006-04-201-5/+2Star
* | [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/+1Star
* 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] ia64_wait_for_slaves() incorrectly reports MCAKeith Owens2006-04-131-5/+5
|/
* [IA64] Failure to resume after INIT in user spaceKeith Owens2006-04-081-5/+5
* [IA64] Pass more data to the MCA/INIT notify_die hooksKeith Owens2006-04-081-12/+21
* [IA64] for_each_possible_cpu: ia64KAMEZAWA Hiroyuki2006-04-071-1/+1
* [IA64] update HP CSR space discovery via ACPIBjorn Helgaas2006-04-061-72/+71Star
* [IA64] Wire up new syscalls {set,get}_robust_listTony Luck2006-04-061-2/+2
* [IA64] Wire up new syscall sync_file_range()Tony Luck2006-04-041-0/+3
* [IA64] Avoid "u64 foo : 32;" for gcc3 vs. gcc4 compatibilityTony Luck2006-03-312-5/+5
* [IA64] Export cpu cache info by sysfsZhang, Yanmin2006-03-311-0/+367
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-03-303-112/+172
|\
| * [IA64] Add __mca_table to the DISCARD list in gate.ldsJes Sorensen2006-03-301-0/+1
| * [IA64] Move __mca_table out of the __init sectionRuss Anderson2006-03-291-9/+9
| * [IA64] simplify some condition checks in iosapic_check_gsi_rangeSatoru Takeuchi2006-03-281-4/+1Star
| * [IA64] correct some messages and fixes some minor thingsSatoru Takeuchi2006-03-281-99/+161
* | [PATCH] Introduce sys_splice() system callJens Axboe2006-03-301-0/+1
* | [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-3/+3
|/
* [PATCH] bitops: ia64: use cpu_set() instead of __set_bit()Akinobu Mita2006-03-261-1/+2
* [PATCH] kprobes: fix broken fault handling for ia64Prasanna S Panchamukhi2006-03-261-5/+43
* [PATCH] kprobe handler: discard user space trapbibo,mao2006-03-261-0/+3
* [PATCH] kretprobe instance recycled by parent processbibo mao2006-03-261-8/+0Star