summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-2447-129/+308
|\
| * fs: remove KSTAT_QUERY_FLAGSChristoph Hellwig2020-09-262-6/+4
| * fs: remove vfs_stat_set_lookup_flagsChristoph Hellwig2020-09-261-21/+12
| * fs: move vfs_fstatat out of lineChristoph Hellwig2020-09-262-9/+9
| * fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatatChristoph Hellwig2020-09-261-9/+7
| * fs: remove vfs_statx_fdChristoph Hellwig2020-09-262-21/+8
| * fs: omfs: use kmemdup() rather than kmalloc+memcpyAlex Dewar2020-09-221-2/+1
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-1832-62/+36
| * fs: Remove duplicated flag O_NDELAY occurring twice in VALID_OPEN_FLAGSKrzysztof WilczyƄski2020-09-161-1/+1
| * selftests: mount: add nosymfollow testsRoss Zwisler2020-08-275-2/+225
| * Add a "nosymfollow" mount option.Mattias Nissler2020-08-277-2/+11
* | Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-245-32/+68
|\ \
| * | dma-mapping: document dma_{alloc,free}_pagesChristoph Hellwig2020-10-231-6/+43
| * | dma-mapping: move more functions to dma-map-ops.hChristoph Hellwig2020-10-203-25/+24
| * | ARM/sa1111: add a missing include of dma-map-ops.hChristoph Hellwig2020-10-201-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-245-9/+6
|\ \ \
| * | | KVM: ioapic: break infinite recursion on lazy EOIVitaly Kuznetsov2020-10-241-4/+1
| * | | KVM: vmx: rename pi_init to avoid conflict with paridePaolo Bonzini2020-10-243-4/+4
| * | | KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 buildSean Christopherson2020-10-241-1/+1
* | | | Merge tag 'x86_seves_fixes_for_v5.10_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-10-245-16/+40
|\ \ \ \
| * | | | x86/boot/64: Explicitly map boot_params and command lineArvind Sankar2020-10-192-3/+23
| * | | | x86/head/64: Disable stack protection for head$(BITS).oArvind Sankar2020-10-191-0/+2
| * | | | x86/boot/64: Initialize 5-level paging variables earlierArvind Sankar2020-10-193-14/+16
* | | | | Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-2412-120/+185
|\ \ \ \ \
| * | | | | powerpc/pseries: Avoid using addr_to_pfn in real modeGanesh Goudar2020-10-221-49/+69
| * | | | | powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9Christophe Leroy2020-10-222-2/+15
| * | | | | powerpc/eeh: Fix eeh_dev_check_failure() for PE#0Oliver O'Halloran2020-10-221-5/+0
| * | | | | powerpc/64s: Remove TM from Power10 featuresJordan Niethe2020-10-202-4/+11
| * | | | | selftests/powerpc: Make alignment handler test P9N DD2.1 vector CI load worka...Michael Neuling2020-10-201-2/+6
| * | | | | powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulationMichael Neuling2020-10-201-1/+1
| * | | | | powerpc/powernv/dump: Handle multiple writes to ack attributeVasant Hegde2020-10-191-3/+8
| * | | | | powerpc/powernv/dump: Fix race while processing OPAL dumpVasant Hegde2020-10-191-12/+29
| * | | | | powerpc/smp: Use GFP_ATOMIC while allocating tmp maskSrikar Dronamraju2020-10-191-26/+31
| * | | | | powerpc/smp: Remove unnecessary variableSrikar Dronamraju2020-10-191-9/+4
| * | | | | powerpc/mce: Avoid nmi_enter/exit in real mode on pseries hashGanesh Goudar2020-10-161-4/+3
| * | | | | powerpc/opal_elog: Handle multiple writes to ack attributeAneesh Kumar K.V2020-10-161-3/+8
* | | | | | Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-247-135/+166
|\ \ \ \ \ \
| * | | | | | riscv: remove address space overrides using set_fs()Christoph Hellwig2020-10-044-34/+1
| * | | | | | riscv: implement __get_kernel_nofault and __put_user_nofaultChristoph Hellwig2020-10-041-0/+20
| * | | | | | riscv: refactor __get_user and __put_userChristoph Hellwig2020-10-041-42/+52
| * | | | | | riscv: use memcpy based uaccess for nommu againChristoph Hellwig2020-10-043-19/+20
| * | | | | | asm-generic: make the set_fs implementation optionalChristoph Hellwig2020-10-041-0/+2
| * | | | | | asm-generic: add nommu implementations of __{get,put}_kernel_nofaultChristoph Hellwig2020-10-041-0/+16
| * | | | | | asm-generic: improve the nommu {get,put}_user handlingChristoph Hellwig2020-10-041-40/+51
| * | | | | | uaccess: provide a generic TASK_SIZE_MAX definitionChristoph Hellwig2020-10-041-0/+4
| * | | | | | Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Palmer Dabbelt2020-10-0452-495/+344
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-2410-21/+98
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'qcom-arm64-defconfig-for-5.10' of https://git.kernel.org/pub/scm/l...Olof Johansson2020-10-031-0/+16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | arm64: defconfig: enable Qualcomm ASoC modulesDmitry Baryshkov2020-09-241-0/+3
| | * | | | | | | | arm64: defconfig: qcom: enable GPU clock controller for SM8[12]50Dmitry Baryshkov2020-09-241-0/+2