All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-29 16:40:18 to 2021-10-29 17:34:45 UTC [more...]

[PATCH v2 0/9] Configurable policy for handling unstable interfaces
 2021-10-29 17:01 UTC  (4+ messages)
` [PATCH v2 8/9] qapi: Factor out compat_policy_input_ok()

bug: usb: gadget: FSL_UDC_CORE Corrupted request list leads to unrecoverable loop
 2021-10-29 17:24 UTC  (2+ messages)

[PATCH v4 00/30] Hexagon HVX (target/hexagon) patch series
 2021-10-29 16:48 UTC  (3+ messages)
` [PATCH v4 13/30] Hexagon HVX (target/hexagon) helper overrides infrastructure

[PATCH 1/1] of: unittest: fix dts for interrupt-map provider build warning
 2021-10-29 17:33 UTC  (5+ messages)

[dpdk-dev] [PATCH 0/4] iavf: add iAVF IPsec inline crypto support
 2021-10-29 17:33 UTC  (4+ messages)
` [dpdk-dev] [PATCH v13 0/7] "
  ` [dpdk-dev] [PATCH v13 4/7] net/iavf: "

[PATCH v3 00/25] mtd: spi-nor: Clean params init
 2021-10-29 17:26 UTC  (11+ messages)
` [PATCH v3 01/25] mtd: spi-nor: core: Fix spi_nor_flash_parameter otp description
` [PATCH v3 02/25] mtd: spi-nor: core: Use container_of to get the pointer to struct spi_nor
` [PATCH v3 03/25] mtd: spi-nor: Introduce spi_nor_set_mtd_info()
` [PATCH v3 04/25] mtd: spi-nor: Get rid of nor->page_size
` [PATCH v3 05/25] mtd: spi-nor: core: Introduce the late_init() hook

[RFC/PATCH net-next v3 0/8] allow user to offload tc action to net device
 2021-10-29 17:31 UTC  (7+ messages)
` [RFC/PATCH net-next v3 3/8] flow_offload: "
` [RFC/PATCH net-next v3 5/8] flow_offload: add process to update action stats from hardware
` [RFC/PATCH net-next v3 7/8] flow_offload: add reoffload process to update hw_count

[RFC PATCH 0/2] Conditional config includes based on remote URL
 2021-10-29 17:31 UTC  (4+ messages)
` [WIP v2 "
  ` [WIP v2 1/2] config: make git_config_include() static
  ` [WIP v2 2/2] config: include file if remote URL matches a glob

[PATCH 0/1] Enable inter server to server copies on a export
 2021-10-29 17:30 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t 0/2] Change gem_sync to no-reloc
 2021-10-29 16:47 UTC  (4+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH v3 0/3] Dynamic sysbus device check error report
 2021-10-29 17:25 UTC  (3+ messages)
` [PATCH v3 1/3] machine: add device_type_is_dynamic_sysbus function

[PATCH v3 00/32] target/mips: Fully convert MSA opcodes to decodetree
 2021-10-29 16:42 UTC  (3+ messages)
` [PATCH v3 25/32] target/mips: Convert MSA COPY_U opcode "

[PATCH] board: ti: am335x: Choose CPSW or PRUSS configuration based on jumper setting
 2021-10-29 17:28 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-mmc master
 2021-10-29 17:28 UTC  (2+ messages)

[PATCH v3][next] virt: acrn: Prefer array_size and struct_size over open coded arithmetic
 2021-10-29 17:27 UTC 

[PATCH 0/4] Add SEV_INIT_EX support
 2021-10-29 17:26 UTC  (4+ messages)
` [PATCH 4/4] crypto: ccp - "

[PATCH] target/mips: Remove obsolete FCR0_HAS2008 comment on P5600 CPU
 2021-10-29 16:55 UTC  (2+ messages)

[PATCH v5 00/25] More SH4 clean ups
 2021-10-29 16:23 UTC  (26+ messages)
