aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/mach-migor/mach/migor.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-11-09 09:22:08 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2025-11-09 09:22:08 -0800
commit3461e958c1052111f9729d74861cdf44fa2eda61 (patch)
treef12b8bd61e6d54d3f239f11ed92768774575def7 /arch/sh/include/mach-migor/mach/migor.h
parentMerge tag 'drm-fixes-2025-11-09' of https://gitlab.freedesktop.org/drm/kernel (diff)
parentkbuild: Let kernel-doc.py use PYTHON3 override (diff)
downloadlinux-3461e958c1052111f9729d74861cdf44fa2eda61.tar.gz
linux-3461e958c1052111f9729d74861cdf44fa2eda61.zip
Merge tag 'kbuild-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux
Pull Kbuild fixes from Nathan Chancellor: - Strip trailing padding bytes from modules.builtin.modinfo to fix error during modules_install with certain versions of kmod - Drop unused static inline function warning in .c files with clang from W=1 to W=2 - Ensure kernel-doc.py invocations use the PYTHON3 make variable to ensure user's choice of Python interpreter is always respected * tag 'kbuild-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux: kbuild: Let kernel-doc.py use PYTHON3 override compiler_types: Move unused static inline functions warning to W=2 kbuild: Strip trailing padding bytes from modules.builtin.modinfo
Diffstat (limited to 'arch/sh/include/mach-migor/mach/migor.h')
0 files changed, 0 insertions, 0 deletions
='2018-11-13 20:47:55 +0100'>2018-11-13ARM: dts: exynos: Add UHS-I bus speed support to Odroid XU3/XU4/HC1Anand Moon1-0/+3 2018-11-12ARM: dts: exynos: Add missing clocks to RTC node for Arndale boardMarek Szyprowski1-0/+9 2018-11-12ARM: dts: exynos: Add compatible for s5m8767 clocks node on Itop CoreKrzysztof Kozlowski1-0/+1 2018-11-12ARM: dts: exynos: Add compatible for s2mps11 clocks node on Exynos542xKrzysztof Kozlowski3-0/+3 2018-11-04Linux 4.20-rc1v4.20-rc1Linus Torvalds1-2/+2 2018-11-04sched/topology: Fix off by one bugPeter Zijlstra1-1/+1 2018-11-03memory_hotplug: cond_resched in __remove_pagesMichal Hocko1-0/+1 2018-11-03bfs: add sanity check at bfs_fill_super()Tetsuo Handa1-3/+6 2018-11-03kernel/sysctl.c: remove duplicated includeMichael Schupikov1-1/+0 2018-11-03kernel/kexec_file.c: remove some duplicated includeszhong jiang1-2/+0 2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko5-77/+40 2018-11-03ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen1-0/+17 2018-11-03ocfs2: dlmglue: clean up timestamp handlingArnd Bergmann1-17/+9 2018-11-03ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge1-18/+59 2018-11-03ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge1-2/+1 2018-11-03ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge1-2/+2 2018-11-03ocfs2: without quota support, avoid calling quota recoveryGuozhonghua1-17/+34 2018-11-03ocfs2: remove ocfs2_is_o2cb_active()Gang He3-10/+1 2018-11-03mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli1-2/+30 2018-11-03include/linux/notifier.h: SRCU: fix ctagsSam Protsenko1-2/+1 2018-11-03mm: handle no memcg case in memcg_kmem_charge() properlyRoman Gushchin1-1/+1 2018-11-02ARM: dts: stm32: update HASH1 dmas property on stm32mp157cAlexandre Torgue1-1/+1 2018-11-02ARM: orion: avoid VLA in orion_mpp_confArnd Bergmann1-1/+6 2018-11-02iov_iter: Fix 9p virtio breakageMarc Zyngier1-1/+1 2018-11-02cifs: fix signed/unsigned mismatch on aio_read patchSteve French1-6/+11 2018-11-02cifs: don't dereference smb_file_target before null checkColin Ian King1-2/+5 2018-11-02CIFS: Add direct I/O functions to file_operationsLong Li1-6/+4 2018-11-02CIFS: Add support for direct I/O writeLong Li2-41/+164 2018-11-02CIFS: Add support for direct I/O readLong Li3-39/+192 2018-11-02smb3: missing defines and structs for reparse point handlingSteve French2-0/+38 2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French4-0/+65 2018-11-02smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French1-2/+4 2018-11-02smb3: add trace point for tree connectionSteve French2-1/+44 2018-11-02cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King2-3/+3 2018-11-02cifs: fix return value for cifs_listxattrRonnie Sahlberg1-5/+6