Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

srcres258

srcres258 starred tfx2001/python-turtle-draw-svg
srcres258 pushed 1 commit to master srcres258/opencv-learn

View on GitHub

srcres258 pushed 1324 commits to torvalds-master srcres258/linux-doc
  • KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaulting Treat attempts to prefetch/prefault MMU SPTE... 6385d01
  • KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizing Invert the polarity of "can_unsync" and rename the pa... 63c5754
  • KVM: x86/mmu: Mark new SPTE as Accessed when synchronizing existing SPTE Set the Accessed bit when making a "new" SP... 4e44ab0
  • KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying Mark pages/folios dirty when creating ... aa85986
  • KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs Now that KVM doesn't clobber Accessed bits of sh... 5f6a3ba
  • KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEs Use gfn_to_page_many_atomic() instead of ... 661fa98
  • KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages() Rename gfn_to_page_many_atomic() to kvm_prefetch_pages... 6419bc5
  • KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs Drop @atomic from the myriad "to_pfn" APIs now that all call... e2d2ca7
  • KVM: Annotate that all paths in hva_to_pfn() might sleep Now that hva_to_pfn() no longer supports being called in at... eec1e5d
  • KVM: Return ERR_SIGPENDING from hva_to_pfn() if GUP returns -EGAIN Treat an -EAGAIN return from GUP the same as -EIN... d1331a4
  • KVM: Drop extra GUP (via check_user_page_hwpoison()) to detect poisoned page Remove check_user_page_hwpoison() as it... b176f4b
  • KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code Add a pfn error code to communicate that hva_... 6769d1b
  • KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva Remove kvm_page_fault.hva as it is never re... 084ecf9
  • KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot() Drop @hva from __gfn_to_pfn_memslot() now that all caller... cccefb0
  • KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs Introduce kvm_follow_pfn() to eventually sup... c0461f2
  • KVM: Remove pointless sanity check on @map param to kvm_vcpu_(un)map() Drop kvm_vcpu_{,un}map()'s useless checks on ... 0b139b8
  • KVM: Explicitly initialize all fields at the start of kvm_vcpu_map() Explicitly initialize the entire kvm_host_map s... 5488499
  • KVM: Use NULL for struct page pointer to indicate mremapped memory Drop yet another unnecessary magic page value fro... ef7db98
  • KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mapping Remove the explicit evmptr12 validity check w... efaaabc
  • KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmx Remove vcpu_vmx.msr_bitmap_map and instead use... 2e34f94
  • and 1304 more ...

View on GitHub

srcres258 pushed 443 commits to next srcres258/linux-doc
  • MAINTAINERS: Add Unicode tree Unicode subsystem tree is missing from MAINTAINERS, add it. Signed-off-by: André Alme... 6b56a63
  • MIPS: mobileye: eyeq5: use OLB as provider for fixed factor clocks Change the structure of the clock tree: rather th... d3c3c28
  • MIPS: mobileye: eyeq6h: add OLB nodes OLB and remove fixed clocks Change the declaration of clocks: remove all fixed... 1be858f
  • selftests/mount_setattr: Fix failures on 64K PAGE_SIZE kernels Currently the mount_setattr_test fails on machines wi... f13242a
  • netfs: silence an uninitialized variable warning Smatch complains that "ret" is uninitialized on the success path if... 574cb56
  • mips: dts: realtek: Add SPI NAND controller Add the SPI-NAND controller on the RTL9300 family of devices. This suppo... 5a38a5d
  • iomap: warn on zero range of a post-eof folio iomap_zero_range() uses buffered writes for manual zeroing, no longer ... eb65540
  • iomap: reset per-iter state on non-error iter advances iomap_iter_advance() zeroes the processed and mapping fields ... 2519369
  • iomap: lift zeroed mapping handling into iomap_zero_range() In preparation for special handling of subranges, lift t... 889ac75
  • iomap: elide flush from partial eof zero range iomap zero range flushes pagecache in certain situations to determine... fde4c4c
  • fscache: Remove duplicate included header Remove duplicate included header file linux/uio.h Reviewed-by: Simon Horm... a514e6f
  • Merge patch series "iomap: zero range flush fixes" Brian Foster <[email protected]> says: Here's v4 of the zero ra... b3e2963
  • statmount: clean up unescaped option handling Move common code from opt_array/opt_sec_array to helper. This helper ... d18516a
  • statmount: fix security option retrieval Fix the inverted check for security_sb_show_options(). Link: https://lore.... 3e53601
  • f2fs: print message if fscorrupted was found in f2fs_new_node_page() If fs corruption occurs in f2fs_new_node_page()... 81520c6
  • f2fs: fix to shrink read extent node in batches We use rwlock to protect core structure data of extent tree during i... 3fc5d5a
  • Merge tag 'i2c-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux Pull i2c updates from Wolfra... 55ae3ee
  • Merge tag 'sound-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound Pull sound updates from Taka... 071b34d
  • Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel Pull drm updates from Dave Airlie: "Th... 28eb75e
  • Merge tag 'sched-core-2024-11-18' into loongarch-next LoongArch architecture changes for 6.13 depend on the sched-co... 1b9bc42
  • and 423 more ...

