summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf/ioctl: Add check for the sample_period valueRavi Bangoria2020-01-271-0/+3
* kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter2020-01-271-1/+1
* perf/core: Fix the address filtering fixAlexander Shishkin2020-01-271-16/+21
* bpf: Add missed newline in verifier verbose logAndrey Ignatov2020-01-271-1/+1
* perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin2020-01-271-34/+47
* perf: Copy parent's address filter offsets on cloneAlexander Shishkin2020-01-271-0/+15
* fork, memcg: fix cached_stacks caseShakeel Butt2020-01-271-0/+1
* fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel2020-01-271-2/+7
* genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier2020-01-271-1/+1
* tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet2020-01-231-5/+9
* bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2020-01-232-5/+17
* ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner2020-01-231-5/+10
* LSM: generalize flag passing to security_capableMicah Morton2020-01-232-11/+15
* tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)2020-01-141-0/+5
* kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng2020-01-141-1/+3
* locking/spinlock/debug: Fix various data racesMarco Elver2020-01-121-16/+16
* bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann2020-01-121-2/+7
* ftrace: Avoid potential division by zero in function profilerWen Yang2020-01-091-3/+3
* exit: panic before exit_mm() on global init exitchenqiwu2020-01-091-4/+8
* tracing: Fix endianness bug in histogram triggerSven Schnelle2020-01-091-1/+20
* tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)2020-01-091-2/+2
* tracing: Avoid memory leak in process_system_preds()Keita Suzuki2020-01-091-1/+1
* tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2020-01-092-4/+12
* memcg: account security cred as well to kmemcgShakeel Butt2020-01-091-3/+3
* taskstats: fix data-raceChristian Brauner2020-01-091-11/+19