` [PATCH v5 09/25] hw/char/sh_serial: Add device id to trace output
` [PATCH v5 21/25] hw/intc/sh_intc: Remove unneeded local variable initialisers
` [PATCH v5 19/25] hw/intc/sh_intc: Avoid using continue in loops
` [PATCH v5 18/25] hw/intc/sh_intc: Replace abort() with g_assert_not_reached()
` [PATCH v5 05/25] hw/char/sh_serial: Rename type sh_serial_state to SHSerialState
` [PATCH v5 03/25] hw/sh4/r2d: Use error_report instead of fprintf to stderr
` [PATCH v5 07/25] hw/char/sh_serial: Split off sh_serial_reset() from sh_serial_init()
` [PATCH v5 06/25] hw/char/sh_serial: Embed QEMUTimer in state struct
` [PATCH v5 01/25] hw/sh4: Fix typos in a comment
` [PATCH v5 17/25] hw/intc/sh_intc: Inline and drop sh_intc_source() function
` [PATCH v5 13/25] hw/intc/sh_intc: Drop another useless macro
` [PATCH v5 25/25] hw/timer/sh_timer: Remove use of hw_error
` [PATCH v5 24/25] hw/timer/sh_timer: Fix timer memory region size
` [PATCH v5 14/25] hw/intc/sh_intc: Move sh_intc_register() closer to its only user
` [PATCH v5 11/25] hw/intc/sh_intc: Turn some defines into an enum
` [PATCH v5 04/25] hw/char/sh_serial: Do not abort on invalid access
` [PATCH v5 08/25] hw/char/sh_serial: QOM-ify
` [PATCH v5 15/25] hw/intc/sh_intc: Remove excessive parenthesis
` [PATCH v5 20/25] hw/intc/sh_intc: Simplify allocating sources array
` [PATCH v5 12/25] hw/intc/sh_intc: Rename iomem region
` [PATCH v5 02/25] hw/sh4: Change debug printfs to traces
` [PATCH v5 22/25] hw/timer/sh_timer: Rename sh_timer_state to SHTimerState
` [PATCH v5 16/25] hw/intc/sh_intc: Use array index instead of pointer arithmetics
` [PATCH v5 10/25] hw/intc/sh_intc: Use existing macro instead of local one
` [PATCH v5 23/25] hw/timer/sh_timer: Do not wrap lines that are not too long

stable-rc/queue/5.4 build: 188 builds: 3 failed, 185 passed, 4 errors, 29 warnings (v5.4.156-14-g82a50876941b)
 2021-10-29 17:24 UTC 

[PATCH v4 0/2] hw/core/machine: Add an unit test for smp_parse
 2021-10-29 17:10 UTC  (2+ messages)

[PATCH v5 0/3] Updates to amd-pmc driver
 2021-10-29 17:23 UTC  (4+ messages)
` [PATCH v5 1/3] platform/x86: amd-pmc: Simplify error handling path
` [PATCH v5 2/3] platform/x86: amd-pmc: Store the pci_dev instance inside struct amd_pmc_dev
` [PATCH v5 3/3] platform/x86: amd-pmc: Add support for AMD Smart Trace Buffer

[PATCH V2 0/9] arm64: imx8mn: Enable additional power domains and peripherals
 2021-10-29 17:22 UTC  (3+ messages)

[PATCH V3 0/4] Add PM8350C PMIC PWM support for backlight
 2021-10-29 17:23 UTC  (5+ messages)
` [PATCH V3 1/4] dt-bindings: leds: Add pm8350c pmic support
` [PATCH V3 2/4] leds: Add pm8350c support to Qualcomm LPG driver

[BlueZ PATCH v15 1/2] tools/mgmt-tester: Update the expected manufacturer of emulator
 2021-10-29 17:23 UTC  (2+ messages)
` [BlueZ PATCH v15 2/2] tools/mgmt-tester: Add LL Privacy test cases

[PATCH 0/4] extend vmalloc support for constrained allocations
 2021-10-29 17:23 UTC  (10+ messages)
` [PATCH 2/4] mm/vmalloc: add support for __GFP_NOFAIL

[rafael-pm:bleeding-edge] BUILD SUCCESS ff77b4a23e470f82642897284e6140ad581c714a
 2021-10-29 17:22 UTC  (2+ messages)
