aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2019-05-21Merge tag 'v4.18.38' into v4.18/standard/baseBruce Ashfield
2019-05-16Merge tag 'v4.18.37' into v4.18/standard/baseBruce Ashfield
2019-05-15sched/deadline: Correctly handle active 0-lag timersluca abeni
2019-05-15workqueue: Try to catch flush_work() without INIT_WORK().Tetsuo Handa
2019-05-15sched/numa: Fix a possible divide-by-zeroXie XiuQi
2019-05-15trace: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-05-15tracing: Fix buffer_ref pipe opsJann Horn
2019-05-15tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang
2019-05-15sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld
2019-05-15timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen
2019-05-15kprobes: Fix error check when reusing optimized probesMasami Hiramatsu
2019-05-15kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu
2019-05-15bpf: fix use after free in bpf_evict_inodeDaniel Borkmann
2019-05-14cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf
2019-05-06Merge tag 'v4.18.36' into v4.18/standard/baseBruce Ashfield
2019-05-05kernel: hung_task.c: disable on suspendVitaly Kuznetsov
2019-05-05sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov
2019-05-05perf/core: Restore mmap record type correctlyStephane Eranian
2019-05-05sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman
2019-05-05genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang
2019-05-05genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd
2019-05-05alarmtimer: Return correct remaining timeAndrei Vagin
2019-05-05Revert "locking/lockdep: Add debug_locks check in __lock_downgrade()"Paul Gortmaker
2019-04-16Merge tag 'v4.18.35' into v4.18/standard/baseBruce Ashfield
2019-04-12cpu/hotplug: Mute hotplug lockdep during initValentin Schneider
2019-04-12cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov
2019-04-12sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri
2019-04-12sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto
2019-04-12perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier
2019-04-12genirq: Avoid summation loops for /proc/statThomas Gleixner
2019-04-12sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck
2019-04-12kprobes: Prohibit probing on RCU debug routineMasami Hiramatsu
2019-04-12cgroup, rstat: Don't flush subtree root unless necessaryTejun Heo
2019-04-12kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon
2019-04-12sysctl: handle overflow for file-maxChristian Brauner
2019-04-12tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-04-09Merge tag 'v4.18.34' into v4.18/standard/baseBruce Ashfield
2019-04-07cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner
2019-04-07locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long
2019-04-07futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie
2019-03-28Merge tag 'v4.18.33' into v4.18/standard/baseBruce Ashfield
2019-03-26rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun
2019-03-26kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss
2019-03-26tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn
2019-03-26tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-03-26tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi
2019-03-26fix cgroup_do_mount() handling of failure exitsAl Viro
2019-03-26bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy
2019-03-26bpf: fix lockdep false positive in stackmapAlexei Starovoitov
2019-03-26perf/core: Fix impossible ring-buffer sizes warningIngo Molnar