Skip to content
Snippets Groups Projects
Select Git revision
  • c537fb4e3d36e7cd1a0837dd577cd30d3d64f1bc
  • drm-misc-templates default
  • wip/final/kci-gitlab-lava-v1
  • wip/vignesh/kci-lava-gitlab-runner
  • kci-gitlab-igt-v8
  • kci-gitlab-igt-v4
  • drm-misc-fixes-2024-10-02
  • drm-misc-next-2024-09-26
  • drm-misc-fixes-2024-09-26
  • drm-misc-next-2024-09-20
  • drm-misc-fixes-2024-09-12
  • drm-misc-fixes-2024-09-05
  • drm-misc-next-fixes-2024-09-05
  • drm-misc-fixes-2024-08-29
  • drm-misc-next-2024-08-29
  • drm-misc-next-2024-08-22
  • drm-misc-fixes-2024-08-22
  • drm-misc-next-2024-08-16
  • drm-misc-fixes-2024-08-15
  • drm-misc-next-2024-08-09
  • drm-misc-fixes-2024-08-08
  • drm-misc-next-2024-08-01
  • drm-misc-fixes-2024-08-01
  • drm-misc-next-fixes-2024-07-25
  • drm-misc-next-fixes-2024-07-19
  • drm-misc-next-fixes-2024-07-11
26 results

scripts

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Linus Torvalds authored
    Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
    
    Pull more non-mm updates from Andrew Morton:
    
     - A series ("kbuild: enable more warnings by default") from Arnd
       Bergmann which enables a number of additional build-time warnings. We
       fixed all the fallout which we could find, there may still be a few
       stragglers.
    
     - Samuel Holland has developed the series "Unified cross-architecture
       kernel-mode FPU API". This does a lot of consolidation of
       per-architecture kernel-mode FPU usage and enables the use of newer
       AMD GPUs on RISC-V.
    
     - Tao Su has fixed some selftests build warnings in the series
       "Selftests: Fix compilation warnings due to missing _GNU_SOURCE
       definition".
    
     - This pull also includes a nilfs2 fixup from Ryusuke Konishi.
    
    * tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (23 commits)
      nilfs2: make block erasure safe in nilfs_finish_roll_forward()
      selftests/harness: use 1024 in place of LINE_MAX
      Revert "selftests/harness: remove use of LINE_MAX"
      selftests/fpu: allow building on other architectures
      selftests/fpu: move FP code to a separate translation unit
      drm/amd/display: use ARCH_HAS_KERNEL_FPU_SUPPORT
      drm/amd/display: only use hard-float, not altivec on powerpc
      riscv: add support for kernel-mode FPU
      x86: implement ARCH_HAS_KERNEL_FPU_SUPPORT
      powerpc: implement ARCH_HAS_KERNEL_FPU_SUPPORT
      LoongArch: implement ARCH_HAS_KERNEL_FPU_SUPPORT
      lib/raid6: use CC_FLAGS_FPU for NEON CFLAGS
      arm64: crypto: use CC_FLAGS_FPU for NEON CFLAGS
      arm64: implement ARCH_HAS_KERNEL_FPU_SUPPORT
      ARM: crypto: use CC_FLAGS_FPU for NEON CFLAGS
      ARM: implement ARCH_HAS_KERNEL_FPU_SUPPORT
      arch: add ARCH_HAS_KERNEL_FPU_SUPPORT
      x86/fpu: fix asm/fpu/types.h include guard
      kbuild: enable -Wcast-function-type-strict unconditionally
      kbuild: enable -Wformat-truncation on clang
      ...
    c760b372
    History
    Name Last commit Last update
    ..