summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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-211-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
| * | | | | | | | | | | ext4: standardize error message in ext4_protect_reserved_inode()Jan Kara2020-12-171-6/+4
| * | | | | | | | | | | ext4: remove redundant sb checksum recomputationJan Kara2020-12-171-2/+0
| * | | | | | | | | | | ext4: don't remount read-only with errors=continue on rebootJan Kara2020-12-171-8/+6
| * | | | | | | | | | | ext4: fix deadlock with fs freezing and EA inodesJan Kara2020-12-171-5/+14
| * | | | | | | | | | | jbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar2020-12-172-7/+10
| * | | | | | | | | | | ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.hHarshad Shirwadkar2020-12-172-55/+61
| * | | | | | | | | | | ext4: fix fall-through warnings for ClangGustavo A. R. Silva2020-12-171-0/+1
| * | | | | | | | | | | ext4: add docs about fast commit idempotenceHarshad Shirwadkar2020-12-172-0/+111
| * | | | | | | | | | | ext4: remove the unused EXT4_CURRENT_REV macroKaixu Xia2020-12-171-1/+0
| * | | | | | | | | | | ext4: fix an IS_ERR() vs NULL checkDan Carpenter2020-12-171-2/+2