All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-10 19:44:33 to 2021-11-10 20:33:33 UTC [more...]

[RFC PATCH v3 0/2] s390x: Improvements to SIGP handling [KVM]
 2021-11-10 20:33 UTC  (3+ messages)
` [RFC PATCH v3 1/2] Capability/IOCTL/Documentation
` [RFC PATCH v3 2/2] KVM: s390: Extend the USER_SIGP capability

[PATCH v3 1/2] mt76: mt7915: fix STA mode connection on DFS channels
 2021-11-10 20:32 UTC  (3+ messages)
` [PATCH v3 2/2] mt76: mt7915: fix radar detector logic

[PATCH v2] PCI/MSI: Re-add checks for skip masking MSI-X on Xen PV
 2021-11-10 20:30 UTC  (9+ messages)
` [PATCH] PCI/MSI: Fix masking MSI/MSI-X "
    ` [PATCH] PCI/MSI: Move non-mask check back into low level accessors

[PATCH 1/2] Documentation: power: Add description about new callback for EM registration
 2021-11-10 20:28 UTC  (3+ messages)

[PATCH v2 0/1] ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()
 2021-11-10 20:27 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] usb: musb: sunxi: Don't print error on MUSB_ULPI_BUSCONTROL access
 2021-11-10 20:27 UTC  (3+ messages)

[PATCH v2 0/5] preempt: PREEMPT vs PREEMPT_DYNAMIC configs fixup
 2021-11-10 20:24 UTC  (12+ messages)
` [PATCH v2 1/5] preempt: Restore preemption model selection configs
` [PATCH v2 2/5] preempt/dynamic: Introduce preempt mode accessors
` [PATCH v2 3/5] powerpc: Use preemption model accessors
` [PATCH v2 4/5] kscan: "
` [PATCH v2 5/5] ftrace: Use preemption model accessors for trace header printout

[PATCH v4 0/2] Fix simple-bus issues with fw_devlink
 2021-11-10 20:24 UTC  (6+ messages)
` [PATCH v4 1/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices

stable-rc/queue/5.14 baseline: 195 runs, 1 regressions (v5.14.17-13-gb040e99ae09f)
 2021-11-10 20:25 UTC 

[RFC] Branches with --recurse-submodules
 2021-11-10 20:25 UTC  (5+ messages)

stable-rc/linux-5.4.y build: 184 builds: 3 failed, 181 passed, 4 errors, 29 warnings (v5.4.158-18-g1422b7f3f43d)
 2021-11-10 20:23 UTC 

stable-rc/linux-4.14.y build: 194 builds: 2 failed, 192 passed, 2 errors, 32 warnings (v4.14.254-23-g0e0c342dbc36)
 2021-11-10 20:23 UTC 

[PATCH V2 0/4] xen: Add support of extended regions (safe ranges) on Arm
 2021-11-10 20:21 UTC  (5+ messages)
` [PATCH V2 4/4] arm/xen: Read extended regions from DT and init Xen resource

[PATCH] drm: bridge: dw-hdmi: Fix RGB to YUV color space conversion
 2021-11-10 20:20 UTC  (3+ messages)

[PATCH] drm/amd/pm: Enhanced reporting also for a stuck command
 2021-11-10 20:20 UTC  (2+ messages)

fs/io_uring.c:2330:40: error: variable 'prev' set but not used
 2021-11-10 20:19 UTC  (2+ messages)

[powercap/drivers/dtpm] 7a89d7eacf: WARNING:at_kernel/cpu.c:#_cpu_down
 2021-11-10 20:19 UTC  (4+ messages)
` [PATCH] powercap/drivers/dtpm_cpu: Fix suspend failure and kernel warning

[PATCH] iommu/vt-d: Remove unused dma_to_mm_pfn function
 2021-11-10 20:19 UTC  (3+ messages)

[PATCH v3] xen/arm: don't assign domU static-mem to dom0 as reserved-memory
 2021-11-10 20:18 UTC 

[PATCH 0/7] task comm cleanups
 2021-11-10 20:17 UTC  (4+ messages)
` [PATCH 1/7] fs/exec: make __set_task_comm always set a nul terminated string

[PATCH v2 00/30] btrfs-progs: extent tree v2 support, global roots
 2021-11-10 20:14 UTC  (31+ messages)
