summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-05-14 02:06:03 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-05-14 02:06:03 +0200
commit33fc30b470983e5b641a16cccc882f6777dd50ef (patch)
treef06081ee27ef3acdc6977007def1871834d480c8 /tools/perf/scripts/python
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff)
downloadkernel-33fc30b470983e5b641a16cccc882f6777dd50ef.tar.gz
cpufreq: intel_pstate: Document the current behavior and user interface
Add a document describing the current behavior and user space interface of the intel_pstate driver in the RST format and drop the existing outdated intel_pstate.txt document. Also update admin-guide/pm/cpufreq.rst with proper RST references to the new intel_pstate.rst document. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
ernel/commit/mm/kasan/common.c?h=linux-6.6.y&id=284f8590a1dfbe1c33b50bf6e8f8dc714e61bfd3'>kasan: introduce kasan_requires_metaAndrey Konovalov 2022-10-03kasan: move kasan_get_*_meta to generic.cAndrey Konovalov 2022-10-03kasan: introduce kasan_init_object_metaAndrey Konovalov 2022-10-03kasan: split save_alloc_info implementationsAndrey Konovalov 2022-10-03kasan: move is_kmalloc check out of save_alloc_infoAndrey Konovalov 2022-10-03kasan: rename kasan_set_*_info to kasan_save_*_infoAndrey Konovalov 2022-10-03kasan: check KASAN_NO_FREE_META in __kasan_metadata_sizeAndrey Konovalov 2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2022-07-17kasan: separate double free case from invalid freeKuan-Ying Lee 2022-07-07mm: kasan: Ensure the tags are visible before the tag in page->flagsCatalin Marinas 2022-05-13kasan: give better names to shadow valuesAndrey Konovalov 2022-03-24kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hookAndrey Konovalov 2022-03-24kasan, page_alloc: merge kasan_free_pages into free_pages_prepareAndrey Konovalov 2022-01-22lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver 2022-01-06mm/kasan: Convert to struct folio and struct slabMatthew Wilcox (Oracle) 2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka 2021-11-06kasan: fix tag for large allocations when using CONFIG_SLABMatthew Wilcox (Oracle) 2021-11-06kasan: common: provide can_alloc in kasan_save_stack()Marco Elver 2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-06-29kasan: allow architectures to provide an outline readiness checkDaniel Axtens 2021-06-29mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta 2021-06-04kasan: use separate (un)poison implementation for integrated initPeter Collingbourne 2021-04-30kasan, mm: integrate slab init_on_free with HW_TAGSAndrey Konovalov 2021-04-30kasan, mm: integrate slab init_on_alloc with HW_TAGSAndrey Konovalov 2021-04-30kasan, mm: integrate page_alloc init with HW_TAGSAndrey Konovalov 2021-04-30kasan: init memory in kasan_(un)poison for HW_TAGSAndrey Konovalov