index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-15
x32: Fix alignment fail in struct compat_siginfo
H. Peter Anvin
1
-2
/
+2
2012-03-14
x32: Fix stupid ia32/x32 inversion in the siginfo format
H. Peter Anvin
1
-1
/
+1
2012-03-06
x32: Add ptrace for x32
H.J. Lu
2
-2
/
+101
2012-03-06
x32: Switch to a 64-bit clock_t
H. Peter Anvin
3
-4
/
+19
2012-03-06
x32: Provide separate is_ia32_task() and is_x32_task() predicates
H. Peter Anvin
1
-1
/
+11
2012-03-02
x86, mtrr: Use explicit sizing and padding for the 64-bit ioctls
H. Peter Anvin
2
-14
/
+24
2012-02-28
x86/x32: Fix the binutils auto-detect
Ingo Molnar
1
-7
/
+7
2012-02-28
x32: Warn and disable rather than error if binutils too old
H. Peter Anvin
2
-2
/
+18
2012-02-26
Merge branch 'core/types' into x86/x32
H. Peter Anvin
1
-1
/
+1
2012-02-26
x32: Only clear TIF_X32 flag once
Bobby Powers
1
-1
/
+0
2012-02-26
x32: Make sure TS_COMPAT is cleared for x32 tasks
Bobby Powers
1
-0
/
+3
2012-02-24
fs: Remove missed ->fds_bits from cessation use of fd_set structs internally
David Howells
1
-1
/
+1
2012-02-23
x32: Drop non-__vdso weak symbols from the x32 VDSO
H. Peter Anvin
1
-4
/
+0
2012-02-22
x32: Fix coding style violations in the x32 VDSO code
H. Peter Anvin
3
-6
/
+7
2012-02-21
x32: Add x32 VDSO support
H. J. Lu
6
-9
/
+177
2012-02-21
x32: Allow x32 to be configured
H. J. Lu
1
-4
/
+17
2012-02-21
x32: If configured, add x32 system calls to system call tables
H. Peter Anvin
2
-2
/
+11
2012-02-21
x32: Handle process creation
H. Peter Anvin
5
-14
/
+79
2012-02-21
x32: Signal-related system calls
H. Peter Anvin
2
-1
/
+136
2012-02-21
x86: Add #ifdef CONFIG_COMPAT to <asm/sys_ia32.h>
H. Peter Anvin
1
-0
/
+5
2012-02-21
x32: Handle the x32 system call flag
H. Peter Anvin
4
-4
/
+31
2012-02-21
x32: Add rt_sigframe_x32
H. Peter Anvin
1
-0
/
+13
2012-02-21
x32: Add struct ucontext_x32
H. J. Lu
1
-0
/
+9
2012-02-21
x32: Export setup/restore_sigcontext from signal.c
H. Peter Anvin
2
-6
/
+9
2012-02-21
x86: Move some signal-handling definitions to a common header
H. Peter Anvin
4
-20
/
+22
2012-02-21
x32: Generate <asm/unistd_64_x32.h>
H. Peter Anvin
2
-1
/
+7
2012-02-21
x32: Generate <asm/unistd_x32.h>
H. Peter Anvin
3
-4
/
+17
2012-02-21
x32: Add x32 system calls to syscall/syscall_64.tbl
H. Peter Anvin
6
-274
/
+317
2012-02-21
x86-64, ia32: Drop sys32_rt_sigprocmask
H. Peter Anvin
3
-43
/
+1
2012-02-21
x32: Add a thread flag for x32 processes
H. Peter Anvin
2
-0
/
+4
2012-02-21
x86-64: Add prototype for old_rsp to a header file
H. J. Lu
1
-0
/
+6
2012-02-21
x32: Create posix_types_x32.h
H. Peter Anvin
3
-1
/
+23
2012-02-21
x86-64: Use explicit sizes in sigcontext.h, prepare for x32
H. Peter Anvin
1
-27
/
+30
2012-02-21
x86: Factor out TIF_IA32 from 32-bit address space
H. Peter Anvin
6
-9
/
+13
2012-02-19
Wrap accesses to the fd_sets in struct fdtable
David Howells
1
-1
/
+1
2012-02-15
xtensa: Use generic posix_types.h
H. Peter Anvin
1
-90
/
+7
2012-02-15
x86: Use generic posix_types.h
H. Peter Anvin
2
-169
/
+12
2012-02-15
sparc: Use generic posix_types.h
H. Peter Anvin
1
-116
/
+17
2012-02-15
sh: Remove unnecessary posix_types.h type overrides
H. Peter Anvin
2
-9
/
+0
2012-02-15
s390: Use generic posix_types.h
H. Peter Anvin
1
-60
/
+10
2012-02-15
powerpc: Use generic posix_types.h
H. Peter Anvin
1
-109
/
+9
2012-02-15
parisc: Use generic posix_types.h
H. Peter Anvin
1
-110
/
+9
2012-02-15
mn10300: Use generic posix_types.h
H. Peter Anvin
1
-100
/
+11
2012-02-15
mips: Use generic posix_types.h
H. Peter Anvin
1
-114
/
+7
2012-02-15
m68k: Use generic posix_types.h
H. Peter Anvin
1
-43
/
+10
2012-02-15
m32r: Use generic posix_types.h
H. Peter Anvin
1
-99
/
+9
2012-02-15
ia64: Use generic posix_types.h
H. Peter Anvin
1
-118
/
+3
2012-02-15
h8300: Use generic posix_types.h
H. Peter Anvin
1
-40
/
+9
2012-02-15
frv: Use generic posix_types.h
H. Peter Anvin
1
-43
/
+10
2012-02-15
cris: Use generic posix_types.h
H. Peter Anvin
1
-40
/
+10
[next]