summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: avoid attaching SB_ACTIVE flag during mountChao Yu2021-09-162-9/+2
* f2fs: quota: fix potential deadlockChao Yu2021-09-161-1/+2
* f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2021-09-162-2/+2
* Merge tag 'hyperv-fixes-signed-20210915' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-09-163-19/+46
|\
| * x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_allbutselfWei Liu2021-09-111-17/+26
| * asm-generic/hyperv: provide cpumask_to_vpset_noselfWei Liu2021-09-111-2/+19
| * Drivers: hv: vmbus: Fix kernel crash upon unbinding a device from uio_hv_gene...Vitaly Kuznetsov2021-09-031-0/+1
* | Merge tag 'rtc-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-09-161-0/+2
|\ \
| * | rtc: cmos: Disable irq around direct invocation of cmos_interrupt()Chris Wilson2021-09-141-0/+2
* | | qnx4: avoid stringop-overread errorsLinus Torvalds2021-09-151-17/+34
* | | sparc: avoid stringop-overread errorsLinus Torvalds2021-09-151-1/+2
* | | Merge branch 'absolute-pointer' (patches from Guenter)Linus Torvalds2021-09-154-40/+49
|\ \ \
| * | | alpha: Use absolute_pointer to define COMMAND_LINEGuenter Roeck2021-09-151-1/+1
| * | | alpha: Move setup.h out of uapiGuenter Roeck2021-09-152-39/+46
| * | | net: i825xx: Use absolute_pointer for memcpy from fixed memory locationGuenter Roeck2021-09-151-1/+1
| * | | compiler.h: Introduce absolute_pointer macroGuenter Roeck2021-09-151-0/+2
| |/ /
* | | tools/bootconfig: Define memblock_free_ptr() to fix build errorMasami Hiramatsu2021-09-151-2/+1
* | | drm/ttm: fix type mismatch error on sparc64Huang Rui2021-09-141-1/+2
* | | memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-1411-15/+27
* | | ipc: remove memcg accounting for sops objects in do_semtimedop()Vasily Averin2021-09-141-1/+1
* | | powerpc/boot: Fix build failure since GCC 4.9 removalMichael Ellerman2021-09-141-1/+1
* | | tools: compiler-gcc.h: Guard error attribute use with __has_attributeNathan Chancellor2021-09-141-1/+3
* | | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-1318-359/+16
|\ \ \
| * | | Drop some straggling mentions of gcc-4.9 as being staleLinus Torvalds2021-09-134-4/+3
| * | | compiler_attributes.h: drop __has_attribute() support for gcc4Linus Torvalds2021-09-131-20/+0
| * | | vmlinux.lds.h: remove old check for GCC 4.9Nick Desaulniers2021-09-131-4/+0
| * | | compiler-gcc.h: drop checks for older GCC versionsNick Desaulniers2021-09-132-6/+2
| * | | Makefile: drop GCC < 5 -fno-var-tracking-assignments workaroundNick Desaulniers2021-09-131-6/+0
| * | | arm64: remove GCC version check for ARCH_SUPPORTS_INT128Nick Desaulniers2021-09-131-1/+1
| * | | powerpc: remove GCC version check for UPD_CONSTRNick Desaulniers2021-09-131-10/+0
| * | | riscv: remove Kconfig check for GCC version for ARCH_RV64INick Desaulniers2021-09-131-1/+1
| * | | Kconfig.debug: drop GCC 5+ version check for DWARF5Nick Desaulniers2021-09-131-1/+1
| * | | mm/ksm: remove old GCC 4.9+ checkNick Desaulniers2021-09-131-2/+0
| * | | compiler.h: drop fallback overflow checkersNick Desaulniers2021-09-135-293/+6
| * | | Documentation: raise minimum supported version of GCC to 5.1Nick Desaulniers2021-09-132-8/+2
* | | | x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=yWill Deacon2021-09-131-2/+2
| |/ / |/| |
* | | Linux 5.15-rc1v5.15-rc1Linus Torvalds2021-09-131-2/+2
* | | Merge tag 'perf-tools-for-v5.15-2021-09-11' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-09-1336-175/+1147
|\ \ \
| * | | tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2021-09-111-2/+12
| * | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-81/+417
| * | | tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-0/+1
| * | | tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-10/+32
| * | | perf tools: Add an option to build without libbfdIan Rogers2021-09-111-22/+25
| * | | perf tools: Allow build-id with trailing zerosNamhyung Kim2021-09-111-0/+10
| * | | perf tools: Fix hybrid config terms list corruptionAdrian Hunter2021-09-112-9/+27
| * | | perf tools: Factor out copy_config_terms() and free_config_terms()Adrian Hunter2021-09-113-13/+19
| * | | perf tools: Fix perf_event_attr__fprintf() missing/dupl. fieldsAdrian Hunter2021-09-111-1/+4
| * | | perf tools: Ignore Documentation dependency fileIan Rogers2021-09-111-0/+1
| * | | perf bpf: Provide a weak btf__load_from_kernel_by_id() for older libbpf versionsArnaldo Carvalho de Melo2021-09-101-0/+8
| * | | tools include UAPI: Update linux/mount.h copyArnaldo Carvalho de Melo2021-09-101-1/+2