All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-16 11:04:22 to 2021-11-16 11:36:30 UTC [more...]

[Nouveau] [PATCH] drm/nouveau/core: fix the uninitialized use in nvkm_ioctl_map()
 2021-11-16 11:09 UTC  (6+ messages)
      `  "

Reg: New MFD Driver for my PCIe Device
 2021-11-16 11:34 UTC  (5+ messages)

[Intel-wired-lan] [bug report] ice: split ice_ring onto Tx/Rx separate structs
 2021-11-16 11:36 UTC 

[PATCH 4/8] Replace memset() with memzero_explicit()
 2021-11-16 11:32 UTC 

[PATCH v2 00/20] power-suppy/i2c/extcon: Fix charger setup on Xiaomi Mi Pad 2 and Lenovo Yogabook
 2021-11-16 11:32 UTC  (15+ messages)
` [PATCH v2 11/20] power: supply: bq25890: Add support for registering the Vbus boost converter as a regulator
` [PATCH v2 13/20] power: supply: bq25890: Support higher charging voltages through Pump Express+ protocol
` [PATCH v2 14/20] mfd: intel_soc_pmic_chtwc: Add intel_cht_wc_get_model() helper function
` [PATCH v2 15/20] i2c: cht-wc: Make charger i2c-client instantiation board/device-model specific
` [PATCH v2 17/20] extcon: intel-cht-wc: Support devs with Micro-B / USB-2 only Type-C connectors

[PATCH] tty: serial: atmel: Check return code of dmaengine_submit()
 2021-11-16 11:33 UTC  (5+ messages)

[PATCH v3 0/7] spi: dw: Cleanup macros/funcs naming and add IP-core version support
 2021-11-16 11:32 UTC  (4+ messages)
` [PATCH v3 7/7] spi: dw: Define the capabilities in a continuous bit-flags set

[PATCH v3 00/11] Support Pensando Elba SoC
 2021-11-16 11:29 UTC  (6+ messages)
` [PATCH v3 05/11] spi: dw: Add Pensando Elba SoC SPI Controller bindings

[PATCH v2] pci: Work around PCIe link training failures
 2021-11-16 11:35 UTC 

[RFC PATCH v4 net-next 00/23] add support for VSC75XX control over SPI
 2021-11-16 11:21 UTC  (6+ messages)
` [RFC PATCH v4 net-next 03/23] net: dsa: ocelot: seville: utilize of_mdiobus_register

[bug report] mt76: add support for setting mcast rate
 2021-11-16 11:33 UTC 

[dpdk-dev] [PATCH v4 1/3] app/flow-perf: support meter policy API
 2021-11-16 11:33 UTC  (3+ messages)
` [PATCH v9 0/5] add meter policy support in flow-perf

[PATCH 3/8] Replace memset() with memzero_explicit()
 2021-11-16 11:30 UTC 

[PATCH 00/23] Make the code closer to candrpv_0415 firmware
 2021-11-16 11:29 UTC  (48+ messages)