` [PATCH v2 01/30] btrfs-progs: stop accessing ->extent_root directly
` [PATCH v2 02/30] btrfs-progs: stop accessing ->free_space_root directly
` [PATCH v2 03/30] btrfs-progs: track csum, extent, and free space trees in a rb tree
` [PATCH v2 04/30] btrfs-progs: check: make reinit work per found root item
` [PATCH v2 05/30] btrfs-progs: check: check the global roots for uptodate root nodes
` [PATCH v2 06/30] btrfs-progs: check: check all of the csum roots
` [PATCH v2 07/30] btrfs-progs: check: fill csum root from all extent roots
` [PATCH v2 08/30] btrfs-progs: common: search all extent roots for marking used space
` [PATCH v2 09/30] btrfs-progs: common: allow users to select extent-tree-v2 option
` [PATCH v2 10/30] btrfs-progs: add definitions for the block group tree
` [PATCH v2 11/30] btrfs-progs: add on disk pointers to global tree ids
` [PATCH v2 12/30] btrfs-progs: add support for loading the block group root
` [PATCH v2 13/30] btrfs-progs: add print support for the block group tree
` [PATCH v2 14/30] btrfs-progs: mkfs: use the btrfs_block_group_root helper
` [PATCH v2 15/30] btrfs-progs: check-lowmem: "
` [PATCH v2 16/30] btrfs-progs: handle no bg item in extent tree for free space tree
` [PATCH v2 17/30] btrfs-progs: mkfs: add support for the block group tree
` [PATCH v2 18/30] btrfs-progs: check: add block group tree support
` [PATCH v2 19/30] btrfs-progs: qgroup-verify: scan extents based on block groups
` [PATCH v2 20/30] btrfs-progs: check: make free space tree validation extent tree v2 aware
` [PATCH v2 21/30] btrfs-progs: check: add helper to reinit the root based on a key
` [PATCH v2 22/30] btrfs-progs: check: handle the block group tree properly
` [PATCH v2 23/30] btrfs-progs: load the number of global roots into the fs_info
` [PATCH v2 24/30] btrfs-progs: handle the per-block group global root id
` [PATCH v2 25/30] btrfs-progs: add a btrfs_delete_and_free_root helper
` [PATCH v2 26/30] btrfs-progs: make btrfs_clear_free_space_tree extent tree v2 aware
` [PATCH v2 27/30] btrfs-progs: make btrfs_create_tree take a key for the root key
` [PATCH v2 28/30] btrfs-progs: mkfs: set chunk_item_objectid properly for extent tree v2
` [PATCH v2 29/30] btrfs-progs: mkfs: create the global root's
` [PATCH v2 30/30] btrfs-progs: check: don't do the root item check for extent tree v2

[PATCH 1/1] ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()
 2021-11-10 20:14 UTC  (3+ messages)

bcache-register hang after reboot
 2021-11-10 20:13 UTC  (2+ messages)

[PATCH v2 00/13] btrfs-progs: extent tree v2 global root support prep work
 2021-11-10 20:11 UTC  (15+ messages)
` [PATCH v2 01/13] btrfs-progs: check: fix set_extent_dirty range
` [PATCH v2 02/13] btrfs-progs: simplify btrfs_make_block_group
` [PATCH v2 03/13] btrfs-progs: check: don't walk down non fs-trees for qgroup check
` [PATCH v2 04/13] btrfs-progs: filesystem-show: close ctree once we're done
` [PATCH v2 05/13] btrfs-progs: add a helper for setting up a root node
` [PATCH v2 06/13] btrfs-progs: btrfs-shared: stop passing root to csum related functions
` [PATCH v2 07/13] btrfs-progs: check: stop passing csum root around
` [PATCH v2 08/13] btrfs-progs: stop accessing ->csum_root directly
` [PATCH v2 09/13] btrfs-progs: image: keep track of seen blocks when walking trees
` [PATCH v2 10/13] btrfs-progs: common: move btrfs_fix_block_accounting to repair.c
` [PATCH v2 11/13] btrfs-progs: check: abstract out the used marking helpers
` [PATCH v2 12/13] btrfs-progs: check: move btrfs_mark_used_tree_blocks to common
` [PATCH v2 13/13] btrfs-progs: mark reloc roots as used

[PATCH v2 net] net: fix premature exit from NAPI state polling in napi_disable()
 2021-11-10 20:11 UTC  (2+ messages)

[PATCH 2/2] selftests: timens: exec: use 'labs()' over 'abs()'
 2021-11-10 20:11 UTC  (4+ messages)
` [PATCHv2] "

