summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton2020-03-181-6/+8
* cgroup: Iterate tasks that did not finish do_exit()Michal Koutný2020-03-181-7/+16
* cgroup: cgroup_procs_next should increase position indexVasily Averin2020-03-181-3/+7
* cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2020-03-181-0/+4
* kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logicMasami Hiramatsu2020-03-111-24/+43
* audit: always check the netlink payload length in audit_receive_msg()Paul Moore2020-03-051-19/+21
* kprobes: Set unoptimized flag after unoptimizing codeMasami Hiramatsu2020-03-051-1/+3
* sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot2020-03-051-9/+34
* sched/fair: Optimize update_blocked_averages()Vincent Guittot2020-03-051-5/+21
* tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)2020-03-051-0/+2
* audit: fix error handling in audit_data_to_entry()Paul Moore2020-03-051-32/+39
* bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fillJohannes Krude2020-02-281-1/+1
* genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner2020-02-283-18/+24
* trigger_next should increase position indexVasily Averin2020-02-241-2/+3
* ftrace: fpid_next() should increase position indexVasily Averin2020-02-241-2/+3
* bpf: map_seq_next should always increase position indexVasily Averin2020-02-241-2/+1
* module: avoid setting info->name early in case we can fall back to info->mod-...Jessica Yu2020-02-241-5/+4
* watchdog/softlockup: Enforce that timestamp is valid on bootThomas Gleixner2020-02-241-4/+6
* tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)2020-02-241-10/+9
* tracing: Fix tracing_stat return values in error handling pathsLuis Henriques2020-02-241-4/+8
* cpu/hotplug, stop_machine: Fix stop_machine vs hotplug orderPeter Zijlstra2020-02-241-4/+9
* padata: fix null pointer deref of pd->pinstDaniel Jordan2020-02-141-0/+1
* perf/core: Fix mlock accounting in perf_mmap()Song Liu2020-02-111-1/+9
* clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov2020-02-111-2/+9
* x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2020-02-112-1/+5
* ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2020-02-112-2/+11
* ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)2020-02-111-0/+10
* tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2020-02-112-3/+7
* tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2020-02-112-4/+7
* padata: Remove broken queue flushingHerbert Xu2020-02-111-34/+12
* alarmtimer: Unregister wakeup source when module get failsStephen Boyd2020-02-111-3/+5
* irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao2020-02-111-0/+1
* rcu: Avoid data-race in rcu_gp_fqs_check_wake()Eric Dumazet2020-02-111-5/+6
* tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers2020-02-111-1/+3
* printk: fix exclusive_console replayingJohn Ogness2020-02-111-2/+2
* kernel/module: Fix memleak in module_add_modinfo_attrs()YueHaibing2020-02-111-0/+2
* cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný2020-02-051-5/+6
* sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot2020-02-011-5/+28
* sched/fair: Add tmp_alone_branch assertionPeter Zijlstra2020-02-011-55/+71
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-291-2/+1
* mm/memunmap: don't access uninitialized memmap in memunmap_pages()Aneesh Kumar K.V2020-01-291-3/+7
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2020-01-291-1/+4
* tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)2020-01-291-0/+22
* tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi2020-01-291-18/+75
* tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi2020-01-291-5/+19
* tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2020-01-292-15/+43
* bpf, offload: Unlock on error in bpf_offload_dev_create()Dan Carpenter2020-01-271-1/+3
* irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui2020-01-271-0/+1
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2020-01-271-0/+5
* fork,memcg: alloc_thread_stack_node needs to set tsk->stackAndrea Arcangeli2020-01-271-1/+5