summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-09-25seccomp: add "seccomp" syscallKees Cook2-5/+53
2018-09-25seccomp: split mode setting routinesKees Cook1-23/+48
2018-09-25seccomp: extract check/assign mode helpersKees Cook1-4/+18
2018-09-25seccomp: create internal mode-setting functionKees Cook1-2/+14
2018-09-25futex: Remove unnecessary warning from get_futex_keyMel Gorman1-2/+3
2018-09-25futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman1-7/+91
2018-06-16tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu3-8/+6
2018-06-16posix-timers: Protect posix clock array access against speculationThomas Gleixner1-3/+12
2018-06-16kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes1-1/+1
2018-06-16workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+16
2018-06-16pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers1-3/+0
2018-06-16pipe, sysctl: remove pipe_proc_fn()Eric Biggers1-10/+5
2018-06-16pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers1-14/+1
2018-06-16sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence1-4/+5
2018-06-16pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence1-0/+49
2018-06-16kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes1-8/+12
2018-06-16hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner1-1/+6
2018-06-16perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds1-23/+7
2018-03-19module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+11
2018-03-03hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner1-0/+2
2018-03-03futex: Prevent overflow by strengthen input validationLi Jinyue1-0/+3
2018-03-03kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov1-1/+1
2018-03-03nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner1-2/+17
2018-03-03tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)1-0/+1
2018-03-03tracing: Fix crash when it fails to alloc ring bufferJing Xia1-0/+2
2018-03-03ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)1-1/+5
2018-03-03posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-16/+21
2018-03-03kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2-2/+4
2018-03-03kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson1-1/+1
2018-03-03blktrace: fix trace mutex deadlockJens Axboe1-2/+2
2018-02-13x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini1-15/+0
2018-02-13blktrace: fix unlocked access to init/start-stop/teardownJens Axboe1-10/+48
2018-02-13blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long1-6/+12
2018-02-13kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming1-0/+2
2018-01-09KAISER: Kernel Address IsolationRichard Fellner1-0/+6
2018-01-09sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski1-1/+1
2018-01-09sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski1-3/+3
2018-01-01ptrace: Properly initialize ptracer_cred on forkEric W. Biederman1-7/+13
2018-01-01ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-6/+36
2018-01-01exec: Ensure mm->user_ns contains the execed filesEric W. Biederman1-2/+14
2018-01-01ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2-5/+27
2018-01-01mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2-18/+17
2018-01-01ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov1-2/+1
2018-01-01sched/topology: Optimize build_group_mask()Lauro Ramos Venancio1-3/+3
2018-01-01sched/topology: Simplify build_overlap_sched_groups()Peter Zijlstra1-11/+2
2018-01-01sched/topology: Remove FORCE_SD_OVERLAPPeter Zijlstra2-2/+1
2018-01-01workqueue: Fix NULL pointer dereferenceLi Bin1-1/+2
2018-01-01workqueue: replace pool->manager_arb mutex with a flagTejun Heo1-22/+15
2018-01-01kernel/params.c: align add_sysfs_param documentation with codeJean Delvare1-1/+1
2018-01-01sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao1-1/+2