summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
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
2020-01-27perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin
2020-01-27perf: Copy parent's address filter offsets on cloneAlexander Shishkin
2020-01-27fork, memcg: fix cached_stacks caseShakeel Butt
2020-01-27fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel
2020-01-27genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier
2020-01-23tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet
2020-01-23bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann
2020-01-23ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner
2020-01-23LSM: generalize flag passing to security_capableMicah Morton
2020-01-14tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)
2020-01-14kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng
2020-01-12locking/spinlock/debug: Fix various data racesMarco Elver
2020-01-12bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann
2020-01-09ftrace: Avoid potential division by zero in function profilerWen Yang
2020-01-09exit: panic before exit_mm() on global init exitchenqiwu
2020-01-09tracing: Fix endianness bug in histogram triggerSven Schnelle
2020-01-09tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)
2020-01-09tracing: Avoid memory leak in process_system_preds()Keita Suzuki
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood
2020-01-09memcg: account security cred as well to kmemcgShakeel Butt
2020-01-09taskstats: fix data-raceChristian Brauner
2020-01-09PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft
2020-01-04ptp: fix the race between the release of ptp_clock and cdevVladis Dronov
2020-01-04hrtimer: Annotate lockless access to timer->stateEric Dumazet
2020-01-04kernel: sysctl: make drop_caches write-onlyJohannes Weiner
2020-01-04dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet
2019-12-31cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki
2019-12-31tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu
2019-12-31tracing: use kvcalloc for tgid_map array allocationYuming Han
2019-12-31bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu
2019-12-17kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko
2019-12-17workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai
2019-12-17workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo
2019-12-17workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo