Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
srcres258 pushed 2 commits to master srcres258/MCJE-CXX
srcres258 created a tag on srcres258/linux-doc
next-20241209 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 157 commits to torvalds-master srcres258/linux-doc
- watchdog: fix typo in the comment Correctly spelled comments make it easier for the reader to understand the code. ... 4497ee9
- iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call Commit da23b6faa8bf ("watchdog: iTCO: Add support for Can... daa814d
- watchdog: xilinx_wwdt: Calculate max_hw_heartbeat_ms using clock frequency In the current implementation, the value ... 0067788
- dt-bindings: watchdog: Document Qualcomm QCS615 watchdog Add devicetree binding for watchdog present on Qualcomm QCS... b2dd16c
- watchdog: ziirave_wdt: Drop explicit initialization of struct i2c_device_id::driver_data to 0 These drivers don't us... 8af9ff6
- MAINTAINERS: Update the maintainer of StarFive watchdog driver Samin quits maintaining the StarFive watchdog driver ... 68adabf
- watchdog: stm32_iwdg: Add pretimeout support The STM32MP15xx IWDG adds registers which permit this IP to generate pr... 3ab1663
- watchdog: apple: Actually flush writes after requesting watchdog restart Although there is an existing code comment ... 51dfe71
- watchdog: apple: Increase reset delay to 150ms The Apple A8X SoC seems to be slowest at resetting, taking up to arou... e6a0898
- watchdog: armada_37xx_wdt: remove struct resource No need for it with devm_platform_ioremap_resource. Simplifies pro... 06ba0b8
- watchdog: always print when registering watchdog fails So far, only 'watchdog_register_device' prints an error if re... 140fb00
- watchdog: da9055_wdt: don't print out if registering watchdog fails The core will do this already. Signed-off-by: W... c9e8ba3
- watchdog: gxp-wdt: don't print out if registering watchdog fails The core will do this already. Signed-off-by: Wolf... 7022274
- watchdog: iTCO_wdt: don't print out if registering watchdog fails The core will do this already. Signed-off-by: Wol... fb2de4e
- watchdog: it87_wdt: don't print out if registering watchdog fails The core will do this already. Signed-off-by: Wol... ebc7530
- watchdog: octeon-wdt: don't print out if registering watchdog fails The core will do this already. Signed-off-by: W... 8904da6
- watchdog: rti_wdt: don't print out if registering watchdog fails The core will do this already. Signed-off-by: Wolf... 844f8df
- watchdog: rza_wdt: don't print out if registering watchdog fails The core will do this already. Signed-off-by: Wolf... 74ccee5
- watchdog: sl28cpld_wdt: don't print out if registering watchdog fails The core will do this already. Signed-off-by:... 39885f2
- dt-bindings: watchdog: airoha: document watchdog for Airoha EN7581 Document watchdog for Airoha EN7581. This SoC imp... bcbd7b2
- and 137 more ...
srcres258 pushed 695 commits to next srcres258/linux-doc
- ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init() Under certain kernel configurations when bui... 146b6f1
- netfilter: x_tables: fix LED ID check in led_tg_check() Syzbot has reported the following BUG detected by KASAN: BU... 04317f4
- netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level cgroup maximum depth is INT_MAX by default, there... b752988
- ice: fix PHY Clock Recovery availability check To check if PHY Clock Recovery mechanic is available for a device, th... 01fd68e
- ice: fix PHY timestamp extraction for ETH56G Fix incorrect PHY timestamp extraction for ETH56G. It's better to use F... 3214fae
- ice: Fix NULL pointer dereference in switchdev Commit 608a5c05c39b ("virtchnl: support queue rate limit and quanta s... 9ee87d2
- ice: Fix VLAN pruning in switchdev mode In switchdev mode the uplink VSI should receive all unmatched packets, inclu... 761e0be
- idpf: set completion tag for "empty" bufs associated with a packet Commit d9028db618a6 ("idpf: convert to libeth Tx ... 4c69c77
- ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5 Commit 339f28964147 ("ixgbevf: Add support for new mailbox... d072531
- ixgbe: downgrade logging of unsupported VF API version to debug The ixgbe PF driver logs an info message when a VF a... 15915b4
- ixgbe: Correct BASE-BX10 compliance code SFF-8472 (section 5.4 Transceiver Compliance Codes) defines bit 6 as BASE-B... f72ce14
- igb: Fix potential invalid memory access in igb_init_module() The pci_register_driver() can fail and when this happe... 0566f83
- netfilter: nft_inner: incorrect percpu area handling under softirq Softirq can interrupt ongoing packet from process... 7b1d83d
- PCI/sysfs: Constify 'struct bin_attribute' The sysfs core now allows instances of 'struct bin_attribute' to be moved... 0530ad4
- PCI/VPD: Constify 'struct bin_attribute' The sysfs core now allows instances of 'struct bin_attribute' to be moved i... 3c39919
- PCI/P2PDMA: Constify 'struct bin_attribute' The sysfs core now allows instances of 'struct bin_attribute' to be move... 35fdb30
- PCI/ACPI: Constify 'struct bin_attribute' The sysfs core now allows instances of 'struct bin_attribute' to be moved ... de191a1
- Merge tag 'drm-misc-fixes-2024-11-21' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes Short summary... 8cc4d0f
- Merge tag 'drm-misc-fixes-2024-11-28' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes Short summary... defc06f
- fs: Fix grammar and spelling in propagate_umount() Fix grammar and spelling in the propagate_umount() function. Sig... 4a11d53
- and 675 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241205 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 292 commits to next srcres258/linux-doc
- quota: flush quota_release_work upon quota writeback One of the paths quota writeback is called from is: freeze_sup... ac6f420
- udf: Skip parent dir link count update if corrupted If the parent directory link count is too low (likely directory ... c556690
- udf: Verify inode link counts before performing rename During rename, we are updating link counts of various inodes ... 6756af9
- gfs2: reorder capability check last capable() calls refer to enabled LSMs whether to permit or deny the request. Th... 5e72345
- arm64: dts: qcom: x1e80100-romulus: Configure audio The Laptop 7 features a single pair of speakers and an equal amo... c1cd827
- arm64: dts: qcom: x1e80100-romulus: Set up PCIe3 / SDCard reader The Surface Laptops have a Realtek RTS5261 SD Card ... 42034d2
- arm64: dts: qcom: x1e80100-romulus: Set up PS8830s The Laptop 7 features two USB-C ports, each one sporting a PS8830... b16ee3d
- arm64: dts: qcom: sa8775p: Fix the size of 'addr_space' regions For both the controller instances, size of the 'addr... e60b14f
- dt-bindings: clock: qcom: Add QCS615 GCC clocks Add device tree bindings for global clock controller on QCS615 SoCs.... f4d3d73
- Merge branch '[email protected]' into clk-for-6.14 Merge QCS615 global cloc... a751a65
- Merge branch '[email protected]' into HEAD Merge QCS615 global clock contro... 3c9dd09
- dt-bindings: arm: qcom: document QCS615 and the reference board Document the QCS615 SoC and its reference board QCS6... 67b8e94
- arm64: dts: qcom: add QCS615 platform Add initial DTSI for QCS615 SoC. Features added in this revision: - CPUs with... 8e26665
- arm64: defconfig: enable clock controller, interconnect and pinctrl for QCS615 Enable clock controller, interconnect... 9eec6ce
- arm64: dts: qcom: qcs615: add base RIDE board Add initial support for Qualcomm QCS615 RIDE board and enable the QCS6... d1fdad9
- arm64: dts: qcom: qcs615: add AOSS_QMP node Add the Always-On Subsystem Qualcomm Message Protocol(AOSS_QMP) node for... 0775021
- arm64: dts: qcom: qcs615: Add LLCC support for QCS615 The QCS615 platform has LLCC(Last Level Cache Controller) as t... 29af58a
- arm64: dts: qcom: qcs615: add the SCM node Add the SCM node for QCS615 platform. It is an interface to communicate t... 8c7f9d7
- arm64: dts: qcom: qcs615: add the APPS SMMU node Add the APPS SMMU node for QCS615 platform. Add the dma-ranges to l... 58241be
- arm64: dts: qcom: qcs615: Add coresight nodes Add following coresight components on QCS615, EUD, TMC/ETF, TPDM, dyna... bf46963
- and 272 more ...
srcres258 pushed 1614 commits to torvalds-master srcres258/linux-doc
- iio: dac: ad5624r: use devm_regulator_get_enable_read_voltage() Simplify the code by using devm_regulator_get_enable... a88a6cf
- iio: dac: ad5624r: drop driver remove callback Drop use of the driver remove callback in the ad5624r_spi driver. By... 4d930ff
- iio: dac: ad5761: use devm_regulator_get_enable_read_voltage() Simplify the code by using devm_regulator_get_enable_... 89fd809
- iio: dac: ad5761: drop driver remove callback Drop use of the driver remove callback in the ad5761 driver. By makin... 7af0ad4
- iio: dac: ad5770r: use devm_regulator_get_enable_read_voltage() Simplify the code by using devm_regulator_get_enable... a3920a2
- dt-bindings: iio: light: veml6030: add veml3235 The veml3235 is another Vishay ambient light sensor that shares simi... 6df21ae
- iio: light: add support for veml3235 The Vishay veml3235 is a low-power ambient light sensor with I2C interface. It ... c5a23f8
- iio: chemical: bme680: Add missing regmap.h include Add the linux/regmap.h header since the struct regmap_config is ... b5055b4
- iio: chemical: bme680: optimize startup time According to datasheet's Section 1.1, Table 1, the startup time for the... 6ba3df7
- iio: chemical: bme680: avoid using camel case Rename camel case variable, as checkpatch.pl complains. While at it, ... eea9a11
- iio: chemical: bme680: move to fsleep() Use the new fsleep() function in the remaining driver instances. Signed-off... 924f9f7
- iio: chemical: bme680: Fix indentation and unnecessary spaces Fix indentation issues, line breaking and unnecessary ... 7adfc34
- iio: chemical: bme680: generalize read_*() functions Remove the IIO specific scaling measurement units from the read... 27f8b05
- iio: imu: bmi270: Add triggered buffer for Bosch BMI270 IMU Set up a triggered buffer for the accel and angl_vel val... eaba902
- iio: imu: bmi270: Add scale and sampling frequency to BMI270 IMU Add read and write functions and create _available ... 99e46bb
- dt-bindings: iio: imu: bmi270: Add Bosch BMI260 The BMI260's register map, configuration, and capabilities are nearl... b6ee20a
- iio: imu: bmi270: Add support for BMI260 Adds support for the Bosch BMI260 6-axis IMU to the Bosch BMI270 driver. Se... f35f3c8
- iio: adc: ad4000: Check for error code from devm_mutex_init() call Even if it's not critical, the avoidance of check... 8ebfd09
- iio: adc: pac1921: Check for error code from devm_mutex_init() call Even if it's not critical, the avoidance of chec... 869aa5e
- iio: chemical: bme680: use s16 variable for temp value to avoid casting Use local s16 variable for the temperature c... f928099
- and 1594 more ...
srcres258 pushed 1222 commits to next srcres258/linux-doc
- cifs: during remount, make sure passwords are in sync This fixes scenarios where remount can overwrite the only curr... 0f0e357
- cifs: unlock on error in smb3_reconfigure() Unlock before returning if smb3_sync_session_ctx_passwords() fails. Fix... cda88d2
- cifs: update internal version number To 2.52 Signed-off-by: Steve French <[email protected]> 8d7690b
- drm/i915/pps: Store the power cycle delay without the +1 The code initializing the power sequencing delays is a bit ... 57ecdc5
- drm/i915/pps: Decouple pps delays from VBT struct definition We currently lack a proper struct definition for the VB... dac2ec8
- drm/i915/pps: Rename intel_pps_delay members Stop using the semi-random eDP spec T1,T3,... names for the power seque... c55bc70
- drm/i915/lvds: Use struct intel_pps_delays for LVDS power sequencing Reuse struct intel_pps_delays for the LVDS powe... ccae47c
- drm/i915/pps: Spell out the eDP spec power sequencing delays a bit more clearly We determine the "spec" eDP power se... 87545d7
- drm/i915/pps: Extract msecs_to_pps_units() Replace all the hand rolled *10 stuff with something a bit more descripti... b6bf160
- drm/i915/pps: Extract pps_units_to_msecs() Add pps_units_to_msecs() as the counterpart to msecs_pps_units_to(). Sig... a463dba
- drm/i915/pps: Eliminate pointless get_delay() macro Now that we have pps_units_to_msecs(), get_delay() looks rather ... 329e910
- ipmr: fix build with clang and DEBUG_NET disabled. Sasha reported a build issue in ipmr:: net/ipv4/ipmr.c:320:13: e... f6d7695
- Merge tag 'exfat-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat Pull exfat updates ... 8170a99
- Merge tag 'ntfs3_for_6.13' of https://github.com/Paragon-Software-Group/linux-ntfs3 Pull ntfs3 updates from Konstant... 1fdae00
- Merge tag 'for-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply Pull power supply and ... 448ecd5
- Merge tag 'regulator-fix-v6.13-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator Pull... d83ec4a
- nfs: ignore SB_RDONLY when mounting nfs When exporting only one file system with fsid=0 on the server side, the clie... 52cb7f8
- sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport Since transport->sock has been set to NULL during reset tra... 4db9ad8
- SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT We've noticed a situation where an unstable TCP connection ... d7bdd84
- sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket BUG: KASAN: slab-use-after-free in tcp_write_timer_hand... 3f23f96
- and 1202 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241203 - Repo for Chinese translation of Linux kernel documentation.
srcres258 created a tag on srcres258/linux-doc
v6.13-rc1 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 2 commits to master srcres258/python-learn
srcres258 pushed 285 commits to next srcres258/linux-doc
- drm/xe/ufence: Wake up waiters after setting ufence->signalled If a previous ufence is not signalled, vm_bind will r... 37a1cf2
- drm/xe: Mark preempt fence workqueue as reclaim Preempt fences are in the path of reclaim, and we signal these fence... ed31ba0
- bcachefs: btree_and_journal_iter: don't iterate over too many whiteouts when prefetching To help ameloriate issues w... 747787d
- bcachefs: fix O(n^2) issue with whiteouts in journal keys The journal_keys array can't be substantially modified aft... 2ec2ad9
- bcachefs: Fix evacuate_bucket tracepoint 86a494c8eef9 ("bcachefs: Kill bch2_get_next_backpointer()") dropped some th... a49dc71
- bcachefs: fix bp_pos_to_bucket_nodev_noerror _noerror means don't produce inconsistent errors, so it should be using... bc2986f
- bcachefs: check for backpointers to invalid device Signed-off-by: Kent Overstreet <[email protected]> b5f4197
- bcachefs: bucket_pos_to_bp_end() Better helpers for iterating over backpointers within a specific bucket Signed-off... ee1dcc9
- bcachefs: Drop swab code for backpointers in alloc keys Signed-off-by: Kent Overstreet <[email protected]> c0b018b
- bcachefs: bch_backpointer -> bkey_i_backpointer Since we no longer store backpointers in alloc keys, there's no reas... cb97e2c
- bcachefs: Fix check_backpointers_to_extents range limiting bch2_get_btree_in_memory_pos() will return positions that... 8e7fc59
- bcachefs: kill bch_backpointer.bucket_offset usage bch_backpointer.bucket_offset is going away - it's no longer need... a120d71
- bcachefs: New backpointers helpers - bch2_backpointer_del() - bch2_backpointer_maybe_flush() Kill a bit of open cod... a788831
- bcachefs: Can now block journal activity without closing cur entry Signed-off-by: Kent Overstreet <kent.overstreet@l... e49de33
- bcachefs: trivial btree write buffer refactoring Signed-off-by: Kent Overstreet <[email protected]> 301e043
- bcachefs: Bias reads more in favor of faster device Per reports of performance issues on mixed multi device filesyst... 28e31d8
- bcachefs: discard fastpath now uses bch2_discard_one_bucket() The discard bucket fastpath previously was using its o... e3018e2
- bcachefs: btree_write_buffer_flush_seq() no longer closes journal Signed-off-by: Kent Overstreet <kent.overstreet@li... d4a8d33
- bcachefs: BCH_ERR_btree_node_read_error_cached Signed-off-by: Kent Overstreet <[email protected]> fb5a698
- bcachefs: Use separate rhltable for bch2_inode_or_descendents_is_open() Signed-off-by: Kent Overstreet <kent.overstr... 4814218
- and 265 more ...
srcres258 pushed 257 commits to torvalds-master srcres258/linux-doc
- OPP: Remove unused declarations in header file The definition of _update_set_required_opps() has been removed since ... 217fa39
- dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw It seems like we missed migrating the comple... 53205a7
- soundwire: amd: pass acp pci revision id as resource data Pass ACP pci revision id as resource data and store it in ... ced20ea
- soundwire: amd: refactor existing code for acp 6.3 platform Refactor existing code by adding acp pci revision id cod... 7b54323
- ASoC: SOF: amd: pass acp_rev as soundwire resource data Pass acp_rev(ACP pci revision id) as soundwire resource data... 1bb50ea
- ASoC: amd: ps: pass acp pci revision id as soundwire resource data Add acp_rev as structure member in acp pci driver... 425f598
- soundwire: Correct some typos in comments Fixed some confusing spelling errors that were currently identified, the d... a54dc8c
- soundwire: mipi_disco: add MIPI-specific property_read_bool() helpers The existing device/fwnode_property_read_bool(... 093227b
- soundwire: optimize sdw_stream_runtime memory layout pahole suggestion: swap position of 'm_rt_count' before: pahol... 444d682
- soundwire: optimize sdw_master_prop Make pahole happy by moving pointers and u64 first instead of interleaving them.... 6cb2c15
- soundwire: optimize sdw_bus structure The sdw_bus structure has seen multiple additions over the years. It's one of ... 0a323da
- soundwire: optimize sdw_slave_prop move pointers first, and move booleans together. before: struct sdw_slave_prop ... 1c758df
- soundwire: optimize sdw_dp0_prop Move pointers and booleans. Before: struct sdw_dp0_prop { u32 ... 557e28f
- soundwire: optimize sdw_dpn_prop before: struct sdw_dpn_prop { u32 num; /* ... 9942f90
- soundwire: mipi-disco: remove DPn audio-modes The concept of DPn audio-modes was never used by anyone, and was remov... 1ae4aa5
- soundwire: mipi-disco: add error handling for property array read The existing code assumes that there are no possib... a489afc
- soundwire: mipi_disco: add support for clock-scales property The DisCo for SoundWire 2.0 spec adds support for the '... 89e95be
- soundwire: mipi-disco: add support for peripheral channelprepare timeout The DisCo for SoundWire 2.0 spec renamed th... 4b23096
- soundwire: mipi-disco: add comment on DP0-supported property The DisCo for SoundWire 2.0 spec adds support for a new... 1ab88b5
- soundwire: mipi-disco: add new properties from 2.0 spec The DisCo for SoundWire 2.0 spec adds support for new 'mipi-... 543bd28
- and 237 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241128 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 2 commits to master srcres258/python-learn
srcres258 pushed 311 commits to next srcres258/linux-doc
- power: reset: ep93xx: add AUXILIARY_BUS dependency This fails to link when compile-testing and the auxiliary bus is ... b6d445f
- tracing: Record task flag NEED_RESCHED_LAZY. The scheduler added NEED_RESCHED_LAZY scheduling. Record this state as ... 0172afe
- tracing: Move it_func[0] comment to the relevant context When introducing __DO_TRACE_CALL(), the iteration over it_f... 306d40a
- tracing: Remove __idx variable from __DO_TRACE Since the removal of SRCU-protected tracepoints, the __idx variable i... 89c7e17
- rcupdate_trace: Define rcu_tasks_trace lock guard Define a rcu_tasks_trace lock guard for use by the syscall enter/e... 7c565a4
- tracing: Remove conditional locking from __DO_TRACE() Remove conditional locking by moving the __DO_TRACE() code int... 98bf0fb
- tracing: Remove cond argument from __DECLARE_TRACE_SYSCALL Syscall tracepoints do not require a "cond" argument, bec... ef0d418
- thermal: int3400: Fix reading of current_uuid for active policy When the current_uuid attribute is set to the active... 7082503
- thermal: int3400: Remove unneeded data_vault attribute_group The group only contains a single entry and the conditio... 13f3cbf
- fs: require inode_owner_or_capable for F_SET_RW_HINT F_SET_RW_HINT controls data placement in the file system and / ... b651251
- Revert "HID: bpf: allow write access to quirks field in struct hid_device" This reverts commit 6fd47effe92b, and the... 919464d
- Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input Pull input updates from ... 3e51108
- Merge tag 'fbdev-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev Pull fbdev update... 4e07155
- futex: improve user space accesses Josh Poimboeuf reports that he got a "will-it-scale.per_process_ops 1.9% improvem... 43a43fa
- x86: fix off-by-one in access_ok() When the size isn't a small constant, __access_ok() will call valid_user_address(... 573f45a
- Merge tag 'hardening-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux Pull hardening updates f... 36843bf
- Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace Pull rust trace even... 7f4f3b1
- Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Pull non-MM up... f5f4745
- Merge tag 'slab-for-6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab Pull slab updates from Vla... e06635e
- ksmbd: use __GFP_RETRY_MAYFAIL Prefer to report ENOMEM rather than incur the oom for allocations in ksmbd. __GFP_NOR... 0066f62
- and 291 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241127 - Repo for Chinese translation of Linux kernel documentation.
srcres258 pushed 1223 commits to torvalds-master srcres258/linux-doc
- perf probe: Remove unused add_perf_probe_events add_perf_probe_events has been unused since 2015's commit b02137cc65... 3c4e558
- perf test x86: Fix typo in intel-pt-test Change function name "is_hydrid" to "is_hybrid". Signed-off-by: Thomas Fal... 9f759d4
- rust: std_vendor: update dbg macro from Rust upstream `dbg!` contains adapted code from Rust upstream. Compare the k... 3566362
- rust: lock: add trylock method support for lock backend Add a non-blocking trylock method to lock backend interface,... f4c2c90
- rust: error: optimize error type to use nonzero Optimize `Result<(), Error>` size by changing `Error` type to `NonZe... e9759c5
- rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` module Refactor the `FromBytes` and `AsByte... ce1c54f
- pinctrl: aw9523: fix kerneldoc for _aw9523_gpio_get_multiple() The parameters' descriptions are wrong, drop the inva... 07d944b
- pinctrl: zynqmp: drop excess struct member description The 'node' member has never been part of this structure so dr... 2a85fc7
- resource: Add resource set range and size helpers Setting the end address for a resource with a given size lacks a h... 9fb6fef
- PCI: Use resource_set_{range,size}() helpers Convert open-coded resource size calculations to use resource_set_{rang... 783602c
- PCI: Use align and resource helpers, and SZ_* in quirk_s3_64M() Use IS_ALIGNED(), resource_size(), and SZ_* defines ... 9d3faf2
- PCI: Add ALIGN_DOWN_IF_NONZERO() helper pci_bus_distribute_available_resources() performs alignment in case of non-z... e3bdd2d
- perf tools: Remove unused color_fwrite_lines color_fwrite_lines() was added by 2009's commit 8fc0321f1ad0 ("perf_cou... c7c1bb7
- perf pmu: Simplify an asprintf error message Use ifs rather than ?: to avoid a large compound statement. Signed-off... c051220
- perf pmu: Allow hardcoded terms to be applied to attributes Hard coded terms like "config=10" are skipped by perf_pm... c798f72
- perf parse-events: Expose/rename config_term_name Expose config_term_name as parse_events__term_type_str so that PMU... d2f3ecb
- perf tool_pmu: Factor tool events into their own PMU Rather than treat tool events as a special kind of event, creat... 240505b
- perf tool_pmu: Rename enum perf_tool_event to tool_pmu_event To better reflect the events listed are from the tool P... 0709a82
- perf tool_pmu: Rename perf_tool_event__* to tool_pmu__* Now the events are associated with the tool PMU, rename the ... b8f1a1b
- perf tool_pmu: Move expr literals to tool_pmu Add the expr literals like "#smt_on" as tool events, this allows stat ... 0690572
- and 1203 more ...
srcres258 pushed 302 commits to next srcres258/linux-doc
- xfs: eliminate lockdep false positives in xfs_attr_shortform_list xfs_attr_shortform_list() only called from a non-t... 45f69d0
- xfs: remove unknown compat feature check in superblock write validation Compat features are new features that older ... 652f03d
- xfs: fix sparse inode limits on runt AG The runt AG at the end of a filesystem is almost always smaller than the mp-... 1332533
- xfs: delalloc and quota softlimit timers are incoherent I've been seeing this failure on during xfs/050 recently: ... c9c2932
- xfs: prevent mount and log shutdown race I recently had an fstests hang where there were two internal tasks stuck li... a858109
- ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 8 A1-840 The Acer Iconia One 8 A1-840 (not to be confused ... 82f250e
- ACPI: x86: Clean up Asus entries in acpi_quirk_skip_dmi_ids[] The Asus entries in the acpi_quirk_skip_dmi_ids[] tabl... bd8aa15
- ACPI: introduce acpi_arch_init() To avoid arch-specific code in general ACPI initialization flow, introduce a weak s... 9d8a2b0
- net: usb: lan78xx: Fix double free issue with interrupt buffer allocation In lan78xx_probe(), the buffer `buf` was b... 03819ab
- net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY device Add calls to `phy_device_free` after `fixe... ae7370e
- selftests: fix nested double quotes in f-string Replace nested double quotes in f-string with outer single quotes. ... 078f644
- rtnetlink: fix rtnl_dump_ifinfo() error path syzbot found that rtnl_dump_ifinfo() could return with a lock held [1] ... 9b234a9
- tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsets The hardware on Broadcom 1G chipsets have a known limita... 614f4d1
- net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configuration Validate Wake-on-LAN (WoL) options i... e863ff8
- net: microchip: vcap: Add typegroup table terminators in kunit tests VCAP API unit tests fail randomly with errors s... f164b29
- netlink: fix false positive warning in extack during dumps Commit under fixes extended extack reporting to dumps. It... 3bf39fa
- selftests: net: test extacks in netlink dumps Test that extacks in dumps work. The test fills up the receive buffer ... 9bb88c6
- Merge branch 'next' into for-linus Prepare input updates for 6.13 merge window. 0201710
- bcachefs: Fix evacuate_bucket tracepoint 86a494c8eef9 ("bcachefs: Kill bch2_get_next_backpointer()") dropped some th... 980cfae
- bcachefs: fix bp_pos_to_bucket_nodev_noerror _noerror means don't produce inconsistent errors, so it should be using... 34d5455
- and 282 more ...
srcres258 created a tag on srcres258/linux-doc
next-20241126 - Repo for Chinese translation of Linux kernel documentation.