All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-24 14:04:42 to 2022-06-24 14:36:45 UTC [more...]

[PATCH RESEND v9 0/5] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2022-06-24 14:16 UTC  (21+ messages)
` [PATCH RESEND v9 1/5] arc: dts: Harmonize EHCI/OHCI DT "
` [PATCH RESEND v9 2/5] arm: dts: lpc18xx: "
` [PATCH RESEND v9 3/5] powerpc: dts: akebono: "
` [PATCH RESEND v9 4/5] arm: dts: stih407-family: Harmonize DWC USB3 "
` [PATCH RESEND v9 5/5] arm64: dts: apm: "

[PATCH RESEND v5 0/8] clk/resets: baikal-t1: Add DDR/PCIe resets and xGMAC/SATA fixes
 2022-06-24 14:18 UTC  (6+ messages)
` [PATCH RESEND v5 1/8] reset: Fix devm bulk optional exclusive control getter
` [PATCH RESEND v5 2/8] clk: vc5: Fix 5P49V6901 outputs disabling when enabling FOD
` [PATCH RESEND v5 3/8] clk: baikal-t1: Fix invalid xGMAC PTP clock divider
` [PATCH RESEND v5 6/8] clk: baikal-t1: Move reset-controls code into a dedicated module
` [PATCH RESEND v5 7/8] clk: baikal-t1: Add DDR/PCIe directly controlled resets support

[PATCH] ASoC: rockchip: i2s: Fix missing error code in rockchip_i2s_probe()
 2022-06-24 14:35 UTC  (3+ messages)

[PATCH RESEND v5 00/18] PCI: dwc: Various fixes and cleanups
 2022-06-24 14:34 UTC  (23+ messages)
` [PATCH RESEND v5 01/18] PCI: dwc: Stop link in the host init error and de-initialization
` [PATCH RESEND v5 02/18] PCI: dwc: Add unroll iATU space support to the regions disable method
` [PATCH RESEND v5 03/18] PCI: dwc: Disable outbound windows for controllers with iATU
` [PATCH RESEND v5 04/18] PCI: dwc: Set INCREASE_REGION_SIZE flag based on limit address
` [PATCH RESEND v5 05/18] PCI: dwc: Deallocate EPC memory on EP init error
` [PATCH RESEND v5 06/18] PCI: dwc: Enable CDM-check independently from the num_lanes value
` [PATCH RESEND v5 07/18] PCI: dwc: Add braces to the multi-line if-else statements
` [PATCH RESEND v5 08/18] PCI: dwc: Add trailing new-line literals to the log messages
` [PATCH RESEND v5 09/18] PCI: dwc: Discard IP-core version checking on unrolled iATU detection
` [PATCH RESEND v5 10/18] PCI: dwc: Convert Link-up status method to using dw_pcie_readl_dbi()
` [PATCH RESEND v5 11/18] PCI: dwc: Organize local variables usage
` [PATCH RESEND v5 12/18] PCI: dwc: Re-use local pointer to the resource data
` [PATCH RESEND v5 13/18] PCI: dwc: Add start_link/stop_link inliners
` [PATCH RESEND v5 14/18] PCI: dwc: Move io_cfg_atu_shared to the Root Port descriptor
` [PATCH RESEND v5 15/18] PCI: dwc: Add dw_ prefix to the pcie_port structure name
` [PATCH RESEND v5 16/18] PCI: dwc-plat: Simplify the probe method return value handling
` [PATCH RESEND v5 17/18] PCI: dwc-plat: Discard unused regmap pointer
` [PATCH RESEND v5 18/18] PCI: dwc-plat: Drop dw_plat_pcie_of_match forward declaration

[PATCH] ASoC: cs35l41: Add support for CLSA3541 ACPI device ID
 2022-06-24 14:35 UTC  (2+ messages)

[PATCH v2 00/54] PS2 device QOMification - part 1
 2022-06-24 13:41 UTC  (32+ messages)
