Age | Commit message (Expand) | Author |
2019-10-11 | syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturn | Sami Tolvanen |
2019-07-14 | clone: fix CLONE_PIDFD support | Dmitry V. Levin |
2019-07-12 | x86: use static_cpu_has in uaccess region to avoid instrumentation | Marco Elver |
2019-07-11 | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds |
2019-06-09 | fork: add clone3 | Christian Brauner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner |
2019-05-07 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-04-10 | x86/fpu: Remove fpu->initialized | Sebastian Andrzej Siewior |
2019-04-03 | x86/ia32: Fix ia32_restore_sigcontext() AC leak | Peter Zijlstra |
2019-03-05 | a.out: remove core dumping support | Linus Torvalds |
2019-02-13 | x86/a.out: Clear the dump structure initially | Borislav Petkov |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds |
2018-04-02 | syscalls/x86: auto-create compat_sys_*() prototypes | Dominik Brodowski |
2018-04-02 | mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead() | Dominik Brodowski |
2018-04-02 | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() | Dominik Brodowski |
2018-04-02 | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() | Dominik Brodowski |
2018-04-02 | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() | Dominik Brodowski |
2018-04-02 | fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls | Dominik Brodowski |
2018-04-02 | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() | Dominik Brodowski |
2018-04-02 | fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall | Dominik Brodowski |
2018-04-02 | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() | Dominik Brodowski |
2018-04-02 | x86: remove compat_sys_x86_waitpid() | Dominik Brodowski |
2018-04-02 | x86: use _do_fork() in compat_sys_x86_clone() | Dominik Brodowski |
2018-03-07 | x86/entry: Do not special-case clone(2) in compat entry | Dominik Brodowski |
2018-03-07 | x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls | Dominik Brodowski |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-26 | x86/fpu: Rename fpu::fpstate_active to fpu::initialized | Ingo Molnar |
2017-09-14 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2017-09-04 | fs: fix kernel_read prototype | Christoph Hellwig |
2017-07-30 | x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads | Andy Lutomirski |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-09-14 | x86/signal: Add SA_{X32,IA32}_ABI sa_flags | Dmitry Safonov |
2016-05-27 | mm: remove more IS_ERR_VALUE abuses | Linus Torvalds |
2016-05-23 | mm, aout: handle vm_brk failures | Michal Hocko |
2016-04-13 | x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage | Borislav Petkov |
2015-11-03 | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-10-07 | x86/vdso: Remove runtime 32-bit vDSO selection | Andy Lutomirski |
2015-09-08 | x86/headers: Remove <asm/sigcontext.h> references on the kernel side | Ingo Molnar |
2015-09-08 | x86/headers: Remove direct sigcontext32.h uses | Ingo Molnar |
2015-09-08 | x86/headers: Convert sigcontext_ia32 uses to sigcontext_32 | Ingo Molnar |
2015-09-08 | x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32 | Ingo Molnar |
2015-07-06 | x86/compat: Move copy_siginfo_*_user32() to signal_compat.c | Brian Gerst |
2015-06-22 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-06-03 | x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/ | Ingo Molnar |
2015-06-02 | x86/debug: Remove perpetually broken, unmaintainable dwarf annotations | Ingo Molnar |
2015-05-19 | x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling... | Ingo Molnar |
2015-05-19 | x86/fpu: Move the signal frame handling code closer to each other | Ingo Molnar |
2015-05-19 | x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() | Ingo Molnar |