` [PATCH 01/23] media: atomisp: get rid of phys event abstractions
` [PATCH 02/23] media: atomisp: get rid of if CONFIG_ON_FRAME_ENQUEUE
` [PATCH 03/23] media: atomisp: shift some structs from input_system_local
` [PATCH 04/23] media: atomisp: ia_css_stream.h: remove ifdefs from the header
` [PATCH 05/23] media: atomisp: fix comments coding style at sh_css.c
` [PATCH 06/23] media: atomisp: Avoid some {} just to define new vars
` [PATCH 07/23] media: atomisp: drop two vars that are currently ignored
` [PATCH 08/23] media: atomisp: drop an useless #ifdef ISP2401
` [PATCH 09/23] media: atomisp: remove #ifdef HAS_OUTPUT_SYSTEM
` [PATCH 10/23] media: atomisp: drop #ifdef SH_CSS_ENABLE_PER_FRAME_PARAMS
` [PATCH 11/23] media: atomisp: drop #ifdef WITH_PC_MONITORING
` [PATCH 12/23] media: atomisp: remove #ifdef SH_CSS_ENABLE_METADATA
` [PATCH 13/23] media: atomisp: solve #ifdef HAS_NO_PACKED_RAW_PIXELS
` [PATCH 14/23] media: atomisp: drop crop code at stream create function
` [PATCH 15/23] media: atomisp: get rid of ia_css_stream_load()
` [PATCH 16/23] media: atomisp: unify ia_css_stream stop logic
` [PATCH 17/23] media: atomisp: drop ia_css_pipe_update_qos_ext_mapped_arg
` [PATCH 18/23] media: atomisp: drop a dead code
` [PATCH 19/23] media: atomisp: get rid of some weird warn-suppress logic
` [PATCH 20/23] media: atomisp: drop check_pipe_resolutions() logic
` [PATCH 21/23] media: atomisp: warn if mipi de-allocation failed
` [PATCH 22/23] media: atomisp: make sh_css similar to Intel Aero driver
` [PATCH 23/23] media: atomisp: get rid of #ifdef ISP_VEC_NELEMS

[PATCH 00/13] dmaengine: at_xdmac: Various fixes
 2021-11-16 11:20 UTC  (28+ messages)
` [PATCH 01/13] dmaengine: at_xdmac: Don't start transactions at tx_submit level
` [PATCH 02/13] tty: serial: atmel: Check return code of dmaengine_submit()
` [PATCH 03/13] tty: serial: atmel: Call dma_async_issue_pending()
` [PATCH 04/13] dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending
` [PATCH 05/13] dmaengine: at_xdmac: Print debug message after realeasing the lock
` [PATCH 06/13] dmaengine: at_xdmac: Fix concurrency over chan's completed_cookie
` [PATCH 07/13] dmaengine: at_xdmac: Fix race for the tx desc callback
` [PATCH 08/13] dmaengine: at_xdmac: Move the free desc to the tail of the desc list
` [PATCH 09/13] dmaengine: at_xdmac: Fix concurrency over xfers_list
` [PATCH 10/13] dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_advance_work()
` [PATCH 11/13] dmaengine: at_xdmac: Fix lld view setting
` [PATCH 12/13] dmaengine: at_xdmac: Fix at_xdmac_lld struct definition
` [PATCH 13/13] dmaengine: at_xdmac: Fix race over irq_status

dma-direct fixes and cleanups v3
 2021-11-16 11:31 UTC  (2+ messages)

[PATCH v3 00/10] direct-map memory map
 2021-11-16 11:30 UTC  (4+ messages)

Cirrus-CI all red
 2021-11-16 11:30 UTC  (6+ messages)

[PATCH v3 2/4] mm/oom: handle remote ooms
 2021-11-16 11:29 UTC  (11+ messages)

[PATCH] gitlab: skip cirrus jobs on master and stable branches
 2021-11-16 11:27 UTC 

[PATCH 2/8] Replace memset() with memzero_explicit()
 2021-11-16 11:27 UTC 

[cip-dev][isar-cip-core]RFC v2 0/9] Read-only root file system with dm-verity
 2021-11-16 11:27 UTC  (10+ messages)
` [cip-dev][isar-cip-core]RFC v2 1/9] Add new class to create a squashfs based root file system
` [cip-dev][isar-cip-core]RFC v2 2/9] Add verity-img.bbclass for dm-verity based rootfs
` [cip-dev][isar-cip-core]RFC v2 3/9] linux-cip-common: Add options necessary for dm-verity
` [cip-dev][isar-cip-core]RFC v2 4/9] Create a initrd with support "
` [cip-dev][isar-cip-core]RFC v2 5/9] Create an read-only rootfs with dm-verity
` [cip-dev][isar-cip-core]RFC v2 6/9] Create systemd mount units for a etc overlay
` [cip-dev][isar-cip-core]RFC v2 7/9] Mount writable home partition
` [cip-dev][isar-cip-core]RFC v2 8/9] kas: Patch isar for correct permissions in var and home
` [cip-dev][isar-cip-core]RFC v2 9/9] swupdate: Backport patches from SWUpdate Master

[RFC PATCH] capability: add capable_or to test for multiple caps with exactly one audit message
 2021-11-16 11:24 UTC 

[PATCH 1/8] Replace memset() with memzero_explicit()
 2021-11-16 11:25 UTC 

[PATCH v2] slob: add size header to all allocations
 2021-11-16 11:26 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v3] dt-bindings: mmc: renesas,sdhi: add optional SDnH clock
 2021-11-16 11:26 UTC  (6+ messages)

[PATCH v2 0/2] Introduce the pkill_on_warn parameter
 2021-11-16  9:19 UTC  (13+ messages)
        ` [ELISA Safety Architecture WG] "