` [PATCH v2 21/54] pckbd: introduce new I8042_MMIO QOM type
` [PATCH v2 22/54] pckbd: implement i8042_mmio_reset() for I8042_MMIO device
` [PATCH v2 24/54] pckbd: add size qdev property to "
` [PATCH v2 27/54] pckbd: alter i8042_mm_init() to return a "
` [PATCH v2 28/54] pckbd: move mapping of I8042_MMIO registers to MIPS magnum machine
` [PATCH v2 29/54] pckbd: more vmstate_register() from i8042_mm_init() to i8042_mmio_realize()
` [PATCH v2 30/54] pckbd: move ps2_kbd_init() and ps2_mouse_init() "
` [PATCH v2 31/54] ps2: make ps2_raise_irq() function static
` [PATCH v2 32/54] ps2: use ps2_raise_irq() instead of calling update_irq() directly
` [PATCH v2 33/54] ps2: introduce ps2_lower_irq() "
` [PATCH v2 34/54] ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2_lower_irq()
` [PATCH v2 35/54] pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDState
` [PATCH v2 36/54] pl050: switch over from update_irq() function to PS2 device gpio
` [PATCH v2 37/54] pl050: add QEMU interface comment
` [PATCH v2 38/54] lasips2: QOMify LASIPS2State
` [PATCH v2 39/54] lasips2: move lasips2 QOM types from lasips2.c to lasips2.h
` [PATCH v2 40/54] lasips2: rename lasips2_init() to lasips2_initfn() and update it to return the LASIPS2 device
` [PATCH v2 41/54] lasips2: implement lasips2_init() function
` [PATCH v2 42/54] lasips2: move mapping of LASIPS2 registers to HPPA machine
` [PATCH v2 43/54] lasips2: move initialisation of PS2 ports from lasi_initfn() to lasi_init()
` [PATCH v2 44/54] lasips2: add base property
` [PATCH v2 45/54] lasips2: implement lasips2_realize()
` [PATCH v2 46/54] lasips2: use sysbus IRQ for output IRQ
` [PATCH v2 47/54] lasips2: switch over from update_irq() function to PS2 device gpio
` [PATCH v2 48/54] lasips2: add QEMU interface comment
` [PATCH v2 49/54] pckbd: switch I8042_MMIO device from update_irq() function to PS2 device gpio
` [PATCH v2 50/54] pckbd: add QEMU interface comment for I8042_MMIO device
` [PATCH v2 51/54] pckbd: add i8042_reset() function to I8042 device
` [PATCH v2 52/54] pckbd: switch I8042 device from update_irq() function to PS2 device gpio
` [PATCH v2 53/54] pckbd: add QEMU interface comment for I8042 device
` [PATCH v2 54/54] ps2: remove update_irq() function and update_arg parameter

[PATCH v2 0/8] aspeed: Add multi-SoC machine
 2022-06-24 14:00 UTC  (5+ messages)
` [PATCH v2 1/8] aspeed: Set CPU memory property explicitly

[PATCH v2 -perfbook 1/2] defer/whichtochoose: Use parnotes for footnote in tabularx
 2022-06-24 14:36 UTC  (2+ messages)
` [PATCH v2 -perfbook 2/2] defer/whichtochoose: Fix trivial typos

[PATCH] drm: logicvc: fix error code in logicvc_layer_init()
 2022-06-24 14:35 UTC  (2+ messages)

[PATCH 00/55] media: rkisp1: Cleanups and add support for i.MX8MP
 2022-06-24 14:35 UTC  (18+ messages)
` [PATCH 02/55] media: rkisp1: Enable compilation on ARCH_MXC
` [PATCH 04/55] media: rkisp1: Disable runtime PM in probe error path
` [PATCH 05/55] media: rkisp1: Read the ID register at probe time instead of streamon
` [PATCH 06/55] media: rkisp1: Rename rkisp1_match_data to rkisp1_info
` [PATCH 07/55] media: rkisp1: Save info pointer in rkisp1_device
` [PATCH 08/55] media: rkisp1: Access ISP version from info pointer

[PATCH] drm: logicvc: Fix uninitialized variable in probe
 2022-06-24 14:35 UTC  (2+ messages)

[syzbot] KASAN: null-ptr-deref Read in ida_free (2)
 2022-06-24 14:34 UTC  (2+ messages)

[PATCH v2] packagegroup-core-ssh-dropbear: Add openssh-sftp-server recommendation
 2022-06-24 14:34 UTC  (2+ messages)
` [OE-core] "

