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.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
/
x86
/
ia32
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-27
x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue
Andy Lutomirski
1
-0
/
+7
2015-04-09
x86/asm/entry: Zero EXTRA_REGS for stub32_execve() too
Denys Vlasenko
1
-2
/
+0
2015-04-06
x86/signal: Remove pax argument from restore_sigcontext
Brian Gerst
1
-11
/
+6
2015-04-03
x86/asm/entry/64/compat: Use SYSRETL to return from compat mode SYSENTER
Andy Lutomirski
1
-13
/
+40
2015-04-01
x86/asm/entry/32: Use smaller PUSH instructions instead of MOV, to build 'pt_...
Denys Vlasenko
1
-36
/
+46
2015-03-27
x86/asm/entry/32: Make register zero-extension more prominent
Denys Vlasenko
1
-4
/
+10
2015-03-27
x86/asm/entry/32: Update "interrupt off" comments
Denys Vlasenko
1
-18
/
+27
2015-03-24
x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()
Ingo Molnar
1
-15
/
+15
2015-03-24
x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro
Ingo Molnar
1
-15
/
+15
2015-03-24
x86/asm/entry: Get rid of KERNEL_STACK_OFFSET
Denys Vlasenko
1
-2
/
+2
2015-03-24
x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL...
Denys Vlasenko
1
-15
/
+15
2015-03-23
x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET
Brian Gerst
1
-0
/
+2
2015-03-06
x86/asm/entry: Rename 'init_tss' to 'cpu_tss'
Andy Lutomirski
1
-1
/
+1
2015-03-06
x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0
Andy Lutomirski
1
-2
/
+1
2015-03-05
x86/asm/entry/64/compat: Use more readable constant
Denys Vlasenko
1
-1
/
+1
2015-03-05
x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callers
Denys Vlasenko
1
-14
/
+18
2015-03-05
x86/asm/entry: Add comments about various syscall instructions
Denys Vlasenko
1
-50
/
+83
2015-03-05
x86/asm/entry: Do mass removal of 'ARGOFFSET'
Denys Vlasenko
1
-71
/
+71
2015-03-05
x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s...
Denys Vlasenko
1
-22
/
+25
2015-03-04
Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree
Ingo Molnar
1
-1
/
+1
2015-03-04
x86/compat: Remove sys32_vm86_warning
Brian Gerst
1
-14
/
+0
2015-03-04
x86/compat: Merge native and compat 32-bit syscall tables
Brian Gerst
2
-26
/
+0
2015-03-04
x86/compat: Remove compat_ni_syscall()
Brian Gerst
3
-10
/
+3
2015-02-13
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-1
/
+1
2015-01-14
x86: ia32entry.S: fix wrong symbolic constant usage: R11->ARGOFFSET
Denys Vlasenko
1
-2
/
+2
2014-12-13
x86: hook up execveat system call
David Drysdale
2
-0
/
+2
2014-12-09
Merge branch 'iov_iter' into for-next
Al Viro
1
-1
/
+1
2014-11-19
assorted conversions to %p[dD]
Al Viro
1
-4
/
+4
2014-11-01
x86_64, entry: Fix out of bounds read on sysenter
Andy Lutomirski
1
-1
/
+1
2014-10-20
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-6
/
+6
2014-10-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+17
2014-10-09
handle suicide on late failure exits in execve() in search_binary_handler()
Al Viro
1
-16
/
+5
2014-10-06
x86_64, entry: Filter RFLAGS.NT on entry from userspace
Andy Lutomirski
1
-1
/
+17
2014-09-24
audit: x86: drop arch from __audit_syscall_entry() interface
Richard Guy Briggs
1
-6
/
+6
2014-05-06
x86, vdso: Reimplement vdso.so preparation in build-time C
Andy Lutomirski
1
-4
/
+4
2013-11-09
constify copy_siginfo_to_user{,32}()
Al Viro
1
-1
/
+1
2013-11-09
dump_skip(): dump_seek() replacement taking coredump_params
Al Viro
1
-1
/
+1
2013-11-09
aout: switch to dump_emit
Al Viro
1
-12
/
+8
2013-11-09
restore 32bit aout coredump
Al Viro
1
-34
/
+36
2013-09-04
Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2013-09-04
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2013-09-02
Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP
Al Viro
1
-1
/
+1
2013-07-23
x86/ia32/asm: Remove unused argument in macro
Ramkumar Ramachandra
1
-1
/
+1
2013-07-11
mm: remove free_area_cache
Michel Lespinasse
1
-2
/
+0
2013-07-03
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+0
2013-06-22
aout32 coredump compat fix
Al Viro
1
-1
/
+1
2013-05-28
x86/signals: Propagate RF EFLAGS bit through the signal restore call
Jiri Olsa
1
-2
/
+0
2013-05-09
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
Al Viro
1
-9
/
+0
2013-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-24
/
+6
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-94
/
+0
[next]