summaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32/ia32_aout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86: Remove a.out supportBorislav Petkov2022-04-111-325/+0
* binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand2021-09-031-4/+2
* binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()David Hildenbrand2021-09-031-1/+1
* binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand2021-06-291-2/+2
* x86: remove address space overrides using set_fs()Christoph Hellwig2020-09-091-1/+0
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* exec: Rename flush_old_exec begin_new_execEric W. Biederman2020-05-071-1/+1
* exec: Merge install_exec_creds into setup_new_execEric W. Biederman2020-05-071-1/+0
* binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfEric W. Biederman2020-05-071-2/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* a.out: remove core dumping supportLinus Torvalds2019-03-051-159/+0
* x86/a.out: Clear the dump structure initiallyBorislav Petkov2019-02-131-2/+4
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
* fs: fix kernel_read prototypeChristoph Hellwig2017-09-051-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-281-9/+8
* mm, aout: handle vm_brk failuresMichal Hocko2016-05-241-7/+15
* assorted conversions to %p[dD]Al Viro2014-11-191-4/+4
* handle suicide on late failure exits in execve() in search_binary_handler()Al Viro2014-10-091-16/+5
* dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro2013-11-091-1/+1
* aout: switch to dump_emitAl Viro2013-11-091-12/+8
* restore 32bit aout coredumpAl Viro2013-11-091-34/+36
* mm: remove free_area_cacheMichel Lespinasse2013-07-111-2/+0
* aout32 coredump compat fixAl Viro2013-06-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-24/+6
|\
| * new helper: read_code()Al Viro2013-04-291-24/+6
* | coredump: factor out the setting of PF_DUMPCOREOleg Nesterov2013-05-011-1/+0
|/
* new helper: file_inode(file)Al Viro2013-02-231-4/+2
* get rid of pt_regs argument of ->load_binary()Al Viro2012-11-291-2/+3
* x86: fix broken TASK_SIZE for ia32_aoutAl Viro2012-05-061-2/+1
* VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-211-9/+3
* VM: add "vm_brk()" helper functionLinus Torvalds2012-04-211-15/+5
* Disintegrate asm/system.h for X86David Howells2012-03-281-1/+0
* take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro2012-03-211-1/+0
* __register_binfmt() made voidAl Viro2012-03-211-1/+2
* aout: move setup_arg_pages() prior to reading/mapping the binaryAl Viro2012-03-051-7/+7
* x86: mark associated mm when running a task in 32 bit compatibility modeStephen Wilson2011-03-231-0/+1
* Don't dump task struct in a.out core-dumpsLinus Torvalds2010-10-141-17/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-031-1/+0
|\
| * x86, ia32_aout: do not kill argument mappingJiri Slaby2010-02-101-1/+0
| |
| \
*-. \ Merge branches 'core-ipi-for-linus', 'core-locking-for-linus', 'tracing-fixes...Linus Torvalds2010-02-281-1/+1
|\ \ \ | |_|/ |/| |
| | * x86: Use helpers for rlimitsJiri Slaby2010-01-281-1/+1
| |/
* | x86: get rid of the insane TIF_ABI_PENDING bitH. Peter Anvin2010-01-291-1/+0
* | Split 'flush_old_exec' into two functionsLinus Torvalds2010-01-291-4/+6
|/
* CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-141-1/+1
* x86_64: use save/loadsegment in ia32 compatJeremy Fitzhardinge2008-08-201-4/+7
* tracehook: execRoland McGrath2008-07-261-6/+0
* Sanitize the type of struct user.u_ar0H. Peter Anvin2008-02-071-2/+1