summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* [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-307-123/+195
|\
| * [IA64] ioremap() should prefer WB over UCBjorn Helgaas2006-03-301-3/+3
| * [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
| * [IA64-SGI] fix for-loop in sn_hwperf_geoid_to_cnode()Dean Roe2006-03-281-1/+5
| * [IA64-SGI] sn_hwperf use of num_online_cpus()hawkes@sgi.com2006-03-271-1/+1
| * [IA64] optimize flush_tlb_range on large numa boxChen, Kenneth W2006-03-271-5/+7
| * [IA64] lazy_mmu_prot_update needs to be aware of huge pagesZhang, Yanmin2006-03-271-1/+7
* | [PATCH] Introduce sys_splice() system callJens Axboe2006-03-301-0/+1
* | [PATCH] ia64: const f_ops fixAndrew Morton2006-03-281-19/+20
* | [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-3/+3
* | [PATCH] for_each_online_pgdat: remove sorting pgdatKAMEZAWA Hiroyuki2006-03-271-31/+0Star
* | [PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki2006-03-272-3/+3
|/
* [PATCH] bitops: ia64: make partial_page.bitmap an unsigned longAkinobu Mita2006-03-261-2/+2
* [PATCH] bitops: ia64: use generic bitopsAkinobu Mita2006-03-263-89/+5Star
* [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
* [PATCH] consolidate sys32/compat_adjtimexStephen Rothwell2006-03-261-62/+0Star
* [PATCH] create struct compat_timex and use it everywhereStephen Rothwell2006-03-261-14/+1Star
* [PATCH] EFI: keep physical table addresses in efi structureBjorn Helgaas2006-03-264-12/+22
* [PATCH] ia64: ioremap: check EFI for valid memory attributesBjorn Helgaas2006-03-262-1/+44
* [PATCH] EFI, /dev/mem: simplify efi_mem_attribute_range()Bjorn Helgaas2006-03-261-21/+20Star
* [PATCH] ia64: use i386 dmi_scan.cMatt Domsch2006-03-263-1/+14
* Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-03-251-2/+8
|\
| * [PATCH] Fix IA64 success/failure indication in syscall auditing.David Woodhouse2006-03-201-2/+8
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-03-2525-270/+303
|\ \
| * | [IA64] New IA64 core/thread detection patchFenghua Yu2006-03-241-105/+4Star
| * | [IA64] Increase max node count on SN platformsJack Steiner2006-03-243-0/+3
| * | [IA64] Increase max node count on SN platformsJack Steiner2006-03-241-1/+1
| * | [IA64] Increase max node count on SN platformsJack Steiner2006-03-241-4/+28
| * | [IA64] Increase max node count on SN platformsJack Steiner2006-03-241-0/+9
| * | [IA64] Tollhouse HP: IA64 arch changesPrarit Bhargava2006-03-243-2/+54
| * | [IA64] cleanup dig_irq_initChen, Kenneth W2006-03-241-5/+0Star
| * | [IA64] MCA recovery: kernel context recovery tableRuss Anderson2006-03-246-41/+109
| * | IA64: Use early_parm to handle mvec_name and nomcaHorms2006-03-232-28/+27Star
| * | [IA64] move patchlist and machvec into init sectionChen, Kenneth W2006-03-231-25/+26
| * | [IA64] add init declaration - nolwsysChen, Kenneth W2006-03-231-1/+1
| * | [IA64] add init declaration - gate page functionsChen, Kenneth W2006-03-232-5/+5
| * | [IA64] add init declaration to memory initialization functionsChen, Kenneth W2006-03-233-15/+15
| * | [IA64] add init declaration to cpu initialization functionsChen, Kenneth W2006-03-233-8/+8
| * | [IA64] add __init declaration to mca functionsChen, Kenneth W2006-03-231-6/+6
| * | [IA64] Ignore disabled Local SAPIC Affinity Structure in SRATKenji Kaneshige2006-03-231-0/+3
| * | [IA64] sn_check_intr: use ia64_get_irr()Bjorn Helgaas2006-03-221-20/+1Star
| * | [IA64] fix ia64 is_hugepage_only_rangeChen, Kenneth W2006-03-221-4/+3Star