summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [IA64] Annotate __kernel_syscall_via_epc() with McKinley dispatch info.David Mosberger-Tang2005-04-281-22/+22
| * | | | [IA64] Reschedule __kernel_syscall_via_epc().David Mosberger-Tang2005-04-281-13/+18
| * | | | [IA64] Reschedule break_fault() for better performance.David Mosberger-Tang2005-04-281-67/+106
| * | | | [IA64] In ia64_leave_syscall(), fix comments and whitespace only.David Mosberger-Tang2005-04-281-40/+39Star
| * | | | [IA64] Schedule ia64_leave_syscall() to read ar.bsp earlierDavid Mosberger-Tang2005-04-281-24/+19Star
| * | | | [IA64] In syscall-entry, use st8 instead of stf8 to clear pt_regs.r8David Mosberger-Tang2005-04-281-3/+3
| * | | | [IA64] On return from syscall, hint b7 with __kernel_syscall_via_epc().David Mosberger-Tang2005-04-281-1/+8
| * | | | [IA64] Schedule fp-clearing insns at least 6 cycles after reading ar.bsp.David Mosberger-Tang2005-04-281-10/+15
| * | | | [IA64] Use dynamic prediction for RSE-clearing branches.David Mosberger-Tang2005-04-281-2/+2
| * | | | [IA64] __ia64_syscall() is no longer used anywhere in the kernel. Remove it.David Mosberger-Tang2005-04-282-15/+0Star
* | | | | [PATCH] kprobes/ia64: refuse kprobe on ivt codeKeshavamurthy Anil S2005-06-282-3/+22
* | | | | [PATCH] kprobes/ia64: refuse inserting kprobe on slot 1Rusty Lynch2005-06-281-0/+7
* | | | | [PATCH] Return probe redesign: ia64 specific implementationRusty Lynch2005-06-282-2/+117
* | | | | [PATCH] Update cfq io scheduler to time sliced designJens Axboe2005-06-271-2/+2
| |_|_|/ |/| | |
* | | | [PATCH] Dynamic sched domains: ia64 changesDinakar Guniguntala2005-06-261-31/+45
* | | | [PATCH] sched: sched tuningNick Piggin2005-06-261-1/+1
* | | | [PATCH] set cpu_state for CPU hotplug (ia64)Shaohua Li2005-06-261-0/+3
* | | | [PATCH] i386 CPU hotplugZwane Mwaikambo2005-06-261-0/+1
* | | | [PATCH] Kprobes/ia64: temporary disarming of reentrant probeAnil S Keshavamurthy2005-06-231-6/+43
* | | | [PATCH] Kprobes/IA64: check jprobe break before handlingKeshavamurthy Anil S2005-06-231-3/+7
* | | | [PATCH] Kprobes IA64: safe register kprobeAnil S Keshavamurthy2005-06-231-0/+45
* | | | [PATCH] Kprobes IA64: cmp ctype unc supportAnil S Keshavamurthy2005-06-231-2/+41
* | | | [PATCH] Kprobes IA64: arch_prepare_kprobes() cleanupAnil S Keshavamurthy2005-06-231-70/+121
* | | | [PATCH] Kprobes ia64 qp fixRusty Lynch2005-06-231-3/+3
* | | | [PATCH] Kprobes ia64 cleanupRusty Lynch2005-06-231-101/+77Star
* | | | [PATCH] Kprobes/IA64: support kprobe on branch/call instructionsAnil S Keshavamurthy2005-06-231-15/+116
* | | | [PATCH] Kprobes/IA64: architecture specific JProbes supportAnil S Keshavamurthy2005-06-233-7/+84
* | | | [PATCH] Kprobes/IA64: arch specific handlingAnil S Keshavamurthy2005-06-232-0/+333
* | | | [PATCH] Kprobes/IA64: kdebug die notification mechanismAnil S Keshavamurthy2005-06-231-1/+32
* | | | Merge kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.gitLinus Torvalds2005-06-225-13/+24
|\ \ \ \
| * | | | [IA64] ptrace and restore_sigcontext() allow ar.rsc.pl==0Matthew Chapman2005-06-222-7/+13
| * | | | [IA64] fix nested_dtlb_miss handler for hugetlb addressKen Chen2005-06-211-4/+9
| * | | | [IA64] printk needs KERN_INFO arch/ia64/kernel/smp.cChristophe Lucas2005-06-211-1/+1
| * | | | [IA64] Drop spurious paren in entry.hDavid Mosberger-Tang2005-06-201-1/+1
| | |_|/ | |/| |
* | | | [PATCH] ia64 uncached allocJes Sorensen2005-06-223-0/+279
* | | | [PATCH] VM: early zone reclaimMartin Hicks2005-06-221-1/+1
|/ / /
* | | [IA64] Fix race condition in the rt_sigprocmask fastcallChristoph Lameter2005-06-091-2/+2
* | | [PATCH] ia64: fix floating-point preemption problemPeter Chubb2005-06-092-1/+16
* | | [IA64] Extract correct break number for break.bKeith Owens2005-06-081-0/+18
* | | [IA64] Update comment to describe modes set in default control register.Tony Luck2005-06-081-1/+2
* | | [IA64] Module gp must point to valid memoryKeith Owens2005-06-081-4/+6
* | | [IA64] Cleanup compile warnings for ski configPeter Chubb2005-06-021-2/+2
* | | [IA64] Use "PER_CPU" form of EXPORT macroTony Luck2005-05-311-1/+1
* | | [IA64] sys_mmap doesn't follow posix.1 when parameter len=0Zhang Yanmin2005-05-261-7/+0Star
* | | [IA64] initialize spinlock pfm_alt_install_checkTony Luck2005-05-191-1/+1
* | | [IA64] alternate perfmon handlerTony Luck2005-05-191-15/+160
* | | [IA64-SGI] cpe interrupts are not being enabled.Russ Anderson2005-05-171-2/+2
* | | [IA64] Correct convert_to_non_syscall()David Mosberger-Tang2005-05-171-3/+17
* | | [IA64] Avoid .spillpsp directive in handcoded assemblyDavid Mosberger-Tang2005-05-101-2/+2
* | | [IA64] fix "section mismatch" compile-time-errorDavid Mosberger-Tang2005-05-091-1/+1