Linus Torvalds
|
48d212a2ee
Revert "mm: correctly synchronize rss-counters at exit/exec"
|
13 years ago |
Konstantin Khlebnikov
|
40af1bbdca
mm: correctly synchronize rss-counters at exit/exec
|
13 years ago |
Al Viro
|
e5467859f7
split ->file_mmap() into ->mmap_addr()/->mmap_file()
|
13 years ago |
Linus Torvalds
|
644473e9c6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
13 years ago |
Linus Torvalds
|
ec0d7f18ab
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
13 years ago |
Suresh Siddha
|
11aeca0b3a
coredump: ensure the fpu state is flushed for proper multi-threaded core dump
|
13 years ago |
Eric W. Biederman
|
9e4a36ece6
userns: Fail exec for suid and sgid binaries with ids outside our user namespace.
|
13 years ago |
Eric W. Biederman
|
8e96e3b7b8
userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs
|
13 years ago |
Andy Lutomirski
|
259e5e6c75
Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs
|
13 years ago |
Linus Torvalds
|
66cfb32772
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
13 years ago |
Oleg Nesterov
|
6308191f6f
tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()
|
13 years ago |
Linus Torvalds
|
a591afc01d
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
13 years ago |
David Howells
|
96f951edb1
Add #includes needed to permit the removal of asm/system.h
|
13 years ago |
Linus Torvalds
|
95211279c5
Merge branch 'akpm' (Andrew's patch-bomb)
|
13 years ago |
David Rientjes
|
05af2e104a
mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()
|
13 years ago |
Linus Torvalds
|
e2a0883e40
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
13 years ago |
Linus Torvalds
|
9f3938346a
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
|
13 years ago |
Al Viro
|
19e5109fef
take removal of PF_FORKNOEXEC to flush_old_exec()
|
13 years ago |
Al Viro
|
8fc3dc5a3a
__register_binfmt() made void
|
13 years ago |
Oleg Nesterov
|
701085b219
exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap()
|
13 years ago |
Oleg Nesterov
|
e636825346
exit_signal: simplify the "we have changed execution domain" logic
|
13 years ago |
Cong Wang
|
e8e3c3d66f
fs: remove the second argument of k[un]map_atomic()
|
13 years ago |
Ingo Molnar
|
35239e23c6
Merge branch 'perf/urgent' into perf/core
|
13 years ago |
Oleg Nesterov
|
57b59c4a14
coredump_wait: don't call complete_vfork_done()
|
13 years ago |
Oleg Nesterov
|
c415c3b47e
vfork: introduce complete_vfork_done()
|
13 years ago |
Ingo Molnar
|
737f24bda7
Merge branch 'perf/urgent' into perf/core
|
13 years ago |
David Smith
|
4ff16c25e2
tracepoint, vfs, sched: Add exec() tracepoint
|
13 years ago |
David Howells
|
1fd36adcd9
Replace the fd_sets in struct fdtable with an array of unsigned longs
|
13 years ago |
David Howells
|
1dce27c5aa
Wrap accesses to the fd_sets in struct fdtable
|
13 years ago |
Heiko Carstens
|
96e02d1586
exec: fix use-after-free bug in setup_new_exec()
|
13 years ago |