summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge tag 'perf-tools-2020-12-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-2523-391/+688
|\ \ \ \ \ \ \
| * | | | | | | perf probe: Fix memory leak when synthesizing SDT probesArnaldo Carvalho de Melo2020-12-241-3/+10
| * | | | | | | perf stat aggregation: Add separate thread memberJames Clark2020-12-244-16/+16
| * | | | | | | perf stat aggregation: Add separate core memberJames Clark2020-12-245-28/+27
| * | | | | | | perf stat aggregation: Add separate die memberJames Clark2020-12-245-36/+26
| * | | | | | | perf stat aggregation: Add separate socket memberJames Clark2020-12-246-51/+41
| * | | | | | | perf stat aggregation: Add separate node memberJames Clark2020-12-245-8/+21
| * | | | | | | perf stat aggregation: Start using cpu_aggr_id in mapJames Clark2020-12-244-11/+11
| * | | | | | | perf cpumap: Drop in cpu_aggr_map structJames Clark2020-12-244-20/+35
| * | | | | | | perf cpumap: Add new map type for aggregationJames Clark2020-12-242-0/+25
| * | | | | | | perf stat: Replace aggregation ID with a structJames Clark2020-12-247-127/+173
| * | | | | | | perf cpumap: Add new struct for cpu aggregationJames Clark2020-12-242-0/+26
| * | | | | | | perf cpumap: Use existing allocator to avoid using mallocJames Clark2020-12-241-4/+4
| * | | | | | | perf tests: Improve topology test to check all aggregation typesJames Clark2020-12-241-7/+46
| * | | | | | | perf tools: Update s390's syscall.tbl copy from the kernel sourcesTiezhu Yang2020-12-241-170/+226
| * | | | | | | perf tools: Update powerpc's syscall.tbl copy from the kernel sourcesTiezhu Yang2020-12-241-7/+19
| * | | | | | | perf s390: Move syscall.tbl check into check-headers.shTiezhu Yang2020-12-242-4/+1
| * | | | | | | perf powerpc: Move syscall.tbl check to check-headers.shTiezhu Yang2020-12-242-7/+1
| * | | | | | | tools headers UAPI: Synch KVM's svm.h header with the kernelArnaldo Carvalho de Melo2020-12-241-0/+28
| * | | | | | | tools kvm headers: Update KVM headers from the kernel sourcesArnaldo Carvalho de Melo2020-12-241-3/+0
| * | | | | | | tools headers UAPI: Sync KVM's vmx.h header with the kernel sourcesArnaldo Carvalho de Melo2020-12-241-0/+2
| * | | | | | | tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2020-12-242-1/+56
| * | | | | | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2020-12-242-1/+2
| * | | | | | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2020-12-241-0/+2
| * | | | | | | tools headers UAPI: Update epoll_pwait2 affected filesArnaldo Carvalho de Melo2020-12-242-1/+4
* | | | | | | | Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds2020-12-255-306/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | scripts: coccicheck: Correct usage of make coccicheckSumera Priyadarsini2020-12-241-0/+12
| * | | | | | | | coccinelle: update expiring email addressesJulia Lawall2020-12-241-2/+2
| * | | | | | | | coccinnelle: Remove ptr_ret scriptMaxime Ripard2020-12-151-97/+0
| * | | | | | | | kbuild: do not use scripts/ld-version.sh for checking spatch versionMasahiro Yamada2020-12-122-12/+6
| * | | | | | | | remove boolinit.cocciPeter Zijlstra2020-11-091-195/+0
* | | | | | | | | genirq: Fix export of irq_to_desc() for powerpc KVMMichael Ellerman2020-12-251-1/+1
* | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-12-257-10/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix hostfs_open() use of ->f_path.dentryAl Viro2020-12-221-1/+1
| * | | | | | | | | Make sure that make_create_in_sticky() never sees uninitialized value of dir_...Al Viro2020-12-101-1/+3
| * | | | | | | | | fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is setHao Li2020-12-101-1/+8
| * | | | | | | | | fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li2020-12-102-3/+4
| * | | | | | | | | fs/namespace.c: WARN if mnt_count has become negativeEric Biggers2020-12-102-4/+7
* | | | | | | | | | Merge tag 'docs-5.11-2' of git://git.lwn.net/linuxLinus Torvalds2020-12-243-14/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | docs: admin-guide: Fix default value of max_map_count in sysctl/vm.rstFengfei Xi2020-12-211-1/+1
| * | | | | | | | | | Documentation/submitting-patches: Document the SoB chainBorislav Petkov2020-12-211-0/+6
| * | | | | | | | | | Documentation: process: Correct numberingMilan Lakhani2020-12-211-12/+12
| * | | | | | | | | | docs: submitting-patches: Trivial - fix grammatical errorLee Jones2020-12-211-1/+1
* | | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-12-2419-378/+504
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ext4: remove unnecessary wbc parameter from ext4_bio_write_pageLei Chen2020-12-223-4/+3
| * | | | | | | | | | | ext4: avoid s_mb_prefetch to be zero in individual scenariosChunguang Xu2020-12-221-4/+5
| * | | | | | | | | | | ext4: defer saving error info from atomic contextJan Kara2020-12-222-37/+104
| * | | | | | | | | | | ext4: simplify ext4 error translationJan Kara2020-12-171-55/+40
| * | | | | | | | | | | ext4: move functions in super.cJan Kara2020-12-171-98/+98
| * | | | | | | | | | | ext4: make ext4_abort() use __ext4_error()Jan Kara2020-12-174-82/+37