summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ia64: cpu_idle performance bug fixChen, Kenneth W2005-11-161-7/+8
* Merge x86-64 update from AndiLinus Torvalds2005-11-151-0/+4
|\
| * [PATCH] x86_64: Set compatibility flag for 4GB zone on IA64Andi Kleen2005-11-151-0/+4
* | [IA64-SGI] set altix preferred consoleMark Maule2005-11-111-4/+153
* | [IA64] 4-level page tablesRobin Holt2005-11-114-15/+65
* | [IA64] utilize notify_die() for XPC disengageDean Nelson2005-11-103-5/+107
* | [IA64] Replace kcalloc(1, with kzalloc.Panagiotis Issaris2005-11-103-5/+5
* | Pull add-mmio-to-proc-iomem into release branchTony Luck2005-11-101-24/+82
|\ \
| * | [IA64] add the MMIO regions that are translated to I/O port space to /proc/iomemBjorn Helgaas2005-11-081-24/+82
* | | Pull context-bitmap into release branchTony Luck2005-11-102-42/+44
|\ \ \
| * | | [IA64] make mmu_context.h and tlb.c 80-column friendlyChen, Kenneth W2005-11-031-15/+18
| * | | [IA64] Use bitmaps for efficient context allocation/freePeter Keilty2005-10-312-29/+28Star
* | | | Pull extend-notify-die into release branchTony Luck2005-11-104-58/+134
|\ \ \ \
| * | | | [IA64] Extend notify_die() hooks for IA64Keith Owens2005-11-074-58/+134
* | | | | Pull memoryless-node-allocation into release branchTony Luck2005-11-101-10/+9Star
|\ \ \ \ \
| * | | | | [IA64] fix memory less node allocationBob Picco2005-11-081-10/+9Star
| | |_|/ / | |/| | |
* | | | | Pull mca-check-psp into release branchTony Luck2005-11-101-4/+13
|\ \ \ \ \
| * | | | | [IA64] MCA recovery based on PSP bitsRuss Anderson2005-11-081-4/+13
| |/ / / /
* | | | | Pull align-sig-frame into release branchTony Luck2005-11-101-6/+5Star
|\ \ \ \ \
| * | | | | [IA64] align signal-frame even when not using alternate signal-stackDavid Mosberger-Tang2005-11-081-6/+5Star
| |/ / / /
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2005-11-093-4/+5
|\ \ \ \ \
| * | | | | [IA64] altix: misc pci interrupt related fixesMark Maule2005-11-082-3/+3
| * | | | | [IA64] MCA recovery: Bump reference count on bad pagesRuss Anderson2005-11-081-0/+1
| * | | | | [IA64] MCA recovery: pfn_valid() needs a pfnRuss Anderson2005-11-081-1/+1
| |/ / / /
* | | | | [PATCH] sched: resched and cpu_idle reworkNick Piggin2005-11-091-15/+17
* | | | | [PATCH] sched: disable preempt in idle tasksNick Piggin2005-11-092-0/+3
* | | | | [PATCH] remove ioctl32_handler_tChristoph Hellwig2005-11-091-3/+1Star
|/ / / /
* | | | Auto-update from upstreamTony Luck2005-11-077-79/+92
|\| | |
| * | | [PATCH] kfree cleanup: archJesper Juhl2005-11-071-1/+1
| * | | [PATCH] ia64: fix-up schedule_timeout() usageNishanth Aravamudan2005-11-071-4/+2Star
| * | | [PATCH] Kprobes: preempt_disable/enable() simplificationAnanth N Mavinakayanahalli2005-11-071-17/+20
| * | | [PATCH] Kprobes: Use RCU for (un)register synchronization - arch changesAnanth N Mavinakayanahalli2005-11-071-10/+6Star
| * | | [PATCH] Kprobes: Track kprobe on a per_cpu basis - ia64 changesAnanth N Mavinakayanahalli2005-11-071-38/+45
| * | | [PATCH] Kprobes: rearrange preempt_disable/enable() callsAnanth N Mavinakayanahalli2005-11-071-8/+14
| * | | [PATCH] Move Kprobes and Oprofile to "Instrumentation Support" menuPrasanna S Panchamukhi2005-11-073-17/+13Star
| * | | [PATCH] ia64: re-implement dma_get_cache_alignment to avoid EXPORT_SYMBOLJohn W. Linville2005-11-071-0/+7
| | |/ | |/|
* / | [IA64] restrict CONFIG_SGI_SN_XP to IA64_GENERIC or IA64_SGI_SN2Dean Nelson2005-11-041-0/+1
|/ /
* | manual update from upstream:Tony Luck2005-10-3146-1236/+3882
|\|
| * [PATCH] fix missing includesTim Schmielau2005-10-311-0/+1
| * [PATCH] jiffies_64 cleanupThomas Gleixner2005-10-311-4/+0Star
| * [PATCH] unify sys_ptrace prototypeChristoph Hellwig2005-10-311-0/+1
| * [PATCH] memory hotplug locking: node_size_lockDave Hansen2005-10-301-1/+6
| * [PATCH] mm: flush_tlb_range outside ptlockHugh Dickins2005-10-301-0/+2
| * [PATCH] mm: init_mm without ptlockHugh Dickins2005-10-301-8/+3Star
| * [PATCH] mm: ia64 use expand_upwardsHugh Dickins2005-10-302-28/+8Star
| * [PATCH] mm: vm_stat_account unshackledHugh Dickins2005-10-302-2/+3
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2005-10-2942-1205/+4000
| |\
| | * [IA64] fix warning unused variable `g'Tony Luck2005-10-291-1/+1
| | * Pull optimize-ptrace-threads into release branchTony Luck2005-10-291-16/+10Star
| | |\
| | | * [IA64] ptrace - find memory sharers on children listCliff Wickman2005-10-281-16/+10Star