Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 年之前 |
Linus Torvalds
|
e34bac726d
Merge branch 'akpm' (patches from Andrew)
|
8 年之前 |
Stanislav Kinsburskiy
|
3fb4afd9a5
prctl: remove one-shot limitation for changing exe link
|
8 年之前 |
Nicolas Pitre
|
baa73d9e47
posix-timers: Make them configurable
|
8 年之前 |
Michal Hocko
|
17b0573d77
prctl: make PR_SET_THP_DISABLE wait for mmap_sem killable
|
9 年之前 |
John Stultz
|
da8b44d5a9
timer: convert timer_slack_ns from unsigned long to u64
|
9 年之前 |
Mateusz Guzik
|
ddf1d398e5
prctl: take mmap sem for writing to protect against others
|
9 年之前 |
Ben Segall
|
8639b46139
pidns: fix set/getpriority and ioprio_set/get in PRIO_USER mode
|
9 年之前 |
Eric W. Biederman
|
90f8572b0f
vfs: Commit to never having exectuables on proc and sysfs.
|
10 年之前 |
Alexey Dobriyan
|
4a00e9df29
prctl: more prctl(PR_SET_MM_*) checks
|
10 年之前 |
Dave Hansen
|
46a6e0cf1c
x86/mpx: Clean up the code by not passing a task pointer around when unnecessary
|
10 年之前 |
Davidlohr Bueso
|
6e399cd144
prctl: avoid using mmap_sem for exe_file serialization
|
10 年之前 |
Iulia Manda
|
2813893f8b
kernel: conditionally support non-root users, groups and capabilities
|
10 年之前 |
Jon DeVree
|
39afb5ee46
kernel/sys.c: fix UNAME26 for 4.0
|
10 年之前 |
Linus Torvalds
|
a135c717d5
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
|
10 年之前 |
Paul Burton
|
9791554b45
MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS
|
10 年之前 |
Dave Hansen
|
e9d1b4f3c6
x86, mpx: Strictly enforce empty prctl() args
|
10 年之前 |
Dave Hansen
|
fe3d197f84
x86, mpx: On-demand kernel allocation of bounds tables
|
10 年之前 |
Linus Torvalds
|
faafcba3b5
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
10 年之前 |
Scotty Bauer
|
0baae41ea8
kernel/sys.c: compat sysinfo syscall: fix undefined behavior
|
10 年之前 |
vishnu.ps
|
ec94fc3d59
kernel/sys.c: whitespace fixes
|
10 年之前 |
Sasha Levin
|
96dad67ff2
mm: use VM_BUG_ON_MM where possible
|
10 年之前 |
Cyrill Gorcunov
|
f606b77f1a
prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operation
|
10 年之前 |
Cyrill Gorcunov
|
71fe97e185
prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_file
|
10 年之前 |
Cyrill Gorcunov
|
8764b338b3
mm: use may_adjust_brk helper
|
10 年之前 |
Rik van Riel
|
e78c349679
time, signal: Protect resource use statistics with seqlock
|
11 年之前 |
Kees Cook
|
1d4457f999
sched: move no_new_privs into new atomic flags
|
11 年之前 |
Dongsheng Yang
|
7aa2c016db
sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice()
|
11 年之前 |
Alex Thorlton
|
a0715cc226
mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE
|
11 年之前 |
Dongsheng Yang
|
c4a4d2f431
sys: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICE
|
11 年之前 |