View on GitHub

srcres258 created a tag on srcres258/linux-doc

next-20241125 - Repo for Chinese translation of Linux kernel documentation.

srcres258 pushed 1 commit to master srcres258/python-learn

View on GitHub

srcres258 pushed 4092 commits to torvalds-master srcres258/linux-doc
  • xfs: remove the unused trace_xfs_iwalk_ag trace point Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Dar... c896fb4
  • xfs: remove the unused xrep_bmap_walk_rmap trace point Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Da... 3c39444
  • xfs: constify pag arguments to trace points Trace points never modify their arguments. Mark all the pag objects pas... 2337ac7
  • xfs: pass a perag structure to the xfs_ag_resv_init_error trace point And remove the single instance class indirecti... 835ddb5
  • xfs: pass objects to the xfs_irec_merge_{pre,post} trace points Pass the perag structure and the irec to these trace... 487092c
  • xfs: pass the iunlink item to the xfs_iunlink_update_dinode trace point So that decoding is only done when tracing i... 1209d36
  • xfs: pass objects to the xrep_ibt_walk_rmap tracepoint Pass the perag structure and the irec so that the decoding is... 618a27a
  • xfs: pass the pag to the trace_xrep_calc_ag_resblks{,_btsize} trace points This requires holding the pag refcount a ... 934dde6
  • xfs: pass the pag to the xrep_newbt_extent_class tracepoints This requires moving a few of the callsites a little bi... dc8df7e
  • xfs: factor out a xfs_iwalk_args helper Add a helper to share more code between xfs_iwalk and xfs_inobt_walk, and at... 0a4d797
  • xfs: convert remaining trace points to pass pag structures Convert all tracepoints that take [mp,agno] tuples to tak... c4ae021
  • xfs: factor out a generic xfs_group structure Split the lookup and refcount handling of struct xfs_perag into an emb... e9c4d8b
  • xfs: split xfs_initialize_perag Factor out a xfs_perag_alloc helper that allocates a single perag structure. Signed... 201c5fa
  • xfs: add a xfs_group_next_range helper Add a helper to iterate over iterate over all groups, which can be used as a ... 8199287
  • xfs: insert the pag structures into the xarray later Cleaning up is much easier if a structure can't be looked up ye... d664965
  • xfs: switch perag iteration from the for_each macros to a while based iterator The current for_each_perag* macros ar... 86437e6
  • xfs: move metadata health tracking to the generic group structure Prepare for also tracking the health status of the... 5c8483c
  • xfs: mark xfs_perag_intent_{hold,rele} static These two functions are only used inside of xfs_drain.c, so mark them ... 2ed27a5
  • xfs: move draining of deferred operations to the generic group structure Prepare supporting the upcoming realtime gr... 34cf3a6
  • xfs: move the online repair rmap hooks to the generic group structure Prepare for the upcoming realtime groups featu... eb4a84a
  • and 4072 more ...

View on GitHub