[GIT PULL] arm64 fixes for -rc1
 2021-11-10 20:09 UTC  (3+ messages)

[GIT PULL] ARM: SoC fixes for v5.16
 2021-11-10 20:09 UTC  (4+ messages)

[GIT PULL] chrome-platform changes for v5.16
 2021-11-10 20:10 UTC  (2+ messages)

[GIT PULL] More power management updates for v5.16-rc1
 2021-11-10 20:10 UTC  (2+ messages)

[GIT PULL] xen: branch for v5.16-rc1
 2021-11-10 20:10 UTC  (2+ messages)

[GIT PULL] More thermal control updates for v5.16-rc1
 2021-11-10 20:10 UTC  (2+ messages)

[GIT PULL] More ACPI updates for v5.16-rc1
 2021-11-10 20:10 UTC  (2+ messages)

[GIT PULL] libnvdimm for v5.16
 2021-11-10 20:10 UTC  (2+ messages)

[GIT PULL]: dmaengine updates for v5.16-rc1
 2021-11-10 20:10 UTC  (2+ messages)

[GIT PULL] asm-generic: asm/syscall.h cleanup
 2021-11-10 20:09 UTC  (2+ messages)

[PATCH 5.10 00/21] 5.10.79-rc1 review
 2021-11-10 20:09 UTC  (2+ messages)

[PATCH] ARM: vdso: remove -nostdlib compiler flag
 2021-11-10 20:06 UTC  (3+ messages)

[PATCH v2 0/9] diffcore-rename improvements
 2021-11-10 20:06 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/9] diffcore-rename: simplify limit check

[PATCH v3 0/3] Update VMware maintainer entries
 2021-11-10 20:09 UTC  (10+ messages)
` [PATCH v3 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface
` [PATCH v3 2/3] MAINTAINERS: Add Zack as maintainer of vmmouse driver
` [PATCH v3 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases

[PATCHv3 0/3] tracing/rwmmio/arm64: Add support to trace register reads/writes
 2021-11-10 20:03 UTC  (14+ messages)
` [PATCHv3 3/3] dynamic_debug: Add a flag for dynamic event tracing

stable-rc/queue/5.4 baseline: 192 runs, 2 regressions (v5.4.158-7-gae53c49d452f)
 2021-11-10 20:05 UTC 

[RFC PATCH v3 0/8] Adds support for PHY LEDs with offload triggers
 2021-11-10 20:04 UTC  (13+ messages)
` [RFC PATCH v3 2/8] leds: add function to configure hardware controlled LED
` [RFC PATCH v3 4/8] leds: trigger: netdev: rename and expose NETDEV trigger enum modes
` [RFC PATCH v3 6/8] leds: trigger: add hardware-phy-activity trigger

printk deadlock due to double lock attempt on current CPU's runqueue
 2021-11-10 20:03 UTC  (9+ messages)

[REGRESSION]: drivers/firmware: move x86 Generic System Framebuffers support
 2021-11-10 20:02 UTC 

[PATCH] maintenance: disable cron on macOS
 2021-11-10 20:01 UTC  (3+ messages)

[PATCH 1/2] x86/vdso: remove -nostdlib compiler flag
 2021-11-10 20:01 UTC  (6+ messages)
` [PATCH 2/2] x86/purgatory: "

VE~INMAIL
 2021-11-09  9:08 UTC 

[PATCH v3 0/5] Update STMicroelectronics maintainers email
 2021-11-10 19:53 UTC  (26+ messages)
