aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* [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
|\ \
| * \ Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Greg KH2005-06-274-7/+148
| |\ \
| * | | [PATCH] ACPI based I/O APIC hot-plug: ia64 supportKenji Kaneshige2005-06-272-29/+126
| * | | [PATCH] ACPI based I/O APIC hot-plug: add interfacesKenji Kaneshige2005-06-271-0/+17
* | | | [IA64] Fix another IA64 preemption problemPeter Chubb2005-06-281-0/+3
* | | | [IA64] Speed up lfetch.fault [NULL]David Mosberger-Tang2005-06-281-0/+19
* | | | [IA64-SGI] pcdp: add PCDP pci interface supportMark Maule2005-06-281-4/+8
* | | | Auto merge with /home/aegl/GIT/ia64-testTony Luck2005-06-286-224/+299
|\ \ \ \ | |_|/ / |/| | |
| * | | Auto merge with /home/aegl/GIT/linusTony Luck2005-06-1516-104/+336
| |\ \ \ | | | |/ | | |/|
| * | | Merge with temp tree to get David's gdb inferior calls patchTony Luck2005-05-173-18/+25
| |\ \ \
| | * | | [IA64] Fix convert_to_non_syscall() so gdb inferior calls work againDavid Mosberger-Tang2005-05-171-1/+21
| * | | | [IA64] Merge audit fix for fsyscalls with syscall-optimizationsDavid Mosberger-Tang2005-05-051-2/+2
| * | | | [IA64] need r29=psr *after* rsm psr.iDavid Mosberger-Tang2005-04-271-6/+5
| * | | | [IA64] use srlz.d instead of srlz.i in ia64_leave_kernel()David Mosberger-Tang2005-04-271-1/+1
| * | | | [IA64] Annotate fsys_bubble_down() with McKinley dispatch info.David Mosberger-Tang2005-04-271-44/+74
| * | | | [IA64] Reschedule fsys_bubble_down().David Mosberger-Tang2005-04-271-40/+33
| * | | | [IA64] Annotate __kernel_syscall_via_epc() with McKinley dispatch info.David Mosberger-Tang2005-04-271-22/+22
| * | | | [IA64] Reschedule __kernel_syscall_via_epc().David Mosberger-Tang2005-04-271-13/+18
| * | | | [IA64] Reschedule break_fault() for better performance.David Mosberger-Tang2005-04-271-67/+106
| * | | | [IA64] In ia64_leave_syscall(), fix comments and whitespace only.David Mosberger-Tang2005-04-271-40/+39
| * | | | [IA64] Schedule ia64_leave_syscall() to read ar.bsp earlierDavid Mosberger-Tang2005-04-271-24/+19
| * | | | [IA64] In syscall-entry, use st8 instead of stf8 to clear pt_regs.r8David Mosberger-Tang2005-04-271-3/+3
| * | | | [IA64] On return from syscall, hint b7 with __kernel_syscall_via_epc().David Mosberger-Tang2005-04-271-1/+8
| * | | | [IA64] Schedule fp-clearing insns at least 6 cycles after reading ar.bsp.David Mosberger-Tang2005-04-271-10/+15
| * | | | [IA64] Use dynamic prediction for RSE-clearing branches.David Mosberger-Tang2005-04-271-2/+2
| * | | | [IA64] __ia64_syscall() is no longer used anywhere in the kernel. Remove it.David Mosberger-Tang2005-04-272-15/+0
* | | | | [PATCH] kprobes/ia64: refuse kprobe on ivt codeKeshavamurthy Anil S2005-06-272-3/+22
* | | | | [PATCH] kprobes/ia64: refuse inserting kprobe on slot 1Rusty Lynch2005-06-271-0/+7
* | | | | [PATCH] Return probe redesign: ia64 specific implementationRusty Lynch2005-06-272-2/+117
* | | | | [PATCH] Update cfq io scheduler to time sliced designJens Axboe2005-06-271-2/+2
| |_|_|/ |/| | |
* | | | [PATCH] Dynamic sched domains: ia64 changesDinakar Guniguntala2005-06-251-31/+45