Age | Commit message (Expand) | Author | Files | Lines |
2009-06-17 | [IA64] hook up new rt_tgsigqueueinfo syscall | Tony Luck | 1 | -0/+1 |
2009-04-09 | [IA64] wire up preadv/pwritev system calls | Tony Luck | 1 | -0/+2 |
2009-04-05 | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+100 |
2009-03-26 | ia64/pv_ops: paravirtualize mov = ar.itc. | Isaku Yamahata | 1 | -2/+2 |
2009-01-18 | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc2' into tracing/core | Ingo Molnar | 1 | -1/+1 |
2009-01-14 | [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2 | Heiko Carstens | 1 | -1/+1 |
2009-01-14 | ftrace, ia64: IA64 dynamic ftrace support | Shaohua Li | 1 | -0/+51 |
2009-01-14 | ftrace, ia64: IA64 static ftrace support | Shaohua Li | 1 | -0/+49 |
2008-11-21 | [IA64] Rationalize kernel mode alignment checking | Tony Luck | 1 | -0/+1 |
2008-10-06 | [IA64] utrace use generic trace hook | Shaohua Li | 1 | -0/+5 |
2008-07-25 | [IA64] Wire up new system calls | Tony Luck | 1 | -0/+6 |
2008-05-28 | [IA64] pvops: paravirtualize entry.S | Isaku Yamahata | 1 | -43/+72 |
2008-05-15 | [IA64] trivial cleanup for entry.S | Hidetoshi Seto | 1 | -6/+6 |
2008-05-15 | [IA64] fix interrupt masking for pending works on kernel leave | Hidetoshi Seto | 1 | -4/+10 |
2008-04-22 | [IA64] disable interrupts on exit of ia64_trace_syscall | Hidetoshi Seto | 1 | -0/+1 |
2008-02-20 | [IA64] VIRT_CPU_ACCOUNTING (accurate cpu time accounting) | Hidetoshi Seto | 1 | -0/+65 |
2008-02-08 | [IA64] Wire up timerfd_{create,settime,gettime} syscalls | Tony Luck | 1 | -1/+4 |
2008-02-05 | timerfd: new timerfd API | Davide Libenzi | 1 | -1/+1 |
2007-07-20 | [IA64] fallocate system call | David Chinner | 1 | -1/+1 |
2007-05-15 | [IA64] wire up {signal,timer,event}fd syscalls | Tony Luck | 1 | -0/+3 |
2007-05-10 | [IA64] Wire up epoll_pwait and utimensat | Tony Luck | 1 | -0/+2 |
2007-05-09 | [IA64] wire up pselect, ppoll | Alexey Kuznetsov | 1 | -2/+2 |
2007-05-09 | [IA64] Add TIF_RESTORE_SIGMASK | Alexey Dobriyan | 1 | -26/+0 |
2007-05-01 | Pull percpu-dtc into release branch | Tony Luck | 1 | -5/+2 |
2007-02-07 | [IA64] remove per-cpu ia64_phys_stacked_size_p8 | Chen, Kenneth W | 1 | -5/+2 |
2007-02-06 | [IA64] Hook up getcpu system call for IA64 | Fenghua Yu | 1 | -0/+2 |
2006-12-07 | [IA64] IA64 Kexec/kdump | Zou Nan hai | 1 | -1/+1 |
2006-10-04 | fix file specification in comments | Uwe Zeisberger | 1 | -1/+1 |
2006-10-02 | [PATCH] rename the provided execve functions to kernel_execve | Arnd Bergmann | 1 | -2/+2 |
2006-09-27 | Revert "[IA64] Unwire set/get_robust_list" | Tony Luck | 1 | -2/+2 |
2006-09-08 | [IA64] Unwire set/get_robust_list | Andreas Schwab | 1 | -2/+2 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-23 | [PATCH] page migration: sys_move_pages(): support moving of individual pages | Christoph Lameter | 1 | -1/+1 |
2006-04-26 | [PATCH] Add support for the sys_vmsplice syscall | Jens Axboe | 1 | -0/+1 |
2006-04-11 | [PATCH] splice: add support for sys_tee() | Jens Axboe | 1 | -0/+1 |
2006-04-07 | [IA64] Wire up new syscalls {set,get}_robust_list | Tony Luck | 1 | -2/+2 |
2006-04-05 | [IA64] Wire up new syscall sync_file_range() | Tony Luck | 1 | -0/+3 |
2006-03-31 | [PATCH] Introduce sys_splice() system call | Jens Axboe | 1 | -0/+1 |
2006-03-21 | Pull delete-sigdelayed into release branch | Tony Luck | 1 | -14/+0 |
2006-02-16 | [IA64] Missing check for TIF_WORK if trace/audit enabled | Jack Steiner | 1 | -1/+3 |
2006-02-09 | [IA64] unshare system call registration for ia64 | Janak Desai | 1 | -0/+3 |
2006-02-06 | [IA64] add syscall entry for *at() | Chen, Kenneth W | 1 | -0/+13 |
2006-01-27 | [IA64] Delete MCA/INIT sigdelayed code | Keith Owens | 1 | -14/+0 |
2006-01-09 | [PATCH] Swap Migration V5: sys_migrate_pages interface | Christoph Lameter | 1 | -0/+1 |
2005-09-16 | [IA64] Remove warnings for gcc 4.0 IA64 compilation. | Peter Chubb | 1 | -1/+1 |
2005-09-10 | Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 1 | -1/+1 |
2005-09-10 | [PATCH] Prefetch kernel stacks to speed up context switch | Chen, Kenneth W | 1 | -0/+23 |
2005-09-10 | kbuild: ia64 use generic asm-offsets.h support | Sam Ravnborg | 1 | -1/+1 |
2005-09-08 | [IA64] minor performance tune-up in ia64_switch_to | Chen, Kenneth W | 1 | -3/+3 |
2005-08-01 | [PATCH] remove sys_set_zone_reclaim() | Ingo Molnar | 1 | -1/+1 |