Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
srcres258 pushed 63 commits to torvalds-master srcres258/linux-doc
- mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirk Value 0 in ADMA length descriptor is interpreted... a56335c
- mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe() Current implementation leaves pdev->dev a... f3d87ab
- net: tun: fix tun_napi_alloc_frags() syzbot reported the following crash [1] Issue came with the blamed commit. Ins... 429fde2
- net/smc: protect link down work from execute after lgr freed link down work may be scheduled before lgr freed but ex... 2b33eb8
- net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll When application sending data more than sndb... 679e9dd
- net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg When receiving proposal msg in server... a29e220
- net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg When receiving proposal msg in server, ... 7863c9f
- net/smc: check smcd_v2_ext_offset when receiving proposal msg When receiving proposal msg in server, the field smcd_... 9ab332d
- net/smc: check return value of sock_recvmsg when draining clc data When receiving clc msg, the field length in smc_c... c5b8ee5
- Merge branch 'smc-fixes' Guangguan Wang says: ==================== net: several fixes for smc v1 -> v2: rewrite pa... c296c0b
- net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic() Packets injected by the CPU should hav... 2d5df3a
- netdevsim: prevent bad user input in nsim_dev_health_break_write() If either a zero count or a large one is provided... ee76746
- tools/net/ynl: fix sub-message key lookup for nested attributes Use the correct attribute space for sub-message key ... 663ad74
- ionic: Fix netdev notifier unregister on failure If register_netdev() fails, then the driver leaks the netdev notifi... 9590d32
- ionic: no double destroy workqueue There are some FW error handling paths that can cause us to try to destroy the wo... 746e6ae
- ionic: use ee->offset when returning sprom data Some calls into ionic_get_module_eeprom() don't use a single full bu... b096d62
- Merge branch 'ionic-minor-code-fixes' Shannon Nelson says: ==================== ionic: minor code fixes These are ... cb85f2b
- net: renesas: rswitch: rework ts tags management The existing linked list based implementation of how ts tags are as... 922b4b9
- ksmbd: count all requests in req_running counter This changes the semantics of req_running to count all in-flight re... 83c47d9
- ksmbd: fix broken transfers when exceeding max simultaneous operations Since commit 0a77d947f599 ("ksmbd: check outs... 43fb7bc
- and 43 more ...
srcres258 pushed 1078 commits to next srcres258/linux-doc
- bcachefs: Journal write path refactoring, debug improvements Signed-off-by: Kent Overstreet <[email protected]> 70feb56
- bcachefs: Call bch2_btree_lost_data() on btree read error Signed-off-by: Kent Overstreet <[email protected]> 8ea098f
- bcachefs: Make sure __bch2_run_explicit_recovery_pass() signals to rewind We should always signal to rewind if the r... 61ab7cb
- bcachefs: Don't call bch2_btree_interior_update_will_free_node() until after update succeeds Originally, btree split... cea5427
- bcachefs: kill flags param to bch2_subvolume_get() Signed-off-by: Kent Overstreet <[email protected]> 7dacc22
- bcachefs: factor out str_hash.c Signed-off-by: Kent Overstreet <[email protected]> 0ecfac8
- bcachefs: Journal space calculations should skip durability=0 devices Signed-off-by: Kent Overstreet <kent.overstree... 6315b49
- bcachefs: fix bch2_btree_node_header_to_text() format string Signed-off-by: Kent Overstreet <[email protected]> 8ceb549
- bcachefs: Mark more errors autofix tested repairing from a bug uncovered by the merge_torture_flakey test Signed-of... 2c77b17
- bcachefs: Minor bucket alloc optimization Check open buckets and buckets waiting for journal commit before doing oth... e0e0d73
- lib min_heap: Switch to size_t size_t is the correct type for a count of objects that can fit in memory: this also m... 05cb2a4
- bcachefs: Use a heap for handling overwrites in btree node scan Fix an O(n^2) issue when we find many overlapping (o... 488249b
- bcachefs: Plumb bkey_validate_context to journal_entry_validate This lets us print the exact location in the journal... e8d6041
- bcachefs: Don't add unknown accounting types to eytzinger tree Signed-off-by: Kent Overstreet <kent.overstreet@linux... 8f367a5
- bcachefs: Set bucket needs discard, inc gen on empty -> nonempty transition Signed-off-by: Kent Overstreet <kent.ove... f3b4692
- bcachefs: bch2_journal_noflush_seq() now takes [start, end) Harder to screw up if we're explicit about the range, an... c106801
- bcachefs: Fix reuse of bucket before journal flush on multiple empty -> nonempty transition For each bucket we track... d7f6bec
- bcachefs: Don't start rewriting btree nodes until after journal replay This fixes a deadlock during journal replay w... 0939c61
- bcachefs: Kill unnecessary mark_lock usage We can't hold mark_lock while calling fsck_err() - that's a deadlock, mar... 2a11567
- bcachefs: kill sysfs internal/accounting Since we added per-inode counters there's now far too many counters to show... c5022a7
- and 1058 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241220 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 646 commits to next srcres258/linux-doc
- drm/i915/gt: Remove unused execlists_unwind_incomplete_requests execlists_unwind_incomplete_requests() is unused sin... b7cfe79
- drm/i915/pmu: Rename cpuhp_slot to cpuhp_state Both the documentation and most of other users call the return of cpu... c62018a
- drm/i915/pmu: Stop setting event_init to NULL Setting event_init to NULL is mostly done to detect when the driver is... 9116b57
- drm/i915/pmu: Replace closed with registered Since i915 calls perf_pmu_register/perf_pmu_unregister, let's call the ... 6ba29f1
- drm/i915/pmu: Remove pointless synchronize_rcu() call This is already done inside perf_pmu_unregister() - no need to... 79367b7
- drm/i915/guc: Flush ct receive tasklet during reset preparation GuC to host communication is interrupt driven, the h... b939a08
- drm/i915: ensure segment offset never exceeds allowed max Commit 255fc1703e42 ("drm/i915/gem: Calculate object page ... 2e0438f
- drm/i915/selftests: Add delay to stabilize frequency in live_rps_power Add delays to allow frequency stabilization b... 630e038
- firmware: arm_scmi: Allow transport properties for multiple instances Default SCMI transport properties values can b... e501bfd
- cpufreq/amd-pstate: Detect preferred core support before driver registration Booting with amd-pstate on 3rd Generati... 919bfa9
- firmware: arm_scmi: Support vendor protocol modules autoloading SCMI vendor protocols namespace is shared amongst al... 54cf6e7
- firmware: arm_scmi: Add module aliases to i.MX vendor protocols Using the pattern 'scmi-protocol-0x<PROTO_ID>-<VEND_... d4cc891
- firmware: arm_scmi: Add aliases to transport modules SCMI transports when built as loadable modules should be loaded... 3f3f0e5
- cpufreq/amd-pstate: Store the boost numerator as highest perf again commit ad4caad58d91d ("cpufreq: amd-pstate: Merg... 50a062a
- cpufreq/amd-pstate: Use boost numerator for upper bound of frequencies commit 18d9b5227121 ("cpufreq/amd-pstate: Use... 2993b29
- i915/guc: Reset engine utilization buffer before registration On GT reset, we store total busyness counts for all en... abd3182
- i915/guc: Ensure busyness counter increases motonically Active busyness of an engine is calculated using gt timestam... cf907f6
- i915/guc: Accumulate active runtime on gt reset On gt reset, if a context is running, then accumulate it's active ti... 7ed047d
- KVM: Explicitly verify target vCPU is online in kvm_get_vcpu() Explicitly verify the target vCPU is fully online _pr... 1e7381f
- KVM: Verify there's at least one online vCPU when iterating over all vCPUs Explicitly check that there is at least o... 0664dc7
- and 626 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241219 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 908 commits to next srcres258/linux-doc
- Input: xpad - add support for Nacon Pro Compact Add Nacon Pro Compact to the list of supported devices. These are th... 1bba296
- ARM: imx: Re-introduce the PINCTRL selection Since commit 17d210018914 ("ARM: imx: Allow user to disable pinctrl"), ... b77bd3b
- tools/power turbostat: Add initial support for PantherLake Add initial support for PantherLake. It shares the same f... e8a99af
- tools/power turbostat: Add initial support for ClearwaterForest Add initial support for ClearwaterForest. It shares ... 6b47ed2
- tools/power turbostat: update turbostat(8) Clarify how to get the latest version. Signed-off-by: Len Brown <len.bro... 9e47f8a
- tools/power turbostat: Exit on unsupported Intel models Turbostat requires per-platform enabling for Intel CPU model... 4133be3
- tools/power turbostat: Exit on unsupported Vendors Turbostat currently supports x86 processors from Intel, AMD, and ... 48c62ba
- tools/power turbostat: Improve --help output Improve the `--help` output of turbostat by standardizing the format an... cc63f89
- tools/power turbostat: Introduce --force parameter Turbostat currently exits under the following conditions: 1. When... 3d94026
- tools/power turbostat: version 24.12.03 Add initial PTL, CWF support. Refuse to run on unsupported platforms withou... 8e5eab8
- soc: atmel: fix device_node release in atmel_soc_device_init() A device_node acquired via of_find_node_by_path() req... d3455ab
- ARM: at91: pm: change BU Power Switch to automatic mode Change how the Backup Unit Power is configured and force the... 6fc5bdf
- dt-bindings: clk: at91: Add clock IDs for the slow clock controller Add clock IDs for the slow clock controller. Pre... d87daa1
- clk: at91: sckc: Use SCKC_{TD, MD}_SLCK IDs for clk32k clocks Use the newly introduced macros instead of raw numbers... 802244f
- ARM: configs: at91: sama7: add new SoC config Add sama7d65 to the sama7_defconfig. Signed-off-by: Ryan Wanner <Ryan... 221984d
- ARM: at91: add new SoC sama7d65 Add new SoC from at91 family: sama7d65 Signed-off-by: Ryan Wanner <Ryan.Wanner@micr... 0d562f7
- tools/power turbostat: add Busy% to "show idle" Suggested-by: Artem Bityutskiy <[email protected]> Signed-o... a6bc02e
- dt-bindings: clock: qcom,sc7280-lpasscorecc: order properties to match convention By convention we expect first "com... 2a5711c
- dt-bindings: clock: qcom,sc7280-lpasscorecc: add top-level constraints Properties with variable number of items per ... 9d40c5a
- soc: qcom: pmic_glink: fix scope of __pmic_glink_lock in pmic_glink_rpmsg_probe() File-scope "__pmic_glink_lock" mut... 7d2cba6
- and 888 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241218 - Repo for Chinese translation of Linux kernel documentation.
srcres258 created a tag on srcres258/linux-doc
next-20241217 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 241 commits to torvalds-master srcres258/linux-doc
- arm64: Fix usage of new shifted MDCR_EL2 values Since the linked fixes commit, these masks are already shifted so re... d798bc6
- KVM: arm64: Fix S1/S2 combination when FWB==1 and S2 has Device memory type The G.a revision of the ARM ARM had it p... 6fc3a49
- KVM: arm64: Do not allow ID_AA64MMFR0_EL1.ASIDbits to be overridden Catalin reports that a hypervisor lying to a gue... 03c7527
- KVM: arm64: vgic-its: Add error handling in vgic_its_cache_translation The return value of xa_store() needs to be ch... be7e611
- gpio: GPIO_MVEBU should not default to y when compile-testing Merely enabling compile-testing should not enable addi... 7032713
- usb: ehci-hcd: fix call balance of clocks handling routines If the clocks priv->iclk and priv->fclk were not enabled... 97264ea
- dt-bindings: phy: imx8mq-usb: correct reference to usb-switch.yaml The i.MX95 usb-phy can work with or without orien... 282615d
- usb: host: max3421-hcd: Correctly abort a USB request. If the current USB request was aborted, the spi thread would ... 0d2ada0
- usb: typec: anx7411: fix fwnode_handle reference leak An fwnode_handle and usb_role_switch are obtained with an incr... 645d56e
- usb: typec: anx7411: fix OF node reference leaks in anx7411_typec_switch_probe() The refcounts of the OF nodes obtai... ef42b90
- usb: dwc3: imx8mp: fix software node kernel dump When unbind and bind the device again, kernel will dump below warni... a4faee0
- usb: gadget: midi2: Fix interpretation of is_midi1 bits The UMP Function Block info m1.0 field (represented by is_mi... 8293705
- usb: core: hcd: only check primary hcd skip_phy_initialization Before commit 53a2d95df836 ("usb: core: add phy notif... d2ec94f
- usb: dwc3: xilinx: make sure pipe clock is deselected in usb2 only mode When the USB3 PHY is not defined in the Linu... a48f744
- usb: misc: onboard_usb_dev: skip suspend/resume sequence for USB5744 SMBus support USB5744 SMBus initialization is d... ce15d6b
- usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessing null pointer Considering that in some... 4cfbca8
- usb: dwc2: Fix HCD resume The Raspberry Pi can suffer on interrupt storms on HCD resume. The dwc2 driver sometimes m... 336f72d
- usb: dwc2: hcd: Fix GetPortStatus & SetPortFeature On Rasperry Pis without onboard USB hub the power cycle during po... a8d3e4a
- usb: dwc2: Fix HCD port connection race On Raspberry Pis without onboard USB hub frequent device reconnects can trig... 1cf1bd8
- usb: typec: ucsi: Fix completion notifications OPM PPM LPM | ... e37b383
- and 221 more ...
srcres258 created a tag on srcres258/linux-doc
v6.13-rc3 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 1246 commits to next srcres258/linux-doc
- xfs: fix sb_spino_align checks for large fsblock sizes For a sparse inodes filesystem, mkfs.xfs computes the values ... 7f8a44f
- xfs: don't move nondir/nonreg temporary repair files to the metadir namespace Only directories or regular files are ... 3853b5e
- xfs: don't crash on corrupt /quotas dirent If the /quotas dirent points to an inode but the inode isn't loadable (an... e57e083
- xfs: check pre-metadir fields correctly The checks that were added to the superblock scrubber for metadata directori... 06b20ef
- xfs: fix zero byte checking in the superblock scrubber The logic to check that the region past the end of the superb... c004a79
- xfs: return from xfs_symlink_verify early on V4 filesystems V4 symlink blocks didn't have headers, so return early i... 7f8b718
- xfs: port xfs_ioc_start_commit to multigrain timestamps Take advantage of the multigrain timestamp APIs to ensure th... 12f2930
- tools/sched_ext: Receive updates from SCX repo Receive tools/sched_ext updates form https://github.com/sched-ext/scx... 8da7bf2
- Merge branch 'for-6.14' into for-next 50820d4
- page_pool: allow mixing PPs within one bulk The main reason for this change was to allow mixing pages from different... fcc680a
- xdp: get rid of xdp_frame::mem.id Initially, xdp_frame::mem.id was used to search for the corresponding &page_pool t... 56d95b0
- xdp: make __xdp_return() MP-agnostic Currently, __xdp_return() takes pointer to the virtual memory to free a buffer.... 207ff83
- skbuff: allow 2-4-argument skb_frag_dma_map() skb_frag_dma_map(dev, frag, 0, skb_frag_size(frag), DMA_TO_DEVICE) is ... 0dffdb3
- Merge branch 'xdp-a-fistful-of-generic-changes-pt-ii' Alexander Lobakin says: ==================== xdp: a fistful o... 3631773
- net: page_pool: rename page_pool_alloc_netmem to *_netmems page_pool_alloc_netmem (without an s) was the mirror of p... 91a152c
- net: page_pool: create page_pool_alloc_netmem Create page_pool_alloc_netmem to be the mirror of page_pool_alloc. Th... 8156c31
- page_pool: Set `dma_sync` to false for devmem memory provider Move the `dma_map` and `dma_sync` checks to `page_pool... b400f4b
- page_pool: disable sync for cpu for dmabuf memory provider dmabuf dma-addresses should not be dma_sync'd for CPU/dev... 7dba339
- Merge branch 'devmem-tcp-fixes' Mina Almasry says: ==================== devmem TCP fixes Couple unrelated devmem T... 2c27c76
- riscv: dts: thead: Add mailbox node Add mailbox device tree node. This work is based on the vendor kernel [1]. Link... c95c136
- and 1226 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241216 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 401 commits to torvalds-master srcres258/linux-doc
- dma-fence: Fix reference leak on fence merge failure path Release all fence references if the output dma-fence-array... 949291c
- dma-fence: Use kernel's sort for merging fences One alternative to the fix Christian proposed in https://lore.kernel... fe52c64
- scsi: qla1280: Fix hw revision numbering for ISP1020/1040 Fix the hardware revision numbering for Qlogic ISP1020/104... c064de8
- scsi: message: fusion: Constify struct pci_device_id 'struct pci_device_id' is not modified in these drivers. Const... e953835
- scsi: bfa: Remove unused structure builders bfa has a large set of structure builders, of which only about 60% are u... 52172a3
- scsi: bfa: Remove unused parsers bfa has a set of structure parsers, of which quite a few are unused. Remove the unu... 575143a
- scsi: ufs: Switch back to struct platform_driver::remove() After commit 0edb555a65d1 ("platform: Make platform_drive... 5fe4e16
- scsi: lpfc: Fix spelling errors 'asynchronously' Signed-off-by: liujing <[email protected]> Link: https:/... 2c354d1
- scsi: megaraid_sas: Fix for a potential deadlock This fixes a 'possible circular locking dependency detected' warnin... 50740f4
- scsi: target: tcmu: Constify some structures 'struct nla_policy' and 'struct match_table_t' are not modified in this... 5cd3167
- scsi: ufs: core: Add ufshcd_send_bsg_uic_cmd() for UFS BSG User layer applications can send UIC GET/SET commands via... 60b4dd1
- scsi: ufs: core: Cancel RTC work during ufshcd_remove() Currently, RTC work is only cancelled during __ufshcd_wl_sus... 1695c43
- scsi: ufs: qcom: Only free platform MSIs when ESI is enabled Otherwise, it will result in a NULL pointer dereference... 64506b3
- scsi: ufs: pltfrm: Disable runtime PM during removal of glue drivers When the UFSHCD platform glue drivers are remov... d3326e6
- scsi: ufs: pltfrm: Drop PM runtime reference count after ufshcd_remove() During the remove stage of glue drivers, so... 1745dcd
- scsi: ufs: pltfrm: Dellocate HBA during ufshcd_pltfrm_remove() This will ensure that the scsi host is cleaned up pro... 897df60
- Merge patch series "scsi: ufs: Bug fixes for ufs core and platform drivers" Manivannan Sadhasivam <manivannan.sadhas... 019880c
- dma-buf: fix dma_fence_array_signaled v4 The function silently assumed that signaling was already enabled for the dm... 78ac1c3
- bpf, lsm: Remove getlsmprop hooks BTF IDs These hooks are not useful for BPF LSM currently. Furthermore a recent ren... 8618f5f
- bpf, vsock: Fix poll() missing a queue When a verdict program simply passes a packet without redirection, sk_msg is ... 9f0fc98
- and 381 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241213 - Repo for Chinese translation of Linux kernel documentation.
srcres258 created a tag on srcres258/linux-doc
next-20241212 - Repo for Chinese translation of Linux kernel documentation.
srcres258 created a tag on srcres258/linux-doc
next-20241211 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 597 commits to next srcres258/linux-doc
- selftests/bpf: ensure proper root namespace cleanup when test fail serial_test_flow_dissector_namespace manipulates ... c721d8f
- bpf: Consolidate locks and reference state in verifier state Currently, state for RCU read locks and preemption is i... 1995edc
- bpf: Refactor {acquire,release}_reference_state In preparation for introducing support for more reference types whic... 769b0f1
- bpf: Refactor mark_{dynptr,iter}_read There is possibility of sharing code between mark_dynptr_read and mark_iter_re... b79f5f5
- bpf: Introduce support for bpf_local_irq_{save,restore} Teach the verifier about IRQ-disabled sections through the i... c8e2ee1
- bpf: Improve verifier log for resource leak on exit The verifier log when leaking resources on BPF_EXIT may be a bit... cbd8730
- selftests/bpf: Expand coverage of preempt tests to sleepable kfunc For preemption-related kfuncs, we don't test thei... e8c6c80
- selftests/bpf: Add IRQ save/restore tests Include tests that check for rejection in erroneous cases, like unbalanced... 4fec4c2
- Merge branch 'irq-save-restore' Kumar Kartikeya Dwivedi says: ==================== IRQ save/restore This set intro... 932fc2f
- tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bind Commit f803bcf9208a ("selftests/bpf: Prevent... e2f0791
- acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl Fix an issue detected by syzbot with KASAN: BUG: KASAN: vma... 265e98f
- xfrm: config: add CONFIG_XFRM_IPTFS Add new Kconfig option to enable IP-TFS (RFC9347) functionality. Signed-off-by:... ffa7948
- include: uapi: protocol number and packet structs for AGGFRAG in ESP Add the RFC assigned IP protocol number for AGG... 64e8445
- xfrm: netlink: add config (netlink) options Add netlink options for configuring IP-TFS SAs. Signed-off-by: Christia... f69eb4f
- xfrm: add mode_cbs module functionality Add a set of callbacks xfrm_mode_cbs to xfrm_state. These callbacks enable t... 7ac64f4
- xfrm: add generic iptfs defines and functionality Define `XFRM_MODE_IPTFS` and `IPSEC_MODE_IPTFS` constants, and add... d1716d5
- xfrm: iptfs: add new iptfs xfrm mode impl Add a new xfrm mode implementing AggFrag/IP-TFS from RFC9347. This utiliz... 4b3faf6
- xfrm: iptfs: add user packet (tunnel ingress) handling Add tunnel packet output functionality. This is code handles ... 0e4fbf0
- xfrm: iptfs: share page fragments of inner packets When possible rather than appending secondary (aggregated) inner ... b96ba31
- xfrm: iptfs: add fragmenting of larger than MTU user packets Add support for tunneling user (inner) packets that are... 8579d34
- and 577 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241210 - Repo for Chinese translation of Linux kernel documentation.
srcres258 created a branch on srcres258/go-ethereum
personal - Go implementation of the Ethereum protocol