Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
srcres258 pushed 1000 commits to next srcres258/linux-doc
- wifi: rtw89: wow: cast nd_config->delay to u64 in tsf arithmetic The type of tsf arithmetic is u64 += u16 * int; ... 5af57c4
- wifi: rtw89: pci: use 'int' as return type of error code in poll_{tx,rx}dma_ch_idle() The return type of error code ... 778e247
- wifi: rtw89: 8851b: use 'int' as return type of error code pwr_{on,off}_func() The return type of error code of rtw8... 66595e3
- wifi: rtw89: 8852b: use 'int' as return type of error code pwr_{on,off}_func() The return type of error code of rtw8... 50e9feb
- wifi: rtw89: 8852bt: use 'int' as return type of error code pwr_{on,off}_func() The return type of error code of rtw... c72c54f
- wifi: rtw89: 8852c: use 'int' as return type of error code pwr_{on,off}_func() The return type of error code of rtw8... 7443275
- wifi: rtw89: sar: add supported UNII-4 frequency range along with UNII-3 of SAR subband The UNII-4 uses the same SAR... 062689f
- dt-bindings: arm: aspeed: add Mt. Jefferson board Document Ampere's Mt. Jefferson BMC board compatible. Signed-off-... 2426b5e
- ARM: dts: aspeed: Add device tree for Ampere's Mt. Jefferson BMC The Mt. Jefferson BMC is an ASPEED AST2600-based BM... 8e2e003
- wifi: rtw89: add thermal protection To prevent chip overheating, reduce TX duty as the mechanism of thermal protecti... 63aca17
- wifi: rtw89: pci: add quirks by PCI subsystem ID for thermal protection Specific PCI subsystem ID (SSID) of WiFi car... 9ef90a4
- wifi: rtw89: regd: block 6 GHz if marked as N/A in regd map If 6 GHz of a country is marked as N/A in our regd map, ... 39fc7d3
- wifi: rtw88: Refactor looping in rtw_phy_store_tx_power_by_rate The previous implementation included an unnecessary ... 7846f0b
- wifi: rtlwifi: use MODULE_FIRMWARE() to declare used firmware Some used firmware are missing to be added to MODULE_F... 142c062
- wifi: rtw89: fix -Wenum-compare-conditional warnings This is one of three drivers that trigger -Wenum-compare-condit... c67d7c7
- wifi: rtw89: coex: Set Wi-Fi/Bluetooth priority for Wi-Fi scan case The priority table should be changed according t... 9dffa44
- wifi: rtw89: Fix TX fail with A2DP after scanning There might be some racing between BT and WiFi after scan. Since o... f16c40a
- wifi: rtw89: unlock on error path in rtw89_ops_unassign_vif_chanctx() We need to call mutex_unlock() on this error p... ac4f4e5
- wifi: rtw89: Add header conversion for MLO connections For MLO connections, this setting replaces 802.11 header addr... b849966
- wifi: rtw89: Add encryption support for MLO connections In order to make encryption/decryption work properly with ML... c39eed4
- and 980 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241112 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 253 commits to torvalds-master srcres258/linux-doc
- clk: qcom: videocc-sm8350: use HW_CTRL_TRIGGER for vcodec GDSCs A recent change in the venus driver results in a stu... f903663
- clk: qcom: clk-alpha-pll: Fix pll post div mask when width is not set Many qcom clock drivers do not have .width set... e02bfea
- media: dvb-core: add missing buffer index check dvb_vb2_expbuf() didn't check if the given buffer index was for a va... fa88dc7
- dm: fix a crash if blk_alloc_disk fails If blk_alloc_disk fails, the variable md->disk is set to an error value. cle... fed13a5
- clk: qcom: gcc-x1e80100: Fix halt_check for pipediv2 clocks The pipediv2_clk's source from the same mux as pipe cloc... bf0a800
- media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl() As detected by Coverity, the error check logic at get_ct... 4c76f33
- media: v4l2-tpg: prevent the risk of a division by zero As reported by Coverity, the logic at tpg_precalculate_line(... e6a3ea8
- media: dvbdev: prevent the risk of out of memory access The dvbdev contains a static variable used to store dvb mino... 972e63e
- media: dvb_frontend: don't play tricks with underflow values fepriv->auto_sub_step is unsigned. Setting it to -1 is ... 9883a4d
- media: mgb4: protect driver against spectre Frequency range is set from sysfs via frequency_range_store(), being vul... 2aee207
- media: av7110: fix a spectre vulnerability As warned by smatch: drivers/staging/media/av7110/av7110_ca.c:270 dvb_ca... 458ea1c
- media: s5p-jpeg: prevent buffer overflows The current logic allows word to be less than 2. If this happens, there wi... 14a2276
- media: ar0521: don't overflow when checking PLL values The PLL checks are comparing 64 bit integers with 32 bit ones... 438d308
- media: cx24116: prevent overflows on SNR calculus as reported by Coverity, if reading SNR registers fail, a negative... 576a307
- media: adv7604: prevent underflow condition when reporting colorspace Currently, adv76xx_log_status() reads some dat... 50b9fa7
- media: stb0899_algo: initialize cfr before using it The loop at stb0899_search_carrier() starts with a random value ... 2d86197
- media: cec: extron-da-hd-4k-plus: don't use -1 as an error code The logic at get_edid_tag_location() returns either ... eba6a86
- media: pulse8-cec: fix data timestamp at pulse8_setup() As pointed by Coverity, there is a hidden overflow condition... ba9cf6b
- staging: vchiq_arm: Use devm_kzalloc() for vchiq_arm_state allocation The struct vchiq_arm_state 'platform_state' is... 404b739
- staging: vchiq_arm: Use devm_kzalloc() for drv_mgmt allocation The struct drv_mgmt 'mgmt' is currently allocated dyn... 807babf
- and 233 more ...
srcres258 created a tag on srcres258/linux-doc
v6.12-rc7 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 2457 commits to next srcres258/linux-doc
- of: Allow overlay kunit tests to run CONFIG_OF_OVERLAY=n Some configurations want to enable CONFIG_KUNIT without ena... 027af8c
- of/fdt: Don't use default address cell sizes for address translation FDT systems should never be relying on default ... 8c16d41
- of: WARN on deprecated #address-cells/#size-cells handling While OpenFirmware originally allowed walking parent node... 4b28a0d
- Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git 10540b9
- Merge branch 'perf-tools-next' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git 5b26ea6
- Merge branch 'for-next' of git://git.infradead.org/users/hch/dma-mapping.git 657e07d
- Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git # Conflicts: # lib/Makefile 7c0015a
- mm: count zeromap read and set for swapout and swapin When the proportion of folios from the zeromap is small, missi... 6a316f0
- mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM cases commit 53ba78de064b ("mm/gup: introduce check_a... 98ae329
- mm-gup-avoid-an-unnecessary-allocation-call-for-foll_longterm-cases-fix whitespace tweak, per David Link: https://l... 6820dc6
- mm-gup-avoid-an-unnecessary-allocation-call-for-foll_longterm-cases-fix-2 bypass pofs_get_folio(), per Oscar Link: ... 67fb3c2
- mm: page_alloc: move mlocked flag clearance into free_pages_prepare() Syzbot reported a bad page state problem cause... be77338
- nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint Patch series "nilfs2: fix null-ptr-deref bugs on block t... f9ffa4d
- nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint When using the "block:block_dirty_buffer" tracepoint, ma... e00f339
- ocfs2: fix UBSAN warning in ocfs2_verify_volume() Syzbot has reported the following splat triggered by UBSAN: UBSAN... c9e71fc
- foo 5735871
- block: remove blk_freeze_queue() No one use blk_freeze_queue(), so remove it and the obsolete comment. Reviewed-by:... 5402786
- rbd: unfreeze queue after marking disk as dead Unfreeze queue after returning from blk_mark_disk_dead(), this way at... a471977
- block: always verify unfreeze lock on the owner task commit f1be1788a32e ("block: model freeze & enter queue as lock... 6a78699
- block: don't verify IO lock for freeze/unfreeze in elevator_init_mq() elevator_init_mq() is only called at the entry... 357e1b7
- and 2437 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241111 - Repo for Chinese translation of Linux kernel documentation.
srcres258 created a tag on srcres258/linux-doc
next-20241107 - Repo for Chinese translation of Linux kernel documentation.
srcres258 created a tag on srcres258/linux-doc
next-20241108 - Repo for Chinese translation of Linux kernel documentation.
srcres258 created a branch on srcres258/python-learn
master - Example code written for my Python course carried out by my university.
srcres258 created a repository: srcres258/python-learn
https://github.com/srcres258/python-learn - Example code written for my Python course carried out by my university.
srcres258 pushed 1053 commits to next srcres258/linux-doc
- 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
- staging: gpib: Add TODO file Add a TODO file for the gpib driver. Signed-off-by: Dominik Karol Piątkowski <dominik.... b8fa167
- staging: greybus: gpio: use gpiochip_get_data Instead of container_of, we can populate gpiochip_add_data 's last par... 5300c32
- staging: vme_user: vme_bridge.h: Name function pointer arguments This patch names the function pointer arguments in ... 39dace7
- staging: rtl8723bs: Remove no-op netdevice_notifier() rtw_ndev_notifier_call() does not do anything other then a net... 037f9a6
- staging: vchiq_core: Remove unnecessary blank lines This commit cleans up the formatting in by removing extraneous b... b803af1
- staging: rtl8723bs: change remaining printk to proper api As part of TODO file for future work, use dyn debug api fo... e139445
- staging: rtl8712: Remove driver using deprecated API wext This driver is in the staging area since 2010. The follow... 41e883c
- staging: fieldbus: Delete unused driver Sven Van Asbroeck contributed this driver in 2019. The following reasons le... 8898f64
- staging: vchiq_arm: Rename a struct vchiq_bulk member Rename the struct vchiq_bulk's 'data' member to 'dma_addr' for... 5e12a53
- staging: vchiq_core: Bulk waiter should not piggy back on bulk userdata Currently, struct bulk_waiter is allocated f... 016856c
- staging: vchiq_core: Rename struct vchiq_bulk 'userdata' Rename the struct vchiq_bulk 'userdata' member to 'cb_data'... f19d14d
- staging: vchiq: Rename vchiq_completion_data 'bulk_userdata' In a previous commit, struct vchiq_bulk 'userdata' got ... ccb0b5e
- staging: vchiq_core: Pass vchiq_bulk pointer to make_service_callback() Pass struct vchiq_bulk pointer to make_servi... 951b3c1
- staging: vchiq_arm: Track bulk user data pointer separately A bulk callback transfer can be initiated from two place... cb1d0f5
- staging: rtl8723bs: Replace function thread_enter Replace function thread_enter with its only called function allow_... 8209ab0
- staging: rtl8723bs: Remove #if 1 in function hal_EfusePartialWriteCheck Remove #if 1 in function hal_EfusePartialWri... 553b75d
- staging: rtl8723bs: Remove #if 1 in function hal_EfuseGetCurrentSize_BT Remove #if 1 in function hal_EfuseGetCurrent... 54a0ef3
- staging: rtl8723bs: Remove #if 1 in function ReadChipVersion8723B Remove #if 1 in function ReadChipVersion8723B as i... 4dc0287
- and 1033 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241106 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 2 commits to ch8 LearningOS/2024a-rcore-srcres258
srcres258 pushed 951 commits to next srcres258/linux-doc
- teach filename_lookup() to treat NULL filename as "" Signed-off-by: Al Viro <[email protected]> 5b313bc
- getname_maybe_null() - the third variant of pathname copy-in Semantics used by statx(2) (and later *xattrat(2)): wit... e896474
- io_uring: IORING_OP_F[GS]ETXATTR is fine with REQ_F_FIXED_FILE Rejection of IOSQE_FIXED_FILE combined with IORING_OP... dc7e76b
- bpf, arm64: Remove garbage frame for struct_ops trampoline The callsite layout for arm64 fentry is: mov x9, lr nop ... 87cb58a
- bcachefs: Fix null ptr deref in bucket_gen_get() bucket_gen() checks if we're lookup up a valid bucket and returns N... dccaf5e
- bcachefs: Fix error handling in bch2_btree_node_prefetch() Signed-off-by: Kent Overstreet <[email protected]> 9d3e24c
- bpf: handle implicit declaration of function gettid in bpf_iter.c As we can see from the title, when I compiled the ... 42602e3
- docs/bpf: Add description of .BTF.base section Now that .BTF.base sections are generated for out-of-tree kernel modu... 8a0cfd8
- libbpf: start v1.6 development cycle With libbpf v1.5.0 release out, start v1.6 dev cycle. Signed-off-by: Andrii Na... 74975e1
- selftests/bpf: drop unnecessary bpf_iter.h type duplication Drop bpf_iter.h header which uses vmlinux.h but re-defin... e626a13
- bcachefs: Ancient versions with bad bkey_formats are no longer supported Syzbot found an assertion pop, by generatin... 88f16c7
- bcachefs: Fix topology errors on split after merge If a btree split picks a pivot that's being deleted by a btree no... 85a6200
- bcachefs: Ensure BCH_FS_may_go_rw is set before exiting recovery If BCH_FS_may_go_rw is not yet set, it indicates to... 83c6779
- bcachefs: add check NULL return of bio_kmalloc in journal_read_bucket bio_kmalloc may return NULL, will cause NULL p... 52dc307
- bcachefs: check the invalid parameter for perf test The perf_test does not check the number of iterations and thread... 55fcef1
- platform/x86: intel: Add 'intel' prefix to the modules automatically Rework Makefile to add 'intel' prefix to the mo... df7f9ac
- alienware-wmi: Fix spelling mistake "requieres" -> "requires" There is a spelling mistake in a pr_warn message. Fix ... d68cb60
- regulator: rk808: Add apply_bit for BUCK3 on RK809 Currently, RK809's BUCK3 regulator is modelled in the driver as a... 5e53e4a
- spi: tegra210-quad: Avoid shift-out-of-bounds A shift-out-of-bounds issue was identified by UBSAN in the tegra_qspi_... f399051
- spi: spi-mem: rtl-snand: Correctly handle DMA transfers The RTL9300 has some limitations on the maximum DMA transfer... 25d2847
- and 931 more ...
srcres258 pushed 77 commits to torvalds-master srcres258/linux-doc
- arm64: dts: qcom: msm8939: revert use of APCS mbox for RPM Commit 22e4e43484c4 ("arm64: dts: qcom: msm8939: Use mbox... d92e9ea
- arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-eaidk-610 There are no DT bindings and driver support fo... 2f39bba
- arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-sapphire-excavator There are no DT bindings and driver s... 577b576
- arm64: dts: rockchip: Move L3 cache outside CPUs in RK3588(S) SoC dtsi Move the "l3_cache" node outside the "cpus" n... df5f6f2
- arm64: dts: rockchip: Start cooling maps numbering from zero on ROCK 5B The package cooling maps for the Radxa ROCK ... 6be8206
- arm64: dts: rockchip: Designate Turing RK1's system power controller Currently, the Turing RK1 board reboots when to... 875ea82
- MAINTAINERS: Qualcomm SoC: Match reserved-memory bindings commit 8b90269ee6d7 ("MAINTAINERS: Split Qualcomm SoC and ... 274e58c
- soc: qcom: Add check devm_kasprintf() returned value devm_kasprintf() can return a NULL pointer on failure but this ... e694d2b
- arm64: dts: qcom: x1e80100: fix PCIe4 and PCIe6a PHY clocks Add the missing clkref enable and pipediv2 clocks to the... 27727cb
- arm64: dts: qcom: x1e80100: fix PCIe5 PHY clocks Add the missing clkref enable and pipediv2 clocks to the PCIe5 PHY.... 0b80b3c
- firmware: qcom: scm: suppress download mode error Stop spamming the logs with errors about missing mechanism for set... d679071
- firmware: qcom: scm: fix a NULL-pointer dereference Some SCM calls can be invoked with __scm being NULL (the driver ... ca61d68
- EDAC/qcom: Make irq configuration optional On most modern qualcomm SoCs, the configuration necessary to enable the T... 0a97195
- arm64: dts: rockchip: Remove hdmi's 2nd interrupt on rk3328 The "synopsys,dw-hdmi.yaml" binding specifies that the i... de50a7e
- arm64: dts: rockchip: Fix wakeup prop names on PineNote BT node The "brcm,bluetooth.yaml" binding has 'device-wakeup... 87299d6
- arm64: dts: rockchip: Fix reset-gpios property on brcm BT nodes For most compatibles, the "brcm,bluetooth.yaml" bind... 2b6a3f8
- arm64: dts: rockchip: fix i2c2 pinctrl-names property on anbernic-rg353p/v We want to control pins, not beer mugs, s... f94b934
- arm64: dts: rockchip: Drop regulator-init-microvolt from two boards rk3568-roc-pc and rk3588-toybrick-x0 re-introduc... 98c3f4a
- arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo The expected clock-name is different, and extclk a... 2fa98dc
- arm64: dts: rockchip: Fix bluetooth properties on Rock960 boards The expected clock-name is different, and extclk al... ea74528
- and 57 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241105 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 2 commits to ch6 LearningOS/2024a-rcore-srcres258
srcres258 pushed 223 commits to torvalds-master srcres258/linux-doc
- phy: usb: Fix missing elements in BCM4908 USB init array The Broadcom USB PHY driver contains a lookup table (`reg_b... cb4c7df
- phy: cadence: Sierra: Fix offset of DEQ open eye algorithm control register Fix the value of SIERRA_DEQ_OPENEYE_CTRL... 2d0f973
- xfs: don't allocate COW extents when unsharing a hole It doesn't make sense to allocate a COW extent when unsharing ... b8c4076
- iomap: share iomap_unshare_iter predicate code with fsdax The predicate code that iomap_unshare_iter uses to decide ... 6ef6a0e
- fsdax: remove zeroing code from dax_unshare_iter Remove the code in dax_unshare_iter that zeroes the destination mem... 9547227
- fsdax: dax_unshare_iter needs to copy entire blocks The code that copies data from srcmap to iomap in dax_unshare_it... 5079380
- Merge patch series "fsdax/xfs: unshare range fixes for 6.12" Darrick J. Wong <[email protected]> says: This patchse... dad1b6c
- phy: usb: disable COMMONONN for dual mode The COMMONONN bit suspends the phy when the port is put into a suspend sta... 1e48fd0
- thunderbolt: Fix KASAN reported stack out-of-bounds read in tb_retimer_scan() KASAN reported following issue: BUG:... e9e1b20
- dmaengine: sh: rz-dmac: handle configs where one address is zero Configs like the ones coming from the MMC subsystem... 6e9c5c8
- dmaengine: ti: k3-udma: Set EOP for all TRs in cyclic BCDMA transfer When receiving data in cyclic mode from PDMA pe... d35f406
- dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: add missing x1e80100 pipediv2 clocks The x1e80100 QMP PCIe PHYs all ha... 938ade1
- phy: qcom: qmp-usb: fix NULL-deref on runtime suspend Commit 413db06c05e7 ("phy: qcom-qmp-usb: clean up probe initia... bd9e4d4
- phy: qcom: qmp-usb-legacy: fix NULL-deref on runtime suspend Commit 413db06c05e7 ("phy: qcom-qmp-usb: clean up probe... 2924013
- phy: qcom: qmp-usbc: fix NULL-deref on runtime suspend Commit 413db06c05e7 ("phy: qcom-qmp-usb: clean up probe initi... 34c21f9
- phy: qcom: qmp-combo: move driver data initialisation earlier Commit 44aff8e31080 ("phy: qcom-qmp-combo: clean up pr... 1dd196f
- phy: qcom: qmp-pcie: drop bogus x1e80100 qref supplies The PCIe PHYs on x1e80100 do not a have a qref supply so stop... 031b46b
- phy: starfive: jh7110-usb: Fix link configuration to controller In order to connect the USB 2.0 PHY to its controlle... e10c52e
- phy: ti: phy-j721e-wiz: fix usxgmii configuration Commit b64a85fb8f53 ("phy: ti: phy-j721e-wiz.c: Add usxgmii suppor... b4b3242
- phy: phy-rockchip-samsung-hdptx: Depend on CONFIG_COMMON_CLK Ensure CONFIG_PHY_ROCKCHIP_SAMSUNG_HDPTX depends on CON... d8f9d6d
- and 203 more ...