summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-05-30kdb: make "mdr" command repeatRandy Dunlap1-6/+21
2018-05-30rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo1-1/+13
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-30perf/cgroup: Fix child event counting bugSong Liu1-5/+16
2018-05-30workqueue: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-05-30kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes1-1/+1
2018-05-30locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon1-0/+8
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-30kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva1-0/+1
2018-05-22seccomp: Move speculation migitation control to arch codeThomas Gleixner1-13/+2
2018-05-22seccomp: Add filter flag to opt-out of SSB mitigationKees Cook1-8/+11
2018-05-22seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner1-1/+1
2018-05-22seccomp: Enable speculation flaw mitigationsKees Cook1-0/+17
2018-05-22nospec: Allow getting/setting on non-current taskKees Cook1-4/+5
2018-05-22prctl: Add speculation control prctlsThomas Gleixner1-0/+22
2018-05-22tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui1-0/+8
2018-05-22signals: avoid unnecessary taking of sighand->siglockWaiman Long1-0/+7
2018-05-19kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang1-0/+4
2018-05-19futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby1-2/+2
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-0/+39
2018-05-16perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra1-2/+5
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-09tracepoint: Do not warn on ENOMEMMathieu Desnoyers1-2/+2
2018-05-09bpf: map_get_next_key to return first key on NULLTeng Qin3-13/+18
2018-05-09perf/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-29perf: Fix sample_max_stack maximum checkJiri Olsa1-9/+12
2018-04-24resource: fix integer overflow at reallocationTakashi Iwai1-1/+2
2018-04-20perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole1-0/+6
2018-04-13sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2-12/+88
2018-04-13perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra1-5/+10
2018-04-13cpuhotplug: Link lock stacks for hotplug callbacksThomas Gleixner1-0/+13
2018-04-13sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka1-1/+2
2018-04-13perf/core: Fix error handling in perf_event_alloc()Dan Carpenter1-1/+3
2018-04-13perf/callchain: Force USER_DS when invoking perf_callchain_user()Will Deacon1-0/+6
2018-04-13pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai1-1/+3
2018-04-08module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro1-3/+17
2018-04-08genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke1-1/+1
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-03-31Revert "genirq: Use irqd_get_trigger_type to compare the trigger type for sha...Greg Kroah-Hartman1-3/+1
2018-03-28bpf: skip unnecessary capability checkChenbo Feng1-1/+1
2018-03-28tracing: 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-24time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani1-10/+24