summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* audit: allow not equal op for audit by executableOndrej Mosnáček2018-08-062-1/+3
* bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski2018-08-061-2/+2
* tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)2018-08-061-2/+4
* tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov2018-08-061-2/+11
* tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)2018-08-061-1/+5
* tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)2018-08-061-4/+8
* seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-07-251-13/+2
* seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2018-07-251-8/+11
* seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner2018-07-251-1/+1
* seccomp: Enable speculation flaw mitigationsKees Cook2018-07-251-0/+17
* nospec: Allow getting/setting on non-current taskKees Cook2018-07-251-4/+5
* prctl: Add speculation control prctlsThomas Gleixner2018-07-251-0/+20
* PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa2018-07-171-0/+5
* tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-111-1/+4
* time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven2018-07-031-2/+4
* tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-06-061-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
* sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso2018-05-301-0/+2
* perf/cgroup: Fix child event counting bugSong Liu2018-05-301-5/+16
* workqueue: use put_device() instead of kfree()Arvind Yadav2018-05-301-1/+1
* kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes2018-05-301-1/+1
* locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon2018-05-301-0/+8
* x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann2018-05-301-3/+0
* kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang2018-05-301-0/+4
* kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva2018-05-301-0/+3
* time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2018-05-261-10/+10
* tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui2018-05-261-0/+8
* signals: avoid unnecessary taking of sighand->siglockWaiman Long2018-05-261-0/+7
* kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang2018-05-261-0/+4
* futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby2018-05-261-2/+2
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2018-05-261-0/+39
* futex: Remove unnecessary warning from get_futex_keyMel Gorman2018-05-261-2/+3
* audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs2018-05-261-3/+4
* perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-161-2/+5
* tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu2018-05-161-0/+2
* tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)2018-05-161-0/+3
* perf: Remove superfluous allocation error checkJiri Olsa2018-05-161-8/+2
* tracepoint: Do not warn on ENOMEMMathieu Desnoyers2018-05-161-2/+2
* bpf: map_get_next_key to return first key on NULLTeng Qin2018-05-163-13/+18
* perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun2018-05-161-1/+1
* perf: Return proper values for user stack errorsJiri Olsa2018-04-291-2/+2
* resource: fix integer overflow at reallocationTakashi Iwai2018-04-241-1/+2
* futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman2018-04-131-7/+91
* perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra2018-04-131-5/+10
* sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka2018-04-131-1/+2
* pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai2018-04-131-1/+3
* audit: add tty field to LOGIN eventRichard Guy Briggs2018-04-082-15/+11
* genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke2018-04-081-1/+1