FAILED: patch "[PATCH] x86/sev: Make the #VC exception stacks part of the default" failed to apply to 5.15-stable tree
 2021-11-16 11:24 UTC  (3+ messages)

[PATCH] squashfs: provides backing_dev_info in order to disable read-ahead
 2021-11-16 11:31 UTC 

[PATCH] dump-guest-memory: Use BQL to protect dump finalize process
 2021-11-16 11:20 UTC  (2+ messages)

[PATCH v5 02/16] crypto/fsl: Add CAAM support for bkek, random number generation
 2021-11-16 11:23 UTC  (4+ messages)
  ` [EXT] "

Subflow Creation / Management Issues
 2021-11-16 11:21 UTC  (2+ messages)

[PATCH v5 13/16] Layerscape: Enable Job ring driver model in U-Boot
 2021-11-16 11:20 UTC  (2+ messages)

[PATCH-for-6.2 v3 0/6] tests/unit: Fix test-smp-parse
 2021-11-16 11:15 UTC  (9+ messages)
` [PATCH-for-6.2 v3 1/6] tests/unit/test-smp-parse: Restore MachineClass fields after modifying
` [PATCH-for-6.2 v3 3/6] tests/unit/test-smp-parse: Explicit MachineClass name

[PATCH 0/8] memset() in crypto code
 2021-11-16 11:20 UTC 

[igt-dev] [PATCH i-g-t v2 1/1] tests/gem_blits: Add no-reloc capability
 2021-11-16 11:19 UTC 

[PATCH v7 0/3] Add basic SoC support for mediatek mt7986
 2021-11-16 11:18 UTC  (7+ messages)
` [PATCH v7 2/3] arm64: dts: mediatek: add basic mt7986a support

[PATCH 0/2] serial: pl011: Add xilinx uart
 2021-11-16 11:17 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: serial: pl011: Add 'arm,xlnx-uart'
` [PATCH 2/2] serial: pl011: Add support for Xilinx Uart

[PATCH v2 1/2] s390/kexec: check the return value of ipl_report_finish
 2021-11-16 11:17 UTC  (7+ messages)
` [PATCH v2 2/2] s390/kexec: fix kmemleak
  ` [PATCH v2 RESEND 2/2] s390/kexec: fix memory leak of ipl report buffer

[Virtio-fs] [PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
 2021-11-16 11:13 UTC  (6+ messages)
        `  "

[PATCH] meson: fix botched compile check conversions
 2021-11-16 11:13 UTC  (2+ messages)

[PATCH net-next 0/3] net: xilinx: phylink validate implementation updates
 2021-11-16 11:12 UTC  (3+ messages)

[PATCH] mtd: spi-nor: Constify part specific fixup hooks
 2021-11-16 11:14 UTC  (3+ messages)

[PATCH 0/3] SPDX: Add annotations to relationship
 2021-11-16 11:14 UTC  (5+ messages)
