summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2-4/+12
2020-01-09memcg: account security cred as well to kmemcgShakeel Butt1-3/+3
2020-01-09taskstats: fix data-raceChristian Brauner1-11/+19
2020-01-09PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft1-1/+8
2020-01-04ptp: fix the race between the release of ptp_clock and cdevVladis Dronov1-18/+13
2020-01-04hrtimer: Annotate lockless access to timer->stateEric Dumazet1-4/+7
2020-01-04kernel: sysctl: make drop_caches write-onlyJohannes Weiner1-1/+1
2020-01-04dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet1-0/+1
2019-12-31cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2-5/+21
2019-12-31tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu1-3/+24
2019-12-31tracing: use kvcalloc for tgid_map array allocationYuming Han1-1/+1
2019-12-31bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu1-3/+4
2019-12-17kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko1-0/+2
2019-12-17workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo1-0/+1
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai1-5/+6
2019-12-17workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo1-3/+10
2019-12-17workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo1-5/+19