aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu2021-01-071-0/+3
| * | | | | | | | | RDMA/restrack: Don't treat as an error allocation ID wrappingLeon Romanovsky2021-01-071-0/+1
| * | | | | | | | | RDMA/ucma: Do not miss ctx destruction steps in some casesJason Gunthorpe2021-01-061-63/+72
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-01-1510-129/+186
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ext4: remove expensive flush on fast commitDaejun Park2021-01-151-5/+5
| * | | | | | | | | ext4: fix bug for rename with RENAME_WHITEOUTyangerkun2021-01-151-8/+9
| * | | | | | | | | ext4: fix wrong list_splice in ext4_fc_cleanupDaejun Park2021-01-151-1/+1
| * | | | | | | | | ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERRYi Li2021-01-151-11/+12
| * | | | | | | | | ext4: don't leak old mountpoint samplesTheodore Ts'o2020-12-221-1/+1
| * | | | | | | | | ext4: drop ext4_handle_dirty_super()Jan Kara2020-12-227-30/+10
| * | | | | | | | | ext4: fix superblock checksum failure when setting password saltJan Kara2020-12-221-0/+3
| * | | | | | | | | ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super()Jan Kara2020-12-221-11/+10
| * | | | | | | | | ext4: save error info to sb through journal if availableJan Kara2020-12-221-26/+75
| * | | | | | | | | ext4: protect superblock modifications with a buffer lockJan Kara2020-12-227-2/+28
| * | | | | | | | | ext4: drop sync argument of ext4_commit_super()Jan Kara2020-12-221-25/+22
| * | | | | | | | | ext4: combine ext4_handle_error() and save_error_info()Jan Kara2020-12-221-17/+17
* | | | | | | | | | Merge tag '5.11-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-01-155-7/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cifs: style: replace one-element array with flexible-arrayYANG LI2021-01-131-1/+1
| * | | | | | | | | | cifs: connect: style: Simplify bool comparisonYANG LI2021-01-131-1/+1
| * | | | | | | | | | fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong2021-01-131-3/+1
| * | | | | | | | | | cifs: fix interrupted close commandsPaulo Alcantara2021-01-131-1/+1
| * | | | | | | | | | cifs: check pointer before freeingTom Rix2021-01-131-1/+2
* | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-01-1517-107/+56
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | arm64: selftests: Fix spelling of 'Mismatch'Mark Brown2021-01-152-2/+2
| * | | | | | | | | | | arm64: syscall: include prototype for EL0 SVC functionsMark Rutland2021-01-151-0/+1
| * | | | | | | | | | | compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon2021-01-151-0/+6
| * | | | | | | | | | | arm64: make atomic helpers __always_inlineArnd Bergmann2021-01-132-8/+8
| * | | | | | | | | | | arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv2021-01-134-17/+17
| * | | | | | | | | | | Revert "arm64: Enable perf events based hard lockup detector"Will Deacon2021-01-134-48/+2
| * | | | | | | | | | | arm64: entry: remove redundant IRQ flag tracingMark Rutland2021-01-132-15/+1
| * | | | | | | | | | | arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas2021-01-122-17/+19
| |/ / / / / / / / / /
* | | | | | | | | | | Merge tag 'mips_fixes_5.11.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-01-155-4/+25
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciuMenglong Dong2021-01-131-1/+1
| * | | | | | | | | | MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin2021-01-131-2/+8
| * | | | | | | | | | MIPS: Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumpsAl Viro2020-12-282-0/+14
| * | | | | | | | | | MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTBPaul Cercueil2020-12-281-1/+2
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'acpi-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-01-153-4/+17
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'acpi-docs'Rafael J. Wysocki2021-01-151-2/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Documentation: ACPI: EINJ: Fix error type values for PCIe errorsQiuxu Zhuo2021-01-141-2/+2
| | | |/ / / / / / / / | | |/| | | | | | | |
| * / | | | | | | | | ACPI: scan: Harden acpi_device_add() against device ID overflowsDexuan Cui2021-01-112-2/+15
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-1511-54/+129
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/xen: Fix xen_hvm_smp_init() when vector callback not availableDavid Woodhouse2021-01-131-10/+17
| * | | | | | | | | | x86/xen: Don't register Xen IPIs when they aren't going to be usedDavid Woodhouse2021-01-131-2/+2
| * | | | | | | | | | x86/xen: Add xen_no_vector_callback option to test PCI INTX deliveryDavid Woodhouse2021-01-132-1/+14
| * | | | | | | | | | xen: Set platform PCI device INTX affinity to CPU0David Woodhouse2021-01-131-0/+7
| * | | | | | | | | | xen: Fix event channel callback via INTX/GSIDavid Woodhouse2021-01-137-35/+70
| * | | | | | | | | | xen/privcmd: allow fetching resource sizesRoger Pau Monne2021-01-131-6/+19
* | | | | | | | | | | Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-01-153-3/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | iommu/vt-d: Fix duplicate included linux/dma-map-ops.hTian Tao2021-01-121-1/+0
| * | | | | | | | | | | iommu: arm-smmu-qcom: Add sdm630/msm8998 compatibles for qcom quirksKonrad Dybcio2021-01-121-0/+2