summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-02-14 16:52:41 +0900
committerDave Airlie <airlied@redhat.com>2012-02-16 09:37:49 +0000
commit1109bf8bcbf455e4cfebce862f9f9fa5a2f386e9 (patch)
tree61edb2982b7479967796613e3eba121715813062 /tools/perf/scripts/python/export-to-sqlite.py
parentb7f5b7dec3d539a84734f2bcb7e53fbb1532a40b (diff)
downloadkernel-1109bf8bcbf455e4cfebce862f9f9fa5a2f386e9.tar.gz
drm/exynos: Fix typo in exynos_mixer.c
Correct spelling "sucessful" to "successful" in drivers/gpu/drm/exynos/exynos_mixer.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
>2018-06-07mm: move _refcount out of struct page unionMatthew Wilcox 2018-06-07mm: move 'private' union within struct pageMatthew Wilcox 2018-06-07mm: switch s_mem and slab_cache in struct pageMatthew Wilcox 2018-06-07mm: split page_type out from _mapcountMatthew Wilcox 2018-06-07mm: change return type to vm_fault_tSouptick Joarder 2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi 2018-04-05mm: change return type to vm_fault_tSouptick Joarder 2018-01-31mm: remove reference to PG_buddyMatthew Wilcox 2018-01-31mm: document how to use struct pageMatthew Wilcox 2018-01-31mm: store compound_dtor / compound_order as bytesMatthew Wilcox 2018-01-31mm: introduce _slub_counter_tMatthew Wilcox 2018-01-31mm: improve comment on page->mappingMatthew Wilcox 2018-01-31mm: remove misleading alignment claimsMatthew Wilcox 2018-01-31mm: de-indent struct pageMatthew Wilcox 2018-01-31mm: align struct page more aestheticallyMatthew Wilcox 2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin) 2017-11-15mm: consolidate page table accountingKirill A. Shutemov 2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov 2017-11-15mm: account pud page tablesKirill A. Shutemov 2017-11-15mm: update comments for struct page.mappingChangbin Du 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-19membarrier: Provide register expedited private commandMathieu Desnoyers 2017-09-08mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse 2017-09-06mm, swap: VMA based swap readaheadHuang Ying 2017-08-25mm, locking/barriers: Clarify tlb_flush_pending() barriersPeter Zijlstra 2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar 2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim 2017-08-10mm: make tlb_flush_pending globalMinchan Kim 2017-08-10mm: refactor TLB gathering APIMinchan Kim 2017-08-10mm: migrate: fix barriers around tlb_flush_pendingNadav Amit 2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit 2017-08-10mm, locking: Rework {set,clear,mm}_tlb_flush_pending()Peter Zijlstra 2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman 2017-06-30randstruct: Mark various structs for randomizationKees Cook