Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
srcres258 created a tag on srcres258/linux-doc
v6.12-rc6 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 1306 commits to next srcres258/linux-doc
- btrfs: fix per-subvolume RO/RW flags with new mount API [BUG] With util-linux 2.40.2, the mount is already utilizing... ac22432
- btrfs: fix mount failure due to remount races [BUG] The following reproducer can cause btrfs mount to fail: dev="... 2dd5802
- btrfs: fix double accounting of ordered extents during errors [BUG] Btrfs will fail generic/750 randomly if its sect... 324b77e
- btrfs: extract the inner loop of cow_file_range() to enhance the error handling [PROBLEMS] Currently cow_file_range... be8fbe1
- btrfs: use FGP_STABLE to wait for folio writeback __filemap_get_folio() provides the flag FGP_STABLE to wait for wri... 6641ad2
- btrfs: make btrfs_do_readpage() to do block-by-block read Currently if a btrfs has sector size < page size, btrfs_do... 2fabff3
- btrfs: avoid deadlock when reading a partial uptodate folio [BUG] This is for a deadlock only possible after the out... d6b661e
- btrfs: allow buffered write to skip full page if it's sector aligned [BUG] Since the support of sector size < page s... 20aad52
- Merge branch 'misc-6.12' into for-next-current-v6.11-20241101 9b777a6
- Merge branch 'misc-6.12' into for-next-next-v6.12-20241101 ee1f961
- Merge branch 'b-for-next' into for-next-next-v6.12-20241101 8ddabbf
- Merge branch 'misc-next' into for-next-next-v6.12-20241101 c79e889
- Merge branch 'for-next-current-v6.11-20241101' into for-next-20241101 4e4ad02
- Merge branch 'for-next-next-v6.12-20241101' into for-next-20241101 4f471a2
- dt-bindings: hwmon: isl68137: add bindings to support voltage dividers Add devicetree bindings to support declaring ... 9edf8cf
- ARM: dts: am335x-bone-common: Increase MDIO reset deassert delay to 50ms Commit b9bf5612610aa7e3 ("ARM: dts: am335x-... a74a1ad
- hwmon: (pmbus/isl68137) add support for voltage divider on Vout Some applications require Vout to be higher than the... 1699e7c
- Merge branch 'omap-for-v6.13/drivers' into tmp/omap-next-20241101.073023 f0da3a3
- dt-bindings: hwmon: pmbus: Add bindings for MPS MP297x Remove mps297x from trivial-devices as it requires additional... dca4a7f
- dt-bindings: hwmon: pmbus: Add bindings for Vicor pli1209bc Remove vicor,pli1209bc from trivial-devices as it requir... 7972bc2
- and 1286 more ...
srcres258 pushed 2 commits to ch6 LearningOS/2024a-rcore-srcres258
srcres258 pushed 1092 commits to next srcres258/linux-doc
- KVM: selftests: fix unintional noop test in guest_memfd_test.c The loop in test_create_guest_memfd_invalid() that is... fd5b88c
- KVM: selftests: Precisely mask off dynamic fields in CPUID test When comparing vCPU CPUID entries against KVM's supp... c0124e2
- KVM: selftests: Mask off OSPKE and OSXSAVE when comparing CPUID entries Mask off OSPKE and OSXSAVE, which are toggle... 01e2827
- KVM: selftests: Rework OSXSAVE CR4=>CPUID test to play nice with AVX insns Rework the CR4/CPUID sync test to clear C... cf50f01
- KVM: selftests: Configure XCR0 to max supported value by default To play nice with compilers generating AVX instruct... 331b8dd
- KVM: selftests: Verify XCR0 can be "downgraded" and "upgraded" Now that KVM selftests enable all supported XCR0 feat... d87b459
- KVM: selftests: Drop manual CR4.OSXSAVE enabling from CR4/CPUID sync test Now that CR4.OSXSAVE is enabled by default... 86502f0
- KVM: selftests: Drop manual XCR0 configuration from AMX test Now that CR4.OSXSAVE and XCR0 are setup by default, dro... fd7b6d7
- KVM: selftests: Drop manual XCR0 configuration from state test Now that CR4.OSXSAVE and XCR0 are setup by default, d... 818646f
- KVM: selftests: Drop manual XCR0 configuration from SEV smoke test Now that CR4.OSXSAVE and XCR0 are setup by defaul... ce22d24
- KVM: selftests: Ensure KVM supports AVX for SEV-ES VMSA FPU test Verify that KVM's supported XCR0 includes AVX (and ... 08cc7ab
- KVM: x86: AMD's IBPB is not equivalent to Intel's IBPB From Intel's documentation [1], "CPUID.(EAX=07H,ECX=0):EDX[26... d66e266
- PCI: Make pcim_request_all_regions() a public function In order to remove the deprecated function pcim_iomap_regions... d9d959c
- ata: ahci: Replace deprecated PCI functions pcim_iomap_regions_request_all() and pcim_iomap_table() have been deprec... bdcddd0
- crypto: qat - replace deprecated PCI functions pcim_iomap_table() and pcim_iomap_regions_request_all() have been dep... 86d17af
- crypto: marvell - replace deprecated PCI functions pcim_iomap_table() and pcim_iomap_regions_request_all() have been... cf43d99
- intel_th: pci: Replace deprecated PCI functions pcim_iomap_table() and pcim_iomap_regions_request_all() have been de... abbc299
- wifi: iwlwifi: replace deprecated PCI functions pcim_iomap_table() and pcim_iomap_regions_request_all() have been de... 3dd6ed2
- ntb: idt: Replace deprecated PCI functions pcim_iomap_table() and pcim_iomap_regions_request_all() have been depreca... 5915997
- serial: rp2: Replace deprecated PCI functions pcim_iomap_table() and pcim_iomap_regions_request_all() have been depr... 55285d8
- and 1072 more ...
srcres258 pushed 118 commits to torvalds-master srcres258/linux-doc
- wifi: rtw89: coex: add debug message of link counts on 2/5GHz bands for wl_info v7 The counts will be used by MLO, a... 5575058
- wifi: mt76: do not increase mcu skb refcount if retry is not supported If mcu_skb_prepare_msg is not implemented, in... 34b6954
- wifi: iwlegacy: Fix "field-spanning write" warning in il_enqueue_hcmd() iwlegacy uses command buffers with a payload... d4cdc46
- wifi: iwlegacy: Clear stale interrupts before resuming device iwl4965 fails upon resume from hibernation on my lapto... 07c90ac
- mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING When tracing is disabled, there is no point in asking th... b3e046c
- wifi: mac80211: Fix setting txpower with emulate_chanctx Propagate hw conf into the driver when txpower changes and ... 8dd0498
- wifi: cfg80211: Do not create BSS entries for unsupported channels Currently, in cfg80211_parse_ml_elem_sta_data(), ... e1a9ae3
- wifi: cfg80211: Add wiphy_delayed_work_pending() Add wiphy_delayed_work_pending() to check if any delayed work timer... 68d0021
- wifi: mac80211: Convert color collision detection to wiphy work Call to ieee80211_color_collision_detection_work() n... 4cc6f3e
- wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower Avoid potentially crashing in the driver bec... 393b6bc
- wifi: radiotap: Avoid -Wflex-array-member-not-at-end warnings -Wflex-array-member-not-at-end was introduced in GCC-1... 57be3d3
- wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys Sync iterator conditions with ieee80211_iter_keys_rcu.... 52009b4
- wifi: ath10k: Fix memory leak in management tx In the current logic, memory is allocated for storing the MSDU contex... e15d84b
- wifi: ath11k: Fix invalid ring usage in full monitor mode On full monitor HW the monitor destination rxdma ring does... befd716
- wifi: rtw89: pci: early chips only enable 36-bit DMA on specific PCI hosts The early chips including RTL8852A, RTL88... aa70ff0
- wifi: brcm80211: BRCM_TRACING should depend on TRACING When tracing is disabled, there is no point in asking the use... b73b206
- wifi: rtw88: Fix the RX aggregation in USB 3 mode RTL8822CU, RTL8822BU, and RTL8821CU don't need BIT_EN_PRE_CALC. In... 4aefde4
- wifi: rtlwifi: rtl8192du: Don't claim USB ID 0bda:8171 This ID appears to be RTL8188SU, not RTL8192DU. This is the w... a95d28a
- Merge tag 'ath-current-20241016' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath ath.git patches for v6.12-... a940b3a
- RDMA/cxgb4: Dump vendor specific QP details Restore the missing functionality to dump vendor specific QP details, wh... 89f8c6f
- and 98 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241101 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 889 commits to next srcres258/linux-doc
- clk: tegra: use clamp() in tegra_bpmp_clk_determine_rate() When it needs to get a value within a certain interval, u... b961b65
- clk: eyeq: add driver Add Mobileye EyeQ5, EyeQ6L and EyeQ6H clock controller driver. It is both a platform driver an... 25d9049
- Merge branch 'clk-mobileye' into clk-next - Mobileye EyeQ5, EyeQ6L and EyeQ6H clk driver * clk-mobileye: clk: ey... 184fff0
- clk: sophgo: avoid integer overflow in sg2042_pll_recalc_rate() This was found by a static analyzer. There may be a ... 00f8f70
- Merge branch 'clk-cleanup' into clk-next * clk-cleanup: clk: sophgo: avoid integer overflow in sg2042_pll_recalc_r... 1171390
- Merge tag 'ftrace-v6.12-rc4' into trace/ftrace/core In order to modify the code that allocates the shadow stacks, me... 81ec38e
- fgraph: Separate size of ret_stack from PAGE_SIZE The ret_stack (shadow stack used by function graph infrastructure)... 6ea8b69
- fgraph: Give ret_stack its own kmem cache The ret_stack (shadow stack used by function graph infrastructure) is crea... 4340984
- fgraph: Use guard(mutex)(&ftrace_lock) for unregister_ftrace_graph() The ftrace_lock is held throughout unregister_f... 6348a3f
- ftrace: Use guard for match_records() The ftrace_lock is held for most of match_records() until the end of the funct... 06294cf
- ftrace: Use guard to lock ftrace_lock in cache_mod() The ftrace_lock is held throughout cache_mod(), use guard to si... 1432afb
- ftrace: Use guard to take the ftrace_lock in release_probe() The ftrace_lock is held throughout the entire release_p... 9687bbf
- ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash() The ftrace_lock is taken for most of the ftrace_gra... 8b0cb3a
- sched: Pass correct scheduling policy to __setscheduler_class Commit 98442f0ccd82 ("sched: Fix delayed_dequeue vs sw... 5db9154
- x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB node_to_amd_nb() is defined to NULL in non-AMD configs: dri... fce9642
- selftests/bpf: remove xdp_synproxy IP_DF check In real world production websites, the IP_DF flag is not always set f... 0ab7cd1
- sched_ext: Introduce NUMA awareness to the default idle selection policy Similarly to commit dfa4ed29b18c ("sched_ex... 860a452
- Merge branch 'for-6.13' into for-next e7733c6
- btrfs: remove pointless iocb::ki_pos addition in btrfs_encoded_read() iocb->ki_pos isn't used after this function, s... 2787048
- btrfs: change btrfs_encoded_read() so that reading of extent is done by caller Change the behaviour of btrfs_encoded... 328a3ea
- and 869 more ...
srcres258 pushed 19 commits to torvalds-master srcres258/linux-doc
- tools headers UAPI: Sync linux/const.h with the kernel headers To pick up the changes in: 947697c6f0f75f98 ("uapi... ab8aaab
- perf trace: The return from 'write' isn't a pid When adding a explicit beautifier for the 'write' syscall when the B... 39c6a35
- perf trace augmented_raw_syscalls: Add extra array index bounds checking to satisfy some BPF verifiers In a RHEL8 ke... ecabac7
- perf trace augmented_raw_syscalls: Add more checks to pass the verifier Add some more checks to pass the verifier in... 395d384
- perf build: Change the clang check back to 12.0.1 This serves as a revert for this patch: https://lore.kernel.org... 7fbff3c
- perf trace: Fix non-listed archs in the syscalltbl routines This fixes a build breakage on 32-bit arm, where the sys... 5d35634
- tools headers UAPI: Sync kvm headers with the kernel sources To pick the changes in: aa8d1f48d353b046 ("KVM: x86/... d822ca2
- perf test: Handle perftool-testsuite_probe failure due to broken DWARF Test case test_adding_blacklisted ends in fai... 06a130e
- perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORT Noticed while building on a raspbian ar... 758f181
- tools arch x86: Sync the msr-index.h copy with the kernel sources To pick up the changes from these csets: dc1e67... 08a7d25
- scsi: scsi_debug: Fix do_device_access() handling of unexpected SG copy length If the sg_copy_buffer() call returns ... d28d17a
- scsi: ufs: core: Fix another deadlock during RTC update If ufshcd_rtc_work calls ufshcd_rpm_put_sync() and the pm's ... cb7e509
- tools headers: Synchronize {uapi/}linux/bits.h with the kernel sources To pick up the changes in this cset: 94769... 21a3a3d
- tools headers arm64: Sync arm64's cputype.h with the kernel sources To get the changes in: 924725707d80bc25 ("arm... 93e4b86
- tools headers: Update the linux/unaligned.h copy with the kernel sources To pick up the changes in: 7f053812dab39... 55f1b54
- perf cap: Add __NR_capget to arch/x86 unistd As there are duplicated kernel headers in tools/include libc can pick u... a5384c4
- Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi Pull SCSI fixes from James Bottoml... 4236f91
- Merge tag 'perf-tools-fixes-for-v6.12-2-2024-10-30' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools ... 14b7d43
- x86/uaccess: Avoid barrier_nospec() in 64-bit copy_from_user() The barrier_nospec() in 64-bit copy_from_user() is sl... 0fc810a
srcres258 created a tag on srcres258/linux-doc
next-20241031 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 2 commits to ch5 LearningOS/2024a-rcore-srcres258
srcres258 pushed 1 commit to ch4 LearningOS/2024a-rcore-srcres258
- Remove info macro usages for debug purpose d4be197
srcres258 pushed 2 commits to ch4 LearningOS/2024a-rcore-srcres258
srcres258 pushed 1207 commits to next srcres258/linux-doc
- mm: copy_pte_range() use pte_offset_map_rw_nolock() In copy_pte_range(), we may modify the src_pte entry after holdi... fec4aba
- mm: mremap: move_ptes() use pte_offset_map_rw_nolock() In move_ptes(), we may modify the new_pte after acquiring the... c2573d6
- mm: page_vma_mapped_walk: map_pte() use pte_offset_map_rw_nolock() In the caller of map_pte(), we may modify the pvm... bd81274
- mm: userfaultfd: move_pages_pte() use pte_offset_map_rw_nolock() In move_pages_pte(), we may modify the dst_pte and ... 8b86421
- mm: multi-gen LRU: walk_pte_range() use pte_offset_map_rw_nolock() In walk_pte_range(), we may modify the pte entry ... d8ad829
- mm: pgtable: remove pte_offset_map_nolock() Now no users are using the pte_offset_map_nolock(), remove it. Link: ht... 06f55b6
- mm: migrate LRU_REFS_MASK bits in folio_migrate_flags Bits of LRU_REFS_MASK are not inherited during migration which... 9151025
- mm: optimize truncation of shadow entries Patch series "mm: optimize shadow entries removal", v2. Some of our produ... d0b644c
- mm: optimize invalidation of shadow entries The kernel invalidates the page cache in batches of PAGEVEC_SIZE. For e... 765b9e9
- mm/cma: fix useless return in void function There is a unnecessary return statement at the end of void function cma_... 6fd41ff
- selftests/damon/access_memory_even: remove unused variables By reading the code, I found these variables are never r... 8571311
- zsmalloc: replace kmap_atomic with kmap_local_page The use of kmap_atomic/kunmap_atomic is deprecated. Replace it w... da4795d
- mm/zsmalloc: use memcpy_from/to_page whereever possible As part of "zsmalloc: replace kmap_atomic with kmap_local_pa... 420a52a
- mm: define obj_cgroup_get() if CONFIG_MEMCG is not defined This resolves an issue with obj_cgroup_get() not being de... d154034
- mm: zswap: modify zswap_compress() to accept a page instead of a folio For zswap_store() to be able to store a large... f9badb7
- mm: zswap: rename zswap_pool_get() to zswap_pool_tryget() Modify the name of the existing zswap_pool_get() to zswap_... e199565
- mm: change count_objcg_event() to count_objcg_events() for batch event updates With the introduction of zswap_store(... 32f44fb
- mm: zswap: modify zswap_stored_pages to be atomic_long_t For zswap_store() to support large folios, we need to be ab... ab67c1c
- mm: zswap: support large folios in zswap_store() This series enables zswap_store() to accept and store large folios.... dee8fd0
- mm: swap: Count successful large folio zswap stores in hugepage zswpout stats Added a new MTHP_STAT_ZSWPOUT entry to... 17ea46c
- and 1187 more ...
srcres258 pushed 39 commits to torvalds-master srcres258/linux-doc
- cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction A hung_task problem shown below was found: INFO: t... 117932e
- cgroup: Fix potential overflow issue when checking max_depth cgroup.max.depth is the maximum allowed descent depth b... 3cc4e13
- slub/kunit: fix a WARNING due to unwrapped __kmalloc_cache_noprof 'modprobe slub_kunit' will have a warning as shown... 2b059d0
- selftests/sched_ext: add order-only dependency of runner.o on BPFOBJ The runner.o may start building before libbpf h... 9b3c11a
- sched_ext: Fix function pointer type mismatches in BPF selftests Fix incompatible function pointer type warnings in ... 4f7f417
- scx: Fix exit selftest to use custom DSQ In commit 63fb3ec80516 ("sched_ext: Allow only user DSQs for scx_bpf_consum... 895669f
- scx: Fix raciness in scx_ops_bypass() scx_ops_bypass() can currently race on the ops enable / disable path as follow... 0e7ffff
- sched_ext: Make cast_mask() inline cast_mask() doesn't do any actual work and is defined in a header file. Force it ... 7724abf
- sched_ext: Fix enq_last_no_enq_fails selftest cc9877fb7677 ("sched_ext: Improve error reporting during loading") cha... c31f2ee
- tpm: Return tpm2_sessions_init() when null key creation fails Do not continue tpm2_sessions_init() further if the nu... d658d59
- tpm: Rollback tpm2_load_null() Do not continue on tpm2_create_primary() failure in tpm2_load_null(). Cc: stable@vge... cc7d859
- tpm: Lazily flush the auth session Move the allocation of chip->auth to tpm2_start_auth_session() so that this field... df745e2
- mm/pagewalk: fix usage of pmd_leaf()/pud_leaf() without present check pmd_leaf()/pud_leaf() only implies a pmd_prese... 7c18d48
- fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During f... f64e67e
- fork: only invoke khugepaged, ksm hooks if no error There is no reason to invoke these hooks early against an mm tha... 985da55
- mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves Under memory pressure it's possible for GFP_... 281dd25
- mm/mmap: fix race in mmap_region() with ftruncate() Avoiding the zeroing of the vma tree in mmap_region() introduced... 79f3d12
- resource: remove dependency on SPARSEMEM from GET_FREE_REGION We want to use the functions (get_free_mem_region()) c... b7c5f9a
- x86/traps: move kmsan check after instrumentation_begin During x86_64 kernel build with CONFIG_KMSAN, the objtool wa... 1db2728
- mm: mark mas allocation in vms_abort_munmap_vmas as __GFP_NOFAIL vms_abort_munmap_vmas() is a recovery path where, o... 1461150
- and 19 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241030 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 729 commits to next srcres258/linux-doc
- f2fs: introduce f2fs_get_section_mtime When segs_per_sec is larger than 1, section may contain invalid segments, mti... b19ee72
- f2fs: Use struct_size() to improve f2fs_acl_clone() Use struct_size() to calculate the number of bytes to allocate f... 527a4de
- f2fs: compress: fix inconsistent update of i_blocks in release_compress_blocks and reserve_compress_blocks After rel... 26413ce
- f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode. creating a large files during checkpoint d... d5c367e
- f2fs: fix null-ptr-deref in f2fs_submit_page_bio() There's issue as follows when concurrently installing the f2fs.ko... b7d0a97
- f2fs: fix to account dirty data in __get_secs_required() It will trigger system panic w/ testcase in [1]: ---------... 1acd73e
- f2fs: introduce update_sit_entry_for_release() This function can process some consecutive blocks at a time. Signed-... af68d9b
- f2fs: fix to do sanity check on node blkaddr in truncate_node() syzbot reports a f2fs bug as below: ------------[ c... e767ae1
- f2fs: multidevice: add stats in debugfs This patch adds per-device stats in debugfs, the examples are as below: mkf... 4d11e60
- f2fs: decrease spare area for pinned files for zoned devices Now we reclaim too much space before allocating pinned ... b715716
- f2fs: introduce device aliasing file F2FS should understand how the device aliasing file works and support deleting ... 495494c
- f2fs: zone: introduce first_zoned_segno in f2fs_sb_info first_zoned_segno() returns a fixed value, let's cache it in... 08060c0
- f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_block This f2fs_bug_on was introduced by commit 2c19050... 522e5de
- f2fs: check curseg->inited before write_sum_page in change_curseg In the __f2fs_init_atgc_curseg->get_atssr_segment ... f2bbbe2
- media: platform: rzg2l-cru: rzg2l-video: Set AXI burst max length As per the hardware manual section 35.2.3.26 'AXI ... 12564e8
- media: rzg2l-cru: Use RZG2L_CRU_IP_SINK/SOURCE enum entries Use enum values (`RZG2L_CRU_IP_SINK` and `RZG2L_CRU_IP_S... 3b954c3
- media: rzg2l-cru: Mark sink and source pad with MUST_CONNECT flag Mark the sink and source pad with the MEDIA_PAD_FL... ad982f8
- media: rzg2l-cru: csi2: Mark sink and source pad with MUST_CONNECT flag Mark the sink and source pad with the MEDIA_... a4e014b
- media: rzg2l-cru: csi2: Use ARRAY_SIZE() in media_entity_pads_init() The media_entity_pads_init() function was previ... a5754e5
- media: rzg2l-cru: csi2: Implement .get_frame_desc() The RZ/G2L CRU requires information about which VCx to process d... 9e880cd
- and 709 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241029 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 129 commits to torvalds-master srcres258/linux-doc
- ASoC: qcom: Fix NULL Dereference in asoc_qcom_lpass_cpu_platform_probe() A devm_kzalloc() in asoc_qcom_lpass_cpu_pla... 49da146
- ASoC: dt-bindings: davinci-mcasp: Fix interrupt properties Combinations of "tx" alone, "rx" alone and "tx", "rx" tog... 8380dbf
- ASoC: Intel: avs: Update stream status in a separate thread Function snd_pcm_period_elapsed() is part of sequence se... 0dbb186
- ASoC: SOF: amd: Add error log for DSP firmware validation failure Add dev_err to print ACP_SHA_DSP_FW_QUALIFIER and ... 0a5c403
- ASoC: SOF: amd: Fix for ACP SRAM addr for acp7.0 platform Incorrect SRAM base addr for acp7.0 platform results firmw... 494ddac
- ASoC: SOF: Intel: hda-loader: do not wait for HDaudio IOC Commit 9ee3f0d8c999 ("ASOC: SOF: Intel: hda-loader: only w... 9814c14
- ASoC: dapm: avoid container_of() to get component The current implementation does not work for widgets of DAPMs with... 3fe9f58
- ASoC: loongson: Fix component check failed on FDT systems Add missing snd_soc_dai_link.platforms assignment to avoid... a6134e7
- ASoC: qcom: sdm845: add missing soundwire runtime stream alloc During the migration of Soundwire runtime stream allo... d0e806b
- ASoC: codecs: Fix error handling in aw_dev_get_dsp_status function Added proper error handling for register value ch... 251ce34
- ASoC: topology: Bump minimal topology ABI version When v4 topology support was removed, minimal topology ABI version... 9eb2142
- ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA As reported the builtin microphone doesn't work on the ASUS V... 182fff3
- ASoC: max98388: Fix missing increment of variable slot_found The variable slot_found is being initialized to zero an... ca2803f
- ASoC: rsnd: Fix probe failure on HiHope boards due to endpoint parsing On the HiHope boards, we have a single port w... 9b064d2
- ASoC: fsl_esai: change dev_warn to dev_dbg in irq handler Irq handler need to be executed as fast as possible, so th... 54c805c
- ASoC: qcom: Select missing common Soundwire module code on SDM845 SDM845 sound card driver uses qcom_snd_sdw_startup... b930d86
- PCI: Hold rescan lock while adding devices during host probe Since adding the PCI power control code, we may end up ... 1d59d47
- MAINTAINERS: Update maintainer list for MICROCHIP ASOC, SSC and MCP16502 drivers To help Claudiu and offload the wor... 3692a4c
- fbdev: sstfb: Make CONFIG_FB_DEVICE optional The sstfb driver currently depends on CONFIG_FB_DEVICE to create sysfs ... 447794e
- fbdev: nvidiafb: fix inconsistent indentation warning Fix the indentation to ensure consistent code style and improv... 57e755d
- and 109 more ...
srcres258 created a tag on srcres258/linux-doc
v6.12-rc5 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 1171 commits to next srcres258/linux-doc
- ASoC: rt1320: add mic function This patch adds the mic function. Signed-off-by: Shuming Fan <[email protected]> ... 20079dd
- RISC-V: ACPI: fix early_ioremap to early_memremap When SVPBMT is enabled, __acpi_map_table() will directly access th... 1966db6
- riscv: Do not use fortify in early code Early code designates the code executed when the MMU is not yet enabled, and... afedc31
- RISC-V: disallow gcc + rust builds During the discussion before supporting rust on riscv, it was decided not to supp... 33549fc
- riscv: efi: Set NX compat flag in PE/COFF header The IMAGE_DLLCHARACTERISTICS_NX_COMPAT informs the firmware that th... d41373a
- riscv: Prevent a bad reference count on CPU nodes When populating cache leaves we previously fetched the CPU device ... 3723316
- riscv: Use '%u' to format the output of 'cpu' 'cpu' is an unsigned integer, so its conversion specifier should be %u... e0872ab
- riscv: Remove unused GENERATING_ASM_OFFSETS The macro is not used in the current version of kernel, it looks like ca... 46d4e5a
- riscv: Remove duplicated GET_RM The macro GET_RM defined twice in this file, one can be removed. Reviewed-by: Alexa... 164f66d
- Merge commit 'bf40167d54d5' into fixes This fix is part of a series on for-next, but it fixes broken builds so I'm p... 5f153a6
- Merge drm/drm-fixes into drm-misc-fixes Backmerging to get the latest fixes from upstream. Signed-off-by: Thomas Zi... fc5ced7
- asm-generic: provide generic page_to_phys and phys_to_page implementations page_to_phys is duplicated by all archite... 96f7f62
- asm-generic: add an optional pfn_valid check to page_to_phys page_to_pfn is usually implemented by pointer arithmeti... e1cac6a
- soc: ti: knav_qmss_queue: Use IRQF_NO_AUTOEN flag in request_irq() As commit cbe16f35bee6 ("genirq: Add IRQF_NO_AUTO... 10b8a0c
- soc: ti: knav_qmss_queue: Drop redundant continue statement Remove the statement "continue" at the end of the loop w... 74280c3
- Merge branch 'ti-drivers-soc-next' into ti-next Initial set of driver fixups. Signed-off-by: Nishanth Menon <nm@ti.... 9ca4eaf
- s390/cio: Do not unregister the subchannel based on DNV Starting with commit 2297791c92d0 ("s390/cio: dont unregiste... 8c58a22
- s390: Fix various typos Run codespell on arch/s390 and drivers/s390 and fix all typos. Signed-off-by: Heiko Carsten... e6ebf0d
- s390/pageattr: Implement missing kernel_page_present() kernel_page_present() was intentionally not implemented when ... 2835f8b
- s390/kdump: Provide is_kdump_kernel() implementation s390 sets "elfcorehdr_addr = ELFCORE_ADDR_MAX;" early during se... 82a0fcb
- and 1151 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241028 - Repo for Chinese translation of Linux kernel documentation.