Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
9147621c771c8b6a5c8985373af3a8200e8b4a41
/
fs
/
binfmt_elf_fdpic.c
1b5d783
consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling
by Al Viro
· 13 years ago
bcb65a7
FDPIC: Fix memory leak
by Davidlohr Bueso
· 13 years ago
e30c7c3
binfmt_elf_fdpic: Fix clear_user() error handling
by Takuya Yoshikawa
· 14 years ago
16a5b3c
Remove redundant check for CONFIG_MMU
by Christoph Egger
· 15 years ago
47568d4
FDPIC: For-loop in elf_core_vma_data_size() is incorrect
by David Howells
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 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
05f47fd
coredump: unify dump_seek() implementations for each binfmt_*.c
by Daisuke HATAYAMA
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
221af7f
Split 'flush_old_exec' into two functions
by Linus Torvalds
· 15 years ago
04e4f2b
FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stack
by Mike Frysinger
· 15 years ago
2f48912
binfmt_elf_fdpic: Fix build breakage introduced by coredump changes.
by Daisuke HATAYAMA
· 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
ea63763
nommu: fix malloc performance by adding uninitialized flag
by Jie Zhang
· 15 years ago
8e8b63a
fdpic: ignore the loader's PT_GNU_STACK when calculating the stack size
by David Howells
· 15 years ago
f3e8fcc
mm: add get_dump_page
by Hugh Dickins
· 15 years ago
3b34fc5
elf_core_dump: use rcu_read_lock() to access ->real_parent
by Oleg Nesterov
· 15 years ago
0ae05fb
ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.c
by Oleg Nesterov
· 16 years ago
ab4ad55
bin_elf_fdpic: check the return value of clear_user
by Mike Frysinger
· 16 years ago
f4bbf51
FDPIC: Don't attempt to expand the userspace stack to fill the space allocated
by David Howells
· 16 years ago
8feae13
NOMMU: Make VMAs per MM as for MMU-mode linux
by David Howells
· 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
da9592e
CRED: Wrap task credential accesses in the filesystem subsystem
by David Howells
· 16 years ago
2515ddc
binfmt_elf_fdpic: Update for cputime changes.
by Paul Mundt
· 16 years ago
5edc2a5
binfmt_elf_fdpic: wire up AT_EXECFD, AT_EXECFN, AT_SECURE
by Paul Mundt
· 16 years ago
c763794
binfmt_elf_fdpic: convert initial stack alignment to arch_align_stack()
by Paul Mundt
· 16 years ago
ec23847
binfmt_elf_fdpic: support auxvec base platform string
by Paul Mundt
· 16 years ago
9b14ec3
binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat.
by Paul Mundt
· 16 years ago
6341c39
tracehook: exec
by Roland McGrath
· 16 years ago
182c515
coredump: elf_fdpic_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
d100d14
nommu: fix ksize() abuse
by Pekka Enberg
· 16 years ago
e1d2c8b
fdpic: check that the size returned by kernel_read() is what we asked for
by David Howells
· 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
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
ee78b0a
coredump masking: ELF-FDPIC: enable core dump filtering
by Kawai, Hidehiro
· 17 years ago
e2e0090
coredump masking: ELF-FDPIC: remove an unused argument
by Kawai, Hidehiro
· 17 years ago
b6a2fea
mm: variable length argument support
by Ollie Wild
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
0322170
[PATCH] fix page leak during core dump
by Brian Pomerantz
· 18 years ago
aa289b4
[PATCH] FDPIC: fix the /proc/pid/stat representation of executable boundaries
by David Howells
· 18 years ago
e10a443
[PATCH] Remove final references to deprecated "MAP_ANON" page protection flag
by Robert P. J. Day
· 18 years ago
1fb8449
[PATCH] core-dumping unreadable binaries via PT_INTERP
by Alexey Dobriyan
· 18 years ago
b87576d
fs: Convert kmalloc() + memset() to kzalloc() in fs/.
by Robert P. J. Day
· 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
386d9a7
[PATCH] elf: Always define elf_addr_t in linux/elf.h
by Magnus Damm
· 18 years ago
bce9a23
[PATCH] elf_fdpic_core_dump: don't take tasklist_lock
by Oleg Nesterov
· 18 years ago
6d8c4e3
[PATCH] FDPIC: Add coredump capability for the ELF-FDPIC binfmt
by David Howells
· 18 years ago
8a2ab7f
[PATCH] FDPIC: Adjust the ELF-FDPIC driver to conform more to the CodingStyle
by David Howells
· 18 years ago
1aeb21d
[PATCH] FDPIC: Fix FDPIC compile errors
by David Howells
· 18 years ago
530018b
[PATCH] frv: binfmt_elf_fdpic __user annotations
by Al Viro
· 18 years ago
88bcd51
BUG_ON() Conversion in fs/binfmt_elf_fdpic.c
by Eric Sesterhenn
· 19 years ago
792db3a
[PATCH] fs/binfmt_elf: Remove unneeded kmalloc() return value casts
by Jesper Juhl
· 19 years ago
f99d49a
[PATCH] kfree cleanup: fs
by Jesper Juhl
· 19 years ago
404351e
[PATCH] mm: mm_init set_mm_counters
by Hugh Dickins
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago