linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-18 17:20:37 to 2022-08-18 20:25:42 UTC [more...]

[PATCH v2 00/16] Variety of fixes and new features for mr75203 driver
 2022-08-18 20:25 UTC  (23+ messages)
` [PATCH v2 01/16] hwmon: (mr75203) fix VM sensor allocation when "intel,vm-map" not defined
    ` [PATCH v2 01/16] hwmon: (mr75203) fix VM sensor allocation when "intel, vm-map" "
` [PATCH v2 02/16] hwmon: (mr75203) update pvt->v_num to the actual number of used sensors
` [PATCH v2 03/16] hwmon: (mr75203) update Moortec PVT controller intel,vm-map property
    ` [PATCH v2 03/16] hwmon: (mr75203) update Moortec PVT controller intel, vm-map property
` [PATCH v2 04/16] hwmon: (mr75203) add Moortec PVT controller reset-control-skip property
` [PATCH v2 06/16] hwmon: (mr75203) fix multi-channel voltage reading
` [PATCH v2 07/16] hwmon: (mr75203) add VM active channels property for Moortec PVT controller
` [PATCH v2 09/16] hwmon: (mr75203) add VM pre-scalar "
` [PATCH v2 11/16] hwmon: (mr75203) add protection for negative voltage value
` [PATCH v2 12/16] hwmon: (mr75203) modify the temperature equation
` [PATCH v2 13/16] hwmon: (mr75203) add thermal coefficient properties for Moortec PVT controller

[PATCH v1 0/7] i2c-mlxbf.c: bug fixes and new feature support
 2022-08-18 20:24 UTC  (6+ messages)
` [PATCH v1 4/7] i2c-mlxbf.c: incorrect base address passed during io write

[RFC PATCH v2 1/2] scsi: ufs: Add Multi-Circular Queue support
 2022-08-18 20:24 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in p9_req_put
 2022-08-18 20:23 UTC  (4+ messages)

[PATCH v5 0/7] Improve GPU Recovery
 2022-08-18 20:22 UTC  (8+ messages)
` [PATCH v5 1/7] drm/msm: Remove unnecessary pm_runtime_get/put
` [PATCH v5 2/7] drm/msm: Take single rpm refcount on behalf of all submits
` [PATCH v5 3/7] drm/msm: Correct pm_runtime votes in recover worker
` [PATCH v5 4/7] drm/msm: Fix cx collapse issue during recovery
` [PATCH v5 5/7] drm/msm/a6xx: Ensure CX collapse during gpu recovery
` [PATCH v5 6/7] drm/msm/a6xx: Improve gpu recovery sequence
` [PATCH v5 7/7] drm/msm/a6xx: Handle GMU prepare-slumber hfi failure

[PATCH v3] ACPI: Split out processor thermal register from ACPI PSS
 2022-08-18 20:23 UTC  (2+ messages)
` Bug: "

[PATCH 1/1] riscv: dts: microchip: correct L2 cache interrupts
 2022-08-18 20:19 UTC  (2+ messages)

[PATCH v3 0/5] clk/qcom: Support gdsc collapse polling using 'reset' inteface
 2022-08-18 20:18 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: clk: qcom: Support gpu cx gdsc reset
` [PATCH v3 2/5] clk: qcom: Allow custom reset ops
` [PATCH v3 3/5] clk: qcom: gdsc: Add a reset op to poll gdsc collapse
` [PATCH v3 4/5] clk: qcom: gpucc-sc7280: Add cx collapse reset support
` [PATCH v3 5/5] arm64: dts: qcom: sc7280: Add Reset support for gpu

[PATCH linux-phy v2 0/4] mvebu a3720 comphy: Fix serdes transmit amplitude
 2022-08-18 20:17 UTC  (12+ messages)
` [PATCH linux-phy v2 1/4] string.h: Add str_has_proper_prefix()
` [PATCH linux-phy v2 2/4] device property: Add {fwnode/device}_get_tx_p2p_amplitude()

[PATCH v5 0/2] iio: pressure: dps310: Reset chip if MEAS_CFG is corrupt
 2022-08-18 20:16 UTC  (3+ messages)
` [PATCH v5 2/2] "

[PATCH v2] pwm: rockchip: Convert to use dev_err_probe()
 2022-08-18 20:14 UTC  (2+ messages)

[PATCH 0/4] PCI: mvebu: Add support for error interrupt
 2022-08-18 20:07 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: PCI: mvebu: Update information about "
` [PATCH 2/4] PCI: mvebu: Implement support for interrupts on emulated bridge
` [PATCH 3/4] ARM: dts: kirkwood: Add definitions for PCIe error interrupts
` [PATCH 4/4] ARM: dts: dove: "

[RELEASE] Userspace RCU 0.12.4 and 0.13.2
 2022-08-18 20:07 UTC 

[PATCH v2 0/8] PCI: qcom: Add support for SC8280XP and SA8540P
 2022-08-18 20:05 UTC  (6+ messages)
` [PATCH v2 8/8] PCI: qcom: Sort device-id table

[PATCH bpf-next 2/3] bpf: Add support for writing to nf_conn:mark
 2022-08-18 20:01 UTC  (2+ messages)

[PATCH v7 00/26] tcp: Initial support for RFC5925 auth option
 2022-08-18 20:00 UTC  (27+ messages)
` [PATCH v7 01/26] tcp: authopt: Initial support and key management
` [PATCH v7 02/26] docs: Add user documentation for tcp_authopt
` [PATCH v7 03/26] tcp: authopt: Add crypto initialization
` [PATCH v7 04/26] tcp: Refactor tcp_sig_hash_skb_data for AO
` [PATCH v7 05/26] tcp: authopt: Compute packet signatures
` [PATCH v7 06/26] tcp: Refactor tcp_inbound_md5_hash into tcp_inbound_sig_hash
` [PATCH v7 07/26] tcp: authopt: Hook into tcp core
` [PATCH v7 08/26] tcp: authopt: Disable via sysctl by default
` [PATCH v7 09/26] tcp: authopt: Implement Sequence Number Extension
` [PATCH v7 10/26] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH v7 11/26] tcp: authopt: Add support for signing skb-less replies
` [PATCH v7 12/26] tcp: ipv4: Add AO signing for "
` [PATCH v7 13/26] tcp: authopt: Add key selection controls
` [PATCH v7 14/26] tcp: authopt: Add initial l3index support
` [PATCH v7 15/26] tcp: authopt: Add NOSEND/NORECV flags
` [PATCH v7 16/26] tcp: authopt: Add prefixlen support
` [PATCH v7 17/26] tcp: authopt: Add v4mapped ipv6 address support
` [PATCH v7 18/26] tcp: authopt: Add /proc/net/tcp_authopt listing all keys
` [PATCH v7 19/26] selftests: nettest: Rename md5_prefix to key_addr_prefix
` [PATCH v7 20/26] selftests: nettest: Initial tcp_authopt support
` [PATCH v7 21/26] selftests: net/fcnal: "
` [PATCH v7 22/26] tcp: authopt: Try to respect rnextkeyid from SYN on SYNACK
` [PATCH v7 23/26] tcp: authopt: tcp_authopt_lookup_send: Add anykey output param
` [PATCH v7 24/26] tcp: authopt: Initial support for TCP_AUTHOPT_FLAG_ACTIVE
` [PATCH v7 25/26] tcp: authopt: If no keys are valid for send report an error
` [PATCH v7 26/26] tcp: authopt: Initial implementation of TCP_REPAIR_AUTHOPT

[PATCH] staging: r8188eu: remove ioctl_cfg80211.h
 2022-08-18 19:54 UTC 

[PATCH V3 net 0/2] Add DT property to disable hibernation mode
 2022-08-18 19:58 UTC  (4+ messages)
` [PATCH V3 net 2/2] net: phy: at803x: add disable hibernation mode support

[PULL] Networking for 6.0-rc2
 2022-08-18 19:55 UTC 

[RFC} Commit 8a99b6833c88 Moves Important Real-time Settings To DebugFS
 2022-08-18 19:53 UTC 

[PATCH bpf-next v2 3/4] bpf: Add support for writing to nf_conn:mark
 2022-08-18 19:52 UTC  (7+ messages)

[PATCH v3 00/11] net: phy: Add support for rate adaptation
 2022-08-18 19:51 UTC  (8+ messages)
` [PATCH v3 02/11] net: phy: Add 1000BASE-KX interface mode

[PATCH v5 1/2] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-08-18 19:48 UTC  (3+ messages)

[PATCH v2] dt-bindings: phy: Update Pratyush Yadav's email
 2022-08-18 19:44 UTC  (2+ messages)

[PATCH 0/5] Add function suspend/resume and remote wakeup support
 2022-08-18 19:41 UTC  (15+ messages)
` [PATCH 2/5] usb: gadget: Add function "

[PATCH PoC 0/3] ACPI/PNP/HISI_LPC: Refactor ACPI platform code for reuse
 2022-08-18 19:41 UTC  (5+ messages)
` [PATCH PoC 1/3] ACPI / PNP: Don't add enumeration_by_parent devices
` [PATCH PoC 2/3] ACPI: platform: Refactor acpi_create_platform_device()

build failure of next-20220817 for amdgpu
 2022-08-18 19:34 UTC  (7+ messages)
        ` build failure of next-20220817 for amdgpu due to 7bc913085765 ("drm/amdkfd: Try to schedule bottom half on same core")

[PATCH] init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
 2022-08-18 19:31 UTC  (5+ messages)

[PATCH net-next v4 08/10] net: phylink: Adjust advertisement based on rate adaptation
 2022-08-18 19:31 UTC  (3+ messages)

net/ipv6/seg6_local.c:43:8: warning: Excessive padding in 'struct seg6_action_desc' (8 padding bytes, where 0 is optimal). Optimal fields order: attrs, optattrs, input, slwt_ops, action, static_headroom, consider reordering the fields or adding explicit p
 2022-08-18 19:31 UTC 

[syzbot] WARNING in iomap_iter
 2022-08-18 19:30 UTC  (2+ messages)

[RESEND PATCH net-next v4 00/25] net: dpaa: Cleanups in preparation for phylink conversion
 2022-08-18 19:28 UTC  (6+ messages)

[PATCH v16 mfd 0/8] add support for VSC7512 control over SPI
 2022-08-18 19:26 UTC  (7+ messages)
` [PATCH v16 mfd 8/8] mfd: ocelot: add support for the vsc7512 chip via spi

[PATCH 0/4] soc: qcom: Introduce PMIC GLINK
 2022-08-18 19:25 UTC  (2+ messages)

[PATCH v1] amba: Fix use-after-free in amba_read_periphid()
 2022-08-18 19:14 UTC 

[PATCH 0/6] ACPI: New helper function acpi_dev_get_memory_resources() and a new ACPI ID
 2022-08-18 19:12 UTC  (2+ messages)

[syzbot] WARNING in iomap_iter
 2022-08-18 19:09 UTC  (2+ messages)

[PATCH FYI 1/1] tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources
 2022-08-18 19:08 UTC 

[V3 00/11] KVM: selftests: Add simple SEV test
 2022-08-18 19:05 UTC  (7+ messages)
` [V3 10/11] KVM: selftests: Add ucall pool based implementation
` [V3 11/11] KVM: selftests: Add simple sev vm testing

[PATCH v2 0/5] sched, net: NUMA-aware CPU spreading interface
 2022-08-18 19:04 UTC  (6+ messages)
` [PATCH v2 1/5] bitops: Introduce find_next_andnot_bit()

[PATCH v2 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver
 2022-08-18 19:02 UTC  (4+ messages)
` [PATCH v2 1/2] s390/vfio-ap: fix hang during removal of mdev after duplicate assignment

[PATCH 12/31] net/tcp: Add tcp_parse_auth_options()
 2022-08-18 19:00 UTC  (2+ messages)

[PATCH 5.10-rt] locking/rtmutex: switch to EXPORT_SYMBOL() for ww_mutex_lock{,_interruptible}()
 2022-08-18 18:59 UTC  (3+ messages)

[syzbot] WARNING in __cancel_work
 2022-08-18 18:59 UTC 

[PATCH v2] kbuild: add configurable debug info level
 2022-08-18 18:57 UTC  (4+ messages)
` [PATCH v3] kbuild: add debug level and macro defs options

[PATCH FYI 1/1] tools headers UAPI: Sync KVM's kvm.h and vmx.h headers with the kernel sources
 2022-08-18 18:56 UTC 

[PATCH v14 0/4] trace: Introduce objtrace trigger to trace the kernel object
 2022-08-18 18:55 UTC  (7+ messages)
` [PATCH v14 4/4] Documentation: trace/objtrace: Add documentation for objtrace

[PATCH] selftests/vm: fix inability to build any vm tests
 2022-08-18 18:55 UTC  (4+ messages)

[PATCH 0/3] x86: make pat and mtrr independent from each other
 2022-08-18 18:54 UTC  (14+ messages)

[PATCH v2 0/8] Add support for Renesas RZ/Five SoC
 2022-08-18 18:53 UTC  (8+ messages)
` [PATCH v2 3/8] dt-bindings: soc: renesas: renesas.yaml: Document "
` [PATCH v2 4/8] RISC-V: Kconfig.socs: Add Renesas RZ/Five SoC kconfig option

Running kunit tests on platform devices
 2022-08-18 18:53 UTC  (5+ messages)

stalling IO regression since linux 5.12, through 5.18
 2022-08-18 18:52 UTC  (12+ messages)

[PATCH FYI 1/1] tools include UAPI: Sync linux/vhost.h with the kernel sources
 2022-08-18 18:52 UTC 

[PATCH 08/31] net/tcp: Introduce TCP_AO setsockopt()s
 2022-08-18 18:50 UTC  (3+ messages)

[PATCH] media: cedrus: hevc: Add check for invalid timestamp
 2022-08-18 18:46 UTC  (6+ messages)
`  "

[PATCH] arm64: dts: qcom: sc7180: Add sleep state for alc5682 codec
 2022-08-18 18:46 UTC  (3+ messages)

[PATCH v3 1/2] cedrus: Use vb2_find_buffer
 2022-08-18 18:45 UTC  (2+ messages)

[PATCH] perf/x86/intel: Fix pebs event constraints for ADL
 2022-08-18 18:44 UTC 

[GIT PULL] flexible-array transformations in UAPI for 6.0-rc1
 2022-08-18 18:43 UTC  (4+ messages)

[PATCH v2 0/2] Add support for components requiring trailing clock after transfer
 2022-08-18 18:35 UTC  (6+ messages)
` [PATCH v2 2/2] spi: fsl-spi: Implement trailing bits

[PATCH 1/5] dynamic_dname(): drop unused dentry argument
 2022-08-18 18:34 UTC  (3+ messages)
` [PATCH 3/5] ->getprocattr(): attribute name is const char *, TYVM

bpf selftest failed in 5.4.210 kernel
 2022-08-18 18:33 UTC  (3+ messages)

[PATCH v2] dt-bindings: Fix incorrect "the the" corrections
 2022-08-18 18:30 UTC  (2+ messages)

[PATCH] KVM: selftests: Run dirty_log_perf_test on specific cpus
 2022-08-18 18:28 UTC  (7+ messages)

[PATCH 0/4] iio/adc-joystick: buffer data parsing fixes
 2022-08-18 18:28 UTC  (2+ messages)

RIP: 0010:qede_load+0x128d/0x13b0 [qede] - 5.19.0
 2022-08-18 18:26 UTC  (8+ messages)
          ` [EXT] "

[PATCH] drm/amd/display: fix i386 frame size warning
 2022-08-18 18:25 UTC  (2+ messages)

[PATCH] dt-bindings: spi: renesas,sh-msiof: Fix 'unevaluatedProperties' warnings
 2022-08-18 18:21 UTC  (3+ messages)

[PATCH 0/4] Documentation: KUnit: minor fixes
 2022-08-18 18:20 UTC  (2+ messages)

[PATCH v2] x86/bugs: Add "unknown" reporting for MMIO Stale Data
 2022-08-18 18:20 UTC  (3+ messages)

[PATCH v1 0/6] Mutex wrapper, locking and memory leak fixes
 2022-08-18 18:17 UTC  (4+ messages)
` [PATCH v1 5/6] perf mutex: Fix thread safety analysis

[RESEND PATCH] perf/x86/intel: Fix unchecked MSR access error for Alder Lake N
 2022-08-18 18:15 UTC 

[PATCH] fbcon: Properly revert changes when vc_resize() failed
 2022-08-18 18:13 UTC 

[PATCH 1/3] tools/build: Fix feature detection output due to eval expansion
 2022-08-18 18:14 UTC  (6+ messages)
` [PATCH 3/3] tools/build: Display logical OR of a feature flavors

[PATCH net] net: dpaa: Fix <1G ethernet on LS1046ARDB
 2022-08-18 18:09 UTC  (2+ messages)

[RFC 1/2] soc: qcom_stats: Add state container
 2022-08-18 18:04 UTC  (3+ messages)
` [RFC 2/2] soc: qcom_stats: Add dynamic debugfs entries for subsystems

[PATCH v5 00/26] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-08-18 17:57 UTC  (9+ messages)
` [PATCH v5 03/26] x86/hyperv: Update 'struct hv_enlightened_vmcs' definition
` [PATCH v5 09/26] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v5 22/26] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()

[PATCH net] net/sched: fix netdevice reference leaks in attach_one_default_qdisc()
 2022-08-18 17:56 UTC  (2+ messages)

[PATCH 0/3] ASoC platform driver for Apple MCA
 2022-08-18 17:54 UTC  (5+ messages)
` [PATCH 2/3] ASoC: apple: mca: Start new platform driver

