summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2020-02-24trigger_next should increase position indexVasily Averin
2020-02-24ftrace: fpid_next() should increase position indexVasily Averin
2020-02-24bpf: map_seq_next should always increase position indexVasily Averin
2020-02-24module: avoid setting info->name early in case we can fall back to info->mod-...Jessica Yu
2020-02-24watchdog/softlockup: Enforce that timestamp is valid on bootThomas Gleixner
2020-02-24tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)
2020-02-24tracing: Fix tracing_stat return values in error handling pathsLuis Henriques
2020-02-24cpu/hotplug, stop_machine: Fix stop_machine vs hotplug orderPeter Zijlstra
2020-02-14padata: fix null pointer deref of pd->pinstDaniel Jordan
2020-02-11perf/core: Fix mlock accounting in perf_mmap()Song Liu
2020-02-11clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov
2020-02-11x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner
2020-02-11ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)
2020-02-11ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)
2020-02-11tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover
2020-02-11tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover
2020-02-11padata: Remove broken queue flushingHerbert Xu
2020-02-11alarmtimer: Unregister wakeup source when module get failsStephen Boyd
2020-02-11irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao
2020-02-11rcu: Avoid data-race in rcu_gp_fqs_check_wake()Eric Dumazet
2020-02-11tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers
2020-02-11printk: fix exclusive_console replayingJohn Ogness
2020-02-11kernel/module: Fix memleak in module_add_modinfo_attrs()YueHaibing
2020-02-05cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný
2020-02-01sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot
2020-02-01sched/fair: Add tmp_alone_branch assertionPeter Zijlstra
2020-01-29mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand
2020-01-29mm/memunmap: don't access uninitialized memmap in memunmap_pages()Aneesh Kumar K.V
2020-01-29mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador
2020-01-29tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)
2020-01-29tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi
2020-01-29tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi
2020-01-29tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu
2020-01-27bpf, offload: Unlock on error in bpf_offload_dev_create()Dan Carpenter
2020-01-27irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui
2020-01-27signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman
2020-01-27fork,memcg: alloc_thread_stack_node needs to set tsk->stackAndrea Arcangeli
2020-01-27perf/ioctl: Add check for the sample_period valueRavi Bangoria
2020-01-27kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter
2020-01-27perf/core: Fix the address filtering fixAlexander Shishkin
2020-01-27bpf: Add missed newline in verifier verbose logAndrey Ignatov
2020-01-27perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin
2020-01-27perf: Copy parent's address filter offsets on cloneAlexander Shishkin
2020-01-27fork, memcg: fix cached_stacks caseShakeel Butt
2020-01-27fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel
2020-01-27genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier
2020-01-23tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet
2020-01-23bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann
2020-01-23ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner
2020-01-23LSM: generalize flag passing to security_capableMicah Morton