linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-07 11:39:07 to 2023-02-07 14:23:10 UTC [more...]

[PATCH 1/2] thermal: tegra-bpmp: Handle offline zones
 2023-02-07 13:56 UTC  (2+ messages)
` [PATCH 2/2] thermal: tegra-bpmp: Always (re)program trip temperatures

[PATCH v6 00/11] Parallel CPU bringup for x86_64
 2023-02-07 14:22 UTC  (5+ messages)
` [PATCH v6 01/11] x86/apic/x2apic: Fix parallel handling of cluster_mask

[PATCH v2 00/11] net: ethernet: mtk_eth_soc: various enhancements
 2023-02-07 14:21 UTC  (6+ messages)
` [PATCH v2 01/11] net: ethernet: mtk_eth_soc: add support for MT7981 SoC
` [PATCH v2 02/11] dt-bindings: net: mediatek,net: add mt7981-eth binding
` [PATCH v2 03/11] dt-bindings: arm: mediatek: add 'mediatek,pn_swap' property
` [PATCH v2 04/11] net: ethernet: mtk_eth_soc: set MDIO bus clock frequency
` [PATCH v2 05/11] net: ethernet: mtk_eth_soc: reset PCS state

[PATCH RESEND 0/3] cleanup for ublk
 2023-02-07 14:21 UTC  (8+ messages)
` [PATCH RESEND 1/3] ublk: remove unnecessary NULL check in ublk_rq_has_data()
` [PATCH RESEND 2/3] ublk: mention WRITE_ZEROES in comment of ublk_complete_rq()
` [PATCH RESEND 3/3] ublk: pass NULL to blk_mq_alloc_disk() as queuedata

[PATCH v9 00/27] Drivers for gunyah hypervisor
 2023-02-07 14:19 UTC  (11+ messages)
` [PATCH v9 18/27] firmware: qcom_scm: Register Gunyah platform ops
` [PATCH v9 21/27] gunyah: vm_mgr: Add framework to add VM Functions
` [PATCH v9 23/27] virt: gunyah: Add IO handlers
` [PATCH v9 27/27] virt: gunyah: Add ioeventfd

[PATCH v4 0/4] soc: qcom: Introduce PMIC GLINK
 2023-02-07 14:19 UTC  (4+ messages)
` [PATCH v4 4/4] power: supply: Introduce Qualcomm PMIC GLINK power supply

[syzbot] kernel BUG in process_one_work
 2023-02-07 14:16 UTC  (2+ messages)

[syzbot] kernel BUG in __tlb_remove_page_size (2)
 2023-02-07 14:16 UTC  (2+ messages)

[PATCH 5/5] genirq: Use the maple tree for IRQ descriptors management
 2023-02-07 14:16 UTC  (5+ messages)
      ` mm, slab/slub: Ensure kmem_cache_alloc_bulk() is available early

[paulmck-rcu:dev.2023.02.06a] BUILD REGRESSION 2ba8863ce28484e97f0ff1987c634147fedb14fc
 2023-02-07 14:14 UTC 

[PATCH v3 0/6] Introduce STM32 system bus
 2023-02-07 14:12 UTC  (7+ messages)
` [PATCH v3 3/6] dt-bindings: bus: add STM32 System Bus
` [PATCH v3 4/6] bus: stm32_sys_bus: add support for STM32MP15 and STM32MP13 system bus

[PATCH v13 0/6] Add LVTS Thermal Architecture
 2023-02-07 14:11 UTC  (9+ messages)
` [PATCH v13 1/6] thermal: drivers: mediatek: Relocate driver to mediatek folder
` [PATCH v13 2/6] dt-bindings: thermal: mediatek: Add LVTS thermal controllers
` [PATCH v13 3/6] arm64: dts: mt8195: Add efuse node to mt8195
` [PATCH v13 4/6] thermal: drivers: mediatek: Add the Low Voltage Thermal Sensor driver
` [PATCH v13 5/6] arm64: dts: mediatek: mt8195: Add thermal zones and thermal nodes
` [PATCH v13 6/6] arm64: dts: mediatek: mt8195: Add temperature mitigation threshold

