aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()Gaurav Singh1-2/+1
2020-06-09tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo3-2/+36
2020-06-09tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+24
2020-06-09tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+2
2020-06-09perf beauty: Add support to STATX_MNT_ID in the 'statx' syscall 'mask' argumentArnaldo Carvalho de Melo1-0/+1
2020-06-09tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+7
2020-06-09tools arch x86 uapi: Synch asm/unistd.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+8
2020-06-09tools headers API: Update faccessat2 affected filesArnaldo Carvalho de Melo3-1/+14
2020-06-08doc: cgroup: update note about conditions when oom killer is invokedKonstantin Khlebnikov1-9/+8
2020-06-08module: move the set_fs hack for flush_icache_range to m68kChristoph Hellwig2-8/+4
2020-06-08nommu: use flush_icache_user_range in brk and mmapChristoph Hellwig1-2/+2
2020-06-08binfmt_flat: use flush_icache_user_rangeChristoph Hellwig1-1/+1
2020-06-08exec: use flush_icache_user_range in read_codeChristoph Hellwig1-1/+1
2020-06-08exec: only build read_code when neededChristoph Hellwig1-0/+3
2020-06-08m68k: implement flush_icache_user_rangeChristoph Hellwig2-1/+8
2020-06-08arm: rename flush_cache_user_range to flush_icache_user_rangeChristoph Hellwig2-3/+3
2020-06-08xtensa: implement flush_icache_user_rangeChristoph Hellwig1-0/+2
2020-06-08sh: implement flush_icache_user_rangeChristoph Hellwig1-0/+1
2020-06-08asm-generic: add a flush_icache_user_range stubChristoph Hellwig1-0/+4
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig13-22/+23
2020-06-08arm,sparc,unicore32: remove flush_icache_user_rangeChristoph Hellwig4-9/+0
2020-06-08riscv: use asm-generic/cacheflush.hChristoph Hellwig1-59/+3
2020-06-08powerpc: use asm-generic/cacheflush.hChristoph Hellwig1-32/+10
2020-06-08openrisc: use asm-generic/cacheflush.hChristoph Hellwig1-25/+6
2020-06-08m68knommu: use asm-generic/cacheflush.hChristoph Hellwig1-17/+2
2020-06-08microblaze: use asm-generic/cacheflush.hChristoph Hellwig1-27/+2
2020-06-08ia64: use asm-generic/cacheflush.hChristoph Hellwig1-25/+3
2020-06-08hexagon: use asm-generic/cacheflush.hChristoph Hellwig1-14/+5
2020-06-08c6x: use asm-generic/cacheflush.hChristoph Hellwig1-18/+1
2020-06-08arm64: use asm-generic/cacheflush.hChristoph Hellwig1-41/+5
2020-06-08alpha: use asm-generic/cacheflush.hChristoph Hellwig1-22/+6
2020-06-08asm-generic: improve the flush_dcache_page stubChristoph Hellwig1-3/+3
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig5-5/+7
2020-06-08asm-generic: fix the inclusion guards for cacheflush.hChristoph Hellwig1-3/+3
2020-06-08unicore32: remove flush_cache_user_rangeChristoph Hellwig1-8/+0
2020-06-08powerpc: unexport flush_icache_user_rangeChristoph Hellwig1-1/+0
2020-06-08nds32: unexport flush_icache_pageChristoph Hellwig1-1/+0
2020-06-08arm: fix the flush_icache_range arguments in set_fiq_handlerChristoph Hellwig1-2/+2
2020-06-08vhost: convert get_user_pages() --> pin_user_pages()John Hubbard1-3/+2
2020-06-08docs: mm/gup: pin_user_pages.rst: add a "case 5"John Hubbard1-0/+18
2020-06-08mm/gup: documentation fix for pin_user_pages*() APIsJohn Hubbard1-9/+0
2020-06-08mm/gup: frame_vector: convert get_user_pages() --> pin_user_pages()John Hubbard1-4/+3
2020-06-08mm/gup: introduce pin_user_pages_locked()John Hubbard2-0/+37
2020-06-08mm/gup: update pin_user_pages.rst for "case 3" (mmu notifiers)John Hubbard1-14/+19
2020-06-08mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder7-27/+32
2020-06-08kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.taintedRafael Aquini1-3/+2
2020-06-08panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli4-0/+44
2020-06-08kernel/hung_task.c: introduce sysctl to print all traces when a hung task is detectedGuilherme G. Piccoli4-2/+50
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli3-35/+19
2020-06-08lib/test_sysctl: support testing of sysctl. boot parameterVlastimil Babka2-0/+55