summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov2018-08-091-2/+11
* tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)2018-08-091-1/+5
* tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)2018-08-091-4/+8
* PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa2018-07-221-0/+5
* time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven2018-07-031-2/+4
* kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra2018-07-031-3/+4
* tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-06-131-2/+3
* kdb: make "mdr" command repeatRandy Dunlap2018-05-301-6/+21
* audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs2018-05-301-0/+2
* perf/core: Fix perf_output_read_group()Peter Zijlstra2018-05-301-1/+2