` [OE-core] "

[PATCH 5.10 000/575] 5.10.80-rc1 review
 2021-11-16 11:14 UTC  (2+ messages)

[PATCH 0/4] KVM: selftests: Avoid mmap_sem contention during memory population
 2021-11-16 11:13 UTC  (2+ messages)

[PATCH] riscv: dts: sifive unmatched: Name gpio lines
 2021-11-16 11:13 UTC  (14+ messages)
` [PATCH] riscv: dts: sifive unmatched: Expose the FU740 core supply regulator
` [PATCH] riscv: dts: sifive unmatched: Link the tmp451 with its power supply

[PATCH v2 00/12] KVM: selftests: Hugepage fixes and cleanups
 2021-11-16 11:12 UTC  (2+ messages)

[PATCH v2 0/7] Add SPI Multi I/O Bus Controller support for RZ/G2L
 2021-11-16 11:11 UTC  (8+ messages)
` [PATCH v2 7/7] memory: renesas-rpc-if: Add "
  ` (subset) "

[PATCH] regulator: da9121: Emit only one error message in .remove()
 2021-11-16 11:09 UTC 

[PATCH] drm: omapdrm: Export correct scatterlist for TILER backed BOs
 2021-11-16 11:12 UTC  (10+ messages)
` [PATCH v2] "

[PATCH v2] hw/arm/virt: Expose empty NUMA nodes through ACPI
 2021-11-16 11:11 UTC  (11+ messages)

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/selftest: Disable IRQ for timestamp calculation (rev2)
 2021-11-16 11:11 UTC 

[PATCH for-6.2] meson.build: Merge riscv32 and riscv64 cpu family
 2021-11-16 11:06 UTC  (3+ messages)

[PATCH v2] ath11k: fix destination monitor ring out of sync
 2021-11-16 11:10 UTC  (2+ messages)

[PATCH nft] parser: allow for string raw payload base
 2021-11-16 11:09 UTC 

[PATCH v3 00/25] mtd: spi-nor: Clean params init
 2021-11-16 11:07 UTC  (4+ messages)
` [PATCH v3 18/25] mtd: spi-nor: core: Init flash params based on SFDP first for new flash additions

[PATCH v4 0/9] linux-user: simplify safe signal handling
 2021-11-16 11:02 UTC  (8+ messages)
` [PATCH v4 1/9] linux-user: Add host_signal_set_pc to set pc in mcontext
` [PATCH v4 4/9] common-user: Move syscall error detection into safe_syscall_base
` [PATCH v4 5/9] common-user/host/mips: Add safe-syscall.inc.S
` [PATCH v4 6/9] common-user/host/sparc64: "
` [PATCH v4 7/9] linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.h
` [PATCH v4 8/9] common-user: Adjust system call return on FreeBSD
` [PATCH v4 9/9] common-user: Move safe-syscall.* from *-user

[Intel-wired-lan] [PATCH v3 net-next 0/6] Add RTNL interface for SyncE
 2021-11-16 11:07 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH v3 net-next 6/6] docs: net: Add description of SyncE interfaces
        `  "

[meta-oe][PATCH 1/4] gpsd: remove obsolete files from FILES:${PN}-dev
 2021-11-16 11:06 UTC  (4+ messages)
` [meta-oe][PATCH 2/4] gpsd: remove obsolete libgpsd package
` [meta-oe][PATCH 3/4] gpsd: remove obsolete files from FILES:gps-utils
` [meta-oe][PATCH 4/4] gpsd: list files for gps-utils individually

[igt-dev] [PATCH i-g-t 0/2] Upstream gem_lmem_swapping
 2021-11-16 11:07 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 2/2] tests/intel-ci/fast-feedback: Add four subtests of gem_lmem_swapping to BAT

[PATCH v2 1/1] tpm: clear state post probing
 2021-11-16 11:07 UTC  (2+ messages)

[PATCH] KVM: MMU: update comment on the number of page role combinations
 2021-11-16 11:07 UTC  (2+ messages)

[PATCH] hid-multitouch: Fix Iiyama ProLite T1931SAW (0eef:0001 again!)
 2021-11-16 11:07 UTC  (4+ messages)

stable-rc/queue/5.15 baseline: 130 runs, 39 regressions (v5.15.2-915-gb71b884d1f9b)
 2021-11-16 11:04 UTC 

[Intel-wired-lan] [PATCH net 1/4] ice: Remove toggling of antispoof for VF trusted promiscuous mode
 2021-11-16 11:04 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH net 4/4] ice: fix FDIR init missing when reset VF


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.