summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-25kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang1-0/+4
2018-05-16tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu1-0/+2
2018-05-16tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)1-0/+3
2018-05-16perf: Remove superfluous allocation error checkJiri Olsa1-8/+2
2018-05-16perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun1-1/+1
2018-04-29perf: Return proper values for user stack errorsJiri Olsa1-2/+2
2018-04-24resource: fix integer overflow at reallocationTakashi Iwai1-1/+2
2018-04-13futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman1-7/+91
2018-04-13perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra1-5/+10
2018-04-13pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai1-1/+3
2018-04-08kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu1-1/+1
2018-04-08perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds1-23/+7
2018-04-08Revert "genirq: Use irqd_get_trigger_type to compare the trigger type for sha...Greg Kroah-Hartman1-3/+1
2018-04-08tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu3-8/+6
2018-03-24genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQsHans de Goede1-1/+3
2018-03-22sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney1-1/+2
2018-03-22braille-console: Fix value returned by _braille_console_setupSamuel Thibault2-10/+18
2018-03-22timers, sched_clock: Update timeout for clock wrapDavid Engraf1-0/+5
2018-03-03hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner1-1/+6
2018-02-16kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes1-8/+12
2018-02-16posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-15/+19