index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
ia32
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: remove address space overrides using set_fs()
Christoph Hellwig
2020-09-08
1
-1
/
+0
*
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
1
-1
/
+0
*
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2020-06-04
1
-3
/
+1
|
\
|
*
exec: Rename flush_old_exec begin_new_exec
Eric W. Biederman
2020-05-07
1
-1
/
+1
|
*
exec: Merge install_exec_creds into setup_new_exec
Eric W. Biederman
2020-05-07
1
-1
/
+0
|
*
binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elf
Eric W. Biederman
2020-05-07
1
-2
/
+1
*
|
Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-06-01
1
-1
/
+1
|
\
\
|
*
|
signal: refactor copy_siginfo_to_user32
Christoph Hellwig
2020-05-05
1
-1
/
+1
|
|
/
*
/
x86/audit: Fix a -Wmissing-prototypes warning for ia32_classify_syscall()
Benjamin Thiel
2020-05-19
1
-0
/
+1
|
/
*
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-31
1
-167
/
+137
|
\
|
*
x86: ia32_setup_rt_frame(): consolidate uaccess areas
Al Viro
2020-03-26
1
-10
/
+3
|
*
x86: ia32_setup_frame(): consolidate uaccess areas
Al Viro
2020-03-26
1
-27
/
+12
|
*
x86: ia32_setup_sigcontext(): lift user_access_{begin,end}() into the callers
Al Viro
2020-03-26
1
-16
/
+28
|
*
x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()
Al Viro
2020-03-19
1
-24
/
+26
|
*
x86: switch ia32_setup_sigcontext() to unsafe_put_user()
Al Viro
2020-03-18
1
-31
/
+33
|
*
x86: get rid of get_user_ex() in ia32_restore_sigcontext()
Al Viro
2020-03-18
1
-62
/
+44
|
*
x86: switch sigframe sigset handling to explict __get_user()/__put_user()
Al Viro
2020-03-18
1
-11
/
+5
*
|
x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit arguments
Brian Gerst
2020-03-21
2
-255
/
+1
*
|
x86/entry/32: Rename 32-bit specific syscalls
Brian Gerst
2020-03-21
1
-15
/
+15
|
/
*
x86: Remove force_iret()
Brian Gerst
2020-01-08
1
-2
/
+0
*
syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturn
Sami Tolvanen
2019-10-11
1
-2
/
+3
*
clone: fix CLONE_PIDFD support
Dmitry V. Levin
2019-07-14
1
-0
/
+4
*
x86: use static_cpu_has in uaccess region to avoid instrumentation
Marco Elver
2019-07-12
1
-1
/
+1
*
Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
2019-07-11
1
-2
/
+10
|
\
|
*
fork: add clone3
Christian Brauner
2019-06-09
1
-2
/
+10
*
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
|
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-07
1
-11
/
+6
|
\
|
*
x86/fpu: Remove fpu->initialized
Sebastian Andrzej Siewior
2019-04-10
1
-11
/
+6
*
|
x86/ia32: Fix ia32_restore_sigcontext() AC leak
Peter Zijlstra
2019-04-03
1
-12
/
+17
|
/
*
a.out: remove core dumping support
Linus Torvalds
2019-03-05
1
-159
/
+0
*
x86/a.out: Clear the dump structure initially
Borislav Petkov
2019-02-13
1
-2
/
+4
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
3
-7
/
+7
*
syscalls/x86: auto-create compat_sys_*() prototypes
Dominik Brodowski
2018-04-02
2
-2
/
+1
*
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
2018-04-02
1
-6
/
+6
*
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
2018-04-02
1
-2
/
+2
*
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
2018-04-02
1
-4
/
+4
*
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
2018-04-02
1
-1
/
+2
*
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
2018-04-02
1
-3
/
+3
*
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
x86: remove compat_sys_x86_waitpid()
Dominik Brodowski
2018-04-02
1
-6
/
+0
*
x86: use _do_fork() in compat_sys_x86_clone()
Dominik Brodowski
2018-04-02
1
-1
/
+2
*
x86/entry: Do not special-case clone(2) in compat entry
Dominik Brodowski
2018-03-07
1
-0
/
+11
*
x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls
Dominik Brodowski
2018-03-07
1
-30
/
+33
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
3
-0
/
+3
*
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
Ingo Molnar
2017-09-26
1
-1
/
+1
*
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-09-14
1
-2
/
+2
|
\
|
*
fs: fix kernel_read prototype
Christoph Hellwig
2017-09-04
1
-2
/
+2
[next]