[PATCH] cpupower: Fix typo in comment
 2022-06-24 14:34 UTC  (2+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-06-24 14:33 UTC  (7+ messages)
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v6 26/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[PATCH] mmc: block: Add single read for 4k sector cards
 2022-06-24 14:32 UTC 

(SPDM) Device attestation, secure channels from host to device etc: Discuss at Plumbers?
 2022-06-24 14:32 UTC  (8+ messages)

[PATCH v10 00/69] Introducing the Maple Tree
 2022-06-24 14:31 UTC  (5+ messages)
` [PATCH v10 09/69] mm: add VMA iterator

v5.19-rc2-rt3: nouveau might sleep splat
 2022-06-24 14:31 UTC  (6+ messages)

[PATCH v2 00/12] regmap-irq cleanups and refactoring
 2022-06-24 14:31 UTC  (9+ messages)
` [PATCH v2 01/12] regmap-irq: Convert bool bitfields to unsigned int

[PATCH v2 1/2] vfio/type1: Simplify bus_type determination
 2022-06-24 14:28 UTC  (11+ messages)

[PATCH -perfbook 1/2] defer/whichtochoose: Use parnotes for footnote in tabularx
 2022-06-24 14:28 UTC  (2+ messages)
` [PATCH -perfbook 2/2] defer/whichtochoose: Fix trivial typos

[PATCH v2] KVM: PPC: Align pt_regs in kvm_vcpu_arch structure
 2022-06-24 14:27 UTC  (2+ messages)

[PATCH v2] usb: gadget: f_mass_storage: Make CD-ROM emulation works with Windows OS
 2022-06-24 14:26 UTC  (2+ messages)

[PATCH v2 0/2] powerpc rng cleanups
 2022-06-24 14:23 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc/powernv: rename remaining rng powernv_ functions to pnv_
` [PATCH v2 2/2] powerpc/kvm: don't crash on missing rng, and use darn

[PATCH] gettext: handle unsupported languages properly
 2022-06-24 14:24 UTC 

[PATCH v3 00/12] powernv: introduce pnv-phb base/proxy devices
 2022-06-24 13:44 UTC  (3+ messages)
` [PATCH v3 01/12] ppc/pnv: add PHB3 bus init helper

[Buildroot] [PATCH] package/bpftool: revert bpf_cookie patch to allow building
 2022-06-24 14:21 UTC  (4+ messages)
` [Buildroot] [PATCH v4 1/1] "

[PATCH v2 0/2] fix uacce concurrency issue of uacce_remove
 2022-06-24 14:21 UTC  (3+ messages)
` [PATCH v2 1/2] uacce: Handle parent driver module removal
` [PATCH v2 2/2] uacce: Handle parent device removal

[PATCH] arm64/signal: Clean up SVE/SME feature checking inconsistency
 2022-06-24 14:19 UTC  (5+ messages)

[PATCH] crypto: skip make dependency for CONFIG_CRYPTO_RSA_KEY=__ENV__*
 2022-06-24 14:16 UTC 

[PATCH 0/1] arm64: Add stack unwinder unit tests
 2022-06-24 14:10 UTC  (4+ messages)
` [PATCH 1/1] arm64: Add initial set of stack unwinder self tests

[meta-oe][PATCH 1/2] pcsc-lite: upgrade 1.9.0 -> 1.9.8
 2022-06-24 14:18 UTC  (2+ messages)
` [meta-oe][PATCH 2/2] ccid: upgrade 1.4.33 -> 1.5.0

[PATCH 5.20 0/4] block/dm: add bio_rewind for improving dm requeue
 2022-06-24 14:12 UTC  (10+ messages)
` [dm-devel] "
` [PATCH 5.20 1/4] block: add bio_rewind() API
  ` [dm-devel] "
` [dm-devel] [PATCH 5.20 2/4] dm: add new helper for handling dm_io requeue
  `  "
` [dm-devel] [PATCH 5.20 3/4] dm: improve handling for DM_REQUEUE and AGAIN
  `  "
` [dm-devel] [PATCH 5.20 4/4] dm: add two stage requeue
  `  "

[PATCH] powerpc/kvm: don't crash on missing rng, and use darn
 2022-06-24 14:14 UTC  (3+ messages)

[PATCH] compiler-gcc.h: Remove ancient workaround for gcc PR 58670
 2022-06-24 14:14 UTC 

[PATCH] mmc: block: Add single read for 4k sector cards
 2022-06-24 14:14 UTC  (2+ messages)

[PATCH] bpf, docs: fix the code formatting in instruction-set
 2022-06-24 14:14 UTC 

[PATCH 1/2] vfio/type1: Simplify bus_type determination
 2022-06-24 14:14 UTC  (5+ messages)

[PATCH vfio 2/2] vfio: Split migration ops from main device ops
 2022-06-24 14:12 UTC  (11+ messages)

[PATCH 1/2] kunit: tool: make --kunitconfig repeatable, blindly concat
 2022-06-24 14:12 UTC  (4+ messages)
` [PATCH 2/2] kunit: add coverage_uml.config to enable GCOV on UML

Quirks for MacroSilicon MS2100/MS2106
 2022-06-24 14:11 UTC  (3+ messages)

[PATCH v2 0/4] Extending NMI watchdog during LPM
 2022-06-24 14:09 UTC  (5+ messages)
` [PATCH v2 4/4] pseries/mobility: Set NMI watchdog factor "

[PATCH] ALSA: usb-audio: Add quirks for MacroSilicon MS2100/MS2106 devices
 2022-06-24 14:07 UTC 

moving a working array
 2022-06-24 14:09 UTC  (2+ messages)

[PATCH v4 00/26] arm64: refactor boot flow and add support for WXN
 2022-06-24 14:07 UTC  (7+ messages)
` [PATCH v4 17/26] arm64: head: populate kernel page tables with MMU and caches on

[PATCH v11 0/2] arm/virt: CXL support via pxb_cxl
 2022-06-24 14:08 UTC  (6+ messages)
` [PATCH v11 1/2] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl

[Buildroot] [PATCH 1/2] fs/ext2: add option for zstd compression
 2022-06-24 14:07 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] fs/tar: "

[PATCH 0/4] ASoC: Intel: Mark BE DAIs as nonatomic for hsw and
 2022-06-24 13:52 UTC  (2+ messages)

[PATCH 0/3] Cleanup short int types in block group reserve
 2022-06-24 14:01 UTC  (4+ messages)
` [PATCH 1/3] btrfs: switch btrfs_block_rsv::full to bool
` [PATCH 2/3] btrfs: switch btrfs_block_rsv::failfast "
` [PATCH 3/3] btrfs: use u8 type for btrfs_block_rsv::type

[RFC v2 00/17] perf: Add perf kwork
 2022-06-24 14:03 UTC  (18+ messages)
` [RFC v2 01/17] perf kwork: New tool
` [RFC v2 02/17] perf kwork: Add irq kwork record support
` [RFC v2 03/17] perf kwork: Add softirq "
` [RFC v2 04/17] perf kwork: Add workqueue "
` [RFC v2 05/17] tools lib: Add list_last_entry_or_null
` [RFC v2 06/17] perf kwork: Implement perf kwork report
` [RFC v2 07/17] perf kwork: Add irq report support
` [RFC v2 08/17] perf kwork: Add softirq "
` [RFC v2 09/17] perf kwork: Add workqueue "
` [RFC v2 10/17] perf kwork: Implement perf kwork latency
` [RFC v2 11/17] perf kwork: Add softirq latency support
` [RFC v2 12/17] perf kwork: Add workqueue "
` [RFC v2 13/17] perf kwork: Implement perf kwork timehist
` [RFC v2 14/17] perf kwork: Implement bpf trace
` [RFC v2 15/17] perf kwork: Add irq trace bpf support
` [RFC v2 16/17] perf kwork: Add softirq "
` [RFC v2 17/17] perf kwork: Add workqueue "

[Patch 0/1] A bug fix to the error handling path in vfio_device_open()
 2022-06-24 14:05 UTC  (3+ messages)
` [Patch 1/1] vfio: Move "device->open_count--" out of group_rwsem "

[PATCH 1/5] habanalabs/goya: add dma direction enum to uapi file
 2022-06-24 14:04 UTC  (5+ messages)
` [PATCH 2/5] habanalabs/gaudi: fix function name in comment
` [PATCH 3/5] habanalabs/gaudi: use correct type in assignment
` [PATCH 4/5] habanalabs/gaudi: mask constant value before cast
` [PATCH 5/5] habanalabs/gaudi: remove unused enum

[PATCH V2 0/2] fix RSS types display
 2022-06-24 14:04 UTC  (4+ messages)
` [PATCH V5 0/7] app/testpmd: fix RSS and flow type
  ` [PATCH V5 5/7] app/testpmd: compact RSS types output in some commands


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.