summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie2019-04-031-0/+4
* kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss2019-03-231-1/+10
* signal: Restore the stop PTRACE_EVENT_EXITEric W. Biederman2019-02-201-2/+5
* tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler2019-02-201-1/+8
* perf/core: Fix impossible ring-buffer sizes warningIngo Molnar2019-02-201-1/+1
* signal: Better detection of synchronous signalsEric W. Biederman2019-02-201-1/+51
* signal: Always notice exiting tasksEric W. Biederman2019-02-201-0/+6
* perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland2019-02-201-0/+3
* kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa2019-02-201-4/+4
* timekeeping: Use proper seqcount initializerBart Van Assche2019-02-201-1/+3
* fork: record start_time lateDavid Herrmann2019-01-131-2/+11
* posix-timers: Sanitize overrun handlingThomas Gleixner2018-12-212-11/+20
* tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)2018-12-211-0/+1
* tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)2018-12-211-2/+4
* timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar2018-12-211-1/+1
* uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri2018-12-131-2/+10
* kdb: use memmove instead of overlapping memcpyArnd Bergmann2018-12-131-2/+2
* kdb: Use strscpy with destination buffer sizePrarit Bhargava2018-12-013-12/+15
* printk: Fix panic caused by passing log_buf_len to command lineHe Zhe2018-11-221-1/+6
* kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann2018-11-221-1/+3
* signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman2018-11-221-1/+1
* kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu2018-11-221-7/+20
* locking/lockdep: Fix debug_locks off performance problemWaiman Long2018-11-221-2/+2
* sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2018-11-102-3/+22
* /proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds2018-11-101-2/+11
* perf: Fix PERF_EVENT_IOC_PERIOD deadlockPeter Zijlstra2018-11-101-1/+8
* rcu: Clear need_qs flag to prevent splatPaul E. McKenney2018-11-101-0/+1
* tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)2018-11-101-14/+55
* perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa2018-11-101-0/+2
* cgroup: Fix deadlock in cpu hotplug pathPrateek Sood2018-10-131-1/+5
* module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu2018-10-131-1/+5
* alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2018-10-131-1/+2
* ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik2018-10-131-0/+2
* audit: fix use-after-free in audit_add_watchRonny Chevalier2018-09-261-1/+11
* kthread: Fix use-after-free if kthread fork failsVegard Nossum2018-09-261-5/+12
* fork: don't copy inconsistent signal handler state to childJann Horn2018-09-261-0/+2
* userns: move user access out of the mutexJann Horn2018-09-091-20/+19
* userns; Correct the comment in map_writeEric W. Biederman2018-09-091-1/+1
* sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-09-092-66/+70
* uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)2018-09-091-1/+1
* kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow2018-09-091-1/+7
* tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)2018-09-091-0/+4
* tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)2018-09-091-1/+3
* kprobes: Make list and blacklist root user read onlyMasami Hiramatsu2018-09-051-2/+2
* sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao2018-09-051-1/+2
* tracing: Use __printf markup to silence compilerMathieu Malaterre2018-08-281-0/+5
* locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)2018-08-281-6/+6
* ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-08-092-0/+22
* bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski2018-08-091-2/+2
* tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)2018-08-091-2/+4