This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4a94c4332334 Merge tag 'tpmdd-next-20191219' of git://git.infradead.org [...] new 85572c2c4a45 cpufreq: Avoid leaving stale IRQ work items during CPU offline new 505b308b6944 Merge branch 'pm-cpufreq' new 5f096c0ecd53 Merge tag 'pm-5.5-rc3' of git://git.kernel.org/pub/scm/lin [...] new d98c9e83b5e7 kasan: fix crashes on access to memory mapped by vm_map_ram() new be1db4753ee6 mm/memory.c: add apply_to_existing_page_range() helper new e218f1ca3971 kasan: use apply_to_existing_page_range() for releasing vm [...] new 253a496d8e57 kasan: don't assume percpu shadow allocations will succeed new 42a9a53bb394 mm: vmscan: protect shrinker idr replace with CONFIG_MEMCG new 045f6d7942be lib/Kconfig.debug: fix some messed up configurations new 7e0165b2f1a9 Merge branch 'akpm' (patches from Andrew)
The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/linux/cpufreq.h | 11 ---- include/linux/kasan.h | 15 +++-- include/linux/mm.h | 3 + include/linux/sched/cpufreq.h | 3 + kernel/sched/cpufreq.c | 18 ++++++ kernel/sched/cpufreq_schedutil.c | 8 +-- lib/Kconfig.debug | 100 ++++++++++++++-------------- mm/kasan/common.c | 36 +++++++---- mm/memory.c | 136 +++++++++++++++++++++++++++------------ mm/vmalloc.c | 129 ++++++++++++++++++++++--------------- mm/vmscan.c | 2 +- 11 files changed, 282 insertions(+), 179 deletions(-)