summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorSimon Sandström <simon@nikanor.nu>2017-12-05 23:08:40 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-06 16:02:13 +0100
commit3d7f3bf241cb01425188f3bb7fb7eb8cebb587b0 (patch)
tree8ec6d1845b95e782297cececb075637475ad2e9c /tools/perf/scripts/python/bin
parent21a9758984c299120df737de80d421e0b4035231 (diff)
downloadkernel-3d7f3bf241cb01425188f3bb7fb7eb8cebb587b0.tar.gz
staging: pi433: Capitalize constant definitions
Fixes checkpatch.pl warnings "Avoid CamelCase <DIO_x>". Signed-off-by: Simon Sandström <simon@nikanor.nu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
nbrand 2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song 2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song 2022-03-24mm: delete __ClearPageWaiters()Hugh Dickins 2022-03-22mm/migrate: fix race between lock page and clear PG_Isolatedandrew.yang 2022-03-22mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song 2022-03-22mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB pageMuchun Song 2022-01-18Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2022-01-15mm/hwpoison: fix unpoison_memory()Naoya Horiguchi 2022-01-15mm: fix boolreturn.cocci warningChangcheng Deng 2022-01-06mm: Remove slab from struct pageMatthew Wilcox (Oracle) 2022-01-02mm/doc: Add documentation for folio_test_uptodateMatthew Wilcox (Oracle) 2021-11-17mm: Remove folio_test_singleMatthew Wilcox (Oracle) 2021-11-17mm: Rename folio_test_multi to folio_test_largeMatthew Wilcox (Oracle) 2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-11-06mm: fix data race in PagePoisoned()Marco Elver 2021-11-01mm: fix mismerge of folio page flag manipulatorsLinus Torvalds 2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds 2021-10-28mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi 2021-10-18mm/writeback: Add folio_start_writeback()Matthew Wilcox (Oracle) 2021-10-18mm/writeback: Add __folio_end_writeback()Matthew Wilcox (Oracle) 2021-09-27mm: Add folio flag manipulation functionsMatthew Wilcox (Oracle) 2021-09-27mm: Introduce struct folioMatthew Wilcox (Oracle) 2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-09-08Merge tag 'mm-slub-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park 2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song 2021-09-04mm, slub: do initial checks in ___slab_alloc() with irqs enabledVlastimil Babka 2021-08-02KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()Marc Zyngier 2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-06-30mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...David Hildenbrand 2021-06-30fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand 2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-06-29mm: make compound_head const-preservingMatthew Wilcox (Oracle) 2021-06-04kasan: disable freed user page poisoning with HW tagsPeter Collingbourne