summaryrefslogtreecommitdiff
path: root/arch/ia64/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-10-17ia64: move function declaration, ia64_cpu_local_tick() from .c to .hIsaku Yamahata1-1/+0
2008-10-17ia64/pv_ops: avoid name conflict of get_irq_chip().Isaku Yamahata1-1/+1
2008-10-17ia64/pv_ops: fix paravirtualization of ivt.S with CONFIG_SMP=nIsaku Yamahata1-3/+3
2008-10-08Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched...Ingo Molnar1-0/+1
2008-10-06[IA64] utrace use generic trace hookShaohua Li5-52/+36
2008-10-06[IA64] utrace syscall.h support for ia64Shaohua Li1-0/+65
2008-09-30[IA64] Put the space for cpu0 per-cpu area into .data sectionTony Luck2-7/+10
2008-09-23[IA64] kexec fails on systems with blocks of uncached memoryJay Lan1-2/+3
2008-09-23[IA64] Ski simulator doesn't need check_sal_cache_flushAlex Chiang1-0/+2
2008-09-10[IA64] prevent ia64 from invoking irq handlers on offline CPUsPaul E. McKenney1-3/+1
2008-09-10[IA64] fix compile failure with non modular buildsJames Bottomley1-21/+0
2008-09-09lib: Correct printk %pF to work on all architecturesJames Bottomley1-0/+12
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul1-0/+1
2008-08-25[IA64] Fix ia64 build failure when CONFIG_SFC=mRobin Holt1-0/+1
2008-08-19[IA64] Shrink shadow_flush_counts to a short array to save 8k of per_cpu area.Robin Holt1-4/+4
2008-08-12[IA64] Ensure cpu0 can access per-cpu variables in early boot codeTony Luck4-9/+40
2008-08-04[IA64] Cleanup generated file not ignored by .gitignoreRobin Holt1-0/+1
2008-08-04[IA64] pv_ops: fix ivt.S paravirtualizationIsaku Yamahata1-2/+2
2008-08-01[IA64] Move include/asm-ia64 to arch/ia64/include/asmTony Luck6-10/+10
2008-07-26tracehook: wait_task_inactiveRoland McGrath1-2/+2
2008-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-0/+6
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S1-4/+2
2008-07-25[IA64] Wire up new system callsTony Luck1-0/+6
2008-07-24flag parameters: pipeUlrich Drepper1-1/+1
2008-07-22sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-7/+15
2008-07-17[IA64] Avoid overflowing ia64_cpu_to_sapicid in acpi_map_lsapic()Alex Chiang1-3/+2
2008-07-17 [IA64] adding parameter check to module_free()Akiyama, Nobuyuki1-1/+2
2008-07-17[IA64] improper printk format in acpi-cpufreqDenis V. Lunev1-2/+2
2008-07-17Pull pvops into release branchTony Luck15-303/+954
2008-07-17ACPI : Create "idle=nomwait" bootparamZhao Yakui1-0/+2
2008-07-17ACPI: Create "idle=halt" bootparamZhao Yakui1-0/+2
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar7-253/+28
2008-07-01[IA64] export account_system_vtimeDoug Chapman1-0/+1
2008-07-01[IA64] Bugfix for system with 32 cpusTony Luck1-1/+2
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe3-6/+6
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe6-8/+7
2008-06-26ia64: convert to generic helpers for IPI function callsJens Axboe2-239/+15
2008-06-24[IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte()Julia Lawall1-2/+0
2008-06-24[IA64] Fix boot failure on ia64/sn2Jes Sorensen1-2/+1
2008-06-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2-9/+8
2008-06-12[IA64] Update check_sal_cache_flush to use platform_send_ipi()Alex Chiang1-4/+3
2008-06-12ACPI: handle invalid ACPI SLIT tableFenghua Yu1-2/+7
2008-06-12[IA64] perfmon: fix async exit bugstephane eranian1-5/+5
2008-05-28[IA64] pv_ops: move some functions in ivt.S to avoid lack of space.Isaku Yamahata1-128/+133
2008-05-28[IA64] pvops: add to hooks, pv_time_ops, for steal time accounting.Isaku Yamahata2-0/+38
2008-05-28[IA64] pvops: add hooks, pv_irq_ops, to paravirtualized irq related operations.Isaku Yamahata2-5/+28
2008-05-28[IA64] pvops: add hooks, pv_iosapic_ops, to paravirtualize iosapic.Isaku Yamahata2-16/+54
2008-05-28[IA64] pvops: define initialization hooks, pv_init_ops, for paravirtualized e...Isaku Yamahata3-0/+19
2008-05-28[IA64] pvops: paravirtualize NR_IRQSIsaku Yamahata2-0/+57
2008-05-28[IA64] pvops: paravirtualize entry.SIsaku Yamahata4-44/+152