This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8d15d848b90 ada: Fix classification of SPARK Boolean aspects
new 1a809280929 MAINTAINERS: Fix an entry using spaces instead of tabs
new fbd115fe83e rs6000: Enable overlapped by-pieces operations
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:
MAINTAINERS | 2 +-
contrib/check-MAINTAINERS.py | 8 ++++++++
gcc/config/rs6000/rs6000.cc | 3 +++
gcc/testsuite/gcc.target/powerpc/block-cmp-9.c | 11 +++++++++++
4 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/block-cmp-9.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 04ee1f788ce Revert "[PATCH v2 1/3] RISC-V: movmem for RISCV with V extension"
new 324b3ffff7f ada: Small fix to Default_Initialize_Object
new 20dfaae2d1b ada: Fix ghost policy in use for generic instantiation
new df48963b955 ada: Update of SPARK RM legality rules on ghost code
new 4dd6f75e350 ada: Small fix to printing of raise statements
new 821772478bd ada: Fix crash with -gnatyB and -gnatdJ
new cad2744cb38 ada: Factor out implementation of default initialization fo [...]
new b2453909f68 ada: Rtsfind should not trash state used in analyzing insta [...]
new d9f3a1d612e ada: Error in determining accumulator subtype for a reducti [...]
new 59c4d2e5a71 ada: Fix double finalization for dependent expression of ca [...]
new 3f079f2244f ada: Missing support for consistent assertion policy
new 4f3567cf3b7 ada: Follow-up adjustment to earlier fix in Build_Allocate_ [...]
new f5454123785 ada: Fix overlap warning suppression
new 416e572edb0 ada: Spurious unreferenced warning on selected component
new 33541b88069 ada: Better error message for bad general case statements
new 0b7673ae722 ada: Reduce generated code duplication for streaming and Pu [...]
new ba0b16a527b ada: Follow-up adjustment after fix to Default_Initialize_Object
new fb48b0aa2fa ada: Replace "not Present" tests with "No".
new a9714dce824 ada: Compiler crash or errors on if_expression in container [...]
new ab4a519a846 ada: Fix typo in diagnostic message
new 062626502fd ada: Restore default size for dynamic allocations of discri [...]
new 34aba1547d2 ada: Fix crash with -gnatdJ and -gnatw.w
new 996fd764020 ada: Fix crash with -gnatdJ and JSON output
new 42ea46c67dd ada: Correct System.Win32.LocalFileTimeToFileTime wrapper typo
new ad510c7c8b7 ada: Fix warning indicators in usage string
new 08039257610 ada: Small cleanup about allocators and aggregates
new faf462cfe68 ada: Fix crash with -gnatdJ and -gnatyz
new f5798041ac9 ada: Fix pragma Compile_Time_Error and -gnatdJ crash
new 00c7f2296fb ada: Follow up fixes for Put_Image/streaming regressions
new 151d1533f2b ada: Decouple attachment from dynamic allocation for contro [...]
new 13d8374188e ada: Fix pragma Warnings and -gnatD interaction
new a252022d9a1 ada: Fix small inaccuracy in previous change
new 26afb0040cf ada: Document more details of the implementation of finaliz [...]
new 0ec8c070f3c ada: Minor typo fix in comment
new 4a45c99302b ada: Fix crash with -gnatdJ and -gnatf
new 8d15d848b90 ada: Fix classification of SPARK Boolean aspects
The 35 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/ada/aspects.ads | 39 +-
gcc/ada/contracts.adb | 2 +-
gcc/ada/errout.adb | 53 ++-
gcc/ada/errout.ads | 9 +-
gcc/ada/erroutc.adb | 49 +-
gcc/ada/erroutc.ads | 31 +-
gcc/ada/exp_aggr.adb | 56 +--
gcc/ada/exp_aggr.ads | 33 +-
gcc/ada/exp_attr.adb | 693 ++++++++++++++++-----------
gcc/ada/exp_ch13.adb | 2 +-
gcc/ada/exp_ch3.adb | 1085 +++++++++++++++++++++++-------------------
gcc/ada/exp_ch3.ads | 57 ++-
gcc/ada/exp_ch4.adb | 733 +++++++++-------------------
gcc/ada/exp_ch6.adb | 4 +-
gcc/ada/exp_ch7.adb | 399 +++-------------
gcc/ada/exp_ch7.ads | 7 +
gcc/ada/exp_ch9.adb | 67 +--
gcc/ada/exp_ch9.ads | 19 +-
gcc/ada/exp_put_image.adb | 13 +-
gcc/ada/exp_put_image.ads | 8 +-
gcc/ada/exp_util.adb | 701 +++++++++++++++++++++------
gcc/ada/exp_util.ads | 26 +-
gcc/ada/freeze.adb | 2 +-
gcc/ada/ghost.adb | 58 ++-
gcc/ada/libgnat/s-finpri.adb | 84 +++-
gcc/ada/libgnat/s-finpri.ads | 26 +-
gcc/ada/libgnat/s-stposu.adb | 196 +++-----
gcc/ada/libgnat/s-stposu.ads | 40 +-
gcc/ada/libgnat/s-win32.ads | 4 +-
gcc/ada/restrict.adb | 12 +-
gcc/ada/rtsfind.adb | 9 +-
gcc/ada/rtsfind.ads | 4 +
gcc/ada/sem_ch10.adb | 212 ++++++++-
gcc/ada/sem_ch12.adb | 62 +++
gcc/ada/sem_ch12.ads | 25 +
gcc/ada/sem_ch13.adb | 212 ++-------
gcc/ada/sem_ch3.adb | 5 +-
gcc/ada/sem_ch4.adb | 21 +-
gcc/ada/sem_ch5.adb | 12 +
gcc/ada/sem_ch6.adb | 14 +-
gcc/ada/sem_prag.adb | 22 +-
gcc/ada/sem_res.adb | 79 ++-
gcc/ada/sem_util.adb | 10 +-
gcc/ada/sem_warn.adb | 33 +-
gcc/ada/sprint.adb | 16 +-
gcc/ada/style.adb | 103 ++++
gcc/ada/style.ads | 6 +-
gcc/ada/styleg.adb | 105 ----
gcc/ada/styleg.ads | 8 -
gcc/ada/table.ads | 2 +-
gcc/ada/usage.adb | 8 +-
51 files changed, 2877 insertions(+), 2599 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 annotated tag next-20240514
in repository linux-next.
at 751bea2483e2 (tag)
tagging 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf (commit)
replaces v6.9
tagged by Stephen Rothwell
on Tue May 14 17:21:09 2024 +1000
- Log -----------------------------------------------------------------
next-20240514
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEmFtoH6RZGWmXU6JkifkcCkHVwHoFAmZDEOUACgkQifkcCkHV
wHpL5hAAl8cg3NYX7x0YlEb5xs7N85fdHjxbFw7NXKFj2Zb96tvJHD1U/m5qo6T0
vOQeXn4J/qbEdo1LdUMd3zZRoJEXBoVRidmNMyUOHoKiMEa8qbdD29x1M2jkJOoB
EXQyOIb21ME3A7TMx9XzZV554Em0iVsUxE1/Ufpqsc1XvdQ/L8P1l32RRtwvyDBo
gVH+lgtNfDEn4rhtR2WMFGr7bQ0sB0/2/ldfnBC/jdggWeoIjs4frzOkhVNxZPjh
OPf7lqCHdPr+ZiegA/8Cm0ZsYTLxnJpvse8cJUS40GPAb8HEXdqv0Rtlnw4wFdwF
LjvrcRjBSJogXsK2+4+qu79AwuXv5fK/0tEaKYyIb1WmKaT/gi4xY7wMWsVHmLgF
1t1fu3MtZKBTC8YGbNmTt8sC1v9IdObKlaAZIuIGa0kW0FvMAjZ30//Y2ehtff5A
SZE2C8lkgtBJldnJZEtOURbDst5UkijNEi2KIqFQrdGgCIio4Kah6G65gk5YNeuX
MyKOBfZ+SW2UEy00iBEa8Mcxbivh4WcKINMRqWECjPfI6HlYODh/uMixZ/7syDYV
6EW+o0P5K66kJ6ZWx6g2QUpJO7WDwb20tBtJkuOWPfVU5HhrJ/J4exrtUE42FRC2
N+DsDIortIdfRhygBYmlyrpxzmjNd/GzdXZWC53iT2w0Naaz7Hs=
=FKuT
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 78d5cc15fb7d powerpc/pseries/fadump: add support for multiple boot memo [...]
new 683eab94da75 powerpc/fadump: setup additional parameters for dump captu [...]
new 3416c9daa6b1 powerpc/fadump: pass additional parameters when fadump is active
new 9dc140785961 powerpc/fadump: update documentation about bootargs_append
new 7b090b6ff51b powerpc/85xx: fix compile error without CONFIG_CRASH_DUMP
new ad1978dbbd82 Merge branch 'for-6.10/io_uring' into net-accept-more
new fe6532b44af4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev [...]
new 0b0f887d7b91 Merge the smp refinement into loongarch-next
new ea558c86248b tools lib subcmd: Show parent options in help
new c20801517025 LoongArch: Select ARCH_HAS_FAST_MULTIPLIER
new 19fb0aba216b LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
new 12019ca1c525 LoongArch: Select ARCH_WANT_DEFAULT_BPF_JIT
new da5b7131b011 LoongArch: Select THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGE
new fd9478d225f0 LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.h
new 76f8f1f8831b LoongArch: rust: Switch to use built-in rustc target
new 5f9a99b3e22e LoongArch: Give a chance to build with !CONFIG_SMP
new d236dab5a258 LoongArch: Add irq_work support via self IPIs
new fc277b7f6e61 LoongArch: Fix callchain parse error with kernel tracepoin [...]
new b7f64d08a7d3 LoongArch: dts: Remove "disabled" state of clock controller node
new 37cbfd8301ea LoongArch: dts: Add new supported device nodes to Loongson-2K0500
new 196ef7ed68ca LoongArch: dts: Add new supported device nodes to Loongson-2K2000
new e58ccb4888e0 LoongArch: Update Loongson-3 default config file
new 42212936d9d8 samples/landlock: Fix incorrect free in populate_ruleset_net
new b25f7415eb41 landlock: Add IOCTL access right for character and block devices
new 3ecf19e56843 selftests/landlock: Test IOCTL support
new dd6d32afdf5f selftests/landlock: Test IOCTL with memfds
new 7954a1d15597 selftests/landlock: Test ioctl(2) and ftruncate(2) with op [...]
new 56ffd377c7ab selftests/landlock: Test IOCTLs on named pipes
new f83d51a5bdfe selftests/landlock: Check IOCTL restrictions for named UNI [...]
new bce605e0cfa5 selftests/landlock: Exhaustive test for the IOCTL allow-list
new cd13738d44c9 samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV
new a3746da89faf landlock: Document IOCTL support
new 943aa818cd66 MAINTAINERS: Notify Landlock maintainers about changes to [...]
new d1654fd98be7 fs/ioctl: Add a comment to keep the logic in sync with LSM [...]
new 5bf9e57e634b MAINTAINERS: Add Günther Noack as Landlock reviewer
new 0792bc1d313a Merge branch into tip/master: 'x86/merge'
new 32fd0a56402d Merge branch into tip/master: 'irq/core'
new e8e0345179fe Merge branch into tip/master: 'locking/core'
new 6320bff48f88 Merge branch into tip/master: 'perf/core'
new b4b90720c8f4 Merge branch into tip/master: 'ras/core'
new 1ac896f8ff7c Merge branch into tip/master: 'sched/core'
new add734bd7e37 Merge branch into tip/master: 'timers/core'
new ffe611225c53 Merge branch into tip/master: 'x86/apic'
new 0c17f2f77689 Merge branch into tip/master: 'x86/boot'
new 51fb878d29d6 Merge branch into tip/master: 'x86/bugs'
new 5e1b9542db3d Merge branch into tip/master: 'x86/build'
new adf197fa05c7 Merge branch into tip/master: 'x86/cache'
new 671ae06932d5 Merge branch into tip/master: 'x86/cleanups'
new 1379f8f7ca4d Merge branch into tip/master: 'x86/entry'
new bba7eba49e20 Merge branch into tip/master: 'x86/fpu'
new f8702ef7f113 Merge branch into tip/master: 'x86/irq'
new 416c5e29c875 Merge branch into tip/master: 'x86/microcode'
new 2060b773eed3 Merge branch into tip/master: 'x86/misc'
new 955c59c55966 Merge branch into tip/master: 'x86/mm'
new 557f323caf93 Merge branch into tip/master: 'x86/percpu'
new 610b497ed1be Merge branch into tip/master: 'x86/platform'
new 5668a1abbe37 Merge branch into tip/master: 'x86/sev'
new 593a5cc283f2 Merge branch into tip/master: 'x86/shstk'
new 16ae3bebb76c Merge branch into tip/master: 'x86/timers'
new 10c88ca5c9ae sh: dreamcast: Fix GAPS PCI bridge addressing
new d2143297579f drm/panthor: Fix tiler OOM handling to allow incremental r [...]
new e3193f0fbd6d drm/panthor: Make sure the tiler initial/max chunks are co [...]
new 69a429905cec drm/panthor: Relax the constraints on the tiler chunk size
new 8e43b1e537d4 drm/panthor: Fix an off-by-one in the heap context retriev [...]
new 591eafcd46e0 drm/panthor: Document drm_panthor_tiler_heap_destroy::hand [...]
new 2b2a26b33142 drm/panthor: Force an immediate reset on unrecoverable faults
new ff60c8da0aaf drm/panthor: Keep a ref to the VM at the panthor_kernel_bo level
new a257e8182261 drm/panthor: Reset the FW VM to NULL on unplug
new 3ce4322b1a3a drm/panthor: Call panthor_sched_post_reset() even if the r [...]
new 79c520bc0fbb drm/i915/dp: Make has_gamut_metadata_dip() non static
new dabe0f9f2b17 drm/i915/dp: Rename intel struct inside intel_panel
new 7d24900c8460 drm/i915/dp: Add TCON HDR capability checks
new 7ac033134416 drm/i915/dp: Fix Register bit naming
new f60ce4bd058c drm/i915/dp: Drop comments on EDP HDR DPCD registers
new b0944c983d27 drm/i915/dp: Enable AUX based backlight for HDR
new 84ceb1407659 drm/i915/dp: Write panel override luminance values
new 2bd5059c6cc0 Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core [...]
new 6d4e52f899d9 Merge branch 'topic/ppc-kvm' into next
new e789d4499abd Merge branch 'topic/kdump-hotplug' into next
new c98ca8a375b6 sh: of-generic: Add missing #include <asm/clock.h>
new a11808815c35 sh: smp: Protect setup_profiling_timer() by CONFIG_PROFILING
new efe976b7eecf sh: setup: Add missing forward declaration for sh_fdt_init()
new 10316dcc4f39 Merge tag 'i2c-host-fixes-6.8-rc8' of git://git.kernel.org [...]
new 0e9ee7dd7449 Merge tag 'i2c-host-6.10' of git://git.kernel.org/pub/scm/ [...]
new fec1982d7072 i2c: mux: Remove class argument from i2c_mux_add_adapter()
new f9dc0c4a140a Merge branch 'i2c/for-current' into i2c/for-mergewindow
new d76accc8f0f1 Merge branch 'i2c/for-mergewindow' into i2c/for-next
new 2ca99e6efc91 dt-bindings: display: samsung,ams495qa01: add missing SPI [...]
new 6b2358ff9493 dt-bindings: display: panel: constrain 'reg' in SPI panels
new 9fa6bcf23e44 dt-bindings: display: panel: constrain 'reg' in DSI panels
new d976c6f4b32c of: property: Add fw_devlink support for interrupt-map property
new 56c12ec72ae8 drm/i915: Implement Audio WA_14020863754
new 67f5728a8954 drm/i915: Constify 'fb' in during pinning
new 6eca4dbe4998 drm/i915: Change intel_fbdev_fb_alloc() return type
new 9e9402b64a9b drm/i915: Cleanup fbdev fb setup
new c7df997b2609 drm/i915: Rename the fb pinning functions to indicate the [...]
new 86b746e8f3a4 Merge branch 'vfs.misc' into vfs.all
new c3c7f6cd1269 Merge branch 'vfs.mount.api' into vfs.all
new c34974c65de4 Merge branch 'vfs.rw' into vfs.all
new fa97952d5837 Merge branch 'vfs.netfs' into vfs.all
new 584bbf439d0f Merge branch 'vfs.iomap' into vfs.all
new f333b3bf3f1f tools/power turbostat: Add columns for clustered uncore frequency
new 69881a20ee54 tools/power turbostat: Avoid possible memory corruption du [...]
new fa491dc73862 tools/power turbostat: Read Core-cstates via perf
new ffc2e3d90e6f tools/power turbostat: Read Package-cstates via perf
new a0525800e2dc tools/power turbostat: Fix order of strings in pkg_cstate_ [...]
new baac2f4c7f3b tools/power turbostat: Ignore pkg_cstate_limit when it is [...]
new dedcf3a8e704 tools/power turbostat: version 2024.05.10
new 304aa805ee8e drm/xe: Fix xe_gt_throttle_sysfs.h
new c5d9c6690ed4 drm/xe: Fix xe_guc_ads.h
new 38830bfe287f drm/xe: Fix xe_lrc.h
new 664de50cbfae drm/xe: Fix xe_reg_sr.h
new bd7247e6df12 drm/xe/display: remove unused xe->enabled_irq_mask
new 8a5fc5f0031e drm/xe/display: remove unused xe->sb_lock
new 9095e5544061 drm/amdkfd: Remove arbitrary timeout for hmm_range_fault
new 745e0a90be2e drm/amdgpu/mes: fix mes12 to map legacy queue
new d2d3a44008fe drm/amd/amdkfd: Fix a resource leak in svm_range_validate_ [...]
new 949658cb9b69 drm/radeon: Delay Connector detecting when HPD singals is [...]
new e22e0e483b2c drm/amd/pm: remove deprecated I2C_CLASS_SPD support from n [...]
new df0a9bd92fbb drm/amdgpu/pm: Check input value for CUSTOM profile mode s [...]
new adb9de4dd207 drm/amdgpu/pm: Check input value for power profile setting [...]
new 10fe1a79cd1b drm/amdgpu/vcn: remove irq disabling in vcn 5 suspend
new a166ec28dbc0 drm/amdgpu/vcn: set VCN5 power gating state to GATE on suspend
new 4b0497d25dc0 drm/amd/amdgpu: update jpeg 5 capability
new 98a2e3a0d155 drm/amdgpu/umsch: add support to capture fw debug log
new 78d18b6655fe drm/amd/display: Create dcn401_clk_mgr struct
new 7662bc61c030 drm/amd/display: Disable AC/DC codepath when unnecessary
new 9bf115ac6613 drm/amd/display: Remove unused code for some dc files
new 9ab1278123d8 drm/amd/display: Remove USBC check for DCN32
new 3ecb039847dc drm/amd/display: Fix write to non-existent reg on DCN401
new 9de99fa8c1ea drm/amd/display: Fix 3dlut size for Fastloading on DCN401
new 30c646afea03 drm/amd/display: Refactor DCN401 DCCG into component directory
new 6690d949df04 drm/amd/display: Add COEF filter types for DCN401
new d5192c15fa6a drm/amd/display: Add resource interfaces for get ODM slice rect
new f9d48a88eba5 drm/amd/display: Add left edge pixel for YCbCr422/420 + OD [...]
new 4655b4d95306 drm/amd/display: Expand to higher link rates
new c49e44ede5cd drm/amd/display: Enable SYMCLK gating in DCCG
new 4eaf110f97ae drm/amd/display: Check UHBR13.5 cap when determining max link cap
new 1dd50e634cb4 drm/amd/display: Don't offload flip if not only address update
new 6ac05ae5fff8 drm/amd/display: Allow higher DSC slice support for small [...]
new 61f880039eea drm/amd/display: Reduce I2C speed to 95kHz in DCN401
new 2eb7d4b98700 drm/amd/display: Refactor dcn401_update_clocks
new bd051aa2fcfb drm/amd/display: Find max flickerless instant vtotal delta
new fa73ec95c969 drm/amd/display: Read default boot options
new f45957432351 drm/amd/display: 3.2.285
new 85cf43c554e4 drm/amdkfd: Fix CU Masking for GFX 9.4.3
new 56116dc7a9fd Revert "drm/amd/display: Enable SYMCLK gating in DCCG"
new 1a00f2ac82d6 drm/amdgpu: Fix the warning division or modulo by zero
new 7fc7db824cd4 drm/amd/pm: fix get dpm level count for smu13
new 948e209475a7 drm/amdgpu/pm: Fix code alignment issue
new 7cda0a90426e drm/amdgpu/pm: Drop redundant setting code for pcie lanes
new d1dd0802b3fc drm/amd/pm: fix get dpm level count for yello carp
new b1f7810b05d1 drm/amdgpu: fix dereference after null check
new 1940708ccf5a drm/amdgpu: fix the waring dereferencing hive
new b55bf19eb95e drm/amdgpu: clear the warning unsigned compared against 0 [...]
new f0574a56fb1e drm/amd: fix the warning unchecking return vaule for sdma_v7
new 0ce8ef2639c1 drm/amd/pm: check specific index for aldebaran
new 7f684a67f80a drm/amd/pm: check the return of send smc msg for sienna_cichild
new ff284ecac32a drm/amd/pm: check the return of send smc msg for navi10
new a3ac9d1c9751 drm/amd/pm: check specific index for smu13
new 9f436a0075cb drm/amd/pm: check the return of send smc msg for smu_v13
new e2bff63ba6f8 drm/amdgpu: remove structurally dead code for amd_gmc
new 1b016f87a8f5 drm/amd/pm: remove logically dead code for renoir
new 269435aef45d drm/amdgu: remove unused code
new 67024471616e drm/amd/pm: fix enum type compared against 0
new 1a296827feef drm/amd/pm: fix enum feature compared against 0
new 68de5d31b15b drm/amdgpu: remove structurally dead code
new 3b7d552ea1a0 drm/amd/pm: remove logically dead code
new d190b459b2a4 drm/amdgpu: the warning dereferencing obj for nbio_v7_4
new e6ae021adb79 drm/amdgpu: fix the warning bad bit shift operation for ac [...]
new 76cb763e6ea6 drm/amd/display: Don't register panel_power_savings on OLE [...]
new f76059fe1439 drm/amd/pm: check negtive return for table entries
new ef168e6de965 drm/amdgpu: add initial value for gfx12 AGP aperture
new b61467778e69 drm/amdgpu: fix mqd corruption for gfx12
new 8e8c68f4c90d drm/amdkfd: Use dev_error intead of pr_error
new a83048bfa402 drm/amd/amdgpu: Add ISP support to amdgpu_discovery
new c85e41bfe7af Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/s [...]
new e1734eb57f03 power: supply: sbs-manager: Remove class argument from i2c [...]
new 959314c438ca drm/nouveau: use tile_mode and pte_kind for VM_BIND bo all [...]
new dcaa86b904ea KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
new 9d2fd8bdc12f KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATU [...]
new 87bfdbbb1992 net: phy: air_en8811h: reset netdev rules when LED is set [...]
new f37dc28ac6e2 selftest: epoll_busy_poll: Fix spelling mistake "couldnt" [...]
new cfc2eefd40f1 selftests: net: use upstream mtools
new ae7620b28393 Input: chipone_icn8505 - remove an unused field in struct [...]
new adb2e48afc35 Input: zet6223 - remove an unused field in struct zet6223_ts
new 5fcc17dfe05e selftests: netfilter: nft_flowtable.sh: bump socat timeout to 1m
new 62a261f6c1dd net: ena: Add a counter for driver's reset failures
new 48673ef44431 net: ena: Reduce holes in ena_com structures
new b37b98a3a0c1 net: ena: Add validation for completion descriptors consistency
new 97776caf6c6e net: ena: Changes around strscpy calls
new 1cc0a47daa7a net: ena: Change initial rx_usec interval
new 9af9b891fc6b Merge branch 'ena-driver-changes-may-2024'
new 186b1ea73ad8 net: gro: use cb instead of skb->network_header
new 4b0ebbca3e16 net: gro: move L3 flush checks to tcp_gro_receive and udp_ [...]
new bc21faefbe58 selftests/net: add flush id selftests
new e6e43570fd98 Merge branch 'net-gro-remove-network_header-use-move-p-flu [...]
new 9f9bef9bc5c6 smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings
new c084ebd77a00 tcp: socket option to check for MPTCP fallback to TCP
new 29b4c7bb8565 cifs: Change from mempool_destroy to mempool_exit for requ [...]
new b56035101e1c netdev: Add queue stats for TX stop and wake
new c39add9b2423 virtio_net: Add TX stopped and wake counters
new e5a280261c7d Merge branch 'add-tx-stop-wake-counters'
new ec8c25746e32 ynl: ensure exact-len value is resolved
new 14b1cd25346b cifs: Fix locking in cifs_strict_readv()
new 5852f2afcdd9 Input: drop explicit initialization of struct i2c_device_i [...]
new 364798056f51 l2tp: Support different protocol versions with same IP/por [...]
new 2ccb1ac2d018 net: dsa: microchip: dcb: rename IPV to IPM
new 593d6ad1ef43 net: dsa: microchip: dcb: add comments for DSCP related functions
new 01e400f29c91 net: dsa: microchip: dcb: set default apptrust to PCP only
new ef318fc2d02c Merge branch 'net-dsa-microchip-dcb-fixes'
new eafbf0574e05 test: hsr: Extend the hsr_redbox.sh to have more SAN devic [...]
new 469f6d8dc145 certs: Move RSA self-test data to separate file
new 40120763d00b certs: Add ECDSA signature verification self-test
new e0e6adfe8c20 net/mlx5: Enable 8 ports LAG
new bcee093751f8 net/mlx5e: Modifying channels number and updating TX queues
new db5944e16cd8 net/mlx5: Remove unused msix related exported APIs
new d20e391c7697 Merge branch 'mlx5-misc-patches'
new afd29f36aaf7 net: pcs: lynx: no need to read LPA in lynx_pcs_get_state_ [...]
new 9a974358ca82 Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/l [...]
new 6e62702feb6d Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/l [...]
new 59729c8a7654 Merge tag 'tag-chrome-platform-for-v6.10' of git://git.ker [...]
new a7c840ba5fa7 Merge tag 'tag-chrome-platform-firmware-for-v6.10' of git: [...]
new 928b607d1a09 ublk_drv: set DMA alignment mask to 3
new 25260555b118 null_blk: Fix two sparse warnings
new 5ab57cd31c91 Merge branch 'block-6.10' into for-next
new 6569daaf6538 Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub [...]
new 869d479338a6 Merge branch 'mm-everything' of git://git.kernel.org/pub/s [...]
new f9dac92ba908 virtio_ring: enable premapped mode whatever use_dma_api
new a377ae542d8d virtio_net: big mode skip the unmap check
new defd28aa5acb virtio_net: rx remove premapped failover code
new 9719f039d328 virtio_net: remove the misleading comment
new f4edb4de3fe6 Merge branch 'virtio_net-rx-enable-premapped-mode-by-default'
new f7432072b1c9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new dbf11899c2a8 Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
new 7d2c7fe802e8 Merge branch 'for-next' of git://git.infradead.org/users/h [...]
new 3a1c7e334710 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 486ffc33c2dd net: qede: flower: validate control flags
new 92ef0fd55ac8 net: change proto and proto_ops accept type
new 0645fbe760af net: have do_accept() take a struct proto_accept_arg argument
new 7951e36ac620 net: pass back whether socket was empty post accept
new ac287da2e0ea io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for accept
new ab5588703981 dt-bindings: net: renesas,rzn1-gmac: Document RZ/N1 GMAC support
new d5c50937d50f net: stmmac: Add dedicated XPCS cleanup method
new f9cdff1bdacc net: stmmac: Make stmmac_xpcs_setup() generic to all PCS devices
new f0ef433fc264 net: stmmac: introduce pcs_init/pcs_exit stmmac operations
new 81b418a65657 net: stmmac: dwmac-socfpga: use pcs_init/pcs_exit
new f360446ec1d0 net: stmmac: add support for RZ/N1 GMAC
new 0621be48a8d5 Merge branch 'net-stmmac-add-support-for-rzn1-gmac-devices'
new b9efc18bb96c Merge branch 'net-accept-more' into for-next
new 2b9669d63400 tcp: rstreason: fully support in tcp_rcv_synsent_state_process()
new 459a2b37a41c tcp: rstreason: fully support in tcp_ack()
new f6d5e2cc291f tcp: rstreason: fully support in tcp_rcv_state_process()
new 22a32557758a tcp: rstreason: handle timewait cases in the receive path
new 11f46ea9814d tcp: rstreason: fully support in tcp_check_req()
new a6fb98627668 Merge branch 'tcp-support-rstreasons-in-the-passive-logic'
new 4c8d61c8e945 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b24bf07ae201 Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
new c36cbca0c5bf Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 360ddc804eac Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 264a697c17e2 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
new 019ef585c23b Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 92ee99d793f0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 833e0806b7af Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fe014d0dcd47 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7f600b26ef38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0b4618df726e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 1bb7685c6963 Merge branch 'reset/next' of https://git.pengutronix.de/gi [...]
new 30d325d2264b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ec039a865cb0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new accfb5631355 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new 70b607708c18 Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
new 79801fdd3b1e Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
new aead146ea18b Merge branch 'next' of https://git.linaro.org/people/jens. [...]
new 9c2ff588d9f3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 105d157eb55a Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
new 1544059b9064 Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
new 9a32aa7f222c Merge branch 'clk-next' of git://git.kernel.org/pub/scm/li [...]
new 95b8304df6af Merge branch 'loongarch-next' of git://git.kernel.org/pub/ [...]
new bf3f71da74a0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 479ffc8a2e83 Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
new 621829d5622a Merge branch 'mips-next' of git://git.kernel.org/pub/scm/l [...]
new 75d59ecc8bbd Merge branch 'for-next' of git://github.com/openrisc/linux.git
new 9a5e449e94c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new db8e5d8f00c4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new c90af3fd5fe1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 47dca6e9b61a Merge branch 'riscv-soc-for-next' of git://git.kernel.org/ [...]
new 1c59042f62f8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a74a9b49fbab Merge branch 'for-next' of git:git.kernel.org/pub/scm/linu [...]
new 08b8f0dfffbc Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 585ffe801f49 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 86348d217661 net: prestera: Add flex arrays to some structs
new 40a1d11fc670 net: mana: Enable MANA driver on ARM64 with 4K page size
new 510bc2aa5c8d Merge branch 'for-next' of https://evilpiepirate.org/git/b [...]
new aecbe2a35514 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
new 267477ee7c81 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3d6fce607e5d Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
new 02a70359575e Merge branch 'for-next' of git://git.infradead.org/users/h [...]
new 0820bd77a4bf Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new bdf8e44340d9 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
new cc302ab9f1ca Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new 5cda6e28e55b Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new bd2d982844ff Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
new b006fd657fc7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 407144d324a1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6745fcb091d9 Merge branch 'ksmbd-for-next' of https://github.com/smfren [...]
new c140ff2c3a6e Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
new aafeb152f34a Merge branch 'master' of https://github.com/Paragon-Softwa [...]
new 4acdb49c02ac Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c22109cb748c Merge branch 'overlayfs-next' of git://git.kernel.org/pub/ [...]
new a6622063ae56 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 851c5c75b49c Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
new 07d52faf40a9 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
new 5a9bc74bab21 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a65198136eaa mptcp: SO_KEEPALIVE: fix getsockopt support
new bd11dc4fb969 mptcp: fix full TCP keep-alive support
new ce5f6f71b029 mptcp: sockopt: info: stop early if no buffer
new 73c900aa3660 mptcp: add net.mptcp.available_schedulers
new 5eae7a8202f3 mptcp: prefer strscpy over strcpy
new 00797af95f5e mptcp: remove unnecessary else statements
new 76a86686e3f0 mptcp: move mptcp_pm_gen.h's include
new 7fad5b375611 mptcp: include inet_common in mib.h
new 95125152dcc5 Merge branch 'mptcp-small-improvements-fix-and-clean-ups'
new 36ac9e7f2e57 net: stmmac: move the EST lock to struct stmmac_priv
new bd17382ac36e net: stmmac: move the EST structure to struct stmmac_priv
new b08191d86029 Merge branch 'move-est-lock-and-est-structure-to-struct-st [...]
new 5c1672705a1a net: revert partially applied PHY topology series
new 11ae54913df4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ae93adf3c40f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 96f800201484 Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
new a9af05a84e84 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6120c2ef4e2d Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
new ec154d791687 Merge branch 'i3c/next' of git://git.kernel.org/pub/scm/li [...]
new 75a62e9ab59c Merge branch 'dmi-for-next' of git://git.kernel.org/pub/sc [...]
new 6468891302d9 Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
new 80abb1aa785b Merge branch 'docs-next' of git://git.lwn.net/linux.git
new 17103638e1b4 Merge branch 'master' of git://linuxtv.org/media_tree.git
new 7bc27a0cb044 Merge branch 'master' of git://linuxtv.org/mchehab/media-next.git
new 2c7031604c05 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 4fe40002e44d Merge branch 'cpupower' of git://git.kernel.org/pub/scm/li [...]
new 72013b2c7d7c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 82307ab0b5c4 Merge branch 'thermal/linux-next' of git://git.kernel.org/ [...]
new d598897db539 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 9a9191f62f45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9a24f764f13a Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new eaf343a3245a Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 97be749ed823 Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/li [...]
new 28bf8f900330 Merge branch 'nand/next' of git://git.kernel.org/pub/scm/l [...]
new 80645b07b115 Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
new 3e069de35b41 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new 6adade0560e6 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new cbc3288064a9 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new f2517c8806ae Merge branch 'for-linux-next' of git://anongit.freedesktop [...]
new e7fa994270f4 Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new d63e4e8f0fb3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 622fe52a7361 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 22e3c8329b52 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new ff66bc54cb85 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 832dd85ca4a2 Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
new 125498c6abb8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d5553e1bf2bf Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
new 4fe879f5f009 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f5dd4ecac170 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 27280337cff1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 40914f04c082 Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
new 82fbe632a91a Merge branch 'for-backlight-next' of git://git.kernel.org/ [...]
new 86924513d418 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0a136a3aae79 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 102d3a8e1b93 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 27a5e4ebc1e1 Merge branch 'apparmor-next' of git://git.kernel.org/pub/s [...]
new 6e2fde638f6d Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
new 9ac3a0022a7d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 1906ab57415e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new fd348faa0c0e Merge branch 'master' of git://www.linux-watchdog.org/linu [...]
new c21bf9bd0095 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 78c7d89c637c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a2f71820d249 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 38b37b432e76 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 25f64b6ea085 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e9c8ff85e5d0 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 497888464605 Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
new cc4611129414 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/li [...]
new f51fa1e02d5a Merge branch 'next' of git://git.kernel.org/pub/scm/virt/k [...]
new 7c35e3aef918 Merge branch 'next' of https://github.com/kvm-x86/linux.git
new ac4e90b34505 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 404140ca55c3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9ad9f249cf4a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 92315ee0d62e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 8d1758d2982d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f8a21e1a9aad Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
new 1c0bf238f72e Merge branch 'for-next' of git://github.com/cminyard/linux [...]
new 115b3b5fca70 Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
new 3feb6eb3bd6c Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new 4a60d5b1f7da Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
new 8013a77f6253 Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
new d990508ab8e1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new e74c36f78fb9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 4df1a7db5cc1 Merge branch 'next' of git://github.com/awilliam/linux-vfio.git
new 8b74249bd15f Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
new 423e9f67236b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 8a2631ee6f8a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 867315e6d61a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 229d25180c8b Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 76cea36a0f83 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d0565e614bf9 Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
new 85566db6b679 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4ddf1ea8a9d0 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
new dfcb7907226b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 6d966943f6cf Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux [...]
new 378f6b2d827c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new bbe622f1a5d4 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
new b8b4c49206ae Merge branch 'libnvdimm-for-next' of git://git.kernel.org/ [...]
new ea85791b6d87 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new aa8c31bc57d7 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 5c21e1bf7c6a Merge branch 'kgdb/for-next' of git://git.kernel.org/pub/s [...]
new 69fc36ffecb0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a46b295dfeec Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new f7117863f940 Merge branch 'zstd-next' of https://github.com/terrelln/linux.git
new c093e008e578 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 83091d402d82 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0ce79c377656 Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
new 0b03dcd57ca4 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new a9c292d981b9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 5db72b3af7c6 Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
new ac87d3a53b35 Merge branch 'bitmap-for-next' of https://github.com/norov [...]
new 0fd7c6670e53 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2c9dcede9bfe Merge branch 'nolibc' of git://git.kernel.org/pub/scm/linu [...]
new 84de83f4eba1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 26dd54d03cd9 Add linux-next specific files for 20240514
The 429 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.
--
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 b6dc8464e61 RISC-V: Fix format issue for trailing operator [NFC]
new 04ee1f788ce Revert "[PATCH v2 1/3] RISC-V: movmem for RISCV with V extension"
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.md | 23 ---------
gcc/testsuite/gcc.target/riscv/rvv/base/movmem-1.c | 59 ----------------------
2 files changed, 82 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/movmem-1.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 linux.
from a7c840ba5fa7 Merge tag 'tag-chrome-platform-firmware-for-v6.10' of git: [...]
new 3774b28d8f3b locking/qspinlock: Always evaluate lockevent* non-event pa [...]
new 91a1d97ef482 jump_label,module: Don't alloc static_key_mod for __ro_aft [...]
new 4eab44a8ae98 context_tracking: Make context_tracking_key __ro_after_init
new ddd8afacc4f6 x86/kvm: Make kvm_async_pf_enabled __ro_after_init
new 79a4567b2e8a x86/tsc: Make __use_tsc __ro_after_init
new d1eec383a8ab Merge tag 'v6.9-rc3' into locking/core, to pick up fixes
new 929ad065ba29 locking/atomic/x86: Correct the definition of __arch_try_c [...]
new 7016cc5def44 locking/atomic/x86: Modernize x86_32 arch_{,try_}_cmpxchg6 [...]
new aef95dac9ce4 locking/atomic/x86: Introduce arch_try_cmpxchg64() for !CO [...]
new 276b893049e4 locking/atomic/x86: Introduce arch_atomic64_try_cmpxchg() [...]
new e73c4e34a0e9 locking/atomic/x86: Introduce arch_atomic64_read_nonatomic [...]
new 95ece48165c1 locking/atomic/x86: Rewrite x86_32 arch_atomic64_{,fetch}_ [...]
new 21689e4bfb9a locking/atomic/x86: Define arch_atomic_sub() family using [...]
new 79a34e3d8411 locking/qspinlock: Use atomic_try_cmpxchg_relaxed() in xch [...]
new 6a97734f2222 locking/pvqspinlock: Use try_cmpxchg_acquire() in trylock_ [...]
new fea0e1820b51 locking/pvqspinlock: Use try_cmpxchg() in qspinlock_paravirt.h
new 91095666125a locking/pvqspinlock/x86: Remove redundant CMP after CMPXCH [...]
new d26e46f6bf32 locking/atomic/x86: Introduce arch_try_cmpxchg64_local()
new 33eb8ab4ec83 locking/atomic/x86: Merge __arch{,_try}_cmpxchg64_emu_loca [...]
new 94af3a04e3f3 locking/qspinlock/x86: Micro-optimize virt_spin_lock()
new 532453e7aa78 locking/pvqspinlock/x86: Use _Q_LOCKED_VAL in PV_UNLOCK_ASM macro
new 48fc82c40bc2 Merge tag 'locking-core-2024-05-13' of git://git.kernel.or [...]
new dfbc411e0a5e perf/x86/rapl: Prefer struct_size() over open coded arithmetic
new 9b4e52855794 Merge tag 'v6.9-rc2' into perf/core, to pick up dependent commits
new 0dbf66fa7e80 perf/x86/amd: Ensure amd_pmu_core_disable_all() is always inlined
new 1eddf187e5d0 perf/x86/amd: Avoid taking branches before disabling LBR
new a4d18112e531 perf/x86/amd: Support capturing LBR from software events
new 9794563d4d05 perf/x86/amd: Don't reject non-sampling events with config [...]
new 0259bf63f71e perf/core: Optimize perf_adjust_freq_unthr_context()
new f38628b06c36 perf/core: Reduce PMU access to adjust sample freq
new fb70fe74beaa perf/x86/rapl: Add support for Intel Arrow Lake
new acf68d98cae8 perf/x86/rapl: Add support for Intel Lunar Lake
new 4c03fe11b96b perf/bpf: Reorder bpf_overflow_handler() ahead of __perf_e [...]
new 924d934393f9 perf/bpf: Create bpf_overflow_handler() stub for !CONFIG_B [...]
new 14e40a9578b7 perf/bpf: Remove #ifdef CONFIG_BPF_SYSCALL from struct per [...]
new f11f10bfa1ca perf/bpf: Call BPF handler directly, not through overflow [...]
new 76f6d5884582 perf/bpf: Remove unneeded uses_default_overflow_handler()
new c4fcc7d1f415 perf/bpf: Allow a BPF program to suppress all sample side effects
new a265c9f6d52a selftest/bpf: Test a perf BPF program that suppresses side [...]
new 93d3fde7fd19 perf/bpf: Change the !CONFIG_BPF_SYSCALL stubs to static inlines
new d0331aa97897 Merge branch 'linus' into perf/core, to pick up perf/urgent fixes
new 4a0139806668 perf: Move perf_event_fasync() to perf_event.h
new fd20bb51ed39 perf/ring_buffer: Trigger IO signals for watermark_wakeup
new e224d1c1fb93 selftests/perf_events: Test FASYNC with watermark wakeups
new 854dd99b5ddc perf/bpf: Mark perf_event_set_bpf_handler() and perf_event [...]
new 17ca7fc22f4b Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/p [...]
new 214c1b7f1395 sched/balancing: Switch the 'DEFINE_SPINLOCK(balancing)' s [...]
new 02a61f325a8e sched/balancing: Remove reliance on 'enum cpu_idle_type' o [...]
new 38d707c54df4 sched/balancing: Change 'enum cpu_idle_type' to have more [...]
new 11b0bfa5d463 sched/debug: Increase SCHEDSTAT_VERSION to 16
new 9ab121d65e03 sched/debug: Allow CONFIG_SCHEDSTATS even on !KERNEL_DEBUG [...]
new be8858dba9a2 sched/balancing: Change comment formatting to not overlap [...]
new 3a5fe9305719 sched/balancing: Fix comments (trying to) refer to NOHZ_BA [...]
new 3dc6f6c8efe2 sched/balancing: Update run_rebalance_domains() comments
new e492e1b0e072 sched/balancing: Vertically align the comments of 'struct [...]
new 33928ed8bde0 sched/balancing: Update comments in 'struct sg_lb_stats' a [...]
new 70a27d6d1b19 sched/balancing: Rename run_rebalance_domains() => sched_b [...]
new 86dd6c04ef9f sched/balancing: Rename scheduler_tick() => sched_tick()
new 983be0628c06 sched/balancing: Rename trigger_load_balance() => sched_ba [...]
new 14ff4dbd34f4 sched/balancing: Rename rebalance_domains() => sched_balan [...]
new 4c3e509ea9f2 sched/balancing: Rename load_balance() => sched_balance_rq()
new f1cd2e2e79d2 sched/balancing: Rename find_busiest_queue() => sched_bala [...]
new 82cf921432fc sched/balancing: Rename find_busiest_group() => sched_bala [...]
new 391b7a5335c4 sched/balancing: Rename update_blocked_averages() => sched [...]
new 7d058285cd77 sched/balancing: Rename newidle_balance() => sched_balance [...]
new 646ebaf51c64 sched/balancing: Rename find_idlest_group_cpu() => sched_b [...]
new a88b17080294 sched/balancing: Rename find_idlest_group() => sched_balan [...]
new 686d148cbb5a sched/balancing: Rename find_idlest_cpu() => sched_balance [...]
new d72cf62438d6 sched/balancing: Fix a couple of outdated function names i [...]
new b9e6e2866392 sched/fair: Fix typos in comments
new f4566a1e7395 Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and [...]
new 77222b0d12e8 sched/topology: Export asym_cap_list
new 22d5607400c6 sched/fair: Check if a task has a fitting CPU when updatin [...]
new fa427e8e53d8 sched/topology: Remove root_domain::max_cpu_capacity
new 58eeb2d79b54 sched/fair: Don't double balance_interval for migrate_misfit
new be3a51e68f2f sched/fair: Add EAS checks before updating root_domain::ov [...]
new d0f5d3cefc25 sched/fair: Introduce is_rd_overutilized() helper function [...]
new c829d6818b60 sched/fair: Simplify the continue_balancing logic in sched [...]
new 902e786c4a54 sched/fair: Combine EAS check with root_domain::overutiliz [...]
new c628db0a6831 sched/fair: Check root_domain::overload value before update
new caac6291728e sched/fair: Use helper functions to access root_domain::overload
new dfb83ef7b8b0 sched/fair: Rename root_domain::overload to ::overloaded
new 76cc4f91488a sched/fair: Rename {set|get}_rd_overload() to {set|get}_rd [...]
new 7bda10ba7f45 sched/fair: Rename SG_OVERLOAD to SG_OVERLOADED
new 4d0a63e5b841 sched/fair: Rename set_rd_overutilized_status() to set_rd_ [...]
new 4475cd8bfd9b sched/balancing: Simplify the sg_status bitmask and use se [...]
new 37f36cab53c9 sched/vtime: Remove confusing arch_vtime_task_switch() dec [...]
new 89d6910cc562 sched/vtime: Get rid of generic vtime_task_switch() implem [...]
new 60b8edba142e s390/vtime: Remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftover
new 036cbbafbd1e s390/irq,nmi: Include <asm/vtime.h> header directly
new 08a36a48544d sched/vtime: Do not include <asm/vtime.h> header
new cd18bec668bb sched/fair: Fix update of rd->sg_overutilized
new 75d659317bb1 cpufreq: Add a cpufreq pressure feedback for the scheduler
new f1f8d0a22422 sched/cpufreq: Take cpufreq feedback into account
new c281afe24fc5 thermal/cpufreq: Remove arch_update_thermal_pressure()
new d4dbc991714e sched/cpufreq: Rename arch_update_thermal_pressure() => ar [...]
new 97450eb90965 sched/pelt: Remove shift of thermal clock
new 6e5a0c30b616 Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/ [...]
new bdc42c8b9bef Documentation/maintainer-tip: Clarify merge window policy
new 019040fb8144 Merge tag 'x86-misc-2024-05-13' of git://git.kernel.org/pu [...]
new a3ff53167cef x86/asm: Remove %P operand modifier from altinstr asm templates
new 41cd2e1ee96e x86/asm: Use %c/%n instead of %P operand modifier in asm t [...]
new d689863c1a60 x86/asm: Use %a instead of %P operand modifier in asm templates
new 648337147d35 x86/asm: Use "m" operand constraint in WRUSSQ asm template
new 4c9a93800121 x86/asm/64: Clean up memset16(), memset32(), memset64() as [...]
new a0c8cf978035 x86/alternatives: Remove a superfluous newline in _static_ [...]
new d791a4da6be4 Merge tag 'x86-asm-2024-05-13' of git://git.kernel.org/pub [...]
new 2cb16181a1d1 x86/boot: Simplify boot stack setup
new 8f69cba096b5 x86: Rename __{start,end}_init_task to __{start,end}_init_stack
new 76e9762d6637 x86/boot: Ignore relocations in .notes sections in walk_re [...]
new 17608373cf90 x86/build: Clean up arch/x86/tools/relocs.c a bit
new 4faa0e5d6d79 x86/boot: Move kernel cmdline setup earlier in the boot pr [...]
new 5b9b2e6baf9e Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes befor [...]
new a0025f587c68 x86/boot/64: Clear most of CR4 in startup_64(), except PAE [...]
new 9d8e0d52a2a4 Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pu [...]
new f9f62a877da1 x86/dumpstack: Use uniform "Oops: " prefix for die() messages
new 7e3591453de3 Merge tag 'x86-bugs-2024-05-13' of git://git.kernel.org/pu [...]
new 1793f6932626 vmlinux.lds.h: Fix a typo in comment
new a5cffd056ef5 x86/vmlinux.lds.S: Remove conditional definition of LOAD_OFFSET
new 9b67ce2c121f x86/vmlinux.lds.S: Take __START_KERNEL out conditional definition
new 29b0aab841da x86/boot: Replace __PHYSICAL_START with LOAD_PHYSICAL_ADDR
new cba786af84a0 x86/purgatory: Switch to the position-independent small co [...]
new 71d99ea47fbd x86/Kconfig: Merge the two CONFIG_X86_EXTENDED_PLATFORM entries
new d71ec0ed03ae Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/p [...]
new b0daa43204b1 x86/xen: Remove duplicate #include
new 27d45fc7df2d x86/virt/tdx: Remove duplicate include
new 9342164635f8 x86/syscall/compat: Remove unused macro __SYSCALL_ia32_NR
new e2d168328e3b x86/syscall/compat: Remove ia32_unistd.h
new 3c41786cab88 x86/fred: Fix typo in Kconfig description
new c3262d3d19d2 x86/head: Simplify relative include path to xen-head.S
new 52b2c101b9ce x86/32: Remove unused IA32_STACK_TOP and two externs
new 62fbc013c185 x86/rtc: Remove unused intel-mid.h
new cb517619f967 x86/extable: Remove unused fixup type EX_TYPE_COPY
new e0ca9353a86c x86/math-emu: Fix function cast warnings
new 53bc516ade85 x86/msr: Move ARCH_CAP_XAPIC_DISABLE bit definition to its [...]
new ad3bd7659b68 x86/pci/ce4100: Remove unused 'struct sim_reg_op'
new c4273a669212 Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.or [...]
new edf66a3c7663 x86/cpu: Move leftover contents of topology.c to setup.c
new 95bfb35269b2 x86/cpu: Get rid of an unnecessary local variable in get_c [...]
new 63edbaa48a57 x86/cpu/topology: Add support for the AMD 0x80000026 leaf
new 29ba89f18952 x86/CPU/AMD: Improve the erratum 1386 workaround
new cd2236c2f49e x86/cpu: Clear TME feature flag if TME is not enabled by BIOS
new 99c84311e35f x86/selftests: Skip the tests if prerequisites aren't fulfilled
new ac5e80e94f5c x86/mce: Clean up TP_printk() output line of the 'mce_reco [...]
new 98430645e383 tracing: Add the ::ppin field to the mce_record tracepoint
new 186d7ef52c1f tracing: Add the ::microcode field to the mce_record tracepoint
new 0e6ebfd16364 Merge tag 'v6.9-rc3' into x86/cpu, to pick up fixes
new 7911f145de5f x86/mce: Implement recovery for errors in TDX/SEAM non-root mode
new e0a9ac192fd6 x86/cpu: Take NUMA node into account when allocating per-C [...]
new dbbe13a6f66b x86/cpu: Improve readability of per-CPU cpumask initializa [...]
new 21f546a43a91 Merge branch 'x86/urgent' into x86/cpu, to resolve conflict
new 90167e96588d x86/sev: Take NUMA node into account when allocating memor [...]
new a9d0adce6907 x86/cpu/vfm: Add/initialize x86_vfm field to struct cpuinfo_x86
new e6dfdc2e89a0 x86/cpu/vfm: Add new macros to work with (vendor/family/mo [...]
new f055b6260eb3 x86/cpu/vfm: Update arch/x86/include/asm/intel-family.h
new 8a28b0220266 x86/bugs: Switch to new Intel CPU model defines
new b24e466abf6e x86/bugs: Switch to new Intel CPU model defines
new 5ee800945a34 perf/x86/intel/cstate: Switch to new Intel CPU model defines
new 0011a51d73d5 perf/x86/lbr: Switch to new Intel CPU model defines
new a7011b852a30 perf/x86/intel/pt: Switch to new Intel CPU model defines
new 9828a1cff456 perf/x86/intel/uncore: Switch to new Intel CPU model defines
new add69475de4b perf/x86/msr: Switch to new Intel CPU model defines
new 8fb5f44e5df4 x86/apic: Switch to new Intel CPU model defines
new d32bc2111c73 x86/aperfmperf: Switch to new Intel CPU model defines
new fe3edc524db4 x86/cpu/intel_epb: Switch to new Intel CPU model defines
new c73cd3722103 x86/cpu: Switch to new Intel CPU model defines
new 4a5f2dd162fd x86/mce: Switch to new Intel CPU model defines
new 375a756448e2 x86/microcode/intel: Switch to new Intel CPU model defines
new db99675e4338 x86/resctrl: Switch to new Intel CPU model defines
new 4db64279bc2b x86/cpu: Switch to new Intel CPU model defines
new f21b075b6724 x86/tsc: Switch to new Intel CPU model defines
new d9b6886cd7cd x86/tsc_msr: Switch to new Intel CPU model defines
new 2eda374e883a x86/mm: Switch to new Intel CPU model defines
new ecd83bcbed7a Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub [...]
new b767fe5de0b4 x86/entry: Merge thunk_64.S and thunk_32.S into thunk.S
new 31a568b54c0f Merge tag 'x86-entry-2024-05-13' of git://git.kernel.org/p [...]
new 5d31174f3c8c x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup
new 5ca28d24aecd x86/vm86: Make sure the free_vm86(task) definition uses it [...]
new af813acf8c06 x86/fpu: Update fpu_swap_kvm_fpu() uses in comments as well
new 963795f7583c Merge tag 'x86-fpu-2024-05-13' of git://git.kernel.org/pub [...]
new ceb647b4b529 x86/pat: Introduce lookup_address_in_pgd_attr()
new d29dc5177b7d x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops()
new 02eac06b820c x86/pat: Restructure _lookup_address_cpa()
new 5bc8b0f5dac0 x86/pat: Fix W^X violation false-positives when running as [...]
new eabb6297abd3 Merge tag 'x86-mm-2024-05-13' of git://git.kernel.org/pub/ [...]
new 0539084639f3 x86/percpu: Convert this_percpu_xchg_op() from asm() to C [...]
new ce99b9c8daff x86/percpu: Move raw_percpu_xchg_op() to a better place
new f61f02d1ff78 x86/percpu: Re-enable named address spaces with KASAN for [...]
new b429eafe0d9f x86/percpu: Enable named address spaces for GCC 9.1+
new 4e5b0e8003df x86/percpu: Unify arch_raw_cpu_ptr() defines
new b90169b42a6f x86/percpu: Do not use this_cpu_read_stable_8() for 32-bit [...]
new 6a2bcf9277dc Merge tag 'v6.9-rc2' into x86/percpu, to pick up fixes and [...]
new a55c1fdad5f6 x86/percpu: Use __force to cast from __percpu address space
new 9ebe5500d4b2 x86/percpu: Re-enable named address spaces with sanitizers [...]
new 4c3677c07758 x86/percpu: Fix x86_this_cpu_variable_test_bit() asm template
new a3f8a3a2cf0b x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macros
new 93cfa544cf9e x86/percpu: Introduce raw_cpu_read_long() to reduce ifdeffery
new e76f69b91e1a Merge tag 'x86-percpu-2024-05-13' of git://git.kernel.org/ [...]
new fe5e6b599fbc x86/hyperv/vtl: Correct x86_init.mpparse.parse_smp_cfg assignment
new 222408cde4d0 x86/of: Set the parse_smp_cfg for all the DeviceTree platf [...]
new 85900d061884 x86/of: Map NUMA node to CPUs as per DeviceTree
new f87136c05714 x86/of: Change x86_dtb_parse_smp_config() to static
new bcc0403eb4c3 x86/platform/iris: Convert to platform remove callback ret [...]
new c741ccfdc0b3 x86/platform/olpc-x01-pm: Convert to platform remove callb [...]
new 801549ed6abe x86/platform/olpc-xo1-sci: Convert to platform remove call [...]
new 5f487cd8290f Merge tag 'x86-platform-2024-05-13' of git://git.kernel.or [...]
new 2883f01ec37d x86/shstk: Enable shadow stacks for x32
new a5131c3fdf26 Merge tag 'x86-shstk-2024-05-13' of git://git.kernel.org/p [...]
The 208 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 | 1 +
Documentation/process/maintainer-tip.rst | 18 +-
Documentation/scheduler/sched-domains.rst | 12 +-
Documentation/scheduler/sched-stats.rst | 37 +-
.../translations/zh_CN/scheduler/sched-domains.rst | 10 +-
.../translations/zh_CN/scheduler/sched-stats.rst | 30 +-
arch/arm/include/asm/topology.h | 6 +-
arch/arm/kernel/hw_breakpoint.c | 8 +-
arch/arm/kernel/topology.c | 2 +-
arch/arm64/include/asm/topology.h | 6 +-
arch/arm64/kernel/hw_breakpoint.c | 4 +-
arch/powerpc/include/asm/Kbuild | 1 -
arch/powerpc/include/asm/cputime.h | 13 -
arch/powerpc/kernel/time.c | 22 +
arch/s390/include/asm/vtime.h | 2 -
arch/s390/kernel/irq.c | 1 +
arch/s390/kernel/nmi.c | 1 +
arch/um/include/asm/cpufeature.h | 3 +-
arch/x86/Kconfig | 42 +-
arch/x86/boot/compressed/head_64.S | 5 +
arch/x86/boot/main.c | 4 +-
arch/x86/entry/Makefile | 2 +-
arch/x86/entry/entry_64_compat.S | 1 -
arch/x86/entry/syscalls/syscall_64.tbl | 2 +-
arch/x86/entry/{thunk_64.S => thunk.S} | 0
arch/x86/entry/thunk_32.S | 18 -
arch/x86/events/amd/core.c | 37 +-
arch/x86/events/amd/lbr.c | 13 +-
arch/x86/events/intel/cstate.c | 144 +++---
arch/x86/events/intel/lbr.c | 3 +-
arch/x86/events/intel/pt.c | 12 +-
arch/x86/events/intel/uncore.c | 100 ++--
arch/x86/events/intel/uncore_nhmex.c | 3 +-
arch/x86/events/intel/uncore_snbep.c | 5 +-
arch/x86/events/msr.c | 132 +++---
arch/x86/events/perf_event.h | 13 +
arch/x86/events/rapl.c | 7 +-
arch/x86/hyperv/hv_vtl.c | 1 -
arch/x86/include/asm/alternative.h | 22 +-
arch/x86/include/asm/apic.h | 2 +-
arch/x86/include/asm/asm.h | 3 -
arch/x86/include/asm/atomic.h | 12 +-
arch/x86/include/asm/atomic64_32.h | 81 ++--
arch/x86/include/asm/atomic64_64.h | 12 +-
arch/x86/include/asm/boot.h | 5 -
arch/x86/include/asm/cmpxchg_32.h | 205 +++++----
arch/x86/include/asm/cmpxchg_64.h | 8 +-
arch/x86/include/asm/cpu_device_id.h | 101 +++++
arch/x86/include/asm/cpufeature.h | 8 +-
arch/x86/include/asm/extable_fixup_types.h | 2 +-
arch/x86/include/asm/ia32.h | 11 -
arch/x86/include/asm/ia32_unistd.h | 12 -
arch/x86/include/asm/intel-family.h | 84 ++++
arch/x86/include/asm/irq_stack.h | 2 +-
arch/x86/include/asm/mce.h | 2 +
arch/x86/include/asm/msr-index.h | 9 +-
arch/x86/include/asm/page_types.h | 8 +-
arch/x86/include/asm/percpu.h | 157 +++----
arch/x86/include/asm/pgtable_types.h | 2 +
arch/x86/include/asm/processor.h | 32 +-
arch/x86/include/asm/prom.h | 9 +-
arch/x86/include/asm/qspinlock.h | 13 +-
arch/x86/include/asm/qspinlock_paravirt.h | 7 +-
arch/x86/include/asm/seccomp.h | 2 +-
arch/x86/include/asm/special_insns.h | 8 +-
arch/x86/include/asm/string_64.h | 45 +-
arch/x86/include/asm/uaccess.h | 4 +-
arch/x86/include/asm/vm86.h | 2 +-
arch/x86/kernel/Makefile | 2 +-
arch/x86/kernel/apic/apic.c | 38 +-
arch/x86/kernel/apic/x2apic_cluster.c | 7 +-
arch/x86/kernel/cpu/amd.c | 12 +
arch/x86/kernel/cpu/aperfmperf.c | 17 +-
arch/x86/kernel/cpu/bugs.c | 30 +-
arch/x86/kernel/cpu/common.c | 171 ++++---
arch/x86/kernel/cpu/intel.c | 1 +
arch/x86/kernel/cpu/intel_epb.c | 12 +-
arch/x86/kernel/cpu/match.c | 5 +-
arch/x86/kernel/cpu/mce/core.c | 24 +-
arch/x86/kernel/cpu/mce/intel.c | 21 +-
arch/x86/kernel/cpu/mce/severity.c | 27 +-
arch/x86/kernel/cpu/microcode/intel.c | 5 +-
arch/x86/kernel/cpu/resctrl/core.c | 10 +-
arch/x86/kernel/cpu/resctrl/pseudo_lock.c | 22 +-
arch/x86/kernel/cpu/topology_amd.c | 19 +-
arch/x86/kernel/cpu/topology_ext.c | 15 +
arch/x86/kernel/devicetree.c | 24 +-
arch/x86/kernel/dumpstack.c | 4 +-
arch/x86/kernel/fpu/core.c | 4 +-
arch/x86/kernel/fpu/xstate.c | 4 +-
arch/x86/kernel/head_32.S | 13 +-
arch/x86/kernel/head_64.S | 4 +-
arch/x86/kernel/kvm.c | 2 +-
arch/x86/kernel/rtc.c | 1 -
arch/x86/kernel/setup.c | 40 +-
arch/x86/kernel/sev.c | 8 +-
arch/x86/kernel/shstk.c | 4 +-
arch/x86/kernel/signal_32.c | 2 +-
arch/x86/kernel/signal_64.c | 6 +
arch/x86/kernel/smpboot.c | 28 +-
arch/x86/kernel/topology.c | 43 --
arch/x86/kernel/tsc.c | 8 +-
arch/x86/kernel/tsc_msr.c | 14 +-
arch/x86/kernel/vmlinux.lds.S | 10 +-
arch/x86/math-emu/fpu_etc.c | 9 +-
arch/x86/math-emu/fpu_trig.c | 6 +-
arch/x86/math-emu/reg_constant.c | 7 +-
arch/x86/mm/extable.c | 9 -
arch/x86/mm/fault.c | 7 +-
arch/x86/mm/init.c | 16 +-
arch/x86/mm/pat/set_memory.c | 68 ++-
arch/x86/pci/ce4100.c | 6 -
arch/x86/platform/ce4100/ce4100.c | 1 -
arch/x86/platform/iris/iris.c | 5 +-
arch/x86/platform/olpc/olpc-xo1-pm.c | 7 +-
arch/x86/platform/olpc/olpc-xo1-sci.c | 5 +-
arch/x86/purgatory/Makefile | 3 +-
arch/x86/tools/relocs.c | 371 +++++++--------
arch/x86/virt/vmx/tdx/tdx.c | 1 -
arch/x86/xen/enlighten.c | 3 -
arch/x86/xen/xen-head.S | 2 +-
drivers/base/arch_topology.c | 26 +-
drivers/cpufreq/cpufreq.c | 36 ++
drivers/cpufreq/qcom-cpufreq-hw.c | 4 +-
drivers/thermal/cpufreq_cooling.c | 3 -
include/asm-generic/sections.h | 5 +
include/asm-generic/vmlinux.lds.h | 8 +-
include/asm-generic/vtime.h | 1 -
include/linux/arch_topology.h | 8 +-
include/linux/cpufreq.h | 10 +
include/linux/jump_label.h | 3 +
include/linux/perf_event.h | 37 +-
include/linux/sched.h | 3 +-
include/linux/sched/idle.h | 2 +-
include/linux/sched/topology.h | 10 +-
include/linux/vtime.h | 5 -
.../events/{thermal_pressure.h => hw_pressure.h} | 14 +-
include/trace/events/mce.h | 25 +-
include/trace/events/sched.h | 2 +-
init/Kconfig | 12 +-
init/init_task.c | 1 +
init/main.c | 1 +
kernel/context_tracking.c | 2 +-
kernel/events/core.c | 273 +++++------
kernel/events/ring_buffer.c | 4 +
kernel/jump_label.c | 53 +++
kernel/locking/lock_events.h | 4 +-
kernel/locking/qspinlock.c | 13 +-
kernel/locking/qspinlock_paravirt.h | 49 +-
kernel/sched/core.c | 14 +-
kernel/sched/cputime.c | 13 -
kernel/sched/fair.c | 503 ++++++++++++---------
kernel/sched/loadavg.c | 2 +-
kernel/sched/pelt.c | 22 +-
kernel/sched/pelt.h | 16 +-
kernel/sched/sched.h | 71 ++-
kernel/sched/stats.c | 5 +-
kernel/sched/topology.c | 56 ++-
kernel/time/timer.c | 2 +-
kernel/workqueue.c | 2 +-
lib/Kconfig.debug | 2 +-
tools/testing/selftests/bpf/prog_tests/perf_skip.c | 137 ++++++
.../progs/{test_perf_link.c => test_perf_skip.c} | 9 +-
.../ftrace/test.d/ftrace/func_set_ftrace_file.tc | 2 +-
tools/testing/selftests/perf_events/.gitignore | 1 +
tools/testing/selftests/perf_events/Makefile | 2 +-
.../selftests/perf_events/watermark_signal.c | 146 ++++++
tools/testing/selftests/x86/amx.c | 27 +-
tools/testing/selftests/x86/lam.c | 2 +-
169 files changed, 2584 insertions(+), 1838 deletions(-)
rename arch/x86/entry/{thunk_64.S => thunk.S} (100%)
delete mode 100644 arch/x86/entry/thunk_32.S
delete mode 100644 arch/x86/include/asm/ia32_unistd.h
delete mode 100644 arch/x86/kernel/topology.c
delete mode 100644 include/asm-generic/vtime.h
rename include/trace/events/{thermal_pressure.h => hw_pressure.h} (55%)
create mode 100644 tools/testing/selftests/bpf/prog_tests/perf_skip.c
copy tools/testing/selftests/bpf/progs/{test_perf_link.c => test_perf_skip.c} (55%)
create mode 100644 tools/testing/selftests/perf_events/watermark_signal.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 releases/gcc-13
in repository gcc.
from 12ee04dd758 Daily bump.
new 47cac093078 c++: build_extra_args recapturing local specs [PR114303]
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/cp/constraint.cc | 1 +
gcc/cp/pt.cc | 31 ++++++++++++++++++++++-
gcc/testsuite/g++.dg/cpp1z/constexpr-if-lambda6.C | 16 ++++++++++++
3 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if-lambda6.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 dd594aab7fb Daily bump.
new b6dc8464e61 RISC-V: Fix format issue for trailing operator [NFC]
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-vector-builtins.cc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 releases/gcc-14
in repository gcc.
from 57cd8665fea c++: nested aggregate/alias CTAD fixes [PR114974, PR114901, [...]
new 679fa4dd819 Daily bump.
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 14 ++++++++++++++
gcc/po/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 12 ++++++++++++
4 files changed, 33 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.