All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-14 15:12:17 to 2022-07-14 15:50:14 UTC [more...]

[PATCH 00/11] Add Cortex-R52
 2022-07-14 15:34 UTC  (12+ messages)
` [PATCH 01/11] target/arm: Add ARM_FEATURE_V8_R
` [PATCH 02/11] target/arm: Add ARM Cortex-R52 cpu
` [PATCH 03/11] target/arm: Add v8R MIDR register
` [PATCH 04/11] target/arm: Make RVBAR available for non AARCH64 CPUs
` [PATCH 07/11] target/arm: Enable TTBCR_EAE for ARM_FEATURE_V8_R
` [PATCH 09/11] target/arm: Add PMSAv8r functionality

[PATCH] KVM: arm64: selftests: Add support for GICv2 on v3
 2022-07-14 15:41 UTC  (3+ messages)

[igt-dev] [i-g-t 1/2] tests/kms_color_chamelium: Convert tests to dynamic
 2022-07-14 15:47 UTC 

[PULL v2 00/19] aspeed queue
 2022-07-14 15:44 UTC  (9+ messages)
` [PULL 01/19] aspeed: sbc: Allow per-machine settings
` [PULL 02/19] hw/i2c/pmbus: Add idle state to return 0xff's
` [PULL 03/19] hw/sensor: Add IC_DEVICE_ID to ISL voltage regulators
` [PULL 04/19] hw/sensor: Add Renesas ISL69259 device model
` [PULL 08/19] aspeed: Add fby35 skeleton
` [PULL 10/19] aspeed: fby35: Add a bootrom for the BMC
` [PULL 11/19] aspeed: Add AST1030 (BIC) to fby35
` [PULL 12/19] docs: aspeed: Add fby35 multi-SoC machine section

[PATCH] dt-bindings: pinctrl: mt8195: Add and use drive-strength-microamp
 2022-07-14 15:37 UTC  (3+ messages)

[PATCH v6 0/7] tpm: rng: Move TPM RNG functionality to driver model
 2022-07-14 15:47 UTC  (12+ messages)
` [PATCH v6 3/7] tpm: Add the RNG child device

[GIT PULL] ARM: soc: MediaTek related SoC driver updates for v5.20
 2022-07-14 15:36 UTC  (3+ messages)

[PATCH] ASoC: rockchip-i2s: Undo BCLK pinctrl changes
 2022-07-14 15:46 UTC  (2+ messages)

[OE-core] [PATCH] udev-extraconf:mount.sh: fix path mismatching issues
 2022-07-14 15:47 UTC 

[PATCH 0/4] add support for bias pull-disable
 2022-07-14 15:47 UTC  (13+ messages)
` [PATCH 1/4] gpiolib: add support for bias pull disable

[Bug 923] i40e PMD contains copy-pasted bug from mempool library
 2022-07-14 15:46 UTC  (2+ messages)

[GIT PULL] ARM: dts: MediaTek DT changes for v5.20
 2022-07-14 15:36 UTC  (3+ messages)

[PATCH v3 0/2] two regression tests for ext4
 2022-07-14 15:46 UTC  (3+ messages)
` [PATCH v3 1/2] ext4: resize fs after resize_inode without e2fsck

[GIT PULL] Allwinner config64 changes for 5.20
 2022-07-14 15:45 UTC  (4+ messages)

[PATCH] mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte
 2022-07-14 15:45 UTC  (9+ messages)

[GIT PULL] arm64: dts: MediaTek updates for v5.20
 2022-07-14 15:36 UTC  (3+ messages)

[RFC PATCH v2] printk: console: Allow each console to have its own loglevel
 2022-07-14 15:44 UTC  (4+ messages)
` design: was: "

[OE-core] [PATCH V3 0/1] meta: introduce UBOOT_MKIMAGE_KERNEL_TYPE
 2022-07-14 15:45 UTC  (2+ messages)
` [OE-core] [PATCH V3 1/1] "

[RFC PATCH 0/3] Introduce devm_xa_init
 2022-07-14 15:44 UTC  (5+ messages)
` [RFC PATCH 1/3] xarray: Introduce devm_xa_init()

[PATCH] shortlog: use a stable sort
 2022-07-14 15:43 UTC 

[PATCH -next] drm/amdgpu: double free error and freeing uninitialized null pointer
 2022-07-14 15:43 UTC  (6+ messages)

Gang submit v2
 2022-07-14 15:43 UTC  (5+ messages)
` [PATCH 01/10] drm/sched: move calling drm_sched_entity_select_rq
` [PATCH 07/10] drm/amdgpu: move setting the job resources

[PATCH] usb: dwc3: qcom: Defer dwc3-qcom probe if dwc3 isn't probed properly
 2022-07-14 15:43 UTC  (7+ messages)

[PATCH v2 00/20] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies)
 2022-07-14 15:20 UTC  (63+ messages)
` [PATCH v2 01/20] KVM: arm64: Add get_reg_by_id() as a sys_reg_desc retrieving helper
` [PATCH v2 02/20] KVM: arm64: Reorder handling of invariant sysregs from userspace
` [PATCH v2 03/20] KVM: arm64: Introduce generic get_user/set_user helpers for system registers
` [PATCH v2 04/20] KVM: arm64: Rely on index_to_param() for size checks on userspace access
` [PATCH v2 05/20] KVM: arm64: Consolidate sysreg userspace accesses
` [PATCH v2 06/20] KVM: arm64: Get rid of reg_from/to_user()
` [PATCH v2 07/20] KVM: arm64: vgic-v3: Simplify vgic_v3_has_cpu_sysregs_attr()
` [PATCH v2 08/20] KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess()
` [PATCH v2 09/20] KVM: arm64: vgic-v3: Make the userspace accessors use sysreg API
` [PATCH v2 10/20] KVM: arm64: vgic-v3: Convert userspace accessors over to FIELD_GET/FIELD_PREP
` [PATCH v2 11/20] KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace
` [PATCH v2 12/20] KVM: arm64: vgic-v3: Consolidate userspace access for MMIO registers
` [PATCH v2 13/20] KVM: arm64: vgic-v2: "
` [PATCH v2 14/20] KVM: arm64: vgic: Use {get,put}_user() instead of copy_{from.to}_user
  ` [PATCH v2 14/20] KVM: arm64: vgic: Use {get, put}_user() "
` [PATCH v2 15/20] KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address setting
` [PATCH v2 16/20] KVM: arm64: vgic: Consolidate userspace access for "
` [PATCH v2 17/20] KVM: arm64: vgic: Tidy-up calls to vgic_{get,set}_common_attr()
  ` [PATCH v2 17/20] KVM: arm64: vgic: Tidy-up calls to vgic_{get, set}_common_attr()
` [PATCH v2 18/20] KVM: arm64: Get rid of find_reg_by_id()
` [PATCH v2 19/20] KVM: arm64: Descope kvm_arm_sys_reg_{get,set}_reg()
` [PATCH v2 20/20] KVM: arm64: Get rid or outdated comments

[PATCH] KVM: x86: Restrict get_mt_mask() to a u8, use KVM_X86_OP_OPTIONAL_RET0
 2022-07-14 15:43 UTC  (2+ messages)

[RFC PATCH 0/6] add json string escaping to telemetry
 2022-07-14 15:42 UTC  (2+ messages)

[PATCH] KVM: selftests: Double check on the current CPU in rseq_test
 2022-07-14 15:42 UTC  (6+ messages)

[PATCH v6 00/10] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
 2022-07-14 15:39 UTC  (14+ messages)
` [PATCH v6 09/10] i386/pc: relocate 4g start to 1T where applicable

[PATCH v3 0/2] Call blk_mq_free_tag_set() earlier
 2022-07-14 15:40 UTC  (6+ messages)
` [PATCH v3 1/2] scsi: core: Make sure that hosts outlive targets and devices

cip/linux-4.4.y-cip build: 187 builds: 5 failed, 182 passed, 6 errors, 200 warnings (v4.4.302-cip69-508-gd887d54a1be6)
 2022-07-14 15:40 UTC  (2+ messages)
` [cip-dev] cip/linux-4.4.y-cip build: 187 builds: 5 failed, 182 passed, 6 errors, 200 warnings (v4.4.302-cip69-508-gd887d54a1be6) #kernelci

[DRBD-announce] drbd-9.1.8
 2022-07-14 15:39 UTC 

[PATCH v2 0/3] module: Show the last unloaded module's taint flag(s)
 2022-07-14 15:39 UTC  (4+ messages)
` [PATCH v2 1/3] module: Modify module_flags() to accept show_state argument
` [PATCH v2 2/3] module: Use strscpy() for last_unloaded_module
` [PATCH v2 3/3] module: Show the last unloaded module's taint flag(s)

[PATCH V13 0/9] CXL: Read CDAT and DSMAS data
 2022-07-14 15:38 UTC  (3+ messages)
` [PATCH V13 6/9] cxl/port: Read CDAT table

[PATCH v2] dt-bindings: nvidia,tegra20-kbc: Convert to json-schema
 2022-07-14 15:37 UTC 

[PATCH v2] KVM: x86: Add dedicated helper to get CPUID entry with significant index
 2022-07-14 15:38 UTC  (6+ messages)

[igt-dev] [PATCH] i915/gem_ctx_persistence: adjust hostile test timeout
 2022-07-14 15:38 UTC  (4+ messages)

Xenomai 4 / oob_sendmsg crashes kernel from tidbits/oob-net-icmp
 2022-07-14 15:18 UTC  (2+ messages)

[PATCH v2] net: dsa: microchip: ksz_common: Fix refcount leak bug
 2022-07-14 15:35 UTC  (2+ messages)

[GIT PULL] Allwinner DT fixes for 5.19, part 2
 2022-07-14 15:31 UTC  (3+ messages)

[GIT PULL] Allwinner DT fixes for 5.19
 2022-07-14 15:31 UTC  (3+ messages)

[RFC PATCH 00/17] xdp: Add packet queueing and scheduling capabilities
 2022-07-14 15:33 UTC  (4+ messages)

[GIT PULL] Allwinner device tree changes for 5.20, part 2
 2022-07-14 15:31 UTC  (3+ messages)

[GIT PULL] Allwinner drivers changes for 5.20
 2022-07-14 15:31 UTC  (3+ messages)

[GIT PULL] Allwinner device tree changes for 5.20
 2022-07-14 15:31 UTC  (3+ messages)

[igt-dev] [PATCH] lib/igt_aux: do not complain about dead processes
 2022-07-14 15:33 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH v3 0/3] KVM: x86/mmu: Cleanups from eager page splitting
 2022-07-14 15:32 UTC  (2+ messages)

[PATCH] KVM: SVM: fix task switch emulation on INTn instruction
 2022-07-14 15:32 UTC  (2+ messages)

[yocto] Minutes: Yocto Project Weekly Triage Meeting 7/14/2022
 2022-07-14 15:30 UTC 

[PATCH V1 1/1] serial: fsl_lpuart: zero out parity bit in CS7 mode
 2022-07-14 15:30 UTC  (6+ messages)
  ` [EXT] "

[PATCH for-next 0/4] nvme-multipathing for uring-passthrough
 2022-07-14 15:30 UTC  (16+ messages)
  ` [PATCH for-next 4/4] nvme-multipath: add multipathing for uring-passthrough commands
  ` [PATCH for-next 3/4] io_uring: grow a field in struct io_uring_cmd

[PATCH net-next v2 1/3] net: Add a bhash2 table hashed by port + address
 2022-07-14 15:30 UTC 

[PATCH -next] arch_topology: Fix cache attributes detection in the CPU hotplug path
 2022-07-14 15:27 UTC  (6+ messages)

[PATCH] workqueue: Use active mask for new worker when pool is DISASSOCIATED
 2022-07-14 15:17 UTC  (4+ messages)

[GIT PULL] Microchip devicetree fixes for 5.19-rc6
 2022-07-14 15:28 UTC  (2+ messages)

[RFC PATCH 0/3] nfsd: close potential race between open and setting delegation
 2022-07-14 15:28 UTC  (4+ messages)
` [RFC PATCH 1/3] nfsd: drop fh argument from alloc_init_deleg
` [RFC PATCH 2/3] nfsd: rework arguments to nfs4_set_delegation
` [RFC PATCH 3/3] nfsd: vet the opened dentry after setting a delegation

[PATCH v2 0/9] KVM: x86/MMU: Optimize disabling dirty logging
 2022-07-14 15:27 UTC  (5+ messages)

[PATCH v6 4/7] pack-bitmap.c: don't ignore ENOENT silently
 2022-07-14 15:25 UTC  (2+ messages)

stable-rc/queue/5.10 baseline: 146 runs, 23 regressions (v5.10.130-135-g177ed8419a5f)
 2022-07-14 15:25 UTC 

[Bug 1052] Some PMDs bypass mempool instrumentation
 2022-07-14 15:25 UTC 

[LTP] [PATCH] nice01/02/03/04: docparse comment
 2022-07-14 15:24 UTC 

[PATCH 00/14] imx: kontron-sl-mx8mm: Improvements and OSM board support
 2022-07-14 15:23 UTC  (3+ messages)
` [PATCH 11/14] imx: kontron-sl-mx8mm: Use the VSELECT signal to switch SD card IO voltage

[RFC PATCH 0/8] Refactor bdrv_try_set_aio_context using transactions
 2022-07-14 15:13 UTC  (3+ messages)
` [RFC PATCH 2/8] transactions: add tran_add_back

[PATCH 0/2] wifi: brcmfmac: add DT property for trivial ccode mapping
 2022-07-14 15:22 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: bcm4329-fmac: add optional brcm,ccode-map-trivial
` [PATCH 2/2] wifi: brcmfmac: support brcm,ccode-map-trivial DT property

[PATCH 0/8] MAINTAINERS and Docs: Use Lee Jones' kernel.org address going forward
 2022-07-14 15:21 UTC  (4+ messages)
` [PATCH 3/8] MAINTAINERS: Remove myself as PWM maintainer

[Intel-gfx] [PATCH v2 00/21] Fix performance regressions with TLB and add GuC support
 2022-07-14 15:20 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 16/21] drm/i915: Define GuC Based TLB invalidation routines
  `  "

[PATCH v2] sched/deadline: Fix BUG_ON condition for deboosted tasks
 2022-07-14 15:19 UTC 

[PATCH] net: dsa: microchip: ksz_common: Fix refcount leak bug
 2022-07-14 15:18 UTC  (3+ messages)
  `  "

properly set test pattern to a sub-device
 2022-07-14 15:22 UTC 

[PATCH -printk] printk, tracing: fix console tracepoint
 2022-07-14 15:17 UTC  (12+ messages)

[PATCH 0/2] nvme: short-circuit connection retries
 2022-07-14 15:17 UTC  (4+ messages)
` [PATCH 1/2] nvme-tcp: short-circuit connect retries

[PATCH 0/3] target: RFC: display deprecation note for '-cpu help'
 2022-07-14 15:07 UTC  (3+ messages)
` [PATCH 2/3] target/s390x: display deprecation note in "
` [PATCH 3/3] target/arm: "

[PATCH net-next v2 0/6] net/smc: Introduce virtually contiguous buffers for SMC-R
 2022-07-14 15:16 UTC  (2+ messages)

[PATCH] nvme-tcp: delay error recovery after link drop
 2022-07-14 15:15 UTC  (3+ messages)

[PATCH net-next] improve handling of ICMP_EXT_ECHO icmp type
 2022-07-14 15:13 UTC 

Question: regmap_field_write() - why using update?
 2022-07-14 15:15 UTC  (4+ messages)

stable-rc/queue/5.15 baseline: 121 runs, 8 regressions (v5.15.54-80-g1cc020ff12e44)
 2022-07-14 15:14 UTC 

[PATCH v1 0/3] Add dtsi for sc7280 herobrine boards that using
 2022-07-14 15:12 UTC  (4+ messages)
` [PATCH v1 3/3] arm64: dts: qcom: sc7280: include sc7280-herobrine-audio-rt5682.dtsi in villager and herobrine-r1

[XEN PATCH 0/2] xen: check-endbr.sh fix and improvement
 2022-07-14 15:12 UTC  (3+ messages)
` [XEN PATCH 1/2] xen: Fix check-endbr with mawk

stable-rc/queue/5.18 baseline: 153 runs, 6 regressions (v5.18.11-62-gf8ff14144283)
 2022-07-14 15:12 UTC 

[RFC PATCH net-next 0/3] Delete ds->configure_vlan_while_not_filtering
 2022-07-14 15:12 UTC  (11+ messages)
` [RFC PATCH net-next 3/3] net: dsa: never skip VLAN configuration


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.