summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* signal: Extend exec_id to 64bitsEric W. Biederman2020-04-171-1/+1
* locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng2020-04-171-0/+4
* genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin2020-04-171-5/+5
* sched: Avoid scale real weight down to zeroMichael Wang2020-04-171-1/+7
* padata: always acquire cpu_hotplug_lock before pinst->lockDaniel Jordan2020-04-131-2/+2
* bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2020-04-022-3/+6
* bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman2020-04-021-1/+2
* bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi2020-04-021-1/+1
* genirq: Fix reference leaks on irq affinity notifiersEdward Cree2020-04-021-2/+9
* cgroup1: don't call release_agent when it is ""Tycho Andersen2020-04-021-1/+1
* cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin2020-04-021-0/+1
* futex: Unbreak futex hashingThomas Gleixner2020-03-251-2/+2
* futex: Fix inode life-time issuePeter Zijlstra2020-03-251-36/+53
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-251-1/+1
* signal: avoid double atomic counter increments for user accountingLinus Torvalds2020-03-201-9/+14
* 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