Ecosyste.ms: Timeline

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

srcres258

srcres258 pushed 1 commit to master srcres258/cpp-learn

View on GitHub

srcres258 pushed 130 commits to torvalds-master srcres258/linux-doc
  • clk: samsung: Fix out-of-bound access of of_match_node() Currently, there is no terminator entry for exynosautov920_... a03c246
  • reset: npcm: convert comma to semicolon Replace a comma between expression statements by a semicolon. Signed-off-by... e7b71bf
  • reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC data->asserted will be NULL on JH7110 SoC sinc... 2cf5966
  • soc: fsl: cpm1: qmc: Do not use IS_ERR_VALUE() on error pointers ppc64_book3e_allmodconfig: drivers/soc/fsl/qe/... 122019f
  • soc: fsl: cpm1: qmc: Fix unused data compilation warning In some configuration, compilation raises warnings related ... 1117b91
  • arm64: dts: marvell: cn9130-sr-som: fix cp0 mdio pin numbers SolidRun CN9130 SoM actually uses CP_MPP[0:1] for mdio.... 841dd5b
  • ALSA: hda: Sound support for HP Spectre x360 16 inch model 2024 Included solution with ALC287/CS35L41 did not cover ... 557f6e4
  • ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin HDMI_HPD_N_1V8 is connected to GPIO pin 0, not 1. This fixes H... dc7785e
  • ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2 There is a problem with simultaneous audio output to ... 9988844
  • arm64: probes: Remove broken LDR (literal) uprobe support The simulate_ldr_literal() and simulate_ldrsw_literal() fu... acc450a
  • arm64: probes: Fix simulate_ldr*_literal() The simulate_ldr_literal() code always loads a 64-bit quantity, and when ... 50f813e
  • arm64: probes: Fix uprobes for big-endian kernels The arm64 uprobes code is broken for big-endian kernels as it does... 13f8f1e
  • clk: rockchip: fix finding of maximum clock ID If an ID of a branch's child is greater than current maximum, we shou... ad1081a
  • ALSA: usb-audio: Fix NULL pointer deref in snd_usb_power_domain_set() Commit adding support for multiple control int... 57c14b9
  • ALSA: line6: update contact information The Line6 driver source code files contain an outdated email address of the ... 122fe6e
  • sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML When building for the UM arch and neither INDIRECT_IO... ad6639f
  • Merge tag 'samsung-clk-fixes-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into clk-fixes Pull... 23dbbe8
  • ALSA: hda/cs8409: Fix possible NULL dereference If snd_hda_gen_add_kctl fails to allocate memory and returns NULL, t... c9bd4a8
  • ALSA: scarlett2: Add error check after retrieving PEQ filter values Add error check after retrieving PEQ filter valu... fd5f14c
  • MAINTAINERS: use the canonical soc mailing list address and mark it as L: The [email protected] address started out as ... 32af1c8
  • and 110 more ...

View on GitHub

srcres258 pushed 3 commits to master srcres258/micropython-learn
  • Update tone_freq_calc.py 4655acd
  • Update tone_freq_calc.py efb0489
  • Add music lib within music_box e1c8366

View on GitHub