[PATCH v2 1/2] usb: xhci-mtk: relax TT periodic bandwidth allocation
 2022-08-18 17:48 UTC  (2+ messages)

[PATCH v1 1/5] powerpc/32: Do not allow selection of e5500 or e6500 CPUs on PPC32
 2022-08-18 17:46 UTC  (3+ messages)
` [PATCH v1 2/5] powerpc/32: Don't always pass -mcpu=powerpc to the compiler

[PATCH 0/9] Replace PREEMPT_RT ifdefs with preempt_[dis|en]able_nested()
 2022-08-18 17:45 UTC  (10+ messages)
` [PATCH 1/9] slub: Make PREEMPT_RT support less convoluted
` [PATCH 9/9] u64_stat: Remove the obsolete fetch_irq() variants

[PATCH v1] regmap: introduce value tracing for regmap bulk operations
 2022-08-18 17:44 UTC  (5+ messages)

[PATCH v2 0/9] usb: dwc3: qcom: fix wakeup implementation
 2022-08-18 17:44 UTC  (5+ messages)
` [PATCH v2 3/9] usb: dwc3: qcom: fix gadget-only builds

[PATCH v2 1/2] stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_remove()
 2022-08-18 17:40 UTC  (3+ messages)

[PATCH net] net: ethernet: altera: Add use of ethtool_op_get_ts_info
 2022-08-18 17:40 UTC  (4+ messages)

[PATCH v12 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-18 17:35 UTC  (3+ messages)
` [PATCH v12 07/10] selftests/bpf: Compile kernel with everything as built-in

[PATCH 0/5] Adding more robustness to microcode loading
 2022-08-18 17:34 UTC  (4+ messages)
` [PATCH 3/5] x86/microcode/intel: Allow a late-load only if a min rev is specified

[PATCH net] net: phy: Warn if phy is attached when removing
 2022-08-18 17:32 UTC  (3+ messages)

[PATCH] powerpc/vdso: Don't map VDSO at a fixed address on PPC32
 2022-08-18 17:31 UTC 

[PATCH RESEND] iommu/iova: Optimize alloc_iova with rbtree_augmented
 2022-08-18 17:29 UTC  (2+ messages)

[PATCH v2] amba: Fix use-after-free in amba_read_periphid()
 2022-08-18 17:28 UTC 

[PATCH v2 0/3] docs: conf.py: Reduce texlive dependency
 2022-08-18 17:28 UTC  (8+ messages)
` [PATCH v2 1/3] docs/conf.py: Treat mathjax as fallback math renderer
` [PATCH v2 2/3] docs/conf.py: Respect env variable SPHINX_IMGMATH
` [PATCH v2 3/3] docs: kerneldoc-preamble: Test xeCJK.sty before loading

[PATCH 0/3] x86/kvm, objtool: Fix KVM "missing ENDBR" bug
 2022-08-18 17:25 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: leds: register-bit-led: Add active-low property
 2022-08-18 17:25 UTC  (2+ messages)
` [PATCH 2/2] leds: syscon: Implement support for "

[PATCH v2] platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfs
 2022-08-18 17:24 UTC  (2+ messages)

[PATCH V2 2/2] mm/damon/lru_sort: Remove struct of damon_lru_sort_ram_walk_arg
 2022-08-18 17:23 UTC  (2+ messages)

[PATCH v3 resend 0/6] Implement call_rcu_lazy() and miscellaneous fixes
 2022-08-18 17:23 UTC  (4+ messages)
` [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths

[PATCH 0/2] ext4: fix a infinite loop in do_writepages after online resizing
 2022-08-18 17:23 UTC  (5+ messages)
` [PATCH 2/2] ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinite loop

[PATCH v6 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-18 17:22 UTC  (5+ messages)
` [PATCH v6 2/5] "

[net-next v4 0/3] net: ethernet: adi: Add ADIN1110 support
 2022-08-18 17:21 UTC  (3+ messages)
` [net-next v4 3/3] dt-bindings: net: adin1110: Add docs

[PATCH] fs/btrfs: Use atomic_try_cmpxchg in free_extent_buffer
 2022-08-18 17:14 UTC  (2+ messages)

[PATCH] docs/arm64: elf_hwcaps: Unify HWCAP lists as description lists
 2022-08-18 17:17 UTC  (3+ messages)
` [PATCH v2] docs/arm64: elf_hwcaps: unify newlines in HWCAP lists


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).