Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
13a7e2cf9b1113b9d75058d74f91b1faeea22f43
/
fs
/
binfmt_elf.c
7202365
fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from Oopsing
by Dan Aloni
· 11 years ago
98d1e64
mm: remove free_area_cache
by Michel Lespinasse
· 11 years ago
5a148af
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 12 years ago
079148b
coredump: factor out the setting of PF_DUMPCORE
by Oleg Nesterov
· 12 years ago
c1d025e
binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurate
by Jiri Kosina
· 12 years ago
2171364
powerpc: Add HWCAP2 aux entry
by Michael Neuling
· 12 years ago
23d9e48
fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size()
by Naoya Horiguchi
· 12 years ago
8fd5e7a
Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag
by Linus Torvalds
· 12 years ago
c07380b
Revert some of "binfmt_elf: cleanups"
by James Hogan
· 14 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
d3330cf
binfmt_elf: remove unused argument in fill_elf_header
by Zhang Yanfei
· 12 years ago
6fac482
cputime: Use accessors to read task cputime stats
by Frederic Weisbecker
· 12 years ago
6899e92
binfmt_elf: fix corner case kfree of uninitialized data
by Alan Cox
· 12 years ago
71613c3
get rid of pt_regs argument of ->load_binary()
by Al Viro
· 12 years ago
42859ee
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
314e51b
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
by Konstantin Khlebnikov
· 12 years ago
0103bd1
mm: prepare VM_DONTDUMP for using in drivers
by Konstantin Khlebnikov
· 12 years ago
2aa362c
coredump: extend core dump note section to contain file names of mapped files
by Denys Vlasenko
· 12 years ago
49ae4d4
coredump: add a new elf note with siginfo of the signal
by Denys Vlasenko
· 12 years ago
5ab1c30
coredump: pass siginfo_t* to do_coredump() and below, not merely signr
by Denys Vlasenko
· 12 years ago
6eec482
binfmt_elf: Uninitialized variable
by Alan Cox
· 12 years ago
f34f9d1
coredump: prevent double-free on an error path in core dumper
by Denys Vlasenko
· 12 years ago
826eba4
the only place that needs to include asm/exec.h is linux/binfmts.h
by Al Viro
· 12 years ago
5a5e4c2
binfmt_elf: switch elf_map() to vm_mmap/vm_munmap
by Al Viro
· 12 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
ebc887b
userns: Convert binary formats to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
6be5ceb
VM: add "vm_mmap()" helper function
by Linus Torvalds
· 13 years ago
e4eb1ff
VM: add "vm_brk()" helper function
by Linus Torvalds
· 13 years ago
a591afc
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
96f951e
Add #includes needed to permit the removal of asm/system.h
by David Howells
· 13 years ago
accb61f
coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP
by Jason Baron
· 13 years ago
909af76
coredump: remove VM_ALWAYSDUMP flag
by Jason Baron
· 13 years ago
19e5109
take removal of PF_FORKNOEXEC to flush_old_exec()
by Al Viro
· 13 years ago
8fc3dc5
__register_binfmt() made void
by Al Viro
· 13 years ago
c8e2525
regset: Prevent null pointer reference on readonly regsets
by H. Peter Anvin
· 13 years ago
0953f65d
elf: Allow core dump-related fields to be overridden
by H. J. Lu
· 13 years ago
e39f560
fs: binfmt_elf: create Kconfig variable for PIE randomization
by David Daney
· 13 years ago
a3defbe
binfmt_elf: fix PIE execution with randomization disabled
by Jiri Kosina
· 13 years ago
1b5d783
consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling
by Al Viro
· 13 years ago
4471a67
brk: COMPAT_BRK: fix detection of randomized brk
by Jiri Kosina
· 14 years ago
b81a618
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
31db58b
mm: arch: make get_gate_vma take an mm_struct instead of a task_struct
by Stephen Wilson
· 14 years ago
1a530a6
binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary()
by David Daney
· 14 years ago
f670d0e
binfmt_elf: cleanups
by Mikael Pettersson
· 14 years ago
e4eab08
ARM: 6342/1: fix ASLR of PIE executables
by Nicolas Pitre
· 14 years ago
30736a4
coredump: pass mm->flags as a coredump parameter for consistency
by Masami Hiramatsu
· 15 years ago
8d9032b
elf coredump: add extended numbering support
by Daisuke HATAYAMA
· 15 years ago
93eb211
elf coredump: make offset calculation process and writing process explicit
by Daisuke HATAYAMA
· 15 years ago
1fcccba
elf coredump: replace ELF_CORE_EXTRA_* macros by functions
by Daisuke HATAYAMA
· 15 years ago
088e7af
coredump: move dump_write() and dump_seek() into a header file
by Daisuke HATAYAMA
· 15 years ago
221af7f
Split 'flush_old_exec' into two functions
by Linus Torvalds
· 15 years ago
f6151df
mm: introduce coredump parameter structure
by Masami Hiramatsu
· 15 years ago
698ba7b
elf: kill USE_ELF_CORE_DUMP
by Christoph Hellwig
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
0cf062d
elf: clean up fill_note_info()
by Amerigo Wang
· 15 years ago
f3e8fcc
mm: add get_dump_page
by Hugh Dickins
· 15 years ago
752015d
binfmt_elf: fix PT_INTERP bss handling
by Roland McGrath
· 15 years ago
e2dbe12
elf: fix one check-after-use
by Amerigo Wang
· 15 years ago
341c87b
elf: limit max map count to safe value
by KAMEZAWA Hiroyuki
· 15 years ago
3b34fc5
elf_core_dump: use rcu_read_lock() to access ->real_parent
by Oleg Nesterov
· 15 years ago
d0f35dd
Trim includes in binfmt_elf
by Al Viro
· 16 years ago
e7b9b55
Don't mess with descriptor table in load_elf_binary()
by Al Viro
· 16 years ago
92dc07b
elf core dump: fix get_user use
by Roland McGrath
· 16 years ago
f06295b
ELF: implement AT_RANDOM for glibc PRNG seeding
by Kees Cook
· 16 years ago
1db2a5c1
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 16 years ago
fc5243d
[S390] arch_setup_additional_pages arguments
by Martin Schwidefsky
· 16 years ago
a6f76f2
CRED: Make execve() take advantage of copy-on-write credentials
by David Howells
· 16 years ago
c69e8d9
CRED: Use RCU to access another task's creds and to release a task's own creds
by David Howells
· 16 years ago
86a264a
CRED: Wrap current->cred and a few other accessors
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
99ebcf8
Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
e575f11
coredump_filter: add hugepage dumping
by KOSAKI Motohiro
· 16 years ago
c465a76
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus
by Thomas Gleixner
· 16 years ago
0b59268
[PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITY
by Martin Schwidefsky
· 16 years ago
f06febc
timers: fix itimer/many thread hang
by Frank Mayhar
· 16 years ago
6341c39
tracehook: exec
by Roland McGrath
· 16 years ago
5047887
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 16 years ago
8391444
coredump: elf_core_dump: use core_state->dumper list
by Oleg Nesterov
· 16 years ago
24d5288
coredump: elf_core_dump: skip kernel threads
by Oleg Nesterov
· 16 years ago
483fad1
ELF loader support for auxvec base platform string
by Nathan Lynch
· 16 years ago
6519108
execve filename: document and export via auxiliary vector
by John Reiser
· 16 years ago
a9e0f52
Remove last traces of a.out support from ELF loader.
by David Woodhouse
· 16 years ago
23c4971
[Patch] fs/binfmt_elf.c: fix wrong return values
by WANG Cong
· 17 years ago
5f71955
[Patch] fs/binfmt_elf.c: fix a wrong free
by WANG Cong
· 17 years ago
4220b7f
elf: fix shadowed variables in fs/binfmt_elf.c
by WANG Cong
· 17 years ago
6970c8e
BINFMT: fill_elf_header cleanup - use straight memset first
by Cyrill Gorcunov
· 17 years ago
fd8328b
[PATCH] sanitize handling of shared descriptor tables in failing execve()
by Al Viro
· 17 years ago
d31472b
core dump: user_regset writeback
by Roland McGrath
· 17 years ago
d20894a
Remove a.out interpreter support in ELF loader
by Andi Kleen
· 17 years ago
7fa3031
aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT
by David Howells
· 17 years ago
32a9323
brk randomization: introduce CONFIG_COMPAT_BRK
by Ingo Molnar
· 17 years ago
09c6dd3
fs/binfmt_elf.c: spello fix
by Ohad Ben-Cohen
· 17 years ago
612a95b
x86: remove iBCS support
by Andi Kleen
· 17 years ago
4206d3a
elf core dump: notes user_regset
by Roland McGrath
· 17 years ago
3aba481
elf core dump: notes reorg
by Roland McGrath
· 17 years ago
bb1ad82
x86: PIE executable randomization, checkpatch fixes
by Andrew Morton
· 17 years ago
cc503c1
x86: PIE executable randomization
by Jiri Kosina
· 17 years ago
c1d171a
x86: randomize brk
by Jiri Kosina
· 17 years ago
Next »