srcres258 pushed 960 commits to next srcres258/linux-doc
  • soc: qcom: pd-mapper: Add QCM6490 PD maps The QCM6490 is a variant of SC7280, with the usual set of protection domai... 31a95fe
  • arm64: dts: qcom: qcs6490-rb3gen2: Specify i2c1 clock frequency Per the binding, omitting the clock frequency from a... 11c6a29
  • arm64: dts: qcom: qcs6490-rb3gen2: Enable PWR/VOL keys RB3Gen2 has three tiny buttons located under the blue USB-A p... 88e3d32
  • ARC: build: disallow invalid PAE40 + 4K page config The config option being built was | CONFIG_ARC_MMU_V4=y | CONFIG... d71e629
  • ARC: build: Use __force to suppress per-CPU cmpxchg warnings Currently, the cast of the first argument to cmpxchg_em... bb5d272
  • clk: qcom: videocc-sm8350: use HW_CTRL_TRIGGER for vcodec GDSCs A recent change in the venus driver results in a stu... f903663
  • clocksource: Remove unused clocksource_change_rating clocksource_change_rating() has been unused since 2017's commit... bafffd5
  • perf tools: Fix possible compiler warnings in hashmap The hashmap__for_each_entry[_safe] is accessing 'map' as if it... 0404267
  • perf tools: Remove unnecessary parentheses The hashmap API used to require parentheses for the hashmap argument if i... af3902b
  • perf sched timehist: Add pre-migration wait time option pre-migration wait time is the time that a task unnecessaril... cd912ab
  • perf evsel: Fix missing inherit + sample read check It should not clear the inherit bit simply because the kernel do... 1afe05b
  • perf test: Delete unused Intel CQM test As Ian Rogers <[email protected]> pointed out, intel-cqm.c is neither used ... 0c383c0
  • perf arm-spe: Rename arm_spe__synth_data_source_generic() The arm_spe__synth_data_source_generic() function is invok... fb98fa3
  • perf arm-spe: Rename the common data source encoding The Neoverse CPUs follow the common data source encoding, and o... 50b8f1d
  • perf arm-spe: Introduce arm_spe__is_homogeneous() Introduce the arm_spe__is_homogeneous() function, it uses to check... 56ae663
  • perf arm-spe: Use metadata to decide the data source feature Use the info in the metadata to decide if the data sour... ba5e716
  • perf arm-spe: Remove the unused 'midr' field The 'midr' field is replaced by the MIDR values stored in metadata (per... 6bcf54c
  • perf arm-spe: Add Neoverse-V2 to common data source encoding list Add Neoverse-V2 MIDR to the common data source enc... 041c0e5
  • perf arm-spe: Add Cortex CPUs to common data source encoding list Add Cortex-A720, Cortex-A725, Cortex-X1C, Cortex-X... ea2ead4
  • MAINTAINERS: Add kernel hardening keywords __counted_by{_le|_be} In addition to __counted_by, also match the keyword... 0838c9c
  • and 940 more ...

View on GitHub

srcres258 pushed 43 commits to torvalds-master srcres258/linux-doc
  • RDMA/bnxt_re: Fix a possible memory leak In bnxt_re_setup_chip_ctx() when bnxt_qplib_map_db_bar() fails driver is no... 3fc5410
  • RDMA/bnxt_re: Fix incorrect AVID type in WQE structure Driver uses internal data structure to construct WQE frame. I... 9ab20f7
  • RDMA/bnxt_re: Add a check for memory allocation __alloc_pbl() can return error when memory allocation fails. Driver ... c5c1ae7
  • RDMA/bnxt_re: Fix the max WQEs used in Static WQE mode max_sw_wqe used for static wqe mode should be same as the max... 8e65aba
  • RDMA/nldev: Fix NULL pointer dereferences issue in rdma_nl_notify_event nlmsg_put() may return a NULL pointer assign... 6ff57a2
  • RDMA/core: Fix ENODEV error for iWARP test over vlan If traffic is over vlan, cma_validate_port() fails to match vla... 5069d7e
  • selftests: sched_ext: Add sched_ext as proper selftest target The sched_ext selftests is missing proper cross-compil... 7941b83
  • ksmbd: fix user-after-free from session log off There is racy issue between smb2 session log off and smb2 session se... 7aa8804
  • crypto: api - Fix liveliness check in crypto_alg_tested As algorithm testing is carried out without holding the main... b81e286
  • crypto: testmgr - Hide ENOENT errors better The previous patch removed the ENOENT warning at the point of allocation... 6318fbe
  • crypto: marvell/cesa - Disable hash algorithms Disable cesa hash algorithms by lowering the priority because they ap... e845d23
  • sched_ext: use correct function name in pick_task_scx() warning message pick_next_task_scx() was turned into pick_ta... c425180
  • Revert "sched_ext: Use shorter slice while bypassing" This reverts commit 6f34d8d382d64e7d8e77f5a9ddfd06f4c04937b0. ... 54baa7a
  • sched_ext: Start schedulers with consistent p->scx.slice values The disable path caps p->scx.slice to SCX_SLICE_DFL.... 3fdb9eb
  • sched_ext: Move scx_buildin_idle_enabled check to scx_bpf_select_cpu_dfl() Move the sanity check from the inner func... cc3e1ca
  • sched_ext: bypass mode shouldn't depend on ops.select_cpu() Bypass mode was depending on ops.select_cpu() which can'... aebe7ae
  • sched_ext: Move scx_tasks_lock handling into scx_task_iter helpers Iterating with scx_task_iter involves scx_tasks_l... 967da57
  • sched_ext: Don't hold scx_tasks_lock for too long While enabling and disabling a BPF scheduler, every task is iterat... b07996c
  • ksmbd: add support for supplementary groups Even though system user has a supplementary group, It gets NT_STATUS_ACC... a77e0e0
  • btrfs: use sector numbers as keys for the dirty extents xarray We are using the logical address ("bytenr") of an ext... 97420be
  • and 23 more ...

View on GitHub

srcres258 created a tag on srcres258/linux-doc

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

srcres258 pushed 1 commit to master srcres258/micropython-learn

View on GitHub

srcres258 pushed 5 commits to master srcres258/micropython-learn

View on GitHub

srcres258 pushed 1 commit to master srcres258/micropython-learn

View on GitHub

srcres258 pushed 1 commit to master srcres258/micropython-learn

View on GitHub

srcres258 pushed 1 commit to master srcres258/micropython-learn

View on GitHub

srcres258 pushed 2 commits to master srcres258/micropython-learn

View on GitHub

srcres258 pushed 31 commits to torvalds-master srcres258/linux-doc
  • bcachefs: Fix lockdep splat in bch2_accounting_read We can't take sb_lock while holding mark_lock, so split out repl... bf4baaa
  • bcachefs: Split out check_unreachable_inodes() pass With inode backpointers, we can write a very simple check_unreac... bade971
  • bcachefs: reattach_inode() now correctly handles interior snapshot nodes When we find an unreachable inode, we now r... 38864ec
  • bcachefs: btree_iter_peek_upto() now handles BTREE_ITER_all_snapshots end_pos now compares against snapshot ID when ... 12f2860
  • bcachefs: Delete vestigal check_inode() checks BCH_INODE_i_size_dirty dates from before we had logged operations for... cba31b7
  • bcachefs: bcachefs_metadata_version_inode_has_child_snapshots There's an inherent race in taking a snapshot while an... 9b23fdb
  • bcachefs: Kill bch2_propagate_key_to_snapshot_leaves() Dead code now. Signed-off-by: Kent Overstreet <kent.overstre... 84878e8
  • bcachefs: bch2_inode_or_descendents_is_open() fsck can now correctly check if inodes in interior snapshot nodes are ... 9d86178
  • bcachefs: Disk accounting device validation fixes - Fix failure to validate that accounting replicas entries point t... 19773ec
  • bcachefs: add check for btree id against max in try read node Add check for read node's btree_id against BTREE_ID_NR... 0151d10
  • bcachefs: Release transaction before wake up We will get this if we wake up first: Kernel panic - not syncing: btre... a154154
  • bcachefs: Fix NULL pointer dereference in bch2_opt_to_text This patch adds a bounds check to the bch2_opt_to_text fu... a30f322
  • bcachefs: Fix state lock involved deadlock We increased write ref, if the fs went to RO, that would lead to a deadlo... 9205d24
  • closures: Add closure_wait_event_timeout() Add a closure version of wait_event_timeout(), with the same semantics. ... 04b670d
  • bcachefs: Check if stuck in journal_res_get() Like how we already do when the allocator seems to be stuck, check if ... a7e2dd5
  • bcachefs: __wait_for_freeing_inode: Switch to wait_bit_queue_entry inode_bit_waitqueue() is changing - this update c... 3b80552
  • bcachefs: Fix bch2_have_enough_devs() for BCH_SB_MEMBER_INVALID This fixes a kasan splat in the ec device removal te... 7d84d9f
  • bcachefs: Fix invalid shift in member_to_text() Reported-by: [email protected] S... c1bd21b
  • bcachefs: Fix accounting replay flags BCH_TRANS_COMMIT_journal_reclaim without BCH_WATERMARK_reclaim means "return a... 672f752
  • bcachefs: Fix bkey_nocow_lock() This fixes an assertion pop in nocow_locking.c 00243 kernel BUG at fs/bcachefs/noco... 9183c2b
  • and 11 more ...

View on GitHub

srcres258 pushed 1062 commits to next srcres258/linux-doc
  • media: uvcvideo: Exit early if there is not int_urb If there is no int_urb there is no need to do a clean stop. Als... 4115ede
  • iommu/arm-smmu: Clarify MMU-500 CPRE workaround CPRE workarounds are implicated in at least 5 MMU-500 errata, some o... 0dfe314
  • iommu/arm-smmu-v3: Fix last_sid_idx calculation for sid_bits==32 The function arm_smmu_init_strtab_2lvl uses the exp... f63237f
  • iommu/arm-smmu-v3: Convert comma to semicolon Replace comma between expressions with semicolons. Using a ',' in pla... 7de7d35
  • samples/bpf: Remove unused variables These variables are never referenced in the code, just remove them. Signed-off... 965fdf9
  • libbpf: fix sym_is_subprog() logic for weak global subprogs sym_is_subprog() is incorrectly rejecting relocations ag... 4073213
  • mfd: syscon: Use regmap max_register_is_0 as needed syscon has always set the optional max_register configuration of... 61e5aa9
  • mfd: atmel-flexcom/rk8xx-core: Convert comma to semicolon Replace a comma between expression statements by a semicol... 3794837
  • mfd: palmas: Constify strings with regulator names The names of regulators are static const strings, so pointers can... 0b64aa4
  • dt-bindings: mfd: qcom,tcsr: Document support for SA8255p Add compatible for tcsr representing support on SA8255p So... bccb0fa
  • mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to fix race As the comment said, disable_irq() after request... a223cf8
  • dt-bindings: mfd: qcom,tcsr: Add compatible for QCS8300 Document the qcom,qcs8300-tcsr compatible, tcsr will provide... 8a595a2
  • dt-bindings: mfd: qcom,tcsr: Add compatible for qcs615 Document the qcom,qcs615-tcsr compatible. Signed-off-by: Lij... ca60e1d
  • mfd: cros_ec: Load cros_ec_ucsi on supported ECs Load cros_ec_ucsi driver if the ChromeOS EC implements UCSI Platfor... e5d1202
  • mfd: cros_ec: Don't load charger with UCSI When UCSI is enabled, don't load cros_usbpd_charger and cros_usbpd_logger... 820a284
  • mfd: bd96801: Use maple tree register cache The maple tree register cache uses a more modern data structure than the... 8d5d3e0
  • mfd: da9052-spi: Change read-mask to write-mask Driver has mixed up the R/W bit. The LSB bit is set on write rather ... 7356e81
  • mfd: max77693: Remove unused max77693_irq_source declarations Remove `enum max77693_irq_source` declaration because ... 9f60199
  • bpf: fix argument type in bpf_loop documentation The `index` argument to bpf_loop() is threaded as an u64. This lead... 5bd48a3
  • dt-bindings: mfd: Add support for the samsung,s2dos05 Add samsung,s2dos05 MFD module binding. Signed-off-by: Dzmitr... 1d6e761
  • and 1042 more ...

View on GitHub

srcres258 created a tag on srcres258/linux-doc

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