summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* timer/debug: Change /proc/timer_stats from 0644 to 0600Ben Hutchings2019-05-161-1/+1
* genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi2019-05-161-1/+3
* sched/numa: Fix a possible divide-by-zeroXie XiuQi2019-05-161-0/+4
* trace: Fix preempt_enable_no_resched() abusePeter Zijlstra2019-05-161-1/+1
* kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon2019-04-271-1/+2
* sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld2019-04-271-0/+25
* kprobes: Fix error check when reusing optimized probesMasami Hiramatsu2019-04-271-4/+2
* perf/core: Restore mmap record type correctlyStephane Eranian2019-04-271-0/+2
* sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman2019-04-271-3/+3
* sysctl: handle overflow for file-maxChristian Brauner2019-04-271-0/+3
* tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-04-273-6/+11
* 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