summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-12-13uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri1-2/+10
2018-12-13kdb: use memmove instead of overlapping memcpyArnd Bergmann1-2/+2
2018-12-01kdb: Use strscpy with destination buffer sizePrarit Bhargava3-12/+15
2018-11-22printk: Fix panic caused by passing log_buf_len to command lineHe Zhe1-1/+6
2018-11-22kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann1-1/+3
2018-11-22signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman1-1/+1
2018-11-22kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu1-7/+20
2018-11-22locking/lockdep: Fix debug_locks off performance problemWaiman Long1-2/+2
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2-3/+22
2018-11-10/proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds1-2/+11
2018-11-10perf: Fix PERF_EVENT_IOC_PERIOD deadlockPeter Zijlstra1-1/+8
2018-11-10rcu: Clear need_qs flag to prevent splatPaul E. McKenney1-0/+1
2018-11-10tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)1-14/+55
2018-11-10perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa1-0/+2
2018-10-13cgroup: Fix deadlock in cpu hotplug pathPrateek Sood1-1/+5
2018-10-13module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu1-1/+5
2018-10-13alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner1-1/+2
2018-10-13ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik1-0/+2
2018-09-26audit: fix use-after-free in audit_add_watchRonny Chevalier1-1/+11
2018-09-26kthread: Fix use-after-free if kthread fork failsVegard Nossum1-5/+12
2018-09-26fork: don't copy inconsistent signal handler state to childJann Horn1-0/+2
2018-09-09userns: move user access out of the mutexJann Horn1-20/+19
2018-09-09userns; Correct the comment in map_writeEric W. Biederman1-1/+1
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn2-66/+70
2018-09-09uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)1-1/+1
2018-09-09kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow1-1/+7
2018-09-09tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)1-0/+4
2018-09-09tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)1-1/+3
2018-09-05kprobes: Make list and blacklist root user read onlyMasami Hiramatsu1-2/+2
2018-09-05sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao1-1/+2
2018-08-28tracing: Use __printf markup to silence compilerMathieu Malaterre1-0/+5
2018-08-28locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)1-6/+6
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2-0/+22
2018-08-09bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski1-2/+2
2018-08-09tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)1-2/+4
2018-08-09tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov1-2/+11
2018-08-09tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)1-1/+5
2018-08-09tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)1-4/+8
2018-07-22PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa1-0/+5
2018-07-03time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven1-2/+4
2018-07-03kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra1-3/+4
2018-06-13tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)1-2/+3
2018-05-30kdb: make "mdr" command repeatRandy Dunlap1-6/+21
2018-05-30audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs1-0/+2
2018-05-30perf/core: Fix perf_output_read_group()Peter Zijlstra1-1/+2
2018-05-30sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso1-0/+2
2018-05-30kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes1-1/+1
2018-05-30x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann1-3/+0
2018-05-30kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang1-0/+4
2018-05-25tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui1-0/+8