[PATCH 1/1] spi: intel: Remove DANGEROUS tag from pci driver
 2023-02-07 14:11 UTC  (4+ messages)

[PATCH] LoongArch: Make -mstrict-align be configurable
 2023-02-07 14:10 UTC  (9+ messages)

[PATCH v6 0/5] Some improvements of resctrl selftest
 2023-02-07 14:05 UTC  (3+ messages)
` [PATCH v6 4/5] selftests/resctrl: Cleanup properly when an error occurs in CAT test

[PATCH RESEND] can: j1939: do not wait 250ms if the same addr was already claimed
 2023-02-07 14:05 UTC  (5+ messages)
` [PATCH v2] can: j1939: do not wait 250 ms "

[PATCH v4] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-02-07 14:06 UTC  (8+ messages)
        ` xen: sleeping in atomic warnings
      ` block: "

[PATCH] ASoC: fsl_sai: fix getting version from VERID
 2023-02-07 14:06 UTC  (2+ messages)

[PATCH] most: fix kernel-doc warnings
 2023-02-07 14:04 UTC  (5+ messages)

[PATCH v2 net-next 00/15] taprio automatic queueMaxSDU and new TXQ selection procedure
 2023-02-07 13:54 UTC  (16+ messages)
` [PATCH v2 net-next 01/15] net/sched: taprio: delete peek() implementation
` [PATCH v2 net-next 02/15] net/sched: taprio: continue with other TXQs if one dequeue() failed
` [PATCH v2 net-next 03/15] net/sched: taprio: refactor one skb dequeue from TXQ to separate function
` [PATCH v2 net-next 04/15] net/sched: taprio: avoid calling child->ops->dequeue(child) twice
` [PATCH v2 net-next 05/15] net/sched: taprio: give higher priority to higher TCs in software dequeue mode
` [PATCH v2 net-next 06/15] net/sched: taprio: calculate tc gate durations
` [PATCH v2 net-next 07/15] net/sched: taprio: rename close_time to end_time
` [PATCH v2 net-next 08/15] net/sched: taprio: calculate budgets per traffic class
` [PATCH v2 net-next 09/15] net/sched: taprio: calculate guard band against actual TC gate close time
` [PATCH v2 net-next 10/15] net/sched: make stab available before ops->init() call
` [PATCH v2 net-next 11/15] net/sched: taprio: warn about missing size table
` [PATCH v2 net-next 12/15] net/sched: keep the max_frm_len information inside struct sched_gate_list
` [PATCH v2 net-next 13/15] net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durations
` [PATCH v2 net-next 14/15] net/sched: taprio: split segmentation logic from qdisc_enqueue()
` [PATCH v2 net-next 15/15] net/sched: taprio: don't segment unnecessarily

[PATCH v4 0/7] sm8550: Add support for eUSB2 repeater
 2023-02-07 13:55 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: phy: Add qcom,snps-eusb2-repeater schema file
` [PATCH v4 2/7] dt-bindings: mfd: qcom,spmi-pmic: Add pattern property for phy
` [PATCH v4 3/7] dt-bindings: phy: qcom,snps-eusb2-phy: Add phys property for the repeater
` [PATCH v4 4/7] phy: qcom: Add QCOM SNPS eUSB2 repeater driver
` [PATCH v4 5/7] phy: qcom: phy-qcom-snps-eusb2: Add support for eUSB2 repeater
` [PATCH v4 6/7] arm64: dts: qcom: pm8550b: Add eUSB2 repeater node
` [PATCH v4 7/7] arm64: dts: qcom: sm8550-mtp: "

[PATCH v2 0/2] intel_powerclamp: New module parameter
 2023-02-07 13:51 UTC  (7+ messages)

[PATCH v2] f2fs: fix to do sanity check on extent cache correctly
 2023-02-07 13:48 UTC 

[PATCH v2 0/7] ASoC: dt-bindings: meson: covert axg audio to schema
 2023-02-07 13:50 UTC  (9+ messages)
` [PATCH v2 2/7] ASoC: dt-bindings: meson: convert axg tdm formatters "
` [PATCH v2 7/7] ASoC: dt-bindings: meson: convert axg sound card control "

[PATCH 6.1 000/208] 6.1.11-rc1 review
 2023-02-07 13:50 UTC 

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-02-07 13:49 UTC  (6+ messages)
` [RFC PATCH V3 10/16] x86/hyperv: Add smp support for sev-snp guest

