summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ia64/xen: define xen machine vector for domU.Isaku Yamahata2008-10-171-0/+5
| | * | ia64/pv_ops/xen: define the nubmer of irqs which xen needs.Isaku Yamahata2008-10-171-0/+1
| | * | ia64/pv_ops/xen: elf note based xen startup.Isaku Yamahata2008-10-171-0/+4
| | * | ia64/xen: define several constants for ia64/xen.Isaku Yamahata2008-10-171-0/+27
| | * | ia64: move function declaration, ia64_cpu_local_tick() from .c to .hIsaku Yamahata2008-10-171-1/+0
| | * | ia64/pv_ops: avoid name conflict of get_irq_chip().Isaku Yamahata2008-10-171-1/+1
| | * | ia64/pv_ops: fix paravirtualization of ivt.S with CONFIG_SMP=nIsaku Yamahata2008-10-171-3/+3
| | |/
| * | Pull utrace into release branchTony Luck2008-10-175-52/+101
| |\ \ | | |/ | |/|
| | * [IA64] utrace use generic trace hookShaohua Li2008-10-065-52/+36
| | * [IA64] utrace syscall.h support for ia64Shaohua Li2008-10-061-0/+65
* | | always reserve elfcore header memory in crash kernelSimon Horman2008-10-202-4/+2
* | | kdump: add is_vmcore_usable() and vmcore_unusable()Simon Horman2008-10-201-2/+2
* | | kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal2008-10-202-1/+12
|/ /
* | Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched...Ingo Molnar2008-10-081-0/+1
|\ \ | |/ |/|
| * kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul2008-09-081-0/+1
* | [IA64] Put the space for cpu0 per-cpu area into .data sectionTony Luck2008-09-292-7/+10
* | [IA64] kexec fails on systems with blocks of uncached memoryJay Lan2008-09-221-2/+3
* | [IA64] Ski simulator doesn't need check_sal_cache_flushAlex Chiang2008-09-221-0/+2
* | [IA64] prevent ia64 from invoking irq handlers on offline CPUsPaul E. McKenney2008-09-101-3/+1
* | [IA64] fix compile failure with non modular buildsJames Bottomley2008-09-101-21/+0
* | lib: Correct printk %pF to work on all architecturesJames Bottomley2008-09-091-0/+12
|/
* [IA64] Fix ia64 build failure when CONFIG_SFC=mRobin Holt2008-08-251-0/+1
* [IA64] Shrink shadow_flush_counts to a short array to save 8k of per_cpu area.Robin Holt2008-08-181-4/+4
* [IA64] Ensure cpu0 can access per-cpu variables in early boot codeTony Luck2008-08-124-9/+40
* [IA64] Cleanup generated file not ignored by .gitignoreRobin Holt2008-08-041-0/+1
* [IA64] pv_ops: fix ivt.S paravirtualizationIsaku Yamahata2008-08-041-2/+2
* [IA64] Move include/asm-ia64 to arch/ia64/include/asmTony Luck2008-08-016-10/+10
* tracehook: wait_task_inactiveRoland McGrath2008-07-261-2/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-07-251-0/+6
|\
| * [IA64] Wire up new system callsTony Luck2008-07-251-0/+6
* | kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-251-4/+2
|/
* flag parameters: pipeUlrich Drepper2008-07-241-1/+1
* sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-211-7/+15
* [IA64] Avoid overflowing ia64_cpu_to_sapicid in acpi_map_lsapic()Alex Chiang2008-07-171-3/+2
* [IA64] adding parameter check to module_free()Akiyama, Nobuyuki2008-07-171-1/+2
* [IA64] improper printk format in acpi-cpufreqDenis V. Lunev2008-07-171-2/+2
* Pull pvops into release branchTony Luck2008-07-1715-303/+954
|\
| * [IA64] pv_ops: move some functions in ivt.S to avoid lack of space.Isaku Yamahata2008-05-281-128/+133
| * [IA64] pvops: add to hooks, pv_time_ops, for steal time accounting.Isaku Yamahata2008-05-272-0/+38
| * [IA64] pvops: add hooks, pv_irq_ops, to paravirtualized irq related operations.Isaku Yamahata2008-05-272-5/+28
| * [IA64] pvops: add hooks, pv_iosapic_ops, to paravirtualize iosapic.Isaku Yamahata2008-05-272-16/+54
| * [IA64] pvops: define initialization hooks, pv_init_ops, for paravirtualized e...Isaku Yamahata2008-05-273-0/+19
| * [IA64] pvops: paravirtualize NR_IRQSIsaku Yamahata2008-05-272-0/+57
| * [IA64] pvops: paravirtualize entry.SIsaku Yamahata2008-05-274-44/+152
| * [IA64] pvops: paravirtualize ivt.SIsaku Yamahata2008-05-271-127/+122
| * [IA64] pvops: paravirtualize minstate.h.Isaku Yamahata2008-05-272-6/+36
| * [IA64] pvops: preparation for paravirtulization of hand written assembly code.Isaku Yamahata2008-05-271-0/+9
| * [IA64] pvops: introduce pv_cpu_ops to paravirtualize privileged instructions.Isaku Yamahata2008-05-271-0/+247
| * [IA64] pvops: add an early setup hook for pv_ops.Isaku Yamahata2008-05-271-0/+41
| * [IA64] pvops: introduce pv_info which describes some random info.Isaku Yamahata2008-05-272-0/+43
OpenPOWER on IntegriCloud