` [Devel] "

[dpdk-dev] [PATCH] net/bnxt: fix RSS action parser
 2021-10-29 17:22 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Add a testcase for 64-bit bounds propagation issue
 2021-10-29 17:22 UTC 

[PATCH] allow disabling fsync everywhere
 2021-10-29 17:22 UTC  (8+ messages)
      ` [PATCH] tests: disable "

[PATCH] cgroup: Fix rootcg cpu.stat guest double counting
 2021-10-29 17:21 UTC  (3+ messages)

[PATCH 0/4] configure and meson.build improvements
 2021-10-29 16:48 UTC  (3+ messages)
` [PATCH 1/4] configure: Remove the check for the __thread keyword

[PULL] topic/amdgpu-dp2.0-mst
 2021-10-29 17:20 UTC  (5+ messages)
    ` [Intel-gfx] "

[PATCH v3 0/6] Add support for eDP controller on SC7280
 2021-10-29 17:20 UTC  (4+ messages)
` [PATCH v3 6/6] drm/msm/dp: Remove the hpd init delay for eDP

[PATCH v2] hwrng: cavium: Check health status while reading random data
 2021-10-29 17:19 UTC 

[PATCH] kdb: Adopt scheduler's task clasification
 2021-10-29 17:19 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 0/6] Multiple headphone codec driver support
 2021-10-29 17:14 UTC  (14+ messages)
` [PATCH v5 1/6] ASoC: soc-acpi: add comp_ids field for machine driver matching
` [PATCH v5 2/6] ASoC: Intel: sof_rt5682: detect codec variant in probe function
` [PATCH v5 3/6] ASoC: Intel: sof_rt5682: use comp_ids to enumerate rt5682s
` [PATCH v5 4/6] ASoC: Intel: soc-acpi-byt: shrink tables using compatible IDs
` [PATCH v5 5/6] ASoC: Intel: soc-acpi-cht: "
` [PATCH v5 6/6] ASoC: Intel: soc-acpi: use const for all uses of snd_soc_acpi_codecs

[PATCH net-next] bnxt_en: Remove not used other ULP define
 2021-10-29 17:18 UTC 

[dpdk-dev] [PATCH] test-compress-perf: fix unused-but-set-variable error
 2021-10-29 17:16 UTC 

[dpdk-dev] [PATCH] power: fix unused-but-set variable error
 2021-10-29 17:15 UTC 

[dpdk-dev] [PATCH] eal: fix unused-but-set-variable error
 2021-10-29 17:14 UTC 

[PATCH] ARM: amlogic: add JetHub D1 eth mac generation with manufacturer OUI
 2021-10-29 17:16 UTC  (6+ messages)

stable-rc/queue/5.14 build: 175 builds: 4 failed, 171 passed, 4 errors, 6 warnings (v5.14.15-16-g9d1df96acad4)
 2021-10-29 17:14 UTC 

[PATCH v3] erofs-utils: introduce fsck.erofs
 2021-10-29 17:13 UTC 

[PATCH V2 00/15] selftests/sgx: Oversubscription, page permission, thread entry
 2021-10-29 17:11 UTC  (5+ messages)
` [PATCH V2 01/15] selftests/x86/sgx: Fix a benign linker warning

[PATCH] KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU
 2021-10-29 17:10 UTC  (8+ messages)
  ` [EXTERNAL] "

[PATCH v3 1/3] musl: Update to tip of trunk
 2021-10-29 17:10 UTC  (3+ messages)
` [PATCH v2 2/3] site/common-musl: Enable qsort_r in glib
` [PATCH v2 3/3] libsolv: Enable correct qsort_r on musl

[PATCH v3 00/37] KVM: x86: TLB flushing fixes and enhancements
 2021-10-29 17:10 UTC  (6+ messages)
` [PATCH v3 23/37] KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-Exit

[PATCH v2 00/41] Initial implementation of standard boot
 2021-10-29 17:08 UTC  (11+ messages)
