summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* [IA64] trivial cleanup for entry.SHidetoshi Seto2008-05-151-6/+6
* [IA64] fix interrupt masking for pending works on kernel leaveHidetoshi Seto2008-05-151-4/+10
* [IA64] disable interrupts on exit of ia64_trace_syscallHidetoshi Seto2008-04-221-0/+1
* [IA64] VIRT_CPU_ACCOUNTING (accurate cpu time accounting)Hidetoshi Seto2008-02-201-0/+65
* [IA64] Wire up timerfd_{create,settime,gettime} syscallsTony Luck2008-02-081-1/+4
* timerfd: new timerfd APIDavide Libenzi2008-02-051-1/+1
* [IA64] fallocate system callDavid Chinner2007-07-191-1/+1
* [IA64] wire up {signal,timer,event}fd syscallsTony Luck2007-05-151-0/+3
* [IA64] Wire up epoll_pwait and utimensatTony Luck2007-05-101-0/+2
* [IA64] wire up pselect, ppollAlexey Kuznetsov2007-05-091-2/+2
* [IA64] Add TIF_RESTORE_SIGMASKAlexey Dobriyan2007-05-081-26/+0Star
* Pull percpu-dtc into release branchTony Luck2007-04-301-5/+2Star
|\
| * [IA64] remove per-cpu ia64_phys_stacked_size_p8Chen, Kenneth W2007-02-071-5/+2Star
* | [IA64] Hook up getcpu system call for IA64Fenghua Yu2007-02-061-0/+2
|/
* [IA64] IA64 Kexec/kdumpZou Nan hai2006-12-071-1/+1
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* [PATCH] rename the provided execve functions to kernel_execveArnd Bergmann2006-10-021-2/+2
* Revert "[IA64] Unwire set/get_robust_list"Tony Luck2006-09-261-2/+2
* [IA64] Unwire set/get_robust_listAndreas Schwab2006-09-081-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter2006-06-231-1/+1
* [PATCH] Add support for the sys_vmsplice syscallJens Axboe2006-04-261-0/+1
* [PATCH] splice: add support for sys_tee()Jens Axboe2006-04-111-0/+1
* [IA64] Wire up new syscalls {set,get}_robust_listTony Luck2006-04-061-2/+2
* [IA64] Wire up new syscall sync_file_range()Tony Luck2006-04-041-0/+3
* [PATCH] Introduce sys_splice() system callJens Axboe2006-03-301-0/+1
* Pull delete-sigdelayed into release branchTony Luck2006-03-211-14/+0Star
|\
| * [IA64] Delete MCA/INIT sigdelayed codeKeith Owens2006-01-261-14/+0Star
* | [IA64] Missing check for TIF_WORK if trace/audit enabledJack Steiner2006-02-161-1/+3
* | [IA64] unshare system call registration for ia64Janak Desai2006-02-091-0/+3
* | [IA64] add syscall entry for *at()Chen, Kenneth W2006-02-061-0/+13
|/
* [PATCH] Swap Migration V5: sys_migrate_pages interfaceChristoph Lameter2006-01-091-0/+1
* [IA64] Remove warnings for gcc 4.0 IA64 compilation.Peter Chubb2005-09-161-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds2005-09-101-1/+1
|\
| * kbuild: ia64 use generic asm-offsets.h supportSam Ravnborg2005-09-091-1/+1
* | [PATCH] Prefetch kernel stacks to speed up context switchChen, Kenneth W2005-09-091-0/+23
* | [IA64] minor performance tune-up in ia64_switch_toChen, Kenneth W2005-09-071-3/+3
|/
* [PATCH] remove sys_set_zone_reclaim()Ingo Molnar2005-08-011-1/+1
* [IA64] inotify: ia64 syscalls.Robert Love2005-07-271-3/+3
* [IA64] Fix a typo in arch/ia64/kernel/entry.SH. J. Lu2005-07-081-1/+1
* Auto merge with /home/aegl/GIT/ia64-testTony Luck2005-06-281-58/+52Star
|\
| * Auto merge with /home/aegl/GIT/linusTony Luck2005-06-151-3/+3
| |\
| * \ Merge with temp tree to get David's gdb inferior calls patchTony Luck2005-05-181-1/+1
| |\ \
| * | | [IA64] use srlz.d instead of srlz.i in ia64_leave_kernel()David Mosberger-Tang2005-04-281-1/+1
| * | | [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] 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-281-12/+0Star