index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
ia64
/
kernel
/
entry.S
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-01-27
[IA64] entry.S: another syscall exit path optimization
Kenneth W. Chen
1
-27
/
+28
2005-01-24
[IA64] entry.S: .align in .text sections is broken, use TEXT_ALIGN()
Tony Luck
1
-1
/
+1
2005-01-24
[IA64] Ensure that r9 can't be a NaT on return from sys_pipe()
Kenneth W. Chen
1
-8
/
+8
2005-01-21
[IA64] entry.S: perfmon psr.pp fix
Stéphane Eranian
1
-5
/
+9
2005-01-21
[IA64] clean up ptrace corner cases
Tony Luck
1
-7
/
+19
2005-01-21
[IA64] entry.S update the copyright year & fix a comment
David Mosberger
1
-2
/
+2
2005-01-21
[IA64] Use srlz.d instead of srlz.i in ia64_leave_syscall
David Mosberger
1
-1
/
+1
2005-01-21
[IA64] Improve ia64_leave_syscall() for McKinley-type cores.
David Mosberger
1
-47
/
+50
2005-01-21
[IA64] Resched skip_rbs_switch to run 4 cycles faster on McKinley-type cores
David Mosberger
1
-17
/
+27
2005-01-21
[IA64] entry.S: Align rse_clear_invalid to double-bundle boundary.
David Mosberger
1
-0
/
+1
2004-12-12
[IA64] Add TIF_SIGDELAYED, delay a signal until it is safe
Keith Owens
1
-0
/
+15
2004-11-22
[IA64] Add add_key, request_key, keyctl syscalls
Tony Luck
1
-3
/
+3
2004-11-04
[IA64] Allocate syscall #1270 for waitid syscall.
Tony Luck
1
-2
/
+2
2004-10-25
[PATCH] revert- sys_setaltroot
Andrew Morton
1
-1
/
+1
2004-10-18
[PATCH] add sys_setaltroot()
Seth Rohit
1
-1
/
+1
2004-08-23
[PATCH] sched: consolidate CLONE_IDLETASK masking
William Lee Irwin III
1
-2
/
+2
2004-07-09
[PATCH] ia64: add audit support
Peter Martuccelli
1
-4
/
+6
2004-07-07
[PATCH] ia64: Fix OSDL BugMe report 2885: realtime process can't preempt low ...
Peter Chubb
1
-21
/
+32
2004-06-28
[PATCH] ia64: fix a couple of comment typos
Bjorn Helgaas
1
-2
/
+2
2004-06-16
ia64: Fix ia32 partial-page-list code to compile cleanly in more configs.
David Mosberger
1
-2
/
+4
2004-06-04
[PATCH] ia64: fix comment-typo in entry.S
Alex Tsariounov
1
-1
/
+1
2004-05-22
[PATCH] numa api: Add IA64 support
Andrew Morton
1
-3
/
+3
2004-05-21
[PATCH] fix sendfile on 64bit architectures
Andrew Morton
1
-1
/
+1
2004-05-19
[PATCH] reserve syscall slots for kexec
Andrew Morton
1
-1
/
+1
2004-04-21
[PATCH] ia64: add mq support for ia64
Jakub Jelínek
1
-6
/
+6
2004-01-26
ia64: Fix ptrace infrastructure some more so that strace'd sigreturn()
Matthew Chapman
1
-10
/
+43
2003-12-31
ia64: Remove the old ia64_ni_syscall()/sys32_ni_syscall() routines which
David Mosberger
1
-28
/
+28
2003-12-31
ia64: Allow system-call number to be changed during system-call tracing
David Mosberger
1
-30
/
+24
2003-12-30
ia64: Fix a ptrace-bug that caused "strace -f" to crash the inferior
David Mosberger
1
-0
/
+1
2003-09-05
ia64: Direct sys_fadvise64() to sys_fadvise64_64().
David Mosberger
1
-1
/
+1
2003-09-01
ia64: Drop unnecessary fadvise64_64() bloat (it isn't needed on 64-bit
David Mosberger
1
-1
/
+1
2003-08-25
ia64: Hook up fadvise64_64() system call.
David Mosberger
1
-1
/
+1
2003-08-19
[PATCH] ia64: cleanup inline assembly
Suresh B. Siddha
1
-0
/
+12
2003-08-15
entry.S:
David Mosberger
1
-2
/
+2
2003-07-15
ia64: Patch by Arun Sharma: Make execve()ing of ia32 tasks work again.
David Mosberger
1
-1
/
+30
2003-07-10
ia64: Move local per-CPU area to the last page of the address space.
David Mosberger
1
-2
/
+2
2003-07-09
ia64: Sync up with 2.5.74+.
David Mosberger
1
-1
/
+1
2003-06-20
[PATCH] Add system calls statfs64 and fstatfs64
Andrew Morton
1
-2
/
+2
2003-06-17
ia64: Sync with 2.5.71.
David Mosberger
1
-12
/
+0
2003-06-16
ia64: Manual merge with 2.5.71.
David Mosberger
1
-152
/
+306
2003-06-01
[PATCH] ia64: performance-tweak syscall exit path some more
Fenghua Yu
1
-12
/
+12
2003-05-29
ia64: Finish the fsyscall support (finally!). Now fsyscall stubs will
David Mosberger
1
-0
/
+3
2003-05-28
ia64: Minor fixes: remove obsolete ia64_ret_from_execve_syscall() and
David Mosberger
1
-11
/
+0
2003-05-28
ia64: Make fsyscalls work again. They broke because the streamlined syscall ...
David Mosberger
1
-51
/
+50
2003-05-27
ia64: In start_thread(), remove the clearing of the scratch registers which are
David Mosberger
1
-1
/
+1
2003-05-27
ia64: Lots of formatting fixes for the optimized syscall paths.
David Mosberger
1
-151
/
+181
2003-05-22
[PATCH] ia64: fix syscall optimization path so CONFIG_PREEMPT works again
Seth Rohit
1
-2
/
+2
2003-05-21
ia64: Restructure pt_regs and optimize syscall path.
David Mosberger
1
-83
/
+248
2003-05-15
[PATCH] ia64: put kernel into virtually mapped area
Tony Luck
1
-4
/
+1
2003-05-14
ia64: Desupport GCC 2.96 and everything older.
David Mosberger
1
-29
/
+0
[next]