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 ch3 LearningOS/2024a-rcore-srcres258

View on GitHub

srcres258 pushed 1 commit to ch3 LearningOS/2024a-rcore-srcres258

View on GitHub

srcres258 pushed 2 commits to ch3 LearningOS/2024a-rcore-srcres258

View on GitHub

srcres258 pushed 916 commits to next srcres258/linux-doc
  • drm/i915/guc: prevent a possible int overflow in wq offsets It may be possible for the sum of the values derived fro... 1f1c1bd
  • drm/i915/pmu: Drop is_igp() There's no reason to hardcode checking for integrated graphics on a specific pci slot. T... 10a7210
  • drm/i915/pmu: Use event_to_pmu() i915 pointer is not needed in this function and all the others simply calculate the... 2c3631f
  • drm/i915/gt: Fixed "CPU" -> "GPU" typo Column header should be GPU, not CPU Signed-off-by: Zhang He <zhanghe9702@16... aa94428
  • drm/i915/guc: Enable PXP GuC autoteardown flow This feature flag enables GuC autoteardown which allows for a grace p... b05f984
  • drm/i915/gt: Nuke gen2_irq_{enable,disable}() We've determined that accessing the (supposedly) 16bit interrupt regis... 259f5a9
  • drm/i915/gt: s/gen3/gen2/ Now that we use the gen3 codepaths also for gen2 rename everything to gen2_ to match. Sig... bdc2917
  • drm/i915/pmu: Add support for gen2 Implement pmu support for gen2 so that one can use intel_gpu_top on it once again... e217f22
  • tools headers UAPI: Sync linux/const.h with the kernel headers To pick up the changes in: 947697c6f0f75f98 ("uapi... ab8aaab
  • perf trace: The return from 'write' isn't a pid When adding a explicit beautifier for the 'write' syscall when the B... 39c6a35
  • lockdep: Add lockdep_cleanup_dead_cpu() Add a function to check that an offline CPU has left the tracing infrastruct... 0784181
  • locking/lockdep: Avoid creating new name string literals in lockdep_set_subclass() Syzbot reports a problem that a w... d7fe143
  • locking/lockdep: Add a test for lockdep_set_subclass() Add a test case to ensure that no new name string literal wil... 5eadeb7
  • lockdep: Use info level for lockdep initial info messages All those: Lock dependency validator: Copyright (c) 2006 ... e48bf7c
  • lockdep: Enable PROVE_RAW_LOCK_NESTING with PROVE_LOCKING. With the printk issues solved, the last known splat creat... 560af5d
  • locking/pvqspinlock: Convert fields of 'enum vcpu_state' to uppercase Convert the fields of 'enum vcpu_state' to upp... 2628cbd
  • RISC-V: Check scalar unaligned access on all CPUs Originally, the check_unaligned_access_emulated_all_cpus function ... 8d20a73
  • RISC-V: Scalar unaligned access emulated on hotplug CPUs The check_unaligned_access_emulated() function should have ... 9c528b5
  • RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED ... c05a62c
  • RISC-V: Detect unaligned vector accesses supported Run an unaligned vector access to test if the system supports vec... d1703dc
  • and 896 more ...

View on GitHub

srcres258 created a tag on srcres258/linux-doc

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

srcres258 pushed 114 commits to torvalds-master srcres258/linux-doc
  • xfrm: extract dst lookup parameters into a struct Preparation for adding more fields to dst lookup functions without... e509996
  • xfrm: respect ip protocols rules criteria when performing dst lookups The series in the "fixes" tag added the abilit... b846972
  • xfrm: policy: remove last remnants of pernet inexact list xfrm_net still contained the no-longer-used inexact policy... 645546a
  • xfrm: validate new SA's prefixlen using SA family when sel.family is unset This expands the validation introduced in... 3f0ab59
  • xfrm: fix one more kernel-infoleak in algo dumping During fuzz testing, the following issue was discovered: BUG: KM... 6889cd2
  • netfilter: bpf: must hold reference on net namespace BUG: KASAN: slab-use-after-free in __nf_unregister_net_hook+0x6... 1230fe7
  • btrfs: zoned: fix zone unusable accounting for freed reserved extent When btrfs reserves an extent and does not use ... bf9821b
  • bcachefs: fix restart handling in bch2_rename2() This should be impossible to hit in practice; the first lookup with... 74ec2f3
  • bcachefs: fix bch2_hash_delete() error path we were exiting an iterator that hadn't been initialized Signed-off-by:... 94bdeec
  • bcachefs: fix restart handling in bch2_fiemap() We were leaking transaction restart errors to userspace. Signed-off... e1c4d2f
  • bcachefs: fix missing restart handling in bch2_read_retry_nodecode() Signed-off-by: Kent Overstreet <kent.overstreet... 028f3c1
  • bcachefs: fix restart handling in bch2_do_invalidates_work() this one is fairly harmless since the invalidate worker... 7ee4be9
  • bcachefs: fix restart handling in bch2_alloc_write_key() This is ugly: We may discover in alloc_write_key that the ... d8b5059
  • bcachefs: fix restart handling in __bch2_resume_logged_op_finsert() Signed-off-by: Kent Overstreet <kent.overstreet@... 29fd10a
  • bcachefs: handle restarts in bch2_bucket_io_time_reset() bch2_bucket_io_time_reset() doesn't need to succeed, which ... 6bee2a0
  • bcachefs: Don't use commit_do() unnecessarily Using commit_do() to call alloc_sectors_start_trans() breaks when we'r... a0d11fe
  • bcachefS: ec: fix data type on stripe deletion Signed-off-by: Kent Overstreet <[email protected]> 4007bbb
  • bcachefs: fix disk reservation accounting in bch2_folio_reservation_get() bch2_disk_reservation_put() zeroes out the... 81e0b6c
  • bcachefs: bch2_folio_reservation_get_partial() is now better behaved bch2_folio_reservation_get_partial(), on partia... 335d318
  • bcachefs: Fix data corruption on -ENOSPC in buffered write path Found by generic/299: When we have to truncate a wri... 97535cd
  • and 94 more ...

View on GitHub

srcres258 pushed 660 commits to next srcres258/linux-doc
  • sysctl: Convert locking comments to lockdep assertions The assertions work as well as the comment to inform develope... 8e66624
  • RDMA/cxgb4: Dump vendor specific QP details Restore the missing functionality to dump vendor specific QP details, wh... 89f8c6f
  • RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down After the cited commit below max_dest_rd_atomic... 78ed28e
  • RDMA/bnxt_re: Fix the usage of control path spin locks Control path completion processing always runs in tasklet con... d71f4ac
  • RDMA/bnxt_re: synchronize the qp-handle table array There is a race between the CREQ tasklet and destroy qp when acc... 76d3ddf
  • RDMA/efa: Update device interface Update device interface header files. Link: https://patch.msgid.link/r/2024101517... 1e7b86f
  • RDMA/efa: Add option to set QP service level on create Using modify QP with AH attributes and IB_QP_AV flag set does... 48931f6
  • perf test: Introduce workloads__for_each() And use it in run_workload(). Testing it: root@x1:~# perf trace -e *l... 18b63d6
  • perf test: Introduce --list-workloads to list the available workloads Using it: $ perf test -w noplop No worklo... 13c1383
  • perf test: Document the -w/--workload option Wasn't documented so far, mention that it is mostly used in the shell r... 915a377
  • perf tools: sched-pipe bench: add (-n) nonblocking benchmark The -n mode will benchmark pipes in a non-blocking mode... 3e2d4df
  • platform/x86: dell-dcdbase: Replace snprintf in show functions with sysfs_emit show() must not use snprintf() when f... 81e2cc3
  • platform/x86: intel_scu_ipc: Unify the flow in pwr_reg_rdwr() Unify the flow in pwr_reg_rdwr() with intel_scu_ipc_de... 6bd3525
  • platform/x86: intel_scu_ipc: Replace workaround by 32-bit IO The theory is that the so called workaround in pwr_reg_... 8b14295
  • platform/x86: intel_scu_ipc: Simplify code with cleanup helpers Use macros defined in linux/cleanup.h to automate re... ce44b96
  • platform/x86: intel_scu_ipc: Convert to check for errors first Convert to use usual pattern, i.e. check for errors f... acf1b04
  • platform/x86: intel_scu_ipc: Save a copy of the entire struct intel_scu_ipc_data Save a copy of the entire struct in... f02fcc7
  • platform/surface: aggregator_registry: Add Surface Pro 9 5G Add SAM client device nodes for the Surface Pro 9 5G, wi... c54eeb8
  • platform/x86/intel/pmc: Refactor platform resume functions to use cnl_resume() Several platform resume functions cur... 9fe43c8
  • platform/x86/intel/pmc: Disable C1 auto-demotion during suspend On some platforms, aggressive C1 auto-demotion may l... 7a797cc
  • and 640 more ...

View on GitHub

srcres258 pushed 1 commit to ch1-own LearningOS/2024a-rcore-srcres258

View on GitHub

srcres258 pushed 1 commit to ch1-own LearningOS/2024a-rcore-srcres258

View on GitHub

srcres258 pushed 709 commits to next srcres258/linux-doc
  • x86: acer-wmi: remove unused macros After reviewing the code, it was found that these macros are never referenced in... 7dd1233
  • platform/x86: Switch back to struct platform_driver::remove() After commit 0edb555a65d1 ("platform: Make platform_dr... 3ea5eb6
  • Merge tag 'renesas-clk-for-v6.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into cl... 31ba299
  • dt-bindings: spmi: qcom,x1e80100-spmi-pmic-arb: Add SAR2130P compatible SAR2130P has SPMI v7 arbiter. Although it ha... a5438c7
  • Merge branch 'clk-renesas' into clk-next * clk-renesas: clk: renesas: r8a779h0: Drop CLK_PLL2_DIV2 to clarify ZCn ... a2f0990
  • dt-bindings: clock: ti: Convert interface.txt to json-schema Convert the OMAP interface clock device tree binding to... beec584
  • dt-bindings: clock: ti: Convert divider.txt to json-schema Convert the OMAP divider clock device tree binding to jso... 0fcd584
  • Merge branch 'clk-bindings' into clk-next - Convert clk bindings to YAML * clk-bindings: dt-bindings: clock: ti:... 019caf7
  • iio: gts-helper: Fix memory leaks in iio_gts_build_avail_scale_table() modprobe iio-test-gts and rmmod it, then the ... 691e79f
  • iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_scale_table() If per_time_scales[i] or p... 369f056
  • iio: light: veml6030: fix microlux value calculation The raw value conversion to obtain a measurement in lux as INT_... de99816
  • dt-bindings: input: mediatek,pmic-keys: Add compatible for MT6359 keys Add a compatible for the keys found on the MT... 6951ec3
  • platform/x86: classmate-laptop: Replace snprintf in show functions with sysfs_emit show() must not use snprintf() wh... 90a7d74
  • cpufreq: docs: Reflect latency changes in docs There were two changes related to transition latency recently. Namely... 29dcbea
  • Merge branch 'pm-cpufreq-fixes' into fixes * pm-cpufreq-fixes: cpufreq: docs: Reflect latency changes in docs 13bacea
  • powercap: dtpm_devfreq: Fix error check against dev_pm_qos_add_request() The caller of the function dev_pm_qos_add_r... 5209d1b
  • Merge branch 'pm-powercap' into fixes * pm-powercap: powercap: dtpm_devfreq: Fix error check against dev_pm_qos_ad... b8dceb1
  • ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context PRMT needs to find the correct type of block to... 088984c
  • Merge branch 'acpi-prm' into fixes * acpi-prm: ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context 329cdb4
  • ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[] The LG Gram Pro 16 2-in-1 (2024) the 16T90SP has it... 53f1a90
  • and 689 more ...

View on GitHub

srcres258 created a tag on srcres258/linux-doc

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

srcres258 pushed 1 commit to ch1-own LearningOS/2024a-rcore-srcres258

View on GitHub

srcres258 pushed 1 commit to ch1-own LearningOS/2024a-rcore-srcres258
  • Remove existing example code b309439

View on GitHub

srcres258 created a branch on LearningOS/2024a-rcore-srcres258

ch1-own - rcore-camp-2024a-classroom-2024a-rcore-rCore-Camp-Code-2024A created by GitHub Classroom

srcres258 pushed 1 commit to ch1 LearningOS/2024a-rcore-srcres258

View on GitHub

srcres258 pushed 47 commits to torvalds-master srcres258/linux-doc
  • KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from userspace KVM exposes the OS double lock fea... 980c41f
  • KVM: arm64: Disable fields that KVM doesn't know how to handle in ID_AA64PFR1_EL1 For some of the fields in the ID_A... ffe68b2
  • KVM: arm64: Use kvm_has_feat() to check if FEAT_SSBS is advertised to the guest Currently KVM use cpus_have_final_ca... e8d1649
  • KVM: arm64: Allow userspace to change ID_AA64PFR1_EL1 Allow userspace to change the guest-visible value of the regis... 78c4446
  • KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1 Add writable test for the ID_AA64PFR1_EL1 register. ... dc9b5d7
  • netfs: In readahead, put the folio refs as soon extracted netfslib currently defers dropping the ref on the folios i... 796a404
  • netfs: fix documentation build error Commit 86b374d061ee ("netfs: Remove fs/netfs/io.c") did what it said on the tin... 368196e
  • Merge branch kvm-arm64/idregs-6.12 into kvmarm/fixes * kvm-arm64/idregs-6.12: : . : Make some fields of ID_AA64D... 9b7c3dd
  • KVM: arm64: Unregister redistributor for failed vCPU creation Alex reports that syzkaller has managed to trigger a u... ae8f8b3
  • KVM: arm64: nv: Keep reference on stage-2 MMU when scheduled out If a vCPU is scheduling out and not in WFI emulatio... 6ded46b
  • KVM: arm64: nv: Do not block when unmapping stage-2 if disallowed Right now the nested code allows unmap operations ... 3c164eb
  • KVM: arm64: nv: Punt stage-2 recycling to a vCPU request Currently, when a nested MMU is repurposed for some other M... c268f20
  • KVM: arm64: nv: Clarify safety of allowing TLBI unmaps to reschedule There's been a decent amount of attention aroun... 79cc6cd
  • KVM: arm64: Expose S1PIE to guests Prior to commit 70ed7238297f ("KVM: arm64: Sanitise ID_AA64MMFR3_EL1") we just ex... d4a89e5
  • openat2: explicitly return -E2BIG for (usize > PAGE_SIZE) While we do currently return -EFAULT in this case, it seem... f92f0a1
  • KVM: arm64: Don't eagerly teardown the vgic on init error As there is very little ordering in the KVM API, userspace... df5fd75
  • crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue The "err" variable may be returned without an initial... cd84339
  • nilfs2: fix kernel bug due to missing clearing of buffer delay flag Syzbot reported that after nilfs2 reads a corrup... 6ed469d
  • KVM: arm64: Shave a few bytes from the EL2 idmap code Our idmap is becoming too big, to the point where it doesn't f... afa9b48
  • KVM: arm64: Fix shift-out-of-bounds bug Fix a shift-out-of-bounds bug reported by UBSAN when running VM with MTE ena... c6c167a
  • and 27 more ...

View on GitHub

srcres258 pushed 777 commits to next srcres258/linux-doc
  • PCI: Add TLP Processing Hints (TPH) support Add support for PCIe TLP Processing Hints (TPH) support (see PCIe r6.2, ... f69767a
  • PCI/TPH: Add Steering Tag support Add pcie_tph_get_cpu_st() to allow a caller to retrieve Steering Tags for a target... d2e8a34
  • 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
  • thermal: core: Initialize thermal zones before registering them Since user space can start interacting with a new th... 8d119cf
  • thermal: core: Rearrange PM notification code Move the code run for each thermal zone by the thermal PM notify handl... 166de6d
  • thermal: core: Represent suspend-related thermal zone flags as bits Instead of using two separate fields in struct t... 6254b28
  • thermal: core: Mark thermal zones as initializing to start with After thermal_zone_device_register_with_trips() has ... 7a54df2
  • thermal: core: Fix race between zone registration and system suspend If the registration of a thermal zone takes pla... c0fcf05
  • thermal: core: Consolidate thermal zone locking during initialization The part of thermal zone initialization carrie... c2b4e6e
  • thermal: core: Mark thermal zones as exiting before unregistration In analogy with a previous change in the thermal ... 4cc78f5
  • thermal: core: Consolidate thermal zone locking in the exit path In analogy with a previous change in the thermal zo... 1fc05ad
  • thermal: core: Update thermal zones after cooling device binding If a new cooling device is registered and it is bou... 4159a8d
  • thermal: core: Drop need_update field from struct thermal_zone_device After previous changes, the need_update field ... 7113173
  • thermal: core: Move lists of thermal instances to trip descriptors In almost all places where a thermal zone's list ... b1d2dec
  • thermal: core: Pass trip descriptors to trip bind/unbind functions The code is somewhat cleaner if struct thermal_tr... bdadf9b
  • PCI: endpoint: Introduce pci_epc_function_is_valid() Introduce the epc core helper function pci_epc_function_is_vali... ca3c342
  • PCI: endpoint: Improve pci_epc_mem_alloc_addr() There is no point in attempting to allocate memory from an endpoint ... 2314c6f
  • and 757 more ...

View on GitHub

srcres258 created a tag on srcres258/linux-doc

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

srcres258 pushed 304 commits to torvalds-master srcres258/linux-doc
  • 9p: v9fs_fid_find: also lookup by inode if not found dentry It's possible for v9fs_fid_find "find by dentry" branch ... 38d222b
  • 9p: Enable multipage folios Enable support for multipage folios on the 9P filesystem. This is all handled through n... 1325e4a
  • 9p: Avoid creating multiple slab caches with the same name In the spirit of [1], avoid creating multiple slab caches... 79efeba
  • bpf: Use raw_spinlock_t in ringbuf The function __bpf_ringbuf_reserve is invoked from a tracepoint, which disables p... 8b62645
  • block: fix blk_rq_map_integrity_sg kernel-doc Fix the documentation to match the new function signature. Fixes: 76c... 8be007c
  • iio: accel: bma400: Fix uninitialized variable field_value in tap event handling. In the current implementation, the... db9795a
  • iio: light: veml6030: fix IIO device retrieval from embedded device The dev pointer that is received as an argument ... c7c44e5
  • iio: light: opt3001: add missing full-scale range value The opt3001 driver uses predetermined full-scale range value... 530688e
  • dt-bindings: iio: dac: adi,ad56xx: Fix duplicate compatible strings adi,ad5686.yaml and adi,ad5696.yaml duplicate al... 9de32f4
  • iio: bmi323: Drop CONFIG_PM guards around runtime functions When building with clang and CONFIG_PM disabled (such as... cd8247c
  • iio: bmi323: fix copy and paste bugs in suspend resume This code is using bmi323_reg_savestate[] and ->reg_settings[... 506a1ac
  • iio: bmi323: fix reversed if statement in bmi323_core_runtime_resume() This reversed if statement means that the fun... 50161b2
  • iio: light: veml6030: fix ALS sensor resolution The driver still uses the sensor resolution provided in the datashee... c9e9746
  • iio: pressure: sdp500: Add missing select CRC8 Fix: sh4-linux-ld: drivers/iio/pressure/sdp500.o: in function `sdp... d6bf698
  • pinctrl: intel: platform: fix error path in device_for_each_child_node() The device_for_each_child_node() loop requi... 16a6d2e
  • pinctrl: intel: platform: use semicolon instead of comma in ncommunities assignment Substitute the comma with a semi... d594de8
  • Merge patch series "pinctrl: intel: platform: fix error path in device_for_each_child_node()" Javier Carrasco <javie... 21dcd49
  • pinctrl: apple: check devm_kasprintf() returned value devm_kasprintf() can return a NULL pointer on failure but this... 665a58f
  • pinctrl: stm32: check devm_kasprintf() returned value devm_kasprintf() can return a NULL pointer on failure but this... b0f0e3f
  • bpf: sync_linked_regs() must preserve subreg_def Range propagation must not affect subreg_def marks, otherwise the f... e9bd9c4
  • and 284 more ...

View on GitHub

srcres258 created a tag on srcres258/linux-doc

v6.12-rc4 - Repo for Chinese translation of Linux kernel documentation.

srcres258 pushed 1110 commits to next srcres258/linux-doc
  • ARM: configs: at91: enable PAC1934 driver as module Enable PAC1934 driver and build as module. Signed-off-by: Mihai... 0789190
  • ARM: dts: microchip: Rename the eeprom nodename Align the eeprom nodename according to devicetree specification and ... c2f5c84
  • ARM: dts: microchip: Rename the pmic node Rename the pmic node according to the devicetree specification. Signed-of... 6914cc1
  • ARM: dts: microchip: Rename LED sub nodes name dtbs_check warnings: leds: 'd[0-9]', 'ds[0-9]' do not match any of th... 2bd3059
  • dt-bindings: clock: add support for lan969x Lan969x is going to reuse the existing lan966x clock driver - document t... 40d8566
  • clk: lan966x: make clk_names const char * const Change clk_names to const char * const to silence checkpatch in subs... 6049fa1
  • clk: lan966x: prepare driver for lan969x support In preparation for lan969x support, add private match data for lan9... 118c000
  • clk: lan966x: add support for lan969x SoC clock driver Add support for the lan969x SoC clock driver in the existing ... 47d072b
  • blk-mq: setup queue ->tag_set before initializing hctx Commit 7b815817aa58 ("blk-mq: add helper for checking if one ... c25c0c9
  • io_uring/sqpoll: close race on waiting for sqring entries When an application uses SQPOLL, it must wait for the SQPO... 28aabff
  • nvme-multipath: defer partition scanning We need to suppress the partition scan from occuring within the controller'... 1f02134
  • Input: switch back to struct platform_driver::remove() After commit 0edb555a65d1 ("platform: Make platform_driver::r... 2c19d01
  • crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue The "err" variable may be returned without an initial... cd84339
  • media: i2c: max96714: add HAS_EVENTS support Controls can be exposed to userspace via a v4l-subdevX device, and user... d95fdc0
  • media: i2c: max96717: add HAS_EVENTS support Controls can be exposed to userspace via a v4l-subdevX device, and user... 0d88a37
  • media: i2c: max96717: clean up on error in max96717_subdev_init() Call v4l2_ctrl_handler_free() to clean up from v4l... d567869
  • media: i2c: Fix typos in comments across various files This commit corrects spelling errors in comments within the m... ad17dce
  • media: i2c: imx290: Remove CHIP_ID reg definition This register is not described in the public available imx290 data... 856e89f
  • media: i2c: imx290: Avoid communication during probe() As we don't know the mode during probe(), it doesn't make sen... a92651b
  • media: i2c: imx290: Check for availability in probe() Currently, the V4L2 subdevice is also created when the device ... 9755343
  • and 1090 more ...

View on GitHub

srcres258 created a tag on srcres258/linux-doc

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

srcres258 starred Anjok07/ultimatevocalremovergui
srcres258 pushed 1 commit to master srcres258/micropython-learn

View on GitHub

srcres258 pushed 1 commit to master srcres258/micropython-learn
  • Abandon loop music playing c5afdee

View on GitHub

srcres258 pushed 4 commits to master srcres258/micropython-learn

View on GitHub

srcres258 pushed 1 commit to master srcres258/micropython-learn
  • Finish code section of music_box b7aaf43

View on GitHub

srcres258 pushed 24 commits to torvalds-master srcres258/linux-doc
  • 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
  • x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET AMD's initial implementation of IBPB did not clear the return addre... ff89862
  • x86/cpufeatures: Add a IBPB_NO_RET BUG flag Set this flag if the CPU has an IBPB implementation that does not invali... 3ea87df
  • x86/entry: Have entry_ibpb() invalidate return predictions entry_ibpb() should invalidate all indirect predictions, ... 50e4b3b
  • x86/bugs: Skip RSB fill at VMEXIT entry_ibpb() is designed to follow Intel's IBPB specification regardless of CPU. T... 0fad287
  • x86/bugs: Do not use UNTRAIN_RET with IBPB on entry Since X86_FEATURE_ENTRY_IBPB will invalidate all harmful predict... c62fa11
  • s390/pci: Handle PCI error codes other than 0x3a The Linux implementation of PCI error recovery for s390 was based o... 3cd03ea
  • s390/ap: Fix CCA crypto card behavior within protected execution environment A crypto card comes in 3 flavors: accel... 78f636e
  • KVM: s390: gaccess: Check if guest address is in memslot Previously, access_guest_page() did not check whether the g... e8061f0
  • KVM: s390: Change virtual to physical address access in diag 0x258 handler The parameters for the diag 0x258 are rea... cad4b3d
  • Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into fixes Arm SMMU fixes for... 8e8a69b
  • iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices Previously, the domain_context_clear() functi... 6e02a27
  • powerpc/powernv: Free name on error in opal_event_init() In opal_event_init() if request_irq() fails name is not fre... cf8989d
  • s390/pkey_pckmo: Return with success for valid protected key types The key_to_protkey handler function in module pke... 9b52dde
  • s390/sclp: Deactivate sclp after all its users On reboot the SCLP interface is deactivated through a reboot notifier... 0d9dc27
  • s390/sclp_vt220: Convert newlines to CRLF instead of LFCR According to the VT220 specification the possible characte... dee3df6
  • s390: Initialize psw mask in perf_arch_fetch_caller_regs() Also initialize regs->psw.mask in perf_arch_fetch_caller_... 223e7fb
  • s390: Update defconfigs Signed-off-by: Heiko Carstens <[email protected]> b4fa00f
  • and 4 more ...

View on GitHub

srcres258 pushed 815 commits to next srcres258/linux-doc
  • wifi: rtlwifi: make read-only arrays static const Don't populate the read-only arrays params, toshiba_smid1, toshiba... 9e698af
  • wifi: rtw89: 8922a: rfk: enlarge TSSI timeout time to 20ms Firmware needs more time to execute TSSI calibration comm... 2e8fd54
  • wifi: rtw89: 8922a: rfk: support firmware command RX DCK v1 format RX DCK stands for receiver DC calibration. The v1... cd0d81d
  • wifi: rtw89: rfk: add firmware debug log of TSSI TSSI is short for transmitter signal strength indication. Print out... 8d44531
  • wifi: rtw89: rfk: add firmware debug log of IQK Print out IQ signal calibration log from firmware C2H events. Signe... 6f54067
  • wifi: rtw89: rfk: update firmware debug log of DACK to v2 Update DACK (digital-to-analog converters calibration) log... bd25f45
  • wifi: rtw88: Constify some arrays and structs These are never modified, so make them const: card_enable_flow_8703b ... 1404035
  • wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skb When removing kernel modules by: rmmod rtw88_8723cs r... 3e5e4a8
  • wifi: rtw89: rename rtw89_vif to rtw89_vif_link ahead for MLO This is an intermediate version that is separated from... 2f7dae1
  • wifi: rtw89: rename rtw89_sta to rtw89_sta_link ahead for MLO This is an intermediate version that is separated from... 9ee2821
  • wifi: rtw89: read bss_conf corresponding to the link Tweak code to not always access vif->bss_conf directly. Instead... 89bac81
  • wifi: rtw89: read link_sta corresponding to the link Tweak code to not always access sta->deflink directly. Instead,... 04911c0
  • wifi: rtw89: refactor VIF related func ahead for MLO Refactor VIF related functions, e.g. add/remove/assoc/mapping t... 26d460e
  • wifi: rtw89: refactor STA related func ahead for MLO Refactor STA related functions, e.g. add/assoc/disassoc/disconn... 72e9457
  • wifi: rtw89: tweak driver architecture for impending MLO support The drv_priv hooked to mac80211 become as below. ... aad0394
  • wifi: rtw89: check return value of ieee80211_probereq_get() for RNR The return value of ieee80211_probereq_get() mig... 630d5d8
  • wifi: rtw89: coex: initialize local .dbcc_2g_phy in _set_btg_ctrl() For the case of DBCC enabled and fwrole version ... 6cdfb56
  • wifi: rtw89: 8852c: rfk: remove unnecessary assignment of return value of _dpk_dgain_read() The return value of _dpk... 7bf2f8f
  • wifi: rtw88: Parse the RX descriptor with a single function rtw8703b_query_rx_desc(), rtw8723d_query_rx_desc(), rtw8... bbb6f9b
  • wifi: rtw89: pci: consolidate PCI basic configurations for probe and resume The PCI settings aren't always persisten... 1a82680
  • and 795 more ...

View on GitHub

srcres258 created a tag on srcres258/linux-doc

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

Load more