summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* [IA64] Manual merge fix for 3 filesTony Luck2005-09-0812-647/+312
|\
| * Merge linux-2.6 with linux-acpi-2.6Len Brown2005-09-087-464/+104
| |\
| | * [PATCH] kprobes: fix bug when probed on task and isr functionsKeshavamurthy Anil S2005-09-071-3/+19
| | * [PATCH] Kprobes/IA64: fix race when break hits and kprobe not foundKeshavamurthy Anil S2005-09-071-0/+45
| | * [PATCH] Kprobes: prevent possible race conditions ia64 changesPrasanna S Panchamukhi2005-09-074-26/+38
| | * [PATCH] cpusets: Move the ia64 domain setup code to the generic codeJohn Hawkes2005-09-072-445/+1
| | * [PATCH] ia64 cpuset + build_sched_domains() mangles structuresJohn Hawkes2005-09-071-21/+69
| | * [PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityAshok Raj2005-09-071-38/+1
| * | Merge linux-2.6 into linux-acpi-2.6 testLen Brown2005-09-036-3/+533
| |\ \ | | |/
| * | Auto-update from upstreamLen Brown2005-08-291-9/+6
| |\ \
| * | | [ACPI] delete CONFIG_ACPI_BOOTLen Brown2005-08-243-5/+5
| * | | Merge from-linus to-akpmLen Brown2005-08-233-2/+4
| |\ \ \
| * | | | [ACPI] fix ia64 build issues resulting from Lindent and mergeMAEDA Naoaki2005-08-152-4/+4
| * | | | Merge ../to-linusLen Brown2005-08-111-1/+1
| |\ \ \ \
| * | | | | [ACPI] Lindent all ACPI filesLen Brown2005-08-052-173/+188
| * | | | | [ACPI] Merge acpi-2.6.12 branch into 2.6.13-rc3Len Brown2005-08-052-10/+20
| |\ \ \ \ \
| | * | | | | [ACPI] iosapic_register_intr() now returns error instead of panicKenji Kaneshige2005-08-041-7/+16
| | * | | | | [ACPI] acpi_register_gsi() can return errorKenji Kaneshige2005-08-041-1/+5
* | | | | | | [IA64] Minor cleanups - remove CONFIG_ACPI_DEALLOCATE_IRQKenji Kaneshige2005-09-072-4/+0
* | | | | | | [IA64] minor performance tune-up in ia64_switch_toChen, Kenneth W2005-09-071-3/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | [IA64] uncached allocator: use generic (not sn2 specific) functionsMartin Hicks2005-08-311-2/+2
* | | | | | Auto-update from upstreamTony Luck2005-08-301-9/+6
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | [PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt2005-08-291-9/+6
| | |_|_|/ | |/| | |
* | | | | Pull rationalise-regions into release branchTony Luck2005-08-291-1/+1
|\ \ \ \ \
| * | | | | [IA64] Rationalise Region DefinitionsPeter Chubb2005-08-241-1/+1
| |/ / / /
* | | | | [IA64] Add ACPI based P-state supportVenkatesh Pallipadi2005-08-264-0/+530
|/ / / /
* | | | [IA64] Initialize some spinlocksKeith Owens2005-08-161-1/+2
* | | | Auto-update from upstreamTony Luck2005-08-161-1/+1
|\ \ \ \
| * | | | [PATCH] fix for ia64 sched-domains codeJohn Hawkes2005-08-161-1/+1
| | |_|/ | |/| |
* | | | [IA64] fix perfmon context loadstephane.eranian@hp.com2005-08-101-0/+1
|/ / /
* | | [IA64] fix nohalt boot optionKen Chen2005-08-081-1/+1
|/ /
* | [PATCH] remove sys_set_zone_reclaim()Ingo Molnar2005-08-011-1/+1
* | [IA64] unwind.c uses wrong unat from switch_stackKeith Owens2005-07-271-6/+6
* | [IA64] inotify: ia64 syscalls.Robert Love2005-07-271-3/+3
* | [PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman2005-07-261-5/+0
* | [IA64] Fix undefined reference to can_cpei_retarget for simulatorIan Wienand2005-07-141-0/+2
* | Auto merge with /home/aegl/GIT/linusTony Luck2005-07-135-1/+66
|\ \
| * \ [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown2005-07-125-1/+66
| |\ \ | | |/
| | * [ACPI] fix C1 patch for IA64Venkatesh Pallipadi2005-07-122-0/+4
| | * [ACPI] Evaluate CPEI Processor Override flagAshok Raj2005-07-123-1/+62
* | | [IA64] improve flush_icache_range()Zoltan Menyhart2005-07-121-2/+35
|/ /
* | [IA64] assign_irq_vector() should not panicKenji Kaneshige2005-07-112-17/+11
* | [IA64] remove linux/version.h include from arch/ia64Olaf Hering2005-07-111-1/+0
* | [IA64] Fix a typo in arch/ia64/kernel/entry.SH. J. Lu2005-07-081-1/+1
* | [IA64] fix generic/up buildsTony Luck2005-07-064-42/+61
* | [IA64] Make ia64 die() preempt safe2005-07-061-2/+4
* | Auto merge with /home/aegl/GIT/linusTony Luck2005-07-061-1/+1
|\ \
| * | [PATCH] kprobes: fix namespace problem and sparc64 buildRusty Lynch2005-07-051-1/+1
* | | [IA64] restore_sigcontext is not preempt safeKeith Owens2005-07-061-0/+2
|/ /
* | Auto merge with /home/aegl/GIT/linusTony Luck2005-06-292-25/+139
|\ \
OpenPOWER on IntegriCloud