` [PATCH v2 31/41] bootstd: Add an implementation of EFI boot

[PATCH bpf-next] bpf: Allow bpf_d_path in perf_event_mmap
 2021-10-29 17:08 UTC  (5+ messages)

[PATCH v2 0/5] [RFC] x86: Export information about hardware memory encryption to sysfs
 2021-10-29 17:08 UTC  (8+ messages)

stable-rc/queue/4.9 build: 187 builds: 3 failed, 184 passed, 2 errors, 34 warnings (v4.9.288-10-g8bcb3b51bfa1)
 2021-10-29 17:08 UTC 

[PATCH v4 for-next] RDMA/hns: Add a new mmap implementation
 2021-10-29 17:08 UTC  (2+ messages)

[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
 2021-10-29 17:07 UTC  (11+ messages)
` [PATCH v5 02/26] doc: Add documentation about devicetree usage

[PATCH v2 1/3] musl: Update to tip of trunk
 2021-10-29 17:06 UTC  (3+ messages)
` [PATCH 2/3] libsolv: Enable correct qsort_r on musl
` [PATCH 3/3] site/common-musl: Enable qsort_r in glib

[PATCH net-next v2 00/19] bnxt_en: devlink enhancements
 2021-10-29 17:06 UTC  (3+ messages)
` [PATCH net-next v2 03/19] bnxt_en: implement devlink dev reload driver_reinit

[PATCH] nvmet: prefer flex_array_size and struct_size over open coded arithmetic
 2021-10-29 17:04 UTC  (3+ messages)

[PATCH] ASoC: cs42l42: Add control for audio slow-start switch
 2021-10-29 17:03 UTC  (3+ messages)

[PATCH] gcc: Drop libgfortran patch
 2021-10-29 17:04 UTC 

Split DNS for macOS
 2021-10-29 17:03 UTC  (4+ messages)

[PATCH bpf-next 0/3] "map_extra" and bloom filter fixups
 2021-10-29 17:01 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Bloom filter map naming fixups
` [PATCH bpf-next 2/3] bpf: Add alignment padding for "map_extra" + consolidate holes
` [PATCH bpf-next 3/3] selftests/bpf: Add bloom map success test for userspace calls

[PATCH] [honister] conf: update for release 3.4
 2021-10-29 17:02 UTC  (7+ messages)
  ` [docs] "

[PATCH v2] arm64: defconfig: enable regulator to fix mt8173 regression
 2021-10-29 17:00 UTC  (4+ messages)

[PATCH v3 0/5] Improve newidle lb cost tracking and early abort
 2021-10-29 17:00 UTC  (4+ messages)

[PATCH v9 1/2] x86/sgx: Rename fallback labels in sgx_init()
 2021-10-29 17:00 UTC  (3+ messages)
` [PATCH v9 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node

[PATCH v4 0/2] Add code to manage DSP clocks and provide dts-binding document
 2021-10-29 16:57 UTC  (6+ messages)
` [PATCH v4 1/2] ASoC: SOF: mediatek: Add mt8195 dsp clock support

[PATCH v2][next] sysctl: Avoid open coded arithmetic in memory allocator functions
 2021-10-29 16:57 UTC  (5+ messages)

