summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftests/timens: Add a test for futex()Andrei Vagin2020-10-202-1/+111
* futex: Adjust absolute futex timeouts with per time namespace offsetAndrei Vagin2020-10-201-0/+5
* Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-2031-241/+1212
|\
| * RISC-V: Add page table dump support for uefiAtish Patra2020-10-021-6/+42
| * RISC-V: Add EFI runtime servicesAtish Patra2020-10-0211-4/+287
| * RISC-V: Add EFI stub support.Atish Patra2020-10-027-1/+180
| * RISC-V: Add PE/COFF header for EFI stubAtish Patra2020-10-025-2/+212
| * RISC-V: Implement late mapping page table allocation functionsAtish Patra2020-10-021-31/+99
| * RISC-V: Add early ioremap supportAtish Patra2020-10-026-0/+51
| * RISC-V: Move DT mapping outof fixmapAnup Patel2020-10-026-22/+20
| * Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/l...Palmer Dabbelt2020-10-0210-209/+62
| |\
| * | RISC-V: Fix duplicate included thread_info.hTian Tao2020-09-161-1/+0
| * | riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault()Pekka Enberg2020-09-161-1/+2
| * | riscv/mm/fault: Fix inline placement in vmalloc_fault() declarationPekka Enberg2020-09-161-1/+1
| * | riscv: Add cache information in AUX vectorZong Li2020-09-164-2/+71
| * | riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOZong Li2020-09-161-0/+3
| * | riscv: Set more data to cacheinfoZong Li2020-09-161-15/+51
| * | riscv/mm/fault: Move access error check to functionPekka Enberg2020-09-161-21/+27
| * | riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault()Pekka Enberg2020-09-161-1/+3
| * | riscv/mm/fault: Simplify mm_fault_error()Pekka Enberg2020-09-161-23/+18
| * | riscv/mm/fault: Move fault error handling to mm_fault_error()Pekka Enberg2020-09-161-25/+31
| * | riscv/mm/fault: Simplify fault error handlingPekka Enberg2020-09-161-10/+8
| * | riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()Pekka Enberg2020-09-161-82/+82
| * | riscv/mm/fault: Move bad area handling to bad_area()Pekka Enberg2020-09-161-27/+40
| * | riscv/mm/fault: Move no context handling to no_context()Pekka Enberg2020-09-161-31/+52
| * | riscv/mm: Simplify retry logic in do_page_fault()Pekka Enberg2020-09-161-11/+9
* | | Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-206-559/+402
|\ \ \
| * | | serial: mcf: add sysrq capabilityAngelo Dureghello2020-10-071-0/+1
| * | | m68knommu: include SDHC support only when hardware has itGreg Ungerer2020-10-051-3/+3
| * | | m68knommu: fix sparse warnings in signal codeGreg Ungerer2020-10-051-2/+4
| * | | m68knommu: switch to using asm-generic/uaccess.hGreg Ungerer2020-10-054-554/+395
* | | | Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-1937-509/+1023
|\ \ \ \
| * | | | xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=nDarrick J. Wong2020-10-171-0/+1
| * | | | xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong2020-10-171-7/+4
| * | | | xfs: annotate grabbing the realtime bitmap/summary locks in growfsDarrick J. Wong2020-10-131-2/+2
| * | | | xfs: make xfs_growfs_rt update secondary superblocksDarrick J. Wong2020-10-131-1/+7
| * | | | xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong2020-10-131-2/+8
| * | | | xfs: fix the indent in xfs_trans_mod_dquotKaixu Xia2020-10-071-28/+15
| * | | | xfs: do the ASSERT for the arguments O_{u,g,p}dqppKaixu Xia2020-10-071-0/+3
| * | | | xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong2020-10-073-71/+124
| * | | | xfs: limit entries returned when counting fsmap recordsDarrick J. Wong2020-10-071-0/+3
| * | | | xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong2020-10-071-0/+16
| * | | | xfs: expose the log push thresholdDarrick J. Wong2020-10-072-10/+32
| * | | | xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-079-0/+168
| * | | | xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong2020-10-071-1/+10
| * | | | xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong2020-10-077-13/+61
| * | | | xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong2020-10-071-18/+23
| * | | | xfs: clean up bmap intent item recovery checkingDarrick J. Wong2020-10-071-26/+12
| * | | | xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong2020-10-073-3/+20
| * | | | xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong2020-10-073-18/+11