srcres258 pushed 337 commits to next srcres258/linux-doc
  • soc: fsl: cpm1: tsa: switch to for_each_available_child_of_node_scoped() The non-scoped variant of this macro turns ... 844d098
  • soc: fsl: rcpm: fix missing of_node_put() in copy_ippdexpcr1_setting() of_find_compatible_node() requires a call to ... c9f1efa
  • soc: fsl: cpm1: qmc: Set the ret error code on platform_get_irq() failure A kernel test robot detected a missing err... cb3daa5
  • Merge tag 'soc_fsl-6.13-1' of https://github.com/chleroy/linux into soc/drivers FSL SOC changes for 6.13: - Fix a m... b77587a
  • nvme/multipath: Fix RCU list traversal to use SRCU primitive The code currently uses list_for_each_entry_rcu() while... 5dd18f0
  • nvme-pci: add support for sgl metadata Supporting this mode allows creating and merging multi-segment metadata reque... 979c634
  • nvme: define the remaining used sgls constants This provides a little more context when reading the code than hardco... 6399a0d
  • nvme-pci: use sgls for all user requests if possible If the device supports SGLs, use these for all user requests. T... 6fad84a
  • Merge branch 'for-6.13/wacom' into for-linus - Sanitization of BTN_TOOL_RUBBER handling (Jason Gerecke) f33e46a
  • Merge branch 'for-6.13/steelseries' into for-linus - bugfixes for Steelseries Arctis 1 battery level handling (Basti... 873c578
  • HID: multitouch: make mt_set_mode() less cryptic mt_set_mode() accepts 2 boolean switches indicating whether the dev... e8a0581
  • Merge branch 'for-6.13/multitouch-v2' into for-linus - code cleanup for mt_set_mode() (Dmitry Torokhov) 6557851
  • Merge branch 'for-6.13/logitech' into for-linus - unused variable removal in hidpp_root_get_feature() (Bastien Nocera) a737d9d
  • Merge branch 'for-6.13/kysona' into for-linus - initial vendor-specific driver for Kysona, currently adding support ... b14927b
  • Merge branch 'for-6.13/intel-ish' into for-linus - exposing firmware versions for Intel-ISH devices that load firm... 9411aac
  • Merge branch 'for-6.13/i2c-hid' into for-linus - code cleanup (Uwe Kleine-König) d273b82
  • Merge branch 'for-6.13/goodix' into for-linus - Support for Goodix GT7986U SPI (Charles Wang) - assorted code cleanu... 390b059
  • Merge branch 'for-6.13/corsair' into for-linus - support for Corsair Void headset family (Stuart Hayhurst) 359bfdc
  • Merge branch 'for-6.13/core' into for-linus - assorted cleanups and small code fixes (Dmitry Torokhov, Yan Zhen, N... 22380b5
  • Merge branch 'for-6.13/bug-on-to-warn-on' into for-linus - removal of three way-too-aggressive BUG_ON()s from HID dr... ffca1be
  • and 317 more ...

View on GitHub

srcres258 created a tag on srcres258/linux-doc

next-20241122 - Repo for Chinese translation of Linux kernel documentation.

srcres258 created a tag on srcres258/linux-doc

next-20241121 - Repo for Chinese translation of Linux kernel documentation.

srcres258 created a tag on srcres258/linux-doc

next-20241120 - Repo for Chinese translation of Linux kernel documentation.

srcres258 pushed 971 commits to torvalds-master srcres258/linux-doc
  • fs: Introduce FOP_ASYNC_LOCK Some lock managers (NLM, kNFSD) fastidiously avoid blocking their kernel threads while ... 8cf9a01
  • gfs2/ocfs2: set FOP_ASYNC_LOCK Both GFS2 and OCFS2 use DLM locking, which will allow async lock requests. Signal thi... 2253ab9
  • hugetlbfs: support tracepoint Add basic tracepoints for {alloc, evict, free}_inode, setattr and fallocate. These can... 318580a
  • hugetlbfs: use tracepoints in hugetlbfs functions. Here we use the hugetlbfs tracepoint to track the call stack. And... 014ad7c
  • adfs: convert adfs to use the new mount api Convert the adfs filesystem to use the new mount API. Tested by comparin... 5fadeed
  • affs: convert affs to use the new mount api Convert the affs filesystem to use the new mount API. Tested by comparin... de25e36
  • befs: convert befs to use the new mount api Convert the befs filesystem to use the new mount API. Tested by comparin... c3099e7
  • rust: types: add `NotThreadSafe` This introduces a new marker type for types that shouldn't be thread safe. By addin... e7572e5
  • rust: task: add `Task::current_raw` Introduces a safe function for getting a raw pointer to the current task. When ... 913f8cf
  • rust: file: add Rust abstraction for `struct file` This abstraction makes it possible to manipulate the open files f... 8518498
  • rust: cred: add Rust abstraction for `struct cred` Add a wrapper around `struct cred` called `Credential`, and provi... a3df991
  • rust: security: add abstraction for secctx Add an abstraction for viewing the string representation of a security co... 94d356c
  • rust: file: add `FileDescriptorReservation` Allow for the creation of a file descriptor in two steps: first, we rese... 5da9857
  • rust: file: add `Kuid` wrapper Adds a wrapper around `kuid_t` called `Kuid`. This allows us to define various operat... 8ad1a41
  • rust: file: add abstraction for `poll_table` The existing `CondVar` abstraction is a wrapper around `wait_queue_head... ac68183
  • ata: Fix typos in the comment Correctly spelled comments make it easier for the reader to understand the code. Fix ... 794007a
  • NLM/NFSD: Fix lock notifications for async-capable filesystems Instead of checking just the exportfs flag, use the n... 7e64c5b
  • exportfs: Remove EXPORT_OP_ASYNC_LOCK Now that GFS2 and OCFS2 are signalling async ->lock() support with FOP_ASYNC_L... b875bd5
  • Merge patch series "Fixup NLM and kNFSD file lock callbacks" Benjamin Coddington <[email protected]> says: Last y... 09ee2a6
  • Merge patch series "Introduce tracepoint for hugetlbfs" Hongbo Li <[email protected]> says: Add some basic trac... 2b2b1a2
  • and 951 more ...

View on GitHub

srcres258 pushed 390 commits to next srcres258/linux-doc
  • f2fs: fix to map blocks correctly for direct write f2fs_map_blocks() supports to map continuous holes or preallocate... 5dd00eb
  • f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inode Jinsu Lee reported a performance reg... 26e6f59
  • Revert "f2fs: remove unreachable lazytime mount option parsing" This reverts commit 54f43a10fa257ad4af02a1d157fefef6... f8bed73
  • platform/x86/intel/pmt: allow user offset for PMT callbacks Usage of the telem sysfs file allows for partial reads a... 0c32840
  • drm/xe/guc: Fix dereference before NULL check The pointer list->list is dereferenced before the NULL check. Fix this... 6d9f911
  • ASoC: hdmi-codec: reorder channel allocation list The ordering in hdmi_codec_get_ch_alloc_table_idx() results in wro... 82ff5ab
  • sysfs: attribute_group: allow registration of const bin_attribute To be able to constify instances of struct bin_att... 906c508
  • driver core: Constify bin_attribute definitions Mark all 'struct bin_attribute' instances as const to protect agains... 5943c0d
  • alienware-wmi: order alienware_quirks[] alphabetically alienware_quirks[] entries are now ordered alphabetically Si... 2b8dc45
  • alienware-wmi: extends the list of supported models Adds thermal + gmode quirk to: - Dell G15 5510 - Dell G15 5511... 1c1eb70
  • alienware-wmi: Adds support to Alienware x17 R2 Adds support to Alienware x17 R2 Tested-by: Samith Castro <SamithNa... 01bd181
  • alienware-wmi: create_thermal_profile() no longer brute-forces IDs WMAX_METHOD_THERMAL_INFORMATION has a *system des... bfcda5c
  • Documentation: alienware-wmi: Describe THERMAL_INFORMATION operation 0x02 This operation is used by alienware-wmi dr... 6674c5a
  • i2c: amd-asf: Fix uninitialized variables issue in amd_asf_process_target The len variable is not initialized, which... a5089cd
  • i2c: npcm: correct the read/write operation procedure Originally the driver uses the XMIT bit in SMBnST register to ... e365422
  • i2c: npcm: use a software flag to indicate a BER condition If not clearing the BB (bus busy) condition in the BER (b... b011810
  • dt-bindings: i2c: qcom-cci: Document SDM670 compatible The CCI on the Snapdragon 670 is the interface for controllin... 5110445
  • i2c: qcom-cci: Stop complaining about DT set clock rate It is common practice in the downstream and upstream CCI dt ... 8284750
  • i2c: qcom-geni: Support systems with 32MHz serial engine clock In existing socs, I2C serial engine is sourced from X... 506bb2a
  • i2c: Switch back to struct platform_driver::remove() After commit 0edb555a65d1 ("platform: Make platform_driver::rem... 32a0a94
  • and 370 more ...

View on GitHub

srcres258 created a tag on srcres258/linux-doc

next-20241119 - Repo for Chinese translation of Linux kernel documentation.

srcres258 pushed 92 commits to torvalds-master srcres258/linux-doc
  • crypto: mips/crc32 - fix the CRC32C implementation Commit ca459e5f826f ("crypto: mips/crc32 - Clean up useless assig... dd41b28
  • pmdomain: core: Add GENPD_FLAG_DEV_NAME_FW flag Introduce GENPD_FLAG_DEV_NAME_FW flag which instructs genpd to gener... 899f445
  • pmdomain: arm: Use FLAG_DEV_NAME_FW to ensure unique names The domain attributes returned by the perf protocol can e... 0bf0203
  • pmdomain: imx93-blk-ctrl: correct remove path The check condition should be 'i < bc->onecell_data.num_domains', not ... f7c7c5a
  • RDMA/bnxt_re: Fix some error handling paths in bnxt_re_probe() If bnxt_re_add_device() fails, 'en_info' still needs ... cf90a4d
  • RDMA/bnxt_re: Remove some dead code If the probe succeeds, then auxiliary_get_drvdata() can't return a NULL pointer.... aceee63
  • x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 client A number of Zen4 client SoCs advertise the ability to us... a5ca1dc
  • x86/stackprotector: Work around strict Clang TLS symbol requirements GCC and Clang both implement stack protector su... 577c134
  • drm/rockchip: vop: Fix a dereferenced before check warning The 'state' can't be NULL, we should check crtc_state. F... ab1c793
  • Merge drm/drm-fixes into drm-misc-fixes Backmerging to get fixes from v6.12-rc7. Signed-off-by: Thomas Zimmermann <... 14062c2
  • ASoC: audio-graph-card2: Purge absent supplies for device tree nodes The audio graph card doesn't mark its subnodes ... f8da001
  • ASoC: intel: sof_sdw: add quirk for Dell SKU This patch adds a quirk to include the codec amplifier function for thi... d859923
  • drm/amd/display: Change some variable name of psr Panel Replay feature may also use the same variable with PSR. Chan... b8d9d5f
  • drm/amd/display: Fix Panel Replay not update screen correctly [Why] In certain use case such as KDE login screen, th... bd8a957
  • drm/amd/display: Handle dml allocation failure to avoid crash [Why] In the case where a dml allocation fails for any... 6825cb0
  • drm/amd/display: Require minimum VBlank size for stutter optimization If the nominal VBlank is too small, optimizing... 9fc0cbc
  • drm/amd/display: Adjust VSDB parser for replay feature At some point, the IEEE ID identification for the replay chec... 16dd282
  • drm/amdgpu: Fix video caps for H264 and HEVC encode maximum size H264 supports 4096x4096 starting from Polaris. HEVC... d641a15
  • drm/amd/pm: print pp_dpm_mclk in ascending order on SMU v14.0.0 Currently, the pp_dpm_mclk values are reported in de... df0279e
  • drm/amdgpu: fix check in gmc_v9_0_get_vm_pte() The coherency flags can only be determined when the BO is locked and ... 0e5ac88
  • and 72 more ...

View on GitHub

srcres258 pushed 3 commits to master srcres258/python-learn

View on GitHub

srcres258 pushed 1 commit to master srcres258/python-learn

View on GitHub

srcres258 pushed 1 commit to master srcres258/python-learn

View on GitHub

srcres258 pushed 55 commits to torvalds-master srcres258/linux-doc
  • netlink: terminate outstanding dump on socket close Netlink supports iterative dumping of data. It provides the fami... 1904fb9
  • selftests: net: add a test for closing a netlink socket ith dump in progress Close a socket with dump in progress. W... 55d42a0
  • bcachefs: bch2_btree_write_buffer_flush_going_ro() The write buffer needs to be specifically flushed when going RO: ... ca43f73
  • bcachefs: Fix bch_member.btree_bitmap_shift validation Needs to match the assert later when we resize... Reported-b... 27a036a
  • bcachefs: Fix missing validation for bch_backpointer.level This fixes an assertion pop where we try to navigate to t... f8f1dde
  • bcachefs: Fix validate_bset() repair path When we truncate a bset (due to it extending past the end of the btree nod... dc53718
  • bcachefs: Fix hidden btree errors when reading roots We silence btree errors in btree_node_scan, since it's probing ... bcf77a0
  • sctp: fix possible UAF in sctp_v6_available() A lockdep report [1] with CONFIG_PROVE_RCU_LIST=y hints that sctp_v6_a... eb72e7f
  • net: vertexcom: mse102x: Fix tx_bytes calculation The tx_bytes should consider the actual size of the Ethernet frame... e68da66
  • selftests: net: add netlink-dumps to .gitignore Commit 55d42a0c3f9c ("selftests: net: add a test for closing a netli... 252e01e
  • bcachefs: Fix assertion pop in topology repair Fixes: baefd3f849ed ("bcachefs: btree_cache.freeable list fixes") Sig... 0b6ec0c
  • bcachefs: Allow for unknown key types in backpointers fsck We can't assume that btrees only contain keys of a given ... 2642084
  • net: fix data-races around sk->sk_forward_alloc Syzkaller reported this warning: ------------[ cut here ]----------... 073d898
  • net: fix SO_DEVMEM_DONTNEED looping too long Exit early if we're freeing more than 1024 frags, to prevent looping to... f2685c0
  • net: clarify SO_DEVMEM_DONTNEED behavior in documentation Document new behavior when the number of frags passed is t... 102d140
  • mptcp: error out earlier on disconnect Eric reported a division by zero splat in the MPTCP protocol: Oops: divide e... 5813022
  • mptcp: cope racing subflow creation in mptcp_rcv_space_adjust Additional active subflows - i.e. created by the in ke... ce7356a
  • Merge branch 'mptcp-fix-a-couple-of-races' Paolo Abeni says: ==================== mptcp: fix a couple of races The... cf8fbc6
  • net/mlx5: E-switch, unload IB representors when unloading ETH representors IB representors depend on ETH representor... 1220965
  • net/mlx5: Fix msix vectors to respect platform limit The number of PCI vectors allocated by the platform (which may ... d0989c9
  • and 35 more ...

View on GitHub

srcres258 pushed 591 commits to next srcres258/linux-doc
  • drm/amd/display: Change some variable name of psr Panel Replay feature may also use the same variable with PSR. Chan... b8d9d5f
  • drm/amd/display: Fix Panel Replay not update screen correctly [Why] In certain use case such as KDE login screen, th... bd8a957
  • drm/amd/display: Handle dml allocation failure to avoid crash [Why] In the case where a dml allocation fails for any... 6825cb0
  • drm/amd/display: Require minimum VBlank size for stutter optimization If the nominal VBlank is too small, optimizing... 9fc0cbc
  • drm/amd/display: Adjust VSDB parser for replay feature At some point, the IEEE ID identification for the replay chec... 16dd282
  • drm/amdgpu: Fix video caps for H264 and HEVC encode maximum size H264 supports 4096x4096 starting from Polaris. HEVC... d641a15
  • drm/amd/pm: print pp_dpm_mclk in ascending order on SMU v14.0.0 Currently, the pp_dpm_mclk values are reported in de... df0279e
  • drm/amdgpu: fix check in gmc_v9_0_get_vm_pte() The coherency flags can only be determined when the BO is locked and ... 0e5ac88
  • drm/amdgpu/mes12: correct kiq unmap latency Correct kiq unmap queue timeout value. Signed-off-by: Jack Xiao <Jack.X... 79365ea
  • bnxt_en: Add support for RoCE sriov configuration During driver load, PF RDMA driver provisions resources to the RDM... 53371c5
  • RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration design Refine RoCE SRIOV resource configuration design, usin... 304cc83
  • RDMA/bnxt_re: Add set_func_resources support for P5/P7 adapters Enable set_func_resources for P5 and P7 adapters to ... cdb21c1
  • driver core: class: Correct WARN() message in APIs class_(for_each|find)_device() For both API class_for_each_device... f659e8f
  • drivers: core: fw_devlink: Fix excess parameter description in docstring Replace the parameter name 'con' with 'con_... f841224
  • ACPI: x86: Make UART skip quirks work on PCI UARTs without an UID The Vexia EDU ATLA 10 tablet (9V version) which sh... 7f26120
  • ACPI: x86: Add adev NULL check to acpi_quirk_skip_serdev_enumeration() acpi_dev_hid_match() does not check for adev ... 4a49194
  • ACPI: Switch back to struct platform_driver::remove() After commit 0edb555a65d1 ("platform: Make platform_driver::re... 927df4c
  • bcachefs: delete dead code Signed-off-by: Kent Overstreet <[email protected]> 48c34ec
  • sched/cpufreq: Ensure sd is rebuilt for EAS check Ensure sugov_eas_rebuild_sd() is always called when sugov_init() s... 70d8b64
  • cpufreq: ACPI: Simplify MSR read on the boot CPU Replace the 32-bit MSR access function with a 64-bit variant to sim... b35ea78
  • and 571 more ...

View on GitHub

srcres258 created a tag on srcres258/linux-doc

next-20241115 - Repo for Chinese translation of Linux kernel documentation.

srcres258 pushed 28 commits to torvalds-master srcres258/linux-doc
  • selftests/bpf: Use -4095 as the bad address for bits iterator As reported by Byeonguk, the bad_words test in verifie... 6801cf7
  • bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx As the introduction of the support for vsock and unix ... 44d0469
  • bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6 In the bpf_out_neigh_v6 function, rcu_read_lock() is used... fb86c42
  • mm: count zeromap read and set for swapout and swapin When the proportion of folios from the zeromap is small, missi... e7ac4da
  • cpufreq: intel_pstate: Rearrange locking in hybrid_init_cpu_capacity_scaling() Notice that hybrid_init_cpu_capacity_... 1a1030d
  • mm: page_alloc: move mlocked flag clearance into free_pages_prepare() Syzbot reported a bad page state problem cause... 66edc3a
  • nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint Patch series "nilfs2: fix null-ptr-deref bugs on block t... cd45e96
  • nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint When using the "block:block_dirty_buffer" tracepoint, ma... 2026559
  • ocfs2: fix UBSAN warning in ocfs2_verify_volume() Syzbot has reported the following splat triggered by UBSAN: UBSAN... 23aab03
  • nommu: pass NULL argument to vma_iter_prealloc() When deleting a vma entry from a maple tree, it has to pass NULL to... 247d720
  • LoongArch: For all possible CPUs setup logical-physical CPU mapping In order to support ACPI-based physical CPU hotp... a6654a4
  • LoongArch: Fix early_numa_add_cpu() usage for FDT systems early_numa_add_cpu() applies on physical CPU id rather tha... 30cec74
  • LoongArch: Define a default value for VM_DATA_DEFAULT_FLAGS This is a trivial cleanup, commit c62da0c35d58518d ("mm/... c859900
  • LoongArch: Make KASAN work with 5-level page-tables Make KASAN work with 5-level page-tables, including: 1. Implemen... a410656
  • LoongArch: Disable KASAN if PGDIR_SIZE is too large for cpu_vabits If PGDIR_SIZE is too large for cpu_vabits, KASAN_... 227ca9f
  • LoongArch: Add WriteCombine shadow mapping in KASAN Currently, the kernel couldn't boot when ARCH_IOREMAP, ARCH_WRIT... 139d42c
  • LoongArch: Fix AP booting issue in VM mode Native IPI is used for AP booting, because it is the booting interface be... 6ce031e
  • mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM cases commit 53ba78de064b ("mm/gup: introduce check_a... 94efde1
  • mm/thp: fix deferred split queue not partially_mapped: fix Though even more elusive than before, list_del corruption... a3477c9
  • selftests: hugetlb_dio: fixup check for initial conditions to skip in the start This test verifies that a hugepage, ... fae1980
  • and 8 more ...

View on GitHub

srcres258 pushed 946 commits to next srcres258/linux-doc
  • openrisc: Implement fixmap to fix earlycon With commit 53c98e35dcbc ("openrisc: mm: remove unneeded early ioremap co... 1037d18
  • nvme: use helpers to access io_uring cmd space Command implementations shouldn't be directly looking into io_uring_c... 5e52f71
  • xfs: remove the redundant xfs_alloc_log_agf There are two invocations of xfs_alloc_log_agf in xfs_alloc_put_freelist... 8b9b261
  • xfs: simplify sector number calculation in xfs_zero_extent xfs_zero_extent does some really odd gymnstics to calcula... 792ef27
  • xfs: sb_spino_align is not verified It's just read in from the superblock and used without doing any validity checks... 59e43f5
  • xfs: split the page fault trace event Split the xfs_filemap_fault trace event into separate ones for read and write ... 1171de3
  • xfs: split write fault handling out of __xfs_filemap_fault Only two of the callers of __xfs_filemap_fault every hand... 1eb6fc0
  • xfs: remove __xfs_filemap_fault xfs_filemap_huge_fault only ever serves DAX faults, so hard code the call to xfs_dax... a7fd332
  • xfs: remove xfs_page_mkwrite_iomap_ops Shared the regular buffered write iomap_ops with the page fault path and just... fe4e0fa
  • nvme-pci: fix freeing of the HMB descriptor table The HMB descriptor table is sized to the maximum number of descrip... 3c2fb1c
  • nvme-pci: use dma_alloc_noncontigous if possible Use dma_alloc_noncontigous to allocate a single IOVA-contigous segm... 63a5c7a
  • nvmet: make nvmet_wq visible in sysfs In some complex scenarios, we deploy multiple tasks on a single machine (hybri... c74649b
  • nvme-core: remove repeated wq flags In nvme_core_init() nvme_wq, nvme_reset_wq, nvme_delete_wq share same flags :- W... 43d5d3b
  • xfs: fix simplify extent lookup in xfs_can_free_eofblocks In commit 11f4c3a53adde, we tried to simplify the extent l... 6202782
  • xfs: fix superfluous clearing of info->low in __xfs_getfsmap_datadev The for_each_perag helpers update the agno pass... cd8ae42
  • xfs: remove the unused pagb_count field in struct xfs_perag Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-b... 4e071d7
  • xfs: remove the unused pag_active_wq field in struct xfs_perag pag_active_wq is only woken, but never waited for. S... 9943b45
  • xfs: pass a pag to xfs_difree_inode_chunk We'll want to use more than just the agno field in a bit. Signed-off-by: ... 67ce5ba
  • xfs: remove the agno argument to xfs_free_ag_extent xfs_free_ag_extent already has a pointer to the pag structure th... db129fa
  • xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers Add helpers to convert an agbno to a daddr or fsbno based o... 856a920
  • and 926 more ...

View on GitHub

srcres258 created a tag on srcres258/linux-doc

next-20241114 - Repo for Chinese translation of Linux kernel documentation.

srcres258 pushed 42 commits to torvalds-master srcres258/linux-doc
  • ima: fix buffer overrun in ima_eventdigest_init_common Function ima_eventdigest_init() calls ima_eventdigest_init_co... 923168a
  • evm: stop avoidably reading i_writecount in evm_file_release The EVM_NEW_FILE flag is unset if the file already exis... 699ae62
  • integrity: Use static_assert() to check struct sizes Commit 38aa3f5ac6d2 ("integrity: Avoid -Wflex-array-member-not-... 08ae3e5
  • landlock: Improve documentation of previous limitations Improve consistency of previous limitations' subsection titl... 9803787
  • landlock: Fix grammar issues in documentation Improve user space and kernel documentation. Signed-off-by: Daniel Bu... dad2f20
  • samples/landlock: Fix port parsing in sandboxer If you want to specify that no port can be bind()ed, you would think... 3872855
  • samples/landlock: Refactor help message Help message is getting larger with each new supported feature (scopes, and ... f51e55a
  • samples/landlock: Clarify option parsing behaviour Clarify the distinction between filesystem variables (mandatory) ... 53b9d78
  • KVM: selftests: memslot_perf_test: increase guest sync timeout When memslot_perf_test is run nested, first iteration... 2d0f2a6
  • KVM: selftests: fix unintentional noop test in guest_memfd_test.c The loop in test_create_guest_memfd_invalid() that... 945bdae
  • KVM: selftests: Disable strict aliasing Disable strict aliasing, as has been done in the kernel proper for decades (... 5b188cc
  • KVM: selftests: Don't force -march=x86-64-v2 if it's unsupported Force -march=x86-64-v2 to avoid SSE/AVX instruction... 979956b
  • KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabled When getting the current VPID, e.g. to em... 2657b82
  • KVM: SVM: Propagate error from snp_guest_req_init() to userspace If snp_guest_req_init() fails, return the provided ... e5d253c
  • sched_ext: Add a missing newline at the end of an error message Signed-off-by: Tejun Heo <[email protected]> f7d1b58
  • sched_ext: Update scx_show_state.py to match scx_ops_bypass_depth's new type 0e7ffff1b811 ("scx: Fix raciness in scx... a759bf0
  • vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans During loopback communication, a dangli... 6ca5753
  • vdpa: solidrun: Fix UB bug with devres In psnet_open_pf_bar() and snet_open_vf_bar() a string later passed to pcim_i... 0b364cf
  • Fix typo in vringh_test.c Corrected minor typo in tools/virtio/vringh_test.c: - Fixed "retreives" to "retrieves" Si... 03a942f
  • vDPA/ifcvf: Fix pci_read_config_byte() return code handling ifcvf_init_hw() uses pci_read_config_byte() that returns... 7f8825b
  • and 22 more ...

View on GitHub

srcres258 pushed 878 commits to next srcres258/linux-doc
  • ARM: dts: socfpga: Fix at24 EEPROM node names at24.yaml defines the node name for at24 EEPROMs as 'eeprom'. Signed-... 44dae95
  • soc: hisilicon: kunpeng_hccs: Fix a PCC typo Fix a PCC typo. Signed-off-by: Huisong Li <[email protected]> Revie... 1cbe974
  • soc: hisilicon: kunpeng_hccs: Return failure on having not die or port information Driver is unavailable if all die ... 0c811bd
  • soc: hisilicon: kunpeng_hccs: Add the check for base address and size of shared memory If the shmem_base_addr from P... 3400c85
  • soc: hisilicon: kunpeng_hccs: Fix the 'lane_mode' field name in port info structure to 'max_lane_num' The lane mode ... b518783
  • soc: hisilicon: kunpeng_hccs: Add used HCCS types sysfs Kunpeng_hccs driver supports multiple HCCS types used on one... 23fe811
  • soc: hisilicon: kunpeng_hccs: Support low power feature for the specified HCCS type Add the low power feature for th... e3c289c
  • ARM: dts: ux500: Add touchkeys to Codinas The Codina Zinitix touchscreens have touchkeys for HOME and BACK, add thes... e818a83
  • ARM: dts: Reconfigure the MC2 eMMC interface The eMMC interface was configured to configure the FBCLK into the Alt A... 54b6c37
  • dt-bindings: arm: cpus: Add Apple A7-A11 CPU cores Add the following CPU cores: - apple,cyclone: A7 cores - apple,t... ea90e3a
  • dt-bindings: watchdog: apple,wdt: Add A7-A11 compatibles The blocks on A7-A11 SoCs are compatible with the existing ... 7b417cc
  • dt-bindings: pinctrl: apple,pinctrl: Add A7-A11 compatibles The block found on Apple's A7-A11 SoCs are compatible wi... 9a944c7
  • dt-bindings: arm: apple: Add A7 devices This adds the following apple,s5l8960x platforms: - iPhone 5s - iPad Air (1... f30ce10
  • dt-bindings: arm: apple: Add A8 devices This adds the following apple,t7000 based platforms: - iPhone 6 - iPhone ... 474952a
  • dt-bindings: arm: apple: Add A8X devices Add the only platform based on apple,t7001, the iPad Air 2. Acked-by: Krzy... bce8129
  • dt-bindings: arm: apple: Add A9 devices Adds the following apple,s8000 and apple,s8003 based platforms: - iPhone 6s... 51cec65
  • dt-bindings: arm: apple: Add A9X devices Adds the following apple,s8001 based platforms: - iPad Pro (9.7 Inch) - iP... bef712e
  • dt-bindings: arm: apple: Add A10 devices Adds the following apple,t8010 based platforms: - iPhone 7 - iPhone 7 Pl... 179626e
  • dt-bindings: arm: apple: Add A10X devices Add the following apple,t8011 based platforms: - Apple TV 4K - iPad Pro (... 1600498
  • dt-bindings: arm: apple: Add A11 devices Add the follow apple,t8015 based platforms: - iPhone 8 - iPhone 8 Plus - i... cc35d5b
  • and 858 more ...

View on GitHub

srcres258 created a tag on srcres258/linux-doc

next-20241113 - Repo for Chinese translation of Linux kernel documentation.

srcres258 opened a pull request on rcore-os/blog
Add blogs for stage 1 and 2 of 2024A rCore Camp
srcres258 created a branch on srcres258/rcore-os-blog

my-blog - rcore-os Developer Blog

srcres258 forked rcore-os/blog

srcres258/rcore-os-blog

Load more