summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2020-03-11kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logicMasami Hiramatsu
2020-03-05audit: always check the netlink payload length in audit_receive_msg()Paul Moore
2020-03-05kprobes: Set unoptimized flag after unoptimizing codeMasami Hiramatsu
2020-03-05sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot
2020-03-05sched/fair: Optimize update_blocked_averages()Vincent Guittot
2020-03-05tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)
2020-03-05audit: fix error handling in audit_data_to_entry()Paul Moore
2020-02-28bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fillJohannes Krude
2020-02-28genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner
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