[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
 2021-10-29 16:57 UTC  (11+ messages)
` [dm-devel] "

[RFC PATCH 00/15] job: replace AioContext lock with job_mutex
 2021-10-29 16:39 UTC  (16+ messages)
` [RFC PATCH 01/15] jobs: add job-common.h
` [RFC PATCH 02/15] job.c: make job_lock/unlock public
` [RFC PATCH 03/15] job-common.h: categorize fields in struct Job
` [RFC PATCH 04/15] jobs: add job-monitor.h
` [RFC PATCH 05/15] job-monitor.h: define the job monitor API
` [RFC PATCH 06/15] jobs: add job-driver.h
` [RFC PATCH 07/15] job-driver.h: add helper functions
` [RFC PATCH 08/15] job.c: minor adjustments in preparation to job-driver
` [RFC PATCH 09/15] job.c: move inner aiocontext lock in callbacks
` [RFC PATCH 10/15] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
` [RFC PATCH 11/15] jobs: remove aiocontext locks since the functions are under BQL
` [RFC PATCH 12/15] jobs: protect jobs with job_lock/unlock
` [RFC PATCH 13/15] jobs: use job locks and helpers also in the unit tests
` [RFC PATCH 14/15] jobs: add missing job locks to replace aiocontext lock
` [RFC PATCH 15/15] jobs: remove all unnecessary AioContext locks

[PATCH 1/3] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema
 2021-10-29 16:56 UTC  (9+ messages)
` [PATCH 3/3] watchdog: bcm7038_wdt: support BCM4908 SoC

[RFC 0/6] Reclaim zero subpages of thp to avoid memory bloat
 2021-10-29 16:56 UTC  (4+ messages)

[RESEND PATCH v3 0/6] drm/ingenic: Various improvements v3
 2021-10-29 16:55 UTC  (13+ messages)
` [RESEND PATCH v3 1/6] drm/ingenic: Simplify code by using hwdescs array
` [RESEND PATCH v3 2/6] drm/ingenic: Add support for private objects
` [RESEND PATCH v3 3/6] drm/ingenic: Move IPU scale settings to private state
` [RESEND PATCH v3 4/6] drm/ingenic: Set DMA descriptor chain register when starting CRTC
` [RESEND PATCH v3 5/6] drm/ingenic: Upload palette before frame
` [RESEND PATCH v3 6/6] drm/ingenic: Attach bridge chain to encoders

[PATCH v4 0/6] Multiple headphone codec driver support
 2021-10-29 16:54 UTC  (4+ messages)
` [PATCH v4 3/6] ASoC: Intel: sof_rt5682: use comp_ids to enumerate rt5682s

Btrfs progs pre-release 5.15-rc1
 2021-10-29 16:24 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/7] drm/i915/adlp/fb: Remove CCS FB stride restrictions
 2021-10-29 16:54 UTC  (3+ messages)
` [Intel-gfx] [PATCH 4/7] drm/i915/adlp/fb: Fix remapping of linear CCS AUX surfaces

[PATCH 1/2] linunistring: Add missing gperf-native dependency
 2021-10-29 16:52 UTC  (2+ messages)
` [PATCH 2/2 v2] archiver: Default to xz compresison instead of gz

[PATCH rdma-next] RDMA/core: Rely on vendors to set right IOVA
 2021-10-29 16:51 UTC  (4+ messages)

[PATCH 0/8] STM32 CRYP driver: many fixes
 2021-10-29 16:48 UTC  (6+ messages)
` [PATCH 4/8] crypto: stm32/cryp - fix race condition

[PATCH v4 00/10] fscache: Replace and remove old I/O API
 2021-10-29 16:49 UTC  (2+ messages)

MTD: How to get actual image size from MTD partition
 2021-10-29 16:48 UTC  (18+ messages)

stable-rc/queue/4.19 build: 196 builds: 6 failed, 190 passed, 2 errors, 38 warnings (v4.19.214-15-g162fef5d79bc)
 2021-10-29 16:49 UTC 

[PATCH V2] clk: imx: gate off peripheral clock slice
 2021-10-29 16:47 UTC  (4+ messages)

[PATCH net-next v2 0/3][pull request] 40GbE Intel Wired LAN Driver Updates 2021-10-29
 2021-10-29 16:46 UTC  (4+ messages)
` [PATCH net-next v2 1/3] intel: Simplify bool conversion
` [PATCH net-next v2 2/3] igb: unbreak I2C bit-banging on i350
` [PATCH net-next v2 3/3] net: ixgbevf: Remove redundant initialization of variable ret_val

Unbounded priority inversion while assigning tasks into cgroups
 2021-10-29 16:48 UTC  (5+ messages)

[PATCH v5 0/2] gpio: mlxbf2: Introduce proper interrupt handling
 2021-10-29 16:46 UTC  (3+ messages)

[PATCH 0/6] minor fixes and cleanups in rcuscale and torture tests
 2021-10-29 16:41 UTC  (4+ messages)
` [PATCH 5/6] rcuscale: alwaly log error message

[RESEND PATCH v2 7/7] usb: typec: qcom: Add a pm8150b TCPM driver
 2021-10-29 16:40 UTC  (2+ messages)

[PATCH for-4.16 v4] gnttab: allow setting max version per-domain
 2021-10-29 16:39 UTC  (2+ messages)


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.