` [PATCH v3 1/5] dt-bindings: timer: Update maintainers for st,stm32-timer
` [PATCH v3 2/5] dt-bindings: mfd: timers: Update maintainers for st,stm32-timers
` [PATCH v3 3/5] dt-bindings: media: Update maintainers for st,stm32-cec.yaml
` [PATCH v3 4/5] dt-bindings: media: Update maintainers for st,stm32-hwspinlock.yaml
` [PATCH v3 5/5] dt-bindings: treewide: Update @st.com email address to @foss.st.com

[PATCH] rcu-tasks: Inspect stalled task's trc state in locked state
 2021-11-10 19:55 UTC  (4+ messages)

[PATCH v3 bpf-next 0/3] bpf: Prevent writing read-only memory
 2021-11-10 19:54 UTC  (3+ messages)

[PATCH] ACPI: PM: Avoid removing power from unused hardware too early
 2021-11-10 19:53 UTC 

[PATCH v3 1/4] dt-bindings: i2c: i2c-mt65xx: convert doc to yaml schema format
 2021-11-10 19:49 UTC  (12+ messages)
` [PATCH v3 2/4] dt-bindings: i2c: i2c-mt65xx: add binding for MT8365 SoC
` [PATCH v3 3/4] i2c: i2c-mt65xx: add MT8365 SoC support
` [PATCH v3 4/4] arm64: dts: mediatek: mt8192: fix i2c node names

[igt-dev] [PATCH] tests: Remove restrictions on tests running only DRIVER_INTEL and DRIVER_AMDGPU
 2021-11-10 19:53 UTC 

[Virtio-fs] [for-6.1 v3 0/3] virtiofsd: Add support for FUSE_SYNCFS request
 2021-11-10 19:48 UTC  (4+ messages)
`  "

stable-rc/linux-4.9.y build: 186 builds: 3 failed, 183 passed, 2 errors, 34 warnings (v4.9.289-23-g6ecf94b5fd89)
 2021-11-10 19:51 UTC 

[kvm-unit-tests PATCH v2 0/3] Regression test for L1 LDTR persistence bug
 2021-11-10 19:50 UTC  (2+ messages)

Verifier rejects previously accepted program
 2021-11-10 19:49 UTC  (11+ messages)

netconsole over USB net not working
 2021-11-10 19:47 UTC 

[PATCH 0/2] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
 2021-11-10 19:48 UTC  (3+ messages)
` [PATCH 2/2] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit

[PATCH] ALSA: hda: Free card instance properly at probe errors
 2021-11-10 19:46 UTC 

5.15 Linux Regression in sound hda
 2021-11-10 19:45 UTC  (5+ messages)

drivers/net/ethernet/xilinx/xilinx_emaclite.c:417:24: sparse: sparse: cast to restricted __be32
 2021-11-10 19:39 UTC 

[PATCH net] net: fix premature exit from NAPI state polling in napi_disable()
 2021-11-10 19:43 UTC  (3+ messages)

[PATCH v5 0/2] PCI: hv: Hyper-V vPCI for arm64
 2021-11-10 19:45 UTC  (3+ messages)
` [PATCH v5 1/2] PCI: hv: Make the code arch neutral by adding arch specific interfaces
` [PATCH v5 2/2] arm64: PCI: hv: Add support for Hyper-V vPCI

[PATCH v6 0/7] drm/mediatek: Add mt8195 DisplayPort driver
 2021-11-10 19:44 UTC  (5+ messages)
` [PATCH v6 2/7] dt-bindings: mediatek,dp: Add Display Port binding
  ` [PATCH v6 2/7] dt-bindings: mediatek, dp: "

[PATCH 0/5] MediaTek Ethernet Patches on MT8195
 2021-11-10 19:44 UTC  (5+ messages)
` [PATCH 4/5] dt-bindings: net: dwmac: Convert mediatek-dwmac to DT schema

[PATCH 00/31] passage: Define a standard for firmware data flow
 2021-11-10 19:37 UTC  (11+ messages)

[PATCH v1 0/4] Add command id quirk for fabrics
 2021-11-10 19:45 UTC  (11+ messages)

[PATCH phy 0/6] Armada 3720 comphy native implementation
 2021-11-10 19:45 UTC  (2+ messages)

[PATCH v5 00/22] Enable Qualcomm Crypto Engine on sm8150 & sm8250
 2021-11-10 19:44 UTC  (3+ messages)
` [PATCH v5 03/22] dt-bindings: qcom-bam: Convert binding to YAML

[PATCH 0/6] Add QCM2290 interconnect support
 2021-11-10 19:44 UTC  (3+ messages)
` [PATCH 5/6] dt-bindings: interconnect: Add Qualcomm QCM2290 NoC support


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.