summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2022-04-20 09:38:27 +0100
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2022-05-20 12:32:32 +0100
commit952f03316352c606bebef56ba8f9642edbb8e348 (patch)
tree717fda7289bf603b9da924e4ad32c7d909656e67 /tools/perf/scripts/python
parent7719a68b2fa404fa8af6b0b7119a38c406c74858 (diff)
downloadkernel-952f03316352c606bebef56ba8f9642edbb8e348.tar.gz
ARM: 9194/1: assembler: simplify ldr_this_cpu for !SMP builds
When CONFIG_SMP is not defined, the CPU offset is always zero, and so we can simplify the sequence to load a per-CPU variable. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
9d2938f503671f37bef25ee8c3b5e64e44a70'>Fix references to nommu-mmap.rstStephen Kitt 2020-08-12mm/nommu.c: delete duplicated wordsRandy Dunlap 2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne 2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds 2020-06-26docs: move nommu-mmap.txt to admin-guide and rename to ReSTMauro Carvalho Chehab 2020-06-26mm: remove vmalloc_execChristoph Hellwig 2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse 2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse 2020-06-08nommu: use flush_icache_user_range in brk and mmapChristoph Hellwig 2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel 2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig 2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig 2020-06-02mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig 2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig 2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig 2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel 2019-12-01mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang 2019-12-01mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang 2019-11-25mm: Implement no-MMU variant of vmalloc_user_node_flagsAndrii Nakryiko 2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle) 2019-07-16mm: fix the MAP_UNINITIALIZED flagChristoph Hellwig 2019-07-12mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov 2019-07-12mm: consolidate the get_user_pages* implementationsChristoph Hellwig 2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner 2019-05-14mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder 2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch