summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-02-11perf/core: Fix mlock accounting in perf_mmap()Song Liu1-1/+9
2020-02-11clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov1-2/+9
2020-02-11x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2-1/+5
2020-02-11ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2-2/+11
2020-02-11ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)1-0/+10
2020-02-11tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2-3/+7
2020-02-11tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2-4/+7
2020-02-11padata: Remove broken queue flushingHerbert Xu1-34/+12
2020-02-11alarmtimer: Unregister wakeup source when module get failsStephen Boyd1-3/+5
2020-02-11irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao1-0/+1
2020-02-11rcu: Avoid data-race in rcu_gp_fqs_check_wake()Eric Dumazet1-5/+6
2020-02-11tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers1-1/+3
2020-02-11printk: fix exclusive_console replayingJohn Ogness1-2/+2
2020-02-11kernel/module: Fix memleak in module_add_modinfo_attrs()YueHaibing1-0/+2
2020-02-05cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný1-5/+6
2020-02-01sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot1-5/+28
2020-02-01sched/fair: Add tmp_alone_branch assertionPeter Zijlstra1-55/+71
2020-01-29mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-2/+1
2020-01-29mm/memunmap: don't access uninitialized memmap in memunmap_pages()Aneesh Kumar K.V1-3/+7
2020-01-29mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+4
2020-01-29tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)1-0/+22
2020-01-29tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi1-18/+75
2020-01-29tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi1-5/+19
2020-01-29tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2-15/+43
2020-01-27bpf, offload: Unlock on error in bpf_offload_dev_create()Dan Carpenter1-1/+3
2020-01-27irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui1-0/+1
2020-01-27signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman1-0/+5
2020-01-27fork,memcg: alloc_thread_stack_node needs to set tsk->stackAndrea Arcangeli1-1/+5
2020-01-27perf/ioctl: Add check for the sample_period valueRavi Bangoria1-0/+3
2020-01-27kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter1-1/+1
2020-01-27perf/core: Fix the address filtering fixAlexander Shishkin1-16/+21
2020-01-27bpf: Add missed newline in verifier verbose logAndrey Ignatov1-1/+1
2020-01-27perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin1-34/+47
2020-01-27perf: Copy parent's address filter offsets on cloneAlexander Shishkin1-0/+15
2020-01-27fork, memcg: fix cached_stacks caseShakeel Butt1-0/+1
2020-01-27fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel1-2/+7
2020-01-27genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier1-1/+1
2020-01-23tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet1-5/+9
2020-01-23bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2-5/+17
2020-01-23ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner1-5/+10
2020-01-23LSM: generalize flag passing to security_capableMicah Morton2-11/+15
2020-01-14tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)1-0/+5
2020-01-14kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng1-1/+3
2020-01-12locking/spinlock/debug: Fix various data racesMarco Elver1-16/+16
2020-01-12bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann1-2/+7
2020-01-09ftrace: Avoid potential division by zero in function profilerWen Yang1-3/+3
2020-01-09exit: panic before exit_mm() on global init exitchenqiwu1-4/+8
2020-01-09tracing: Fix endianness bug in histogram triggerSven Schnelle1-1/+20
2020-01-09tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)1-2/+2
2020-01-09tracing: Avoid memory leak in process_system_preds()Keita Suzuki1-1/+1