- 9a02fd8 x86/ia32_signal: Propagate __user annotation properly by Lukas Bulwahn · 4 years, 1 month ago
- 47058bb x86: remove address space overrides using set_fs() by Christoph Hellwig · 4 years, 4 months ago
- ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
- 15a2bc4 Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 7 months ago
- 8b39a57 Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- 0e5e3d4 x86/audit: Fix a -Wmissing-prototypes warning for ia32_classify_syscall() by Benjamin Thiel · 4 years, 8 months ago
- 2388777 exec: Rename flush_old_exec begin_new_exec by Eric W. Biederman · 4 years, 8 months ago
- 96ecee2 exec: Merge install_exec_creds into setup_new_exec by Eric W. Biederman · 4 years, 8 months ago
- e7f7785 binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elf by Eric W. Biederman · 4 years, 10 months ago
- c3b3f52 signal: refactor copy_siginfo_to_user32 by Christoph Hellwig · 4 years, 8 months ago
- fdf5563 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 57d563c x86: ia32_setup_rt_frame(): consolidate uaccess areas by Al Viro · 4 years, 11 months ago
- e239074 x86: ia32_setup_frame(): consolidate uaccess areas by Al Viro · 4 years, 11 months ago
- 44a1d99 x86: ia32_setup_sigcontext(): lift user_access_{begin,end}() into the callers by Al Viro · 4 years, 11 months ago
- 121b32a x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit arguments by Brian Gerst · 4 years, 10 months ago
- 866128a x86/entry/32: Rename 32-bit specific syscalls by Brian Gerst · 4 years, 10 months ago
- 39f16c1 x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame() by Al Viro · 4 years, 11 months ago
- d2d2728 x86: switch ia32_setup_sigcontext() to unsafe_put_user() by Al Viro · 4 years, 11 months ago
- 978727c x86: get rid of get_user_ex() in ia32_restore_sigcontext() by Al Viro · 4 years, 11 months ago
- 71c3313 x86: switch sigframe sigset handling to explict __get_user()/__put_user() by Al Viro · 4 years, 11 months ago
- 2b10906 x86: Remove force_iret() by Brian Gerst · 5 years ago
- 00198a6 syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturn by Sami Tolvanen · 5 years ago
- 028b6e8a clone: fix CLONE_PIDFD support by Dmitry V. Levin · 5 years ago
- ff66135 x86: use static_cpu_has in uaccess region to avoid instrumentation by Marco Elver · 5 years ago
- 8f6ccf6 Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
- 7f192e3 fork: add clone3 by Christian Brauner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 8ff468c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 2722146 x86/fpu: Remove fpu->initialized by Sebastian Andrzej Siewior · 6 years ago
- 67a0514 x86/ia32: Fix ia32_restore_sigcontext() AC leak by Peter Zijlstra · 6 years ago
- 08300f4 a.out: remove core dumping support by Linus Torvalds · 6 years ago
- 10970e1 x86/a.out: Clear the dump structure initially by Borislav Petkov · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- 3e2052e syscalls/x86: auto-create compat_sys_*() prototypes by Dominik Brodowski · 7 years ago
- c7b95d5 mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead() by Dominik Brodowski · 7 years ago
- a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
- 9d5b7c9 mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() by Dominik Brodowski · 7 years ago
- edf292c fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() by Dominik Brodowski · 7 years ago
- 36028d5 fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls by Dominik Brodowski · 7 years ago
- df260e2 fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() by Dominik Brodowski · 7 years ago
- 806cbae fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
- 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
- b51d3cd x86: remove compat_sys_x86_waitpid() by Dominik Brodowski · 7 years ago
- 37db219 x86: use _do_fork() in compat_sys_x86_clone() by Dominik Brodowski · 7 years ago
- af52201 x86/entry: Do not special-case clone(2) in compat entry by Dominik Brodowski · 7 years ago
- 4ddb45d x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls by Dominik Brodowski · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- e4a81bf x86/fpu: Rename fpu::fpstate_active to fpu::initialized by Ingo Molnar · 7 years ago
- 581bfce9 Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- bdd1d2d fs: fix kernel_read prototype by Christoph Hellwig · 7 years ago
- 9950481 x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads by Andy Lutomirski · 7 years ago
- 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 6846351 x86/signal: Add SA_{X32,IA32}_ABI sa_flags by Dmitry Safonov · 8 years ago
- 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 9 years ago
- 864778b mm, aout: handle vm_brk failures by Michal Hocko · 9 years ago
- d366bf7 x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- 4302d50 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 0a6d1fa x86/vdso: Remove runtime 32-bit vDSO selection by Andy Lutomirski · 9 years ago
- decb4c4 x86/headers: Remove <asm/sigcontext.h> references on the kernel side by Ingo Molnar · 9 years ago
- 711531f x86/headers: Remove direct sigcontext32.h uses by Ingo Molnar · 9 years ago
- 8fcb346 x86/headers: Convert sigcontext_ia32 uses to sigcontext_32 by Ingo Molnar · 9 years ago
- 86e9fc3 x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32 by Ingo Molnar · 9 years ago
- c0bfd26 x86/compat: Move copy_siginfo_*_user32() to signal_compat.c by Brian Gerst · 10 years ago
- d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 19a433f x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/ by Ingo Molnar · 10 years ago
- 131484c x86/debug: Remove perpetually broken, unmaintainable dwarf annotations by Ingo Molnar · 10 years ago
- fcbc99c x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functions by Ingo Molnar · 10 years ago
- 82c0e45 x86/fpu: Move the signal frame handling code closer to each other by Ingo Molnar · 10 years ago
- 9dfe99b x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() by Ingo Molnar · 10 years ago
- c8e14041 x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe() by Ingo Molnar · 10 years ago
- 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 10 years ago
- c5bedc6 x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active by Ingo Molnar · 10 years ago
- 4c13841 x86/fpu: Open code PF_USED_MATH usages by Ingo Molnar · 10 years ago
- f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 10 years ago
- 3a23208 x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code by Denys Vlasenko · 10 years ago
- 63332a8 x86/entry: Stop using PER_CPU_VAR(kernel_stack) by Denys Vlasenko · 10 years ago
- 7ae383b Merge branch 'linus' into x86/asm, before applying dependent patch by Ingo Molnar · 10 years ago
- 61f01dd x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue by Andy Lutomirski · 10 years ago
- 3f5159a x86/asm/entry/32: Update -ENOSYS handling to match the 64-bit logic by Denys Vlasenko · 10 years ago
- aac82d3 x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvop by Andy Lutomirski · 10 years ago
- 0f90fb9 x86/asm/entry: Zero EXTRA_REGS for stub32_execve() too by Denys Vlasenko · 10 years ago
- 6a3713f x86/signal: Remove pax argument from restore_sigcontext by Brian Gerst · 10 years ago
- 4214a16 x86/asm/entry/64/compat: Use SYSRETL to return from compat mode SYSENTER by Andy Lutomirski · 10 years ago
- 4c9c0e9 x86/asm/entry/32: Use smaller PUSH instructions instead of MOV, to build 'pt_regs' on stack by Denys Vlasenko · 10 years ago
- 4ee8ec1 x86/asm/entry/32: Make register zero-extension more prominent by Denys Vlasenko · 10 years ago
- a232e3d x86/asm/entry/32: Update "interrupt off" comments by Denys Vlasenko · 10 years ago
- dca5b52 x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO() by Ingo Molnar · 10 years ago
- f9d7185 x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro by Ingo Molnar · 10 years ago
- ef59326 x86/asm/entry: Get rid of KERNEL_STACK_OFFSET by Denys Vlasenko · 10 years ago
- b3fe8ba x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSET by Denys Vlasenko · 10 years ago
- 1daeaa3 x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET by Brian Gerst · 10 years ago
- 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 10 years ago
- 9d0c914 x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0 by Andy Lutomirski · 10 years ago
- b3ab90b x86/asm/entry/64/compat: Use more readable constant by Denys Vlasenko · 10 years ago
- 14f6e95 x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callers by Denys Vlasenko · 10 years ago
- b87cf63 x86/asm/entry: Add comments about various syscall instructions by Denys Vlasenko · 10 years ago
- f2db938 x86/asm/entry: Do mass removal of 'ARGOFFSET' by Denys Vlasenko · 10 years ago
- 76f5df4 x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel stack by Denys Vlasenko · 10 years ago