This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from eb67e2396f3 libstdc++: Add .editorconfig files
new 952df9c50b3 riscv: Fix duplicate assmbler label in @tlsdesc<mode> insn
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/riscv/riscv.cc | 4 +---
gcc/config/riscv/riscv.md | 15 +++++++--------
2 files changed, 8 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 48a0f6937d7 vect: Set pattern_stmt_p on the newly created stmt_vec_info
new eb67e2396f3 libstdc++: Add .editorconfig files
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
libstdc++-v3/.editorconfig | 38 ++++++++++++++++++++++++++++++++++
libstdc++-v3/include/std/.editorconfig | 10 +++++++++
2 files changed, 48 insertions(+)
create mode 100644 libstdc++-v3/.editorconfig
create mode 100644 libstdc++-v3/include/std/.editorconfig
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 3352633ce6b2 Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/ [...]
new ad01dadaa9dc block: remove checks for FALLOC_FL_NO_HIDE_STALE
new f95117104476 ext4: remove tracing for FALLOC_FL_NO_HIDE_STALE
new 57413d8e172c fs: sort out the fallocate mode vs flag mess
new 1df1d3b2dcaa xfs: call xfs_flush_unmap_range from xfs_free_file_space
new 72f4d525709b xfs: move the xfs_is_always_cow_inode check into xfs_alloc [...]
new 4acaddf5d1e7 xfs: refactor xfs_file_fallocate
new 7fbabbb4ae2a Merge patch series "Subject: sort out the fallocate mode mess"
new ee25861f26e7 Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub [...]
new 41e8149c8892 proc: add config & param to block forcing mem writes
new b69181b871d9 proc: proc_readfd() -> proc_fd_iterate()
new 55d4860db2a0 proc: proc_readfdinfo() -> proc_fdinfo_iterate()
new 32a0a965b8a5 proc: add proc_splice_unmountable()
new 3836b31c3e71 proc: block mounting on top of /proc/<pid>/map_files/*
new 74ce208089f4 proc: block mounting on top of /proc/<pid>/fd/*
new cf71eaa1ad18 proc: block mounting on top of /proc/<pid>/fdinfo/*
new d80b065bb172 Merge patch series "proc: restrict overmounting of ephemer [...]
new 4ad5f9a021bd proc: fold kmalloc() + strcpy() into kmemdup()
new e8fc317dfca9 Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/sc [...]
The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/admin-guide/kernel-parameters.txt | 10 +
block/fops.c | 10 +-
fs/open.c | 51 ++--
fs/proc/base.c | 65 ++++-
fs/proc/fd.c | 16 +-
fs/proc/generic.c | 4 +-
fs/proc/internal.h | 13 +
fs/xfs/xfs_bmap_util.c | 11 +
fs/xfs/xfs_file.c | 353 ++++++++++++++----------
include/linux/falloc.h | 18 +-
include/trace/events/ext4.h | 1 -
include/uapi/linux/falloc.h | 1 +
security/Kconfig | 32 +++
13 files changed, 385 insertions(+), 200 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8d402c307f2 AVR: Tidy up enum and struct tags.
new 48a0f6937d7 vect: Set pattern_stmt_p on the newly created stmt_vec_info
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/tree-vectorizer.cc | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from d22300518d87 Merge tag 'thermal-6.12-rc1' of git://git.kernel.org/pub/s [...]
new 820a185896b7 fcntl: add F_CREATED_QUERY
new d0fe8920cbe4 selftests: add F_CREATED_QUERY tests
new e02bdb7208e7 Merge patch series "Add an fcntl() to check file creation"
new c393eaa85349 fs: don't flush in-flight wb switches for superblocks with [...]
new 160210cea035 fs/direct-io: Remove linux/prefetch.h include
new de7007f27d91 Fixed: fs: file_table_c: Missing blank line warnings and s [...]
new 4bcda1eaf184 mount: handle OOM on mnt_warn_timestamp_expiry
new 6c203968f5af fs/aio: Fix __percpu annotation of *cpu pointer in struct kioctx
new 6a64c5220c5d autofs: fix missing fput for FSCONFIG_SET_FD
new 66e5cfee6280 coda: use param->file for FSCONFIG_SET_FD
new c01a5d89e5c8 percpu-rwsem: remove the unused parameter 'read'
new 2e91f69afa7e fs: mounts: Remove unused declaration mnt_cursor_del()
new 45fab40d3465 fs: remove comment about d_rcu_to_refcount
new 46460c1d42e8 fs: add a kerneldoc header over lookup_fast
new 0d196e7589ce exec: don't WARN for racy path_noexec check
new c5ae8e5e5a34 fs/namespace.c: Fix typo in comment
new 215ab0d8af59 file: remove outdated comment after close_fd()
new 087adb4f0f91 vfs: dodge smp_mb in break_lease and break_deleg in the co [...]
new 28c7658b2c4a Fix spelling and gramatical errors
new 4f98f380f466 eventpoll: Don't re-zero eventpoll fields
new b9ca079dd6b0 eventpoll: Annotate data-race of busy_poll_usecs
new e747e15156b7 fs: try an opportunistic lookup for O_CREAT opens too
new c65d41c5a527 fs: move audit parent inode
new 4770d96a6d89 fs: pull up trailing slashes check for O_CREAT
new d459c52ab378 fs: remove audit dummy context check
new 0f93bb54a3a5 fs: rearrange general fastpath check now that O_CREAT uses it
new 193b72792fdb fs/select: Annotate struct poll_list with __counted_by()
new 8447d848e1dc vfs: only read fops once in fops_get/put
new 641bb4394f40 fs: move FMODE_UNSIGNED_OFFSET to fop_flags
new 122381a46954 vfs: use RCU in ilookup
new 433f9d76a010 autofs: add per dentry expire timeout
new b381fbbccb4c vfs: elide smp_mb in iversion handling in the common case
new 1aeb6defd11f fs: Use in_group_or_capable() helper to simplify the code
new 3717bbcb5905 doc: correcting the idmapping mount example
new 1c48d441468c inode: remove __I_DIO_WAKEUP
new 3a987b88a425 debugfs show actual source in /proc/mounts
new 57510c58b583 vfs: drop one lock trip in evict()
new 029c3f27fe84 fs: remove unused path_put_init()
new 71ff58ce3428 fs: s/__u32/u32/ for s_fsnotify_mask
new 0ac3396ea4a2 MAINTAINERS: add the VFS git tree
new 88b1afbf0f6b vfs: fix race between evice_inodes() and find_inode()&iput()
new da18ecbf0fb6 fs: add i_state helpers
new 2ed634c96ed1 fs: reorder i_state bits
new 532980cb1bff inode: port __I_SYNC to var event
new 0fe340a98b58 inode: port __I_NEW to var event
new f469e6e6f51b inode: port __I_LRU_ISOLATING to var event
new 2b111edbe0a9 inode: make i_state a u32
new 41b734352c13 Merge patch series "fs: add i_state helpers"
new 73ce1c9fce70 fs: use LIST_HEAD() to simplify code
new 3c58a9575e02 netfs: Delete subtree of 'fs/netfs' when netfs module exits
new 75e4c6bcb88a mnt_idmapping: Use kmemdup_array instead of kmemdup for mu [...]
new 7f7b850689ac fs/inode: Prevent dump_mapping() accessing invalid dentry. [...]
new 459ca85ae1fe writeback: Refine the show_inode_state() macro definition
new 5c40e050e6ac fs: drop GFP_NOFAIL mode from alloc_page_buffers
new b4fef22c2fb9 uapi: explain how per-syscall AT_* flags should be allocated
new 4356d575ef0f fhandle: expose u64 mount id to name_to_handle_at(2)
new 7063c229a836 Merge patch series "fhandle: expose u64 mount id to name_t [...]
new 33d8525dc18f fs/pipe: Correct imprecise wording in comment
new 698e7d168054 proc: Fix typo in the comment
new 2077006d4725 uidgid: make sure we fit into one cacheline
new 8f72c31f45a5 Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/l [...]
new bf9883d57791 ufs: Convert ufs_get_page() to use a folio
new 5fe08b1d7e31 ufs: Convert ufs_get_page() to ufs_get_folio()
new a60b0e8f150f ufs: Convert ufs_check_page() to ufs_check_folio()
new e95d2754458a ufs: Convert ufs_find_entry() to take a folio
new 597697c5adf8 ufs: Convert ufs_set_link() and ufss_dotdot() to take a folio
new 767bd0af25e5 ufs: Convert ufs_delete_entry() to work on a folio
new f4a20e53aba7 ufs: Convert ufs_make_empty() to use a folio
new 128d1e89acb9 ufs: Convert ufs_prepare_chunk() to take a folio
new 0f3e63f30bf5 ufs; Convert ufs_commit_chunk() to take a folio
new 516b97cf03dd ufs: Convert directory handling to kmap_local
new a3b4537f8242 sysv: Convert dir_get_page() to dir_get_folio()
new ba36ee530896 sysv: Convert sysv_find_entry() to take a folio
new 1cfdaf9708ba sysv: Convert sysv_set_link() and sysv_dotdot() to take a folio
new 9b1cf7790e5a sysv: Convert sysv_delete_entry() to work on a folio
new 7f4fb150631b sysv: Convert sysv_make_empty() to use a folio
new d3a2fa28fe51 sysv: Convert sysv_prepare_chunk() to take a folio
new 00753fb5f240 sysv: Convert dir_commit_chunk() to take a folio
new b2aa61556fcf qnx6: Convert qnx6_get_page() to qnx6_get_folio()
new 5563040e8529 qnx6: Convert qnx6_find_entry() to qnx6_find_ino()
new b2f2454c3662 qnx6: Convert qnx6_longname() to take a folio
new 29c42e8b8a78 qnx6: Convert qnx6_checkroot() to use a folio
new 1d49228f2762 qnx6: Convert qnx6_iget() to use a folio
new 25689405bc33 qnx6: Convert directory handling to use kmap_local
new 9cf2de3ddaeb minixfs: Convert dir_get_page() to dir_get_folio()
new 5a77670ff863 minixfs: Convert minix_find_entry() to take a folio
new 6e9ead1ec9f8 minixfs: Convert minix_set_link() and minix_dotdot() to ta [...]
new e033fe609d74 minixfs: Convert minix_delete_entry() to work on a folio
new da2c04c15068 minixfs: Convert minix_make_empty() to use a folio
new cf04e47128af minixfs: Convert minix_prepare_chunk() to take a folio
new 0551bc716e83 minixfs: Convert dir_commit_chunk() to take a folio
new 8eb835a1366f fs: Convert block_write_begin() to use a folio
new 24481ffdc0d1 reiserfs: Convert grab_tail_page() to use a folio
new cc67bcb2c370 reiserfs: Convert reiserfs_write_begin() to use a folio
new 1262249d038a block: Use a folio in blkdev_write_end()
new 696876d03542 buffer: Use a folio in generic_write_end()
new 663459c85199 nilfs2: Use a folio in nilfs_recover_dsync_blocks()
new c4c9c89c8c8e ntfs3: Remove reset_log_file()
new 97edbc02b2ef buffer: Convert block_write_end() to take a folio
new efe2f7a4132d ecryptfs: Convert ecryptfs_write_end() to use a folio
new 6a09084cd4e6 ecryptfs: Use a folio in ecryptfs_write_begin()
new a0f858d450ce f2fs: Convert f2fs_write_end() to use a folio
new dfd2e81d37e1 f2fs: Convert f2fs_write_begin() to use a folio
new 556d0ac068d7 fuse: Convert fuse_write_end() to use a folio
new a060d835cf76 fuse: Convert fuse_write_begin() to use a folio
new 02d8a3227f49 hostfs: Convert hostfs_write_end() to use a folio
new c8dbe54a2e0b jffs2: Convert jffs2_write_end() to use a folio
new 0ee818cc42fc jffs2: Convert jffs2_write_begin() to use a folio
new 87969292a93f orangefs: Convert orangefs_write_end() to use a folio
new 4c7e13850f31 orangefs: Convert orangefs_write_begin() to use a folio
new 3e5d37c5f98a vboxsf: Use a folio in vboxsf_write_end()
new a225800f322a fs: Convert aops->write_end to take a folio
new 1da86618bdce fs: Convert aops->write_begin to take a folio
new 7f90d7f1bc94 ocfs2: Convert ocfs2_write_zero_page to use a folio
new 9f04609f74ec buffer: Convert __block_write_begin() to take a folio
new 3e673d651c37 Merge branch 'work.write.end'
new bcc7d11e6c09 jffs2: Convert jffs2_do_readpage_nolock to take a folio
new 2da4c51a66cd jffs2: Use a folio in jffs2_garbage_collect_dnode()
new 424f8cb74492 Merge patch series "Finish converting jffs2 to folios"
new 2258e22f05af Squashfs: Update page_actor to not use page->index
new 6f09ffb1f4fa Squashfs: Update squashfs_readahead() to not use page->index
new 7f73fcde4d93 Squashfs: Update squashfs_readpage_block() to not use page->index
new fd54fa6efe0d Squashfs: Rewrite and update squashfs_readahead_fragment() [...]
new d937c813f88d Merge patch series "Squashfs: Update code to not use page->index"
new 84e0e03b3088 Squashfs: Ensure all readahead pages have been used
new 2775df6e5e32 Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/ [...]
new 1934b212615d file: reclaim 24 bytes from f_owner
new a55d1cbd1720 fs: switch f_iocb_flags and f_ra
new c0390d541128 fs: pack struct file
new e446f18e98e8 mm: remove unused argument from create_cache()
new d345bd2e9834 mm: add kmem_cache_create_rcu()
new ea566e18b4de fs: use kmem_cache_create_rcu()
new dfdc8d2565e8 Merge patch series "fs,mm: add kmem_cache_create_rcu()"
new 0f389adb4b80 mm: Removed @freeptr_offset to prevent doc warning
new db1faacb3a27 adi: remove unused f_version
new 387b499b789c ceph: remove unused f_version
new 1c5a54af4717 s390: remove unused f_version
new d095a5be7533 fs: add vfs_setpos_cookie()
new b8c7451928ab fs: add must_set_pos()
new ed904935c399 fs: use must_set_pos()
new d688d65a847f fs: add generic_llseek_cookie()
new bad74142a04b affs: store cookie in private data
new 794576e07585 ext2: store cookie in private data
new 4f05ee2f82b4 ext4: store cookie in private data
new 7a7ce8b3ba66 input: remove f_version abuse
new ceaa5e80db7c ocfs2: store cookie in private data
new b4dba2efa810 proc: store cookie in private data
new 3dd4624ffcd2 udf: store cookie in private data
new 0bea8287df6c ufs: store cookie in private data
new 1146e5a69efc ubifs: store cookie in private data
new 5e9b50dea970 fs: add f_pipe
new 5a957bbac3ab pipe: use f_pipe
new 11068e0b64cb fs: remove f_version
new 24a988f75c8a Merge patch series "file: remove f_version"
new 3352633ce6b2 Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/ [...]
The 155 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/filesystems/idmappings.rst | 8 +-
Documentation/filesystems/iomap/design.rst | 6 +-
Documentation/filesystems/locking.rst | 6 +-
Documentation/filesystems/vfs.rst | 12 +-
MAINTAINERS | 1 +
block/fops.c | 12 +-
drivers/char/adi.c | 9 +-
drivers/char/mem.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 +
drivers/gpu/drm/drm_file.c | 3 +-
drivers/gpu/drm/gma500/psb_drv.c | 1 +
drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 47 ++---
drivers/gpu/drm/i915/i915_driver.c | 1 +
drivers/gpu/drm/nouveau/nouveau_drm.c | 1 +
drivers/gpu/drm/radeon/radeon_drv.c | 1 +
drivers/gpu/drm/tegra/drm.c | 1 +
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 1 +
drivers/gpu/drm/xe/xe_device.c | 1 +
drivers/input/input.c | 47 ++---
drivers/md/md-bitmap.c | 2 +-
drivers/net/tun.c | 6 +
drivers/s390/char/hmcdrv_dev.c | 3 -
drivers/tty/tty_io.c | 6 +
fs/adfs/inode.c | 5 +-
fs/affs/dir.c | 44 +++-
fs/affs/file.c | 22 +-
fs/aio.c | 2 +-
fs/autofs/autofs_i.h | 4 +
fs/autofs/dev-ioctl.c | 97 ++++++++-
fs/autofs/expire.c | 7 +-
fs/autofs/inode.c | 5 +-
fs/bcachefs/fs-io-buffered.c | 8 +-
fs/bcachefs/fs-io-buffered.h | 6 +-
fs/bcachefs/fs.c | 10 +-
fs/bfs/file.c | 4 +-
fs/buffer.c | 71 +++----
fs/ceph/addr.c | 13 +-
fs/ceph/dir.c | 1 -
fs/coda/inode.c | 43 ++--
fs/dcache.c | 10 +-
fs/debugfs/inode.c | 8 +
fs/direct-io.c | 6 -
fs/ecryptfs/mmap.c | 86 ++++----
fs/eventpoll.c | 7 +-
fs/exec.c | 31 ++-
fs/exfat/file.c | 8 +-
fs/exfat/inode.c | 9 +-
fs/ext2/dir.c | 32 ++-
fs/ext2/inode.c | 8 +-
fs/ext4/dir.c | 50 +++--
fs/ext4/ext4.h | 6 +-
fs/ext4/inline.c | 21 +-
fs/ext4/inode.c | 37 ++--
fs/ext4/verity.c | 8 +-
fs/f2fs/data.c | 87 ++++----
fs/f2fs/super.c | 8 +-
fs/f2fs/verity.c | 8 +-
fs/fat/inode.c | 9 +-
fs/fcntl.c | 176 ++++++++++++----
fs/fhandle.c | 29 ++-
fs/file.c | 2 +-
fs/file_table.c | 21 +-
fs/fs-writeback.c | 67 +++---
fs/fuse/file.c | 47 ++---
fs/hfs/extent.c | 6 +-
fs/hfs/hfs_fs.h | 2 +-
fs/hfs/inode.c | 5 +-
fs/hfsplus/extents.c | 6 +-
fs/hfsplus/hfsplus_fs.h | 2 +-
fs/hfsplus/inode.c | 5 +-
fs/hostfs/hostfs_kern.c | 23 ++-
fs/hpfs/file.c | 9 +-
fs/hugetlbfs/inode.c | 4 +-
fs/inode.c | 116 +++++++----
fs/internal.h | 1 +
fs/iomap/buffered-io.c | 2 +-
fs/jffs2/file.c | 88 ++++----
fs/jffs2/gc.c | 25 ++-
fs/jfs/inode.c | 8 +-
fs/libfs.c | 41 ++--
fs/locks.c | 6 +-
fs/minix/dir.c | 134 ++++++------
fs/minix/inode.c | 8 +-
fs/minix/minix.h | 40 ++--
fs/minix/namei.c | 32 +--
fs/mnt_idmapping.c | 12 +-
fs/mount.h | 1 -
fs/namei.c | 85 ++++++--
fs/namespace.c | 18 +-
fs/netfs/locking.c | 22 +-
fs/netfs/main.c | 4 +-
fs/nfs/file.c | 7 +-
fs/nilfs2/dir.c | 4 +-
fs/nilfs2/inode.c | 10 +-
fs/nilfs2/recovery.c | 16 +-
fs/notify/dnotify/dnotify.c | 6 +-
fs/ntfs3/file.c | 9 +-
fs/ntfs3/inode.c | 51 +----
fs/ntfs3/ntfs_fs.h | 5 +-
fs/ocfs2/aops.c | 12 +-
fs/ocfs2/aops.h | 2 +-
fs/ocfs2/dir.c | 3 +-
fs/ocfs2/file.c | 28 ++-
fs/ocfs2/file.h | 1 +
fs/ocfs2/mmap.c | 6 +-
fs/omfs/file.c | 4 +-
fs/orangefs/inode.c | 39 ++--
fs/pipe.c | 10 +-
fs/posix_acl.c | 4 +-
fs/proc/base.c | 40 ++--
fs/proc/fd.c | 2 +-
fs/proc/kcore.c | 2 +-
fs/qnx6/dir.c | 88 ++++----
fs/qnx6/inode.c | 25 ++-
fs/qnx6/namei.c | 4 +-
fs/qnx6/qnx6.h | 9 +-
fs/read_write.c | 173 ++++++++++++----
fs/reiserfs/inode.c | 57 +++---
fs/select.c | 2 +-
fs/squashfs/file.c | 86 +++++---
fs/squashfs/file_direct.c | 19 +-
fs/squashfs/page_actor.c | 11 +-
fs/squashfs/page_actor.h | 6 +-
fs/super.c | 4 +-
fs/sysv/dir.c | 158 +++++++--------
fs/sysv/itree.c | 8 +-
fs/sysv/namei.c | 32 +--
fs/sysv/sysv.h | 20 +-
fs/ubifs/dir.c | 64 ++++--
fs/ubifs/file.c | 13 +-
fs/udf/dir.c | 28 ++-
fs/udf/file.c | 2 +-
fs/udf/inode.c | 12 +-
fs/ufs/dir.c | 259 ++++++++++++------------
fs/ufs/inode.c | 12 +-
fs/ufs/namei.c | 39 ++--
fs/ufs/ufs.h | 20 +-
fs/ufs/util.h | 6 +-
fs/vboxsf/file.c | 24 +--
include/drm/drm_accel.h | 3 +-
include/drm/drm_gem.h | 3 +-
include/drm/drm_gem_dma_helper.h | 1 +
include/linux/buffer_head.h | 17 +-
include/linux/filelock.h | 14 +-
include/linux/fs.h | 200 +++++++++++-------
include/linux/path.h | 6 -
include/linux/percpu-rwsem.h | 2 +-
include/linux/slab.h | 9 +
include/linux/syscalls.h | 2 +-
include/linux/user_namespace.h | 6 +-
include/linux/writeback.h | 7 +-
include/trace/events/writeback.h | 10 +-
include/uapi/linux/auto_fs.h | 2 +-
include/uapi/linux/fcntl.h | 84 +++++---
kernel/user.c | 6 +-
mm/filemap.c | 6 +-
mm/mmap.c | 2 +-
mm/shmem.c | 11 +-
mm/slab.h | 2 +
mm/slab_common.c | 138 +++++++++----
mm/slub.c | 20 +-
net/core/sock.c | 2 +-
security/selinux/hooks.c | 2 +-
security/smack/smack_lsm.c | 2 +-
tools/testing/selftests/core/close_range_test.c | 39 ++++
165 files changed, 2400 insertions(+), 1645 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 719edcba4d1 libstdc++: Update link to installation docs
new 9f8e18213cb AVR: Partially revert r15-3623.
new 8d402c307f2 AVR: Tidy up enum and struct tags.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/avr/avr-c.cc | 4 +-
gcc/config/avr/avr-dimode.md | 6 +-
gcc/config/avr/avr-passes.cc | 8 +--
gcc/config/avr/avr-protos.h | 12 ++--
gcc/config/avr/avr.cc | 128 ++++++++++++++++++++-----------------------
gcc/config/avr/avr.md | 8 +--
6 files changed, 77 insertions(+), 89 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 114143a59589 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm [...]
new f2519d4d4fc4 ARC: Emulate one-byte cmpxchg
new c81a748edefd sh: Emulate one-byte cmpxchg
new e799bef0d9c8 xtensa: Emulate one-byte cmpxchg
new 980bcd35ae0a Merge tag 'cmpxchg.2024.09.15a' of git://git.kernel.org/pu [...]
new dc0dddb1d66d KVM: arm64: Invalidate EL1&0 TLB entries for all VMIDs in [...]
new ed49fe5a6fb9 KVM: arm64: Ensure TLBI uses correct VMID after changing context
new 0d56099ed557 Merge branch kvm-arm64/tlbi-fixes-6.12 into kvmarm-master/next
new 38753cbc4dca KVM: arm64: Move data barrier to end of split walk
new ae41d7dbaeb4 KVM: arm64: Release pfn, i.e. put page, if copying MTE tag [...]
new e0b7de4fd18c KVM: arm64: Disallow copying MTE to guest memory while KVM [...]
new f26a525b77e0 KVM: arm64: Add memory length checks and remove inline in [...]
new 8884fd12f280 Merge branch kvm-arm64/mmu-misc-6.12 into kvmarm-master/next
new b55688943597 KVM: arm64: Move SVCR into the sysreg array
new d4db98791aa5 KVM: arm64: Add predicate for FPMR support in a VM
new 7d9c1ed6f4bf KVM: arm64: Move FPMR into the sysreg array
new ef3be86021c3 KVM: arm64: Add save/restore support for FPMR
new b8f669b491ec KVM: arm64: Honor trap routing for FPMR
new 6d7307651a8a KVM: arm64: Expose ID_AA64FPFR0_EL1 as a writable ID reg
new c9150a8ad9cd KVM: arm64: Enable FP8 support when available and configured
new 13c7a51eeb74 KVM: arm64: Expose ID_AA64PFR2_EL1 to userspace and guests
new 091258a0a0f8 Merge branch kvm-arm64/fpmr into kvmarm-master/next
new d2137ba8d8fe KVM: arm64: Move GICv3 trap configuration to kvm_calculate [...]
new 5739a961b542 KVM: arm64: Force SRE traps when SRE access is not enabled
new 8d917e0a8651 KVM: arm64: Force GICv3 trap activation when no irqchip is [...]
new 795a0bbaeee2 KVM: arm64: Add helper for last ditch idreg adjustments
new 5cb57a1aff75 KVM: arm64: Zero ID_AA64PFR0_EL1.GIC when no GICv3 is pres [...]
new 9f5deace58da KVM: arm64: Add ICH_HCR_EL2 to the vcpu state
new 15a1ba8d0498 KVM: arm64: Add trap routing information for ICH_HCR_EL2
new 59af011d001b KVM: arm64: Honor guest requested traps in GICv3 emulation
new 4a999a1d7ae5 KVM: arm64: Make most GICv3 accesses UNDEF if they trap
new cd08d3216fc4 KVM: arm64: Unify UNDEF injection helpers
new de2e75209303 KVM: arm64: Add selftest checking how the absence of GICv3 [...]
new 4641c7ea88d1 KVM: arm64: selftests: Cope with lack of GICv3 in set_id_regs
new acf2ab289970 Merge branch kvm-arm64/vgic-sre-traps into kvmarm-master/next
new ca1a18368d76 KVM: arm64: selftests: Ensure pending interrupts are handl [...]
new 54306f564441 KVM: arm64: selftests: Add arch_timer_edge_cases selftest
new f77e63e2748b Merge branch kvm-arm64/selftests-6.12 into kvmarm-master/next
new 4abc783e4741 arm64: Add missing APTable and TCR_ELx.HPD masks
new 6dcd2ac7ea7c arm64: Add PAR_EL1 field description
new b229b46b0bf7 arm64: Add system register encoding for PSTATE.PAN
new 5fddf9abc31a arm64: Add ESR_ELx_FSC_ADDRSZ_L() helper
new 4155539bc5ba KVM: arm64: nv: Enforce S2 alignment when contiguous bit is set
new 0a0f25b71ca5 KVM: arm64: nv: Turn upper_attr for S2 walk into the full [...]
new 90659853febc KVM: arm64: nv: Honor absence of FEAT_PAN2
new 477e89cabb14 KVM: arm64: nv: Add basic emulation of AT S1E{0,1}{R,W}
new be0135bde1df KVM: arm64: nv: Add basic emulation of AT S1E1{R,W}P
new e794049b9acb KVM: arm64: nv: Add basic emulation of AT S1E2{R,W}
new be04cebf3e78 KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W}
new 97634dac1974 KVM: arm64: nv: Make ps_to_output_size() generally available
new d6a01a2dc760 KVM: arm64: nv: Add SW walker for AT S1 emulation
new 2441418f3aad KVM: arm64: nv: Sanitise SCTLR_EL1.EPAN according to VM co [...]
new d95bb9ef164e KVM: arm64: nv: Make AT+PAN instructions aware of FEAT_PAN3
new 8df747f4f3a5 KVM: arm64: nv: Plumb handling of AT S1* traps from EL2
new ff987ffc0c18 KVM: arm64: nv: Add support for FEAT_ATS1A
new 2e0f239457c1 Merge branch kvm-arm64/nv-at-pan into kvmarm-master/next
new 29caeda359da KVM: arm64: Move pagetable definitions to common header
new acc3d3a81766 arm64: ptdump: Expose the attribute parsing functionality
new 9182301a7bd2 arm64: ptdump: Use the ptdump description from a local context
new 79c4c7284f92 arm64: ptdump: Don't override the level when operating on [...]
new 7c4f73548ed1 KVM: arm64: Register ptdump with debugfs on guest creation
new f62546905126 Merge branch kvm-arm64/s2-ptdump into kvmarm-master/next
new 989fce63b2cb KVM: arm64: Simplify handling of CNTKCTL_EL12
new 84ed45456cee KVM: arm64: Simplify visibility handling of AArch32 SPSR_*
new 0746096faca0 KVM: arm64: Get rid of REG_HIDDEN_USER visibility qualifier
new 17a000564499 Merge branch kvm-arm64/visibility-cleanups into kvmarm-mas [...]
new 091b2ecaa308 Merge tag 'kvmarm-6.12' of git://git.kernel.org/pub/scm/li [...]
new e5ba90abb2eb LoongArch: Revert qspinlock to test-and-set simple lock on VM
new a53f48b6327c LoongArch: KVM: Add VM feature detection function
new b67ee19a907d LoongArch: KVM: Add Binary Translation extension support
new acc7f20d54a3 LoongArch: KVM: Add vm migration support for LBT registers
new f4e40ea9f78f LoongArch: KVM: Add PMU support for guest
new cdc118f80241 LoongArch: KVM: Enable paravirt feature control from VMM
new 3abb708ec0be LoongArch: KVM: Implement function kvm_para_has_feature()
new 1a371190a375 Merge tag 'loongarch-kvm-6.12' of git://git.kernel.org/pub [...]
new 6b7b282e6bae RISC-V: KVM: Fix sbiret init before forwarding to userspace
new 47d40d93292d RISC-V: KVM: Don't zero-out PMU snapshot area before freeing data
new 7d1ffc8b087e RISC-V: KVM: Allow legacy PMU access from guest
new 5aa09297a3dc RISC-V: KVM: Fix to allow hpmcounter31 from the guest
new 0cdcc99eeaed Merge tag 'kvm-riscv-6.12-1' of https://github.com/kvm-ris [...]
new 64dd3b6a79f0 Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/ [...]
new 6924e9b2ac60 ACPI: PM: Quirk ASUS ROG M16 to default to S3 sleep
new a5242874488e ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in acp [...]
new 36b531aace37 ACPICA: Detect FACS in reduced hardware build
new 36b5c1dc4b22 ACPICA: Allow setting waking vector on reduced hardware platforms
new 7afea7bc49c5 ACPICA: haiku: Fix invalid value used for semaphores
new ff418f34ba44 ACPICA: Complete CXL 3.0 CXIMS structures
new 7741e3c5f848 ACPICA: SPCR: Update the SPCR table to version 4
new 4aca2bef90bd ACPICA: Headers: Add RISC-V SBI Subtype to DBG2
new 703c730794ca ACPICA: Implement the Dword_PCC Resource Descriptor Macro
new cf94e10a037c ACPICA: MPAM: Correct the typo in struct acpi_mpam_msc_nod [...]
new 632b746b108e ACPICA: Implement ACPI_WARNING_ONCE and ACPI_ERROR_ONCE
new c82c507126c9 ACPICA: executer/exsystem: Don't nag user about every Stal [...]
new cff8a9f66a93 ACPICA: Allow PCC Data Type in MCTP resource.
new 5accb265f7a1 ACPICA: Fix memory leak if acpi_ps_get_next_namepath() fails
new e6169a8ffee8 ACPICA: Fix memory leak if acpi_ps_get_next_field() fails
new 76a09d941c5c ACPICA: Allow for supressing leading zeros when using acpi [...]
new 0e89a0fc55f0 ACPICA: Add support for supressing leading zeros in hex strings
new db0a507cb24d ACPICA: Update integer-to-hex-string conversions
new dd067afe3f8c ACPICA: Add support for Windows 11 22H2 _OSI string
new 5506544dc2e4 ACPICA: Avoid warning for Dump Functions
new 6143f9616627 ACPICA: HMAT: Add extended linear address mode to MSCIS
new a0a2459b7941 ACPICA: iasl: handle empty connection_node
new dbd0ec3cf452 ACPICA: Allow for more flexibility in _DSM args
new 9af32b4a25f5 ACPICA: Setup for ACPICA release 20240827
new 13f4eb6b538e Merge branch 'acpica'
new e9252c37684c Merge tag 'irq-urgent-2024-08-25' of ssh://gitolite.kernel [...]
new 789befdfa389 arm64: PCI: Migrate ACPI related functions to pci-acpi.c
new a9b8f337ea4e ACPI: scan: Add a weak arch_sort_irqchip_probe() to order [...]
new f7d7ccf92f2b ACPI: bus: Add acpi_riscv_init() function
new 76d749c58f4c ACPI: scan: Refactor dependency creation
new 15f210f43e95 ACPI: scan: Add RISC-V interrupt controllers to honor list
new 8cf252737b41 ACPI: scan: Define weak function to populate dependencies
new 21734d29f84a ACPI: bus: Add RINTC IRQ model for RISC-V
new 2cb9155d116c ACPI: pci_link: Clear the dependencies after probe
new 01415e78cf72 ACPI: RISC-V: Implement PCI related functionality
new f8bba143dae1 ACPI: RISC-V: Implement function to reorder irqchip probe entries
new e77b8dc02a1c ACPI: RISC-V: Initialize GSI mapping structures
new 1b173cc4bfcd ACPI: RISC-V: Implement function to add implicit dependencies
new f8619b66bdb1 irqchip/riscv-intc: Add ACPI support for AIA
new aa143df8fd75 irqchip/riscv-imsic-state: Create separate function for DT
new fbe826b1c106 irqchip/riscv-imsic: Add ACPI support
new 5122e380c23b irqchip/riscv-aplic: Add ACPI support
new 206dd13a1011 irqchip/sifive-plic: Add ACPI support
new 45de40574feb Merge branch 'acpi-riscv'
new dc171114926e ACPI: EC: Do not release locks during operation region accesses
new f0121bfe11b3 Merge an earlier EC driver change for 6.12.
new 4bb1e7d02741 ACPI: sysfs: validate return type of _STR method
new 52831d9bbc9a ACPI: sysfs: evaluate _STR on each sysfs access
new f6bae04a40f4 ACPI: sysfs: manage attributes as attribute_group
new cd4884724500 ACPI: sysfs: manage sysfs attributes through device core
new bb664e50a9e0 ACPI: sysfs: remove return value of acpi_device_setup_files()
new eeef9150a174 ACPI: utils: Add rev/func to message when acpi_evaluate_ds [...]
new 8eea417b5748 ACPI: APD: Add AMDI0015 as platform device
new 4ed63b31dca8 Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-utils' and ' [...]
new 142acc42a744 ACPI: battery: Use strscpy() instead of strcpy()
new 3745de7f2d00 ACPI: battery: Remove redundant NULL initalizations
new eea3d532d87a ACPI: battery: use driver core managed async probing
new 07442c46abad ACPI: PMIC: Remove unneeded check in tps68470_pmic_opregio [...]
new 60949b7b8054 ACPI: CPPC: Fix MASK_VAL() usage
new aaf21ac93909 ACPI: CPPC: Add support for setting EPP register in FFH
new 5ac5f3f80aea ACPI: processor: Reduce the log level of a per-CPU message [...]
new bb19180d7185 Merge branches 'acpi-battery', 'acpi-pmic', 'acpi-cppc' an [...]
new 7dc918daaf29 ACPI: video: force native for Apple MacbookPro9,2
new 4be50f991850 ACPI: video: Make Lenovo Yoga Tab 3 X90F DMI match less strict
new 1728e57a9d26 ACPI: x86: Make Lenovo Yoga Tab 3 X90F DMI match less strict
new eb7b0f12e13b ACPI: video: Add force_vendor quirk for Panasonic Toughbook CF-18
new b53f09ecd602 ACPI: resource: Do IRQ override on MECHREV GM7XG0M
new 49e9cc315604 ACPI: resource: Skip IRQ override on Asus Vivobook Go E1404GAB
new a98cfe6ff15b ACPI: resource: Add another DMI match for the TongFang GMxXGxx
new 0a2ed70a549e ACPI: PAD: fix crash in exit_round_robin()
new b32c9df02e9e ACPI: AC: Use strscpy() instead of strcpy()
new 4fe1135c22a6 ACPI: PAD: Use strscpy() instead of strcpy()
new 6c7bfb7df0e6 ACPI: acpi_processor: Use strscpy instead() of strcpy()
new f70ae2df130d ACPI: battery : Use strscpy() instead of strcpy()
new 1b9c2e94df14 ACPI: bus: Define and use symbols for device and class nam [...]
new 7fcf82e73487 ACPI: button: Use strscpy() instead of strcpy()
new 3dd2fcf49635 Merge branches 'acpi-video', 'acpi-resource', 'acpi-pad' a [...]
new 11b3125073d1 Merge tag 'acpi-6.12-rc1' of git://git.kernel.org/pub/scm/ [...]
new 53e4e2b51727 PM/devfreq: governor: add missing MODULE_DESCRIPTION() macros
new 629277b7f575 PM / devfreq: exynos: Use Use devm_clk_get_enabled() helpers
new d47552124bb0 PM / devfreq: imx-bus: Use of_property_present()
new 83710aaff08a Merge tag 'devfreq-next-for-6.12' of ssh://gitolite.kernel [...]
new 0f127178892e cpufreq: powerpc: add missing MODULE_DESCRIPTION() macros
new 37c6dccd6837 cpufreq: Remove LATENCY_MULTIPLIER
new 3ca2a3d1e727 cpufreq: intel_pstate: Support Granite Rapids and Sierra F [...]
new c4a6c82c9e83 Merge back cpufreq material for 6.12
new 5a9d10145a54 x86/sched: Add basic support for CPU capacity scaling
new 929ebc93ccaa cpufreq: intel_pstate: Set asymmetric CPU capacity on hybr [...]
new 287f97a1510b Merge back cpufreq material for 6.12
new c3e093efbc6c cpufreq/amd-pstate: Catch failures for amd_pstate_epp_upda [...]
new 222caf5520c6 Merge tag 'amd-pstate-v6.12-2024-09-04' of ssh://gitolite. [...]
new 872cc94c7e3d cpufreq: Use of_property_present()
new 9b3cc56c24d8 cpufreq: spear: Use of_property_for_each_u32() instead of [...]
new 5c326d24c1b3 cpufreq: qcom: Add explicit io.h include for readl/writel_relaxed
new b81f97031a0e cpufreq: omap: Drop asm includes
new 1ffec650d07f cpufreq: armada-8k: Avoid excessive stack usage
new 3f66425a4fc8 cpufreq: Enable COMPILE_TEST on Arm drivers
new 81746019b9fb cpufreq: Drop CONFIG_ARM and CONFIG_ARM64 dependency on Ar [...]
new 49243adc715e cpufreq/amd-pstate: Add the missing cpufreq_cpu_put()
new 24f9bfb847b7 cpufreq: Fix warning on unused of_device_id tables for !CONFIG_OF
new b14ceb82c3a1 cpufreq: Add SM7325 to cpufreq-dt-platdev blocklist
new 5493f9714e4c cpufreq: amd-pstate: add check for cpufreq_cpu_get's return value
new 2b7ec33e534f cpufreq: loongson3: Use raw_smp_processor_id() in do_servi [...]
new abc00ffda43b cpufreq: ti-cpufreq: Introduce quirks to handle syscon fai [...]
new 87fa4bd351a5 cpufreq: Fix the cacography in powernv-cpufreq.c
new 6b612d1bac67 cpufreq: ti-cpufreq: Use socinfo to get revision in AM62 family
new 6af3aab6c7cf Merge tag 'cpufreq-arm-updates-6.12' of ssh://gitolite.ker [...]
new 2bcec09cc4ae x86/amd: Move amd_get_highest_perf() from amd.c to cppc.c
new 01ced022e125 ACPI: CPPC: Adjust return code for inline functions in !CO [...]
new 6c09e3b445a1 x86/amd: Rename amd_get_highest_perf() to amd_get_boost_ra [...]
new 3355ac254105 ACPI: CPPC: Drop check for non zero perf ratio
new 21fb59ab4b97 ACPI: CPPC: Adjust debug messages in amd_set_max_freq_rati [...]
new 2819bfef6483 x86/amd: Move amd_get_highest_perf() out of amd-pstate
new 279f838a61f9 x86/amd: Detect preferred cores in amd_get_boost_ratio_num [...]
new ad4caad58d91 cpufreq: amd-pstate: Merge amd_pstate_highest_perf_set() i [...]
new 45722e777fd9 cpufreq: amd-pstate: Optimize amd_pstate_update_limits()
new b96b82d1af7f cpufreq: amd-pstate: Add documentation for `amd_pstate_hw_ [...]
new 15a2b764ea7c amd-pstate: Add missing documentation for `amd_pstate_pref [...]
new 8d916815b0af cpufreq/amd-pstate: Export symbols for changing modes
new 3e39e68dfbb6 cpufreq/amd-pstate-ut: Add test case for mode switches
new 93497752dfed cpufreq/amd-pstate-ut: Fix an "Uninitialized variables" issue
new 9bcf30348f32 Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite. [...]
new 415dff1c96cc Merge branch 'pm-cpufreq'
new 370406bf5738 intel_idle: add Granite Rapids Xeon support
new 5bb33212b5c6 intel_idle: Disable promotion to C1E on Jasper Lake and El [...]
new a309320ddbac cpuidle: riscv-sbi: Use scoped device node handling to fix [...]
new d5c667e049ee cpuidle: riscv-sbi: Simplify with scoped for each OF child loop
new 6baacf9391c0 cpuidle: remove dead code from cpuidle_enter_state()
new 166df51097a2 powercap/intel_rapl: Add support for AMD family 1Ah
new 26096aed255f powercap/intel_rapl: Fix the energy-pkg event for AMD CPUs
new eca0f1b0bbf9 powercap: intel_rapl: Add support for ArrowLake-U platform
new 95f6580352a7 powercap: intel_rapl: Fix off by one in get_rpi()
new 6b08b4ee5e60 powercap: intel_rapl: Change an error pointer to NULL
new 52f1192887f8 Merge branches 'pm-cpuidle' and 'pm-powercap'
new 6306653cd84f PM: hibernate: Use sysfs_emit() and sysfs_emit_at() in "sh [...]
new a712f03fe8b1 PM: sleep: Use sysfs_emit() and sysfs_emit_at() in "show" [...]
new c62362e786f3 Documentation: PM: Discourage use of deprecated macros
new c3565a35d971 PM: hibernate: Remove unused stub for saveable_highmem_page()
new 84e927aa679f opp: ti: Drop unnecessary of_match_ptr()
new a84372012e93 dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers
new 339d9d8792ae Merge tag 'opp-updates-6.12' of ssh://gitolite.kernel.org/ [...]
new dd7c445beb7b pm-graph: Make git ignore sleepgraph.py artifacts
new 387ce37ed57c pm-graph: Update directory handling and installation proce [...]
new 76fb981ad677 tools/cpupower: display residency value in idle-info
new 6482439d3d19 Merge tag 'linux-cpupower-6.12-rc1' of ssh://gitolite.kern [...]
new 4b80294fb538 pm:cpupower: Add missing powercap_set_enabled() stub function
new 338f490e07bc pm:cpupower: Add SWIG bindings files for libcpupower
new 660475266b74 pm:cpupower: Include test_raw_pylibcpupower.py
new 757eebc10839 MAINTAINERS: Add Maintainers for SWIG Python bindings
new 80e67f1802d0 pm:cpupower: Add error warning when SWIG is not installed
new ffa1f26d3ddf Merge tag 'linux-cpupower-6.12-rc1-2' of ssh://gitolite.ke [...]
new 0a06811d664b Merge branches 'pm-sleep', 'pm-opp' and 'pm-tools'
new 02824a5fd11f Merge tag 'pm-6.12-rc1' of git://git.kernel.org/pub/scm/li [...]
new 5df9809c424f thermal: broadcom: Use thermal_zone_get_crit_temp() in bcm [...]
new 1ac1503cffd8 thermal: hisi: Use thermal_zone_for_each_trip() in hisi_th [...]
new ab446887ea77 thermal: qcom: Use thermal_zone_get_crit_temp() in qpnp_tm_init()
new 289a54f6115a thermal: tegra: Introduce struct trip_temps for critical a [...]
new 5136f99b9a4a thermal: tegra: Use thermal_zone_for_each_trip() for walki [...]
new 96d819908de0 thermal: helpers: Drop get_thermal_instance()
new 79f194dd54ce thermal: trip: Get rid of thermal_zone_get_num_trips()
new 8ecd953ca585 thermal: trip: Drop thermal_zone_get_trip()
new 66b263306a86 thermal: core: Store trip sysfs attributes in thermal_trip_desc
new afd84fb10ced thermal: sysfs: Get to trips via attribute pointers
new 107280e1371f thermal: sysfs: Refine the handling of trip hysteresis changes
new 5ae98b5a9f3a Merge back thermal core material for 6.12.
new f9ba1e051786 thermal/core: Compute low and high boundaries in thermal_z [...]
new f6a034f2df42 thermal: Introduce a debugfs-based testing facility
new a8bbe6f10f78 thermal: core: Fold two functions into their respective callers
new b4e6d3981731 thermal: core: Rearrange checks in thermal_bind_cdev_to_trip()
new eb3591cde1ae thermal: core: Drop redundant thermal instance checks
new 0a0a40d71cf5 thermal: sysfs: Use the dev argument in instance-related s [...]
new d48005511a54 thermal: core: Move thermal zone locking out of bind/unbin [...]
new aa35e56a5217 thermal: core: Introduce .should_bind() thermal zone callback
new b1c75b3820c1 thermal: ACPI: Use the .should_bind() thermal zone callback
new 2fb856336417 thermal: core: Unexport thermal_bind_cdev_to_trip() and th [...]
new 13b6b63d6bec platform/x86: acerhdf: Use the .should_bind() thermal zone [...]
new 6d9149e75b81 mlxsw: core_thermal: Use the .should_bind() thermal zone callback
new a32d621df4d4 thermal: imx: Use the .should_bind() thermal zone callback
new 94c6110b0b13 thermal/of: Use the .should_bind() thermal zone callback
new c579286a514d thermal: core: Drop unused bind/unbind functions and callbacks
new 18749317d12e thermal: core: Clean up trip bind/unbind functions
new 8144dbe68c49 thermal: core: Fix rounding of delay jiffies
new 91d7ed957eb2 thermal: core: Rename cdev-to-thermal-zone bind/unbind functions
new 24aad192c671 thermal: core: Drop redundant checks from thermal_bind_cde [...]
new e9654659fe3c thermal: core: Drop tz field from struct thermal_instance
new f5c05974349c Merge branch 'thermal-core'
new 874b6476fa88 thermal: sysfs: Add sanity checks for trip temperature and [...]
new 15cb56bd5298 thermal: gov_bang_bang: Adjust states of all uninitialized [...]
new 49029b507e3a thermal: core: Drop redundant lockdep_assert_held()
new fcfacd544b74 thermal: core: Drop dead code from monitor_thermal_zone()
new 3c3ee53df476 thermal: core: Check passive delay in monitor_thermal_zone()
new 54fccad63ec8 thermal: core: Drop thermal_zone_device_is_enabled()
new e3ee4ab0fd6e Merge branch 'thermal-core'
new 77545bdfe4bf dt-bindings: thermal: amlogic,thermal: add optional power-domains
new 27fec3cc9ee4 thermal/drivers/st: Switch from CONFIG_PM_SLEEP guards to [...]
new 8e12f1f88196 thermal/drivers/sti: Depend on THERMAL_OF subsystem
new b779bbb9df18 thermal/drivers/brcmstb_thermal: Simplify with dev_err_probe()
new b615615e4989 thermal/drivers/renesas: Remove trailing space after \n newline
new f41e6475ff10 dt-bindings: thermal: tsens: document support on SA8255p
new d5714524fc2c thermal/drivers/sprd: Use devm_clk_get_enabled() helpers
new bf2876f6bae3 thermal/drivers/qoriq: Remove __maybe_unused notations
new 41df03900dc5 thermal/drivers/imx: Remove __maybe_unused notations
new 14ed0ef0a27a thermal/drivers/ti-soc-thermal: Remove unused declarations
new 7d8abc5f3b5c thermal/drivers/imx_sc_thermal: Use dev_err_probe
new 3bc5ed15bdc5 Merge tag 'thermal-v6.12-rc1' of ssh://gitolite.kernel.org [...]
new d22300518d87 Merge tag 'thermal-6.12-rc1' of git://git.kernel.org/pub/s [...]
The 286 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/admin-guide/pm/amd-pstate.rst | 15 +-
.../bindings/opp/operating-points-v2-ti-cpu.yaml | 2 +-
.../bindings/thermal/amlogic,thermal.yaml | 3 +
.../devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
Documentation/driver-api/thermal/sysfs-api.rst | 68 +-
Documentation/power/pci.rst | 11 +-
Documentation/power/runtime_pm.rst | 4 +-
MAINTAINERS | 3 +
arch/arc/Kconfig | 1 +
arch/arc/include/asm/cmpxchg.h | 6 +-
arch/arm64/include/asm/esr.h | 5 +-
arch/arm64/include/asm/kvm_arm.h | 1 +
arch/arm64/include/asm/kvm_asm.h | 3 +
arch/arm64/include/asm/kvm_host.h | 22 +-
arch/arm64/include/asm/kvm_mmu.h | 6 +
arch/arm64/include/asm/kvm_nested.h | 40 +-
arch/arm64/include/asm/kvm_pgtable.h | 42 +
arch/arm64/include/asm/pgtable-hwdef.h | 9 +
arch/arm64/include/asm/ptdump.h | 43 +-
arch/arm64/include/asm/sysreg.h | 22 +
arch/arm64/kernel/pci.c | 191 ----
arch/arm64/kvm/Kconfig | 17 +
arch/arm64/kvm/Makefile | 3 +-
arch/arm64/kvm/arm.c | 15 +-
arch/arm64/kvm/at.c | 1101 ++++++++++++++++++++
arch/arm64/kvm/emulate-nested.c | 81 +-
arch/arm64/kvm/fpsimd.c | 5 +-
arch/arm64/kvm/guest.c | 6 +
arch/arm64/kvm/hyp/include/hyp/switch.h | 3 +
arch/arm64/kvm/hyp/nvhe/ffa.c | 21 +-
arch/arm64/kvm/hyp/nvhe/hyp-init.S | 2 +-
arch/arm64/kvm/hyp/nvhe/hyp-main.c | 9 +
arch/arm64/kvm/hyp/nvhe/switch.c | 9 +
arch/arm64/kvm/hyp/nvhe/tlb.c | 6 +-
arch/arm64/kvm/hyp/pgtable.c | 48 +-
arch/arm64/kvm/hyp/vgic-v3-sr.c | 97 +-
arch/arm64/kvm/hyp/vhe/switch.c | 3 +
arch/arm64/kvm/nested.c | 55 +-
arch/arm64/kvm/ptdump.c | 268 +++++
arch/arm64/kvm/sys_regs.c | 386 ++++---
arch/arm64/kvm/sys_regs.h | 23 +-
arch/arm64/kvm/vgic/vgic-v3.c | 12 +
arch/arm64/kvm/vgic/vgic.c | 14 +-
arch/arm64/kvm/vgic/vgic.h | 6 +-
arch/arm64/mm/ptdump.c | 70 +-
arch/loongarch/include/asm/Kbuild | 1 -
arch/loongarch/include/asm/kvm_csr.h | 6 +
arch/loongarch/include/asm/kvm_host.h | 37 +-
arch/loongarch/include/asm/kvm_para.h | 12 +
arch/loongarch/include/asm/kvm_vcpu.h | 11 +
arch/loongarch/include/asm/loongarch.h | 11 +-
arch/loongarch/include/asm/paravirt.h | 7 +
arch/loongarch/include/asm/qspinlock.h | 41 +
arch/loongarch/include/uapi/asm/Kbuild | 2 -
arch/loongarch/include/uapi/asm/kvm.h | 20 +
arch/loongarch/include/uapi/asm/kvm_para.h | 21 +
arch/loongarch/kernel/paravirt.c | 47 +-
arch/loongarch/kernel/setup.c | 2 +
arch/loongarch/kernel/smp.c | 4 +-
arch/loongarch/kvm/exit.c | 46 +-
arch/loongarch/kvm/vcpu.c | 340 +++++-
arch/loongarch/kvm/vm.c | 69 +-
arch/riscv/Kconfig | 2 +
arch/riscv/include/asm/irq.h | 55 +
arch/riscv/include/asm/kvm_vcpu_pmu.h | 21 +-
arch/riscv/kernel/acpi.c | 31 +-
arch/riscv/kvm/vcpu_pmu.c | 14 +-
arch/riscv/kvm/vcpu_sbi.c | 4 +-
arch/sh/Kconfig | 1 +
arch/sh/include/asm/cmpxchg.h | 3 +
arch/x86/include/asm/processor.h | 3 -
arch/x86/include/asm/topology.h | 13 +
arch/x86/kernel/acpi/cppc.c | 172 ++-
arch/x86/kernel/cpu/amd.c | 16 -
arch/x86/kernel/cpu/aperfmperf.c | 89 +-
arch/xtensa/Kconfig | 1 +
arch/xtensa/include/asm/cmpxchg.h | 2 +
drivers/acpi/ac.c | 4 +-
drivers/acpi/acpi_apd.c | 6 +
drivers/acpi/acpi_pad.c | 10 +-
drivers/acpi/acpi_processor.c | 6 +-
drivers/acpi/acpica/acglobal.h | 6 +-
drivers/acpi/acpica/aclocal.h | 2 +
drivers/acpi/acpica/acpredef.h | 2 +-
drivers/acpi/acpica/dbconvert.c | 2 +
drivers/acpi/acpica/exconvrt.c | 58 +-
drivers/acpi/acpica/exprep.c | 3 +
drivers/acpi/acpica/exsystem.c | 11 +-
drivers/acpi/acpica/hwxfsleep.c | 15 +-
drivers/acpi/acpica/psargs.c | 47 +
drivers/acpi/acpica/rsaddr.c | 3 +-
drivers/acpi/acpica/rsdump.c | 2 +
drivers/acpi/acpica/tbutils.c | 2 -
drivers/acpi/acpica/utdelete.c | 4 +-
drivers/acpi/acpica/utinit.c | 2 +-
drivers/acpi/acpica/utosi.c | 1 +
drivers/acpi/acpica/utxfinit.c | 24 +-
drivers/acpi/battery.c | 39 +-
drivers/acpi/bus.c | 4 +
drivers/acpi/button.c | 6 +-
drivers/acpi/cppc_acpi.c | 53 +-
drivers/acpi/device_sysfs.c | 196 ++--
drivers/acpi/ec.c | 55 +-
drivers/acpi/internal.h | 3 +-
drivers/acpi/pci_link.c | 2 +
drivers/acpi/pmic/tps68470_pmic.c | 6 +-
drivers/acpi/resource.c | 19 +
drivers/acpi/riscv/Makefile | 2 +-
drivers/acpi/riscv/init.c | 13 +
drivers/acpi/riscv/init.h | 4 +
drivers/acpi/riscv/irq.c | 335 ++++++
drivers/acpi/scan.c | 109 +-
drivers/acpi/sleep.c | 14 +
drivers/acpi/thermal.c | 66 +-
drivers/acpi/utils.c | 3 +-
drivers/acpi/video_detect.c | 17 +-
drivers/acpi/x86/utils.c | 1 -
drivers/cpufreq/Kconfig | 2 -
drivers/cpufreq/Kconfig.arm | 50 +-
drivers/cpufreq/acpi-cpufreq.c | 12 +-
drivers/cpufreq/amd-pstate-ut.c | 41 +-
drivers/cpufreq/amd-pstate.c | 181 ++--
drivers/cpufreq/amd-pstate.h | 14 +
drivers/cpufreq/apple-soc-cpufreq.c | 2 +-
drivers/cpufreq/armada-8k-cpufreq.c | 2 +-
drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
drivers/cpufreq/cpufreq-dt.c | 11 +-
drivers/cpufreq/cpufreq.c | 27 +-
drivers/cpufreq/intel_pstate.c | 240 ++++-
drivers/cpufreq/loongson3_cpufreq.c | 2 +-
drivers/cpufreq/maple-cpufreq.c | 1 +
drivers/cpufreq/mediatek-cpufreq.c | 2 +-
drivers/cpufreq/omap-cpufreq.c | 3 -
drivers/cpufreq/pasemi-cpufreq.c | 1 +
drivers/cpufreq/pmac64-cpufreq.c | 3 +-
drivers/cpufreq/powernv-cpufreq.c | 3 +-
drivers/cpufreq/ppc_cbe_cpufreq.c | 1 +
drivers/cpufreq/qcom-cpufreq-hw.c | 1 +
drivers/cpufreq/qcom-cpufreq-nvmem.c | 2 +-
drivers/cpufreq/spear-cpufreq.c | 18 +-
drivers/cpufreq/sti-cpufreq.c | 2 +-
drivers/cpufreq/sun50i-cpufreq-nvmem.c | 2 +-
drivers/cpufreq/ti-cpufreq.c | 31 +-
drivers/cpuidle/cpuidle-riscv-sbi.c | 28 +-
drivers/cpuidle/cpuidle.c | 5 +-
drivers/devfreq/exynos-bus.c | 22 +-
drivers/devfreq/governor_performance.c | 1 +
drivers/devfreq/governor_powersave.c | 1 +
drivers/devfreq/governor_simpleondemand.c | 1 +
drivers/devfreq/governor_userspace.c | 1 +
drivers/devfreq/imx-bus.c | 2 +-
drivers/idle/intel_idle.c | 60 +-
drivers/irqchip/irq-riscv-aplic-direct.c | 22 +-
drivers/irqchip/irq-riscv-aplic-main.c | 71 +-
drivers/irqchip/irq-riscv-aplic-main.h | 1 +
drivers/irqchip/irq-riscv-aplic-msi.c | 9 +-
drivers/irqchip/irq-riscv-imsic-early.c | 64 +-
drivers/irqchip/irq-riscv-imsic-platform.c | 32 +-
drivers/irqchip/irq-riscv-imsic-state.c | 150 +--
drivers/irqchip/irq-riscv-imsic-state.h | 2 +-
drivers/irqchip/irq-riscv-intc.c | 90 ++
drivers/irqchip/irq-sifive-plic.c | 99 +-
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c | 115 +-
drivers/opp/ti-opp-supply.c | 2 +-
drivers/pci/pci-acpi.c | 182 ++++
drivers/platform/x86/acerhdf.c | 33 +-
drivers/powercap/intel_rapl_common.c | 38 +-
drivers/thermal/Kconfig | 11 +-
drivers/thermal/Makefile | 1 +
drivers/thermal/broadcom/bcm2835_thermal.c | 7 +-
drivers/thermal/broadcom/brcmstb_thermal.c | 15 +-
drivers/thermal/gov_bang_bang.c | 14 +-
drivers/thermal/hisi_thermal.c | 25 +-
drivers/thermal/imx_sc_thermal.c | 3 +-
drivers/thermal/imx_thermal.c | 36 +-
drivers/thermal/qcom/qcom-spmi-temp-alarm.c | 22 +-
drivers/thermal/qoriq_thermal.c | 10 +-
drivers/thermal/renesas/rcar_gen3_thermal.c | 6 +-
drivers/thermal/renesas/rcar_thermal.c | 2 +-
drivers/thermal/sprd_thermal.c | 14 +-
drivers/thermal/st/st_thermal.c | 32 +-
drivers/thermal/st/st_thermal_memmap.c | 2 +-
drivers/thermal/st/stm_thermal.c | 8 +-
drivers/thermal/tegra/soctherm.c | 36 +-
drivers/thermal/tegra/tegra30-tsensor.c | 57 +-
drivers/thermal/testing/Makefile | 7 +
drivers/thermal/testing/command.c | 221 ++++
drivers/thermal/testing/thermal_testing.h | 11 +
drivers/thermal/testing/zone.c | 468 +++++++++
drivers/thermal/thermal_core.c | 243 ++---
drivers/thermal/thermal_core.h | 38 +-
drivers/thermal/thermal_helpers.c | 32 +-
drivers/thermal/thermal_of.c | 171 +--
drivers/thermal/thermal_sysfs.c | 222 ++--
drivers/thermal/thermal_trip.c | 53 +-
drivers/thermal/ti-soc-thermal/ti-bandgap.h | 4 -
include/acpi/acconfig.h | 1 -
include/acpi/acoutput.h | 5 +
include/acpi/acpi_bus.h | 9 +-
include/acpi/acpixf.h | 10 +-
include/acpi/actbl1.h | 10 +-
include/acpi/actbl2.h | 2 +-
include/acpi/actbl3.h | 12 +-
include/acpi/actypes.h | 1 +
include/acpi/cppc_acpi.h | 43 +-
include/acpi/platform/acenv.h | 6 +
include/linux/acpi.h | 9 +
include/linux/cpufreq.h | 6 -
include/linux/irqchip/riscv-imsic.h | 9 +
include/linux/thermal.h | 31 +-
kernel/power/hibernate.c | 26 +-
kernel/power/main.c | 76 +-
kernel/power/snapshot.c | 5 -
tools/power/cpupower/bindings/python/.gitignore | 8 +
tools/power/cpupower/bindings/python/Makefile | 33 +
tools/power/cpupower/bindings/python/README | 59 ++
.../cpupower/bindings/python/raw_pylibcpupower.i | 247 +++++
.../bindings/python/test_raw_pylibcpupower.py | 42 +
tools/power/cpupower/lib/cpuidle.c | 8 +
tools/power/cpupower/lib/cpuidle.h | 2 +
tools/power/cpupower/lib/powercap.c | 8 +
tools/power/cpupower/utils/cpuidle-info.c | 4 +
tools/power/pm-graph/.gitignore | 3 +
tools/power/pm-graph/Makefile | 111 +-
tools/testing/selftests/kvm/Makefile | 2 +
.../selftests/kvm/aarch64/arch_timer_edge_cases.c | 1062 +++++++++++++++++++
tools/testing/selftests/kvm/aarch64/no-vgic-v3.c | 175 ++++
tools/testing/selftests/kvm/aarch64/set_id_regs.c | 1 +
tools/testing/selftests/kvm/aarch64/vgic_irq.c | 11 +-
.../selftests/kvm/include/aarch64/arch_timer.h | 18 +-
.../selftests/kvm/include/aarch64/processor.h | 3 +
.../testing/selftests/kvm/lib/aarch64/processor.c | 6 +
232 files changed, 8188 insertions(+), 2352 deletions(-)
create mode 100644 arch/arm64/kvm/at.c
create mode 100644 arch/arm64/kvm/ptdump.c
create mode 100644 arch/loongarch/include/asm/qspinlock.h
create mode 100644 arch/loongarch/include/uapi/asm/kvm_para.h
create mode 100644 drivers/acpi/riscv/init.c
create mode 100644 drivers/acpi/riscv/init.h
create mode 100644 drivers/acpi/riscv/irq.c
create mode 100644 drivers/thermal/testing/Makefile
create mode 100644 drivers/thermal/testing/command.c
create mode 100644 drivers/thermal/testing/thermal_testing.h
create mode 100644 drivers/thermal/testing/zone.c
create mode 100644 tools/power/cpupower/bindings/python/.gitignore
create mode 100644 tools/power/cpupower/bindings/python/Makefile
create mode 100644 tools/power/cpupower/bindings/python/README
create mode 100644 tools/power/cpupower/bindings/python/raw_pylibcpupower.i
create mode 100755 tools/power/cpupower/bindings/python/test_raw_pylibcpupower.py
create mode 100644 tools/power/pm-graph/.gitignore
create mode 100644 tools/testing/selftests/kvm/aarch64/arch_timer_edge_cases.c
create mode 100644 tools/testing/selftests/kvm/aarch64/no-vgic-v3.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4f2cd256aac Daily bump.
new 719edcba4d1 libstdc++: Update link to installation docs
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
libstdc++-v3/doc/html/manual/make.html | 2 +-
libstdc++-v3/doc/xml/manual/intro.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.