Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
84ac7cdbdd0f04df6b96153f7a79127fd6e45467
/
fs
/
binfmt_elf.c
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
1db2a5c
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
· 16 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
45626bb
core dump: real_parent ppid
by Roland McGrath
· 17 years ago
b488893
pid namespaces: changes to show virtual ids to user
by Pavel Emelyanov
· 17 years ago
a47afb0
pid namespaces: round up the API
by Pavel Emelianov
· 17 years ago
d68c9d6
Break ELF_PLATFORM and stack pointer randomization dependency
by Franck Bui-Huu
· 17 years ago
4f9a58d
increase AT_VECTOR_SIZE to terminate saved_auxv properly
by Olaf Hering
· 17 years ago
82df397
Add MMF_DUMP_ELF_HEADERS
by Roland McGrath
· 17 years ago
8e9073e
Deprecate a.out ELF interpreters
by Andi Kleen
· 17 years ago
7dc0b22
core_pattern: ignore RLIMIT_CORE if core_pattern is a pipe
by Neil Horman
· 17 years ago
5b20cd8
x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #define
by Mark Nelson
· 17 years ago
557ed1f
remove ZERO_PAGE
by Nick Piggin
· 17 years ago
e550149
[POWERPC] spufs: Cleanup ELF coredump extra notes logic
by Michael Ellerman
· 17 years ago
d4e3cc3
revert "PIE randomization"
by Andrew Morton
· 17 years ago
a1b59e8
coredump masking: ELF: enable core dump filtering
by Kawai, Hidehiro
· 17 years ago
b6a2fea
mm: variable length argument support
by Ollie Wild
· 17 years ago
4d3b573
binfmt_elf warning fix
by Andrew Morton
· 17 years ago
60bfba7
PIE randomization
by Jan Kratochvil
· 17 years ago
ef7320e
Fix elf_core_dump() when writing arch specific notes (spu coredumps)
by Michael Ellerman
· 17 years ago
b140f25
Invalid return value of execve() resulting in oopses
by Alexey Kuznetsov
· 17 years ago
7e80d0d
i386: sched.h inclusion from module.h is baack
by Alexey Dobriyan
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
0322170
[PATCH] fix page leak during core dump
by Brian Pomerantz
· 18 years ago
d1cabd6
[PATCH] fix process crash caused by randomisation and 64k pages
by James Bottomley
· 18 years ago
9fbbd4d
[PATCH] x86: Don't require the vDSO for handling a.out signals
by Andi Kleen
· 18 years ago
1fb8449
[PATCH] core-dumping unreadable binaries via PT_INTERP
by Alexey Dobriyan
· 18 years ago
f47aef5
[PATCH] i386 vDSO: use VM_ALWAYSDUMP
by Roland McGrath
· 18 years ago
e5b97dd
[PATCH] Add VM_ALWAYSDUMP
by Roland McGrath
· 18 years ago
90cb28e
Revert "[PATCH] binfmt_elf: randomize PIE binaries (2nd try)"
by Linus Torvalds
· 18 years ago
937949d
[PATCH] add process_session() helper routine
by Cedric Le Goater
· 18 years ago
0f7fc9e
[PATCH] VFS: change struct file to use struct path
by Josef "Jeff" Sipek
· 18 years ago
8de61e6
[PATCH] fs: remove unused variable
by David Rientjes
· 18 years ago
386d9a7
[PATCH] elf: Always define elf_addr_t in linux/elf.h
by Magnus Damm
· 18 years ago
841d5fb
[PATCH] binfmt: fix uaccess handling
by Heiko Carstens
· 18 years ago
59287c0
[PATCH] binfmt_elf: randomize PIE binaries (2nd try)
by Marcus Meissner
· 18 years ago
bf1ab97
[POWERPC] coredump: Add SPU elf notes to coredump.
by Dwayne Grant McConnell
· 18 years ago
a7a0d86
[PATCH] Fix core files so they make sense to gdb...
by Petr Vandrovec
· 18 years ago
7f14daa
[PATCH] Get core dump code to work...
by Petr Vandrovec
· 18 years ago
d025c9d
[PATCH] Support piping into commands in /proc/sys/kernel/core_pattern
by Andi Kleen
· 18 years ago
07f3f05
[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]
by David Howells
· 18 years ago
486ccb0
[PATCH] elf_core_dump: don't take tasklist_lock
by Oleg Nesterov
· 18 years ago
3b9b8ab
[PATCH] Fix unserialized task->files changing
by Kirill Korotaev
· 18 years ago
b278240
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 18 years ago
8d6b5eee
[PATCH] binfmt_elf: consistently use loff_t
by Andrew Morton
· 18 years ago
Next »