[PATCH v4] cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RT
 2023-02-07 13:47 UTC  (3+ messages)

[PATCH v2] dt-bindings: firmware: document Qualcomm SM8550 SCM
 2023-02-07 13:46 UTC 

[PATCH v3 char-misc-next] misc: microchip: pci1xxxx: Add OTP/EEPROM driver for the pci1xxxx switch
 2023-02-07 13:45 UTC  (2+ messages)

[PATCH v4] remoteproc: imx_dsp_rproc: add custom memory copy implementation for i.MX DSP Cores
 2023-02-07 13:44 UTC 

[PATCH 0/2] iomap, splice: Fix DIO/splice_read race memory corruptor and kill off ITER_PIPE
 2023-02-07 13:39 UTC  (3+ messages)
` [PATCH 1/2] vfs, iomap: Fix generic_file_splice_read() to avoid reversion of ITER_PIPE
` [PATCH 2/2] iov_iter: Kill ITER_PIPE

[PATCH v2] dt-bindings: arm-smmu: Add compatible for SM8550 SoC
 2023-02-07 13:40 UTC 

[PATCH v3 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-02-07 13:36 UTC  (5+ messages)
` [PATCH v3 3/6] KVM: x86: Do not unload MMU roots when only toggling CR0.WP
` [PATCH v3 4/6] KVM: x86: Make use of kvm_read_cr*_bits() when testing bits

[PATCH v2] dt-bindings: mt76: add active-low property for led
 2023-02-07 13:36 UTC  (2+ messages)

[PATCH] dt-bindings: dma: qcom,bam-dma: add optional memory interconnect properties
 2023-02-07 13:35 UTC  (3+ messages)

[PATCH] thermal: Remove core header inclusion from drivers
 2023-02-07 13:33 UTC  (3+ messages)

[PATCH] ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()
 2023-02-07 13:32 UTC  (2+ messages)

[PATCH 0/6 v3] Discard __GFP_ATOMIC
 2023-02-07 13:32 UTC  (3+ messages)
` [PATCH 5/6] mm/page_alloc: Explicitly define how __GFP_HIGH non-blocking allocations accesses reserves

[RFC PATCH 0/1] drm: Add doc about GPU reset
 2023-02-07 13:30 UTC  (4+ messages)
` [RFC PATCH] drm: Create documentation about device resets

[RFC PATCH 0/4] fpga: add initial KUnit test suite for the subsystem
 2023-02-07 13:28 UTC  (4+ messages)
` [RFC PATCH 1/4] fpga: add initial KUnit test suite

[PATCH net-next v4 0/2] net: micrel: Add support for lan8841 PHY
 2023-02-07 13:27 UTC  (3+ messages)
` [PATCH net-next v4 1/2] "

[PATCH v4 1/3] f2fs: fix to set ipu policy
 2023-02-07 13:24 UTC  (2+ messages)

[PATCH] rcu/tree: Improve comments in rcu_report_qs_rdp()
 2023-02-07 13:24 UTC  (2+ messages)

[PATCH v7 00/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-02-07 13:22 UTC  (10+ messages)
` [PATCH v7 04/14] KVM: s390: selftest: memop: Add bad address test
` [PATCH v7 08/14] KVM: s390: Move common code of mem_op functions into function
` [PATCH v7 09/14] KVM: s390: Dispatch to implementing function at top level of vm mem_op
` [PATCH v7 10/14] KVM: s390: Refactor absolute vm mem_op function

[PATCH] udf: KASAN: slab-out-of-bounds in udf_readdir
 2023-02-07 13:17 UTC  (3+ messages)

[PATCH] fs: remove obsolete comments on member ordering of random layout struct
 2023-02-07 13:14 UTC 

[PATCH v3] remoteproc: imx_dsp_rproc: add custom memory copy implementation for i.MX DSP Cores
 2023-02-07 13:11 UTC  (2+ messages)

[RFC v3 0/7] sm8550: Add support for eUSB2 repeater
 2023-02-07 13:10 UTC  (6+ messages)
` [RFC v3 4/7] phy: qcom: Add QCOM SNPS eUSB2 repeater driver

[PATCH] Revert "arm64: dts: ls1028a: sl28: get MAC addresses from VPD"
 2023-02-07 13:10 UTC 

[PATCH 5.15 000/120] 5.15.93-rc1 review
 2023-02-07 12:56 UTC 

Converting dev->mutex into dev->spinlock ?
 2023-02-07 13:07 UTC  (12+ messages)

[PATCH v2 0/4] STIG Mode Fixes for spi-cadence-qspi driver
 2023-02-07 13:06 UTC  (4+ messages)
` [PATCH v2 1/4] spi: cadence-quadspi: Reset CMD_CTRL Reg on cmd r/w completion

[PATCH V3] platform/x86: hp-wmi: Support omen backlight control wmi-acpi methods
 2023-02-07 13:05 UTC  (8+ messages)
        ` API for setting colors of RGB backlit keyboard zones (was [PATCH V3] platform/x86: hp-wmi: Support omen backlight control wmi-acpi methods)

[PATCH net 0/6] mptcp: fixes for v6.2
 2023-02-07 13:04 UTC  (7+ messages)
` [PATCH net 1/6] mptcp: do not wait for bare sockets' timeout
` [PATCH net 2/6] mptcp: fix locking for setsockopt corner-case
` [PATCH net 3/6] mptcp: fix locking for in-kernel listener creation
` [PATCH net 4/6] mptcp: be careful on subflow status propagation on errors
` [PATCH net 5/6] selftests: mptcp: allow more slack for slow test-case
` [PATCH net 6/6] selftests: mptcp: stop tests earlier

[PATCH 1/5] arm64: dts: qcom: ipq6018: align RPM G-Link node with bindings
 2023-02-07 13:00 UTC  (3+ messages)
` [PATCH 4/5] dt-bindings: remoteproc: qcom,glink-rpm-edge: convert to DT schema

[PATCH v4 0/6] Device tree support for Hyper-V VMBus driver
 2023-02-07 13:00 UTC  (3+ messages)
` [PATCH v4 5/6] dt-bindings: hypervisor: VMBus

[PATCHv2 0/4] Wiegand bus driver and GPIO bit-banged controller
 2023-02-07 12:59 UTC  (8+ messages)
` [PATCHv2 2/4] wiegand: add Wiegand bus driver

[PATCH RESEND v5 0/1] Digiteq Automotive MGB4 driver
 2023-02-07 15:01 UTC  (2+ messages)
` [PATCH RESEND v5 1/1] Added "

[PATCH 6.1 000/208] 6.1.11-rc1 review
 2023-02-07 12:54 UTC 

[PATCH 0/2] sched/isolation: Prep work for pcp cache draining isolation
 2023-02-07 12:59 UTC  (8+ messages)
` [PATCH 1/2] sched/isolation: Merge individual nohz_full features into a common housekeeping flag
` [PATCH 2/2] sched/isolation: Add cpu_is_isolated() API

[PATCH] platform/x86/intel/vsec: Use mutex for ida_alloc() and ida_free()
 2023-02-07 12:58 UTC 

[RFC PATCH v6 00/12] livepatch: klp-convert tool
 2023-02-07 12:57 UTC  (4+ messages)
` [RFC PATCH v6 06/12] livepatch: Add sample livepatch module

[RFC] Support for Arm CCA VMs on Linux
 2023-02-07 12:55 UTC  (5+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms

[linux-next:master 911/10933] arch/x86/kvm/mmu/mmu.c:102:22: sparse: sparse: symbol 'tdp_mmu_allowed' was not declared. Should it be static?
 2023-02-07 12:50 UTC 

[net-next PATCH V3 0/4] octeontx2-pf: HTB offload support
 2023-02-07 12:48 UTC  (5+ messages)
` [net-next PATCH V3 2/4] octeontx2-pf: qos send queues management
` [net-next PATCH V3 4/4] octeontx2-pf: Add support for HTB offload

[PATCH v2] vc_screen: break from vcs_read() while loop if vcs_vc() returns NULL
 2023-02-07 12:48 UTC 

linux-next: build failure after merge of the integrity tree
 2023-02-07 12:48 UTC  (2+ messages)

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-02-07 12:46 UTC  (8+ messages)
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace

[PATCH v4 0/8] perf: Arm SPEv1.2 support
 2023-02-07 12:42 UTC  (3+ messages)

[PATCH v2] ext4: make dioread_nolock consistent in each mapping round
 2023-02-07 12:41 UTC 

[PATCH v5 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-02-07 12:41 UTC  (7+ messages)
` [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted

[PATCH net] net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-aware
 2023-02-07 12:39 UTC  (9+ messages)

[PATCH] perf: arm_spe: Print the version of SPE detected
 2023-02-07 12:39 UTC  (2+ messages)

LTP: preadv03: WARNING: CPU: 0 PID: 101250 at mm/gup.c:2121 is_valid_gup_args (mm/gup.c:2121 (discriminator 1))
 2023-02-07 12:39 UTC  (2+ messages)

thermal/drivers/tegra: Getting rid of the get_thermal_instance() usage
 2023-02-07 12:38 UTC  (5+ messages)

[PATCH] f2fs: fix typos in comments
 2023-02-07 12:37 UTC  (2+ messages)

[PATCH v2 0/2] kvm_io_bus_unregister_dev cleanup
 2023-02-07 12:37 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: destruct kvm_io_device while unregistering it from kvm_io_bus
` [PATCH v2 2/2] kvm/eventfd: use list_for_each_entry when deassign ioeventfd

[PATCH] f2fs: fix kernel crash due to null io->bio
 2023-02-07 12:35 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 1/3] f2fs: clean up __update_extent_tree_range()
 2023-02-07 12:33 UTC  (5+ messages)

[PATCH 2/2 v3] f2fs: add sysfs nodes to set last_age_weight
 2023-02-07 12:31 UTC  (3+ messages)
` [PATCH 2/2 v4] "

[PATCH v3] sched: pick_next_rt_entity(): check list_entry
 2023-02-07 12:29 UTC  (2+ messages)

[syzbot] general protection fault in skb_dequeue (3)
 2023-02-07 12:29 UTC  (2+ messages)

[PATCH] scsi: FlashPoint: Replace arithmetic addition by bitwise OR
 2023-02-07 12:26 UTC  (2+ messages)

[PATCH] dt-bindings: mt76: add active-low property to led
 2023-02-07 12:26 UTC  (4+ messages)
  ` Aw: "

[PATCH v1 0/8] Add IO page table replacement support
 2023-02-07 12:22 UTC  (8+ messages)
` [PATCH v1 2/8] iommu: Introduce a new iommu_group_replace_domain() API

[PATCH 0/6] x86/mtrr: fix handling with PAT but without MTRR
 2023-02-07 12:21 UTC  (5+ messages)
` [PATCH 5/6] x86/mm: only check uniform after calling mtrr_type_lookup()

[PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
 2023-02-07 12:19 UTC  (10+ messages)
` [PATCH 14/19] mm: Introduce a cgroup for "

[tip:master] BUILD SUCCESS d67c17ddc89943480da8cd3bfd383d087de45908
 2023-02-07 12:17 UTC 

linux-next: build failure after merge of the mm tree
 2023-02-07 12:17 UTC  (2+ messages)

sound/soc/soc-topology.c:1405 soc_tplg_dapm_widget_create() warn: missing error code 'ret'
 2023-02-07 12:16 UTC  (3+ messages)

[PATCH v1 00/45] MediaTek clocks: full module build and cleanups
 2023-02-07 12:14 UTC  (7+ messages)
` [PATCH v1 16/45] clk: mediatek: mt8167: Convert to mtk_clk_simple_{probe,remove}()
` [PATCH v1 19/45] clk: mediatek: mt8183: Convert all remaining clocks to common probe

[PATCH v7 0/3] fanotify: Allow user space to pass back additional audit info
 2023-02-07 12:09 UTC  (2+ messages)

[PATCH] udf: Use unsigned variables for size calculations
 2023-02-07 12:07 UTC  (2+ messages)

[PATCH v2 1/4] hwmon: (pmbus/core): Generalize pmbus status flag map
 2023-02-07 12:02 UTC  (4+ messages)
` [PATCH v2 2/4] hwmon: (pmbus/core) Generalise pmbus get status
` [PATCH v2 3/4] hwmon: (pmbus/core): Add interrupt support
` [PATCH v2 4/4] hwmon: (pmbus/core): Notify hwmon events

[PATCH] usb: gadget: dummyhcd: Fix use-after-free in dummy_free_request
 2023-02-07 11:59 UTC  (3+ messages)

[RFC PATCH v2] sched/deadline: Add more reschedule cases to prio_changed_dl()
 2023-02-07 11:58 UTC  (2+ messages)

[char-misc-next 1/2] mei: bus: disallow driver match while dismantling device
 2023-02-07 11:55 UTC  (2+ messages)
` [char-misc-next 2/2] mei: lower the log level for non-fatal failed messages

[PATCH] scsi: qla1280: Replace arithmetic addition by bitwise OR
 2023-02-07 11:54 UTC 

[PATCH 0/1] spi: intel: Remove DANGEROUS tag from pci driver
 2023-02-07 11:51 UTC  (2+ messages)

[PATCH 0/2] Add CS35L41 shared boost feature
 2023-02-07 11:48 UTC  (3+ messages)
` [PATCH 1/2] ALSA: cs35l41: Add "

[paulmck-rcu:dev.2023.02.03a] BUILD SUCCESS 077af4236f06a251931179a46f69d1815ceb4f97
 2023-02-07 11:46 UTC 

[PATCH] docs: mm: Fix number of base pages for 1GB HugeTLB
 2023-02-07 11:44 UTC 

[syzbot] usb-testing build error (3)
 2023-02-07 11:43 UTC 

[PATCH v5 0/6] sm8550: Add USB HC and PHYs support
 2023-02-07 11:40 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: phy: Add qcom,snps-eusb2-phy schema file
` [PATCH v5 2/6] phy: qcom: Add QCOM SNPS eUSB2 driver
` [PATCH v5 3/6] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: Document SM8550 compatible
` [PATCH v5 4/6] phy: qcom-qmp: pcs-usb: Add v6 register offsets
` [PATCH v5 5/6] phy: qcom-qmp: Add v6 DP "
` [PATCH v5 6/6] phy: qcom-qmp-combo: Add support for SM8550

[PATCH v4 3/4] crypto/net/ipv6: sr: Switch to using crypto_pool
 2023-02-07 11:40 UTC  (2+ messages)

[PATCH] pci/mmap: add pci device EBUSY check
 2023-02-07 11:39 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).