All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-09 15:03:29 to 2021-06-09 15:29:42 UTC [more...]

[PATCH v2 0/4] iio: Drop use of %hhx and %hx format strings
 2021-06-09 15:29 UTC  (9+ messages)
` [PATCH v2 1/4] iio: si1133: fix format string warnings
` [PATCH v2 2/4] iio: light: si1133: Drop remaining uses of %hhx format string
` [PATCH v2 3/4] iio: imu: inv_mpu6050: Drop use "
` [PATCH v2 4/4] iio: light: si1145: Drop use of %hhx format specifier

[PATCH v4 3/3] PM: runtime: Clarify documentation when callbacks are unassigned
 2021-06-09 14:16 UTC  (2+ messages)

[PATCH v2] test-manual: add initial reproducible builds documentation
 2021-06-09 15:29 UTC  (5+ messages)
  ` [docs] "

[PATCH v3 00/10] btrfs: defrag: rework to support sector perfect defrag
 2021-06-09 15:26 UTC  (2+ messages)

[PATCH] fix typos which duplicate a word
 2021-06-09 15:28 UTC  (2+ messages)

[PATCH v11 00/33] Introduce the Counter character device interface
 2021-06-09 15:30 UTC  (25+ messages)
` [PATCH v11 04/33] counter: 104-quad-8: Return error when invalid mode during ceiling_write
` [PATCH v11 05/33] counter: 104-quad-8: Annotate hardware config module parameter
` [PATCH v11 06/33] counter: 104-quad-8: Add const qualifiers for quad8_preset_register_set
` [PATCH v11 07/33] counter: 104-quad-8: Add const qualifier for functions_list array
` [PATCH v11 08/33] counter: interrupt-cnt: "
` [PATCH v11 09/33] counter: microchip-tcb-capture: "
` [PATCH v11 10/33] counter: stm32-lptimer-cnt: "
` [PATCH v11 11/33] counter: stm32-timer-cnt: "
` [PATCH v11 12/33] counter: 104-quad-8: Add const qualifier for actions_list array
` [PATCH v11 13/33] counter: ftm-quaddec: "
` [PATCH v11 14/33] counter: interrupt-cnt: "
` [PATCH v11 15/33] counter: microchip-tcb-capture: "

[PATCH v2 0/3] ALSA: pcm:firewire: allow to operate for period elapse event in process context
 2021-06-09 15:27 UTC  (3+ messages)
` [PATCH v2 1/3] ALSA: pcm: add snd_pcm_period_elapsed() variant without acquiring lock of PCM substream

[PATCH 1/1] irqchip/sun4i: remove unnecessary oom message
 2021-06-09 14:14 UTC 

[PATCH 1/2] platform/x86: think-lmi: Fix check for admin password being set
 2021-06-09 15:27 UTC  (4+ messages)
` [PATCH 2/2] platform/x86: think-lmi: Avoid potential read before start of the buffer
  ` [External] Re: [PATCH 1/2] platform/x86: think-lmi: Fix check for admin password being set

[PATCH v9 00/11] drm: Fix EDID reading on ti-sn65dsi86 by introducing the DP AUX bus
 2021-06-09 15:27 UTC  (4+ messages)
` [PATCH v9 11/11] arm64: dts: qcom: sc7180-trogdor: Move panel under the bridge chip

[PATCH v4 00/13] [RfC] fix tracing for modules
 2021-06-09 15:21 UTC  (6+ messages)
` [PATCH v4 01/13] qemu-trace-stap: changing SYSTEMTAP_TAPSET considered harmful
` [PATCH v4 13/13] meson: move virtio-gl trace events to separate file

[PATCH v2] async: the main AioContext is only "current" if under the BQL
 2021-06-09 15:01 UTC  (2+ messages)

[PATCH v22 00/18] ARM Primecell PL35x support
 2021-06-09 15:26 UTC  (7+ messages)
` [PATCH v22 09/18] dt-binding: memory: pl353-smc: Convert to yaml

[PATCH] mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode
 2021-06-09 15:26 UTC  (4+ messages)

[PATCH] arm64: dts: ti: k3-am64-main: Add SYSFW reserved ranges in OCRAM
 2021-06-09 15:26 UTC  (2+ messages)

[PATCH v3 00/28] tcg: Clean up code_gen_buffer allocation
 2021-06-09 14:59 UTC  (47+ messages)
` [PATCH v3 04/28] tcg: Remove error return from tcg_region_initial_alloc__locked
` [PATCH v3 05/28] tcg: Split out tcg_region_initial_alloc
` [PATCH v3 07/28] tcg: Split out region.c
` [PATCH v3 08/28] accel/tcg: Inline cpu_gen_init
` [PATCH v3 09/28] accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
` [PATCH v3 10/28] accel/tcg: Rename tcg_init to tcg_init_machine
` [PATCH v3 11/28] tcg: Create tcg_init
` [PATCH v3 12/28] accel/tcg: Merge tcg_exec_init into tcg_init_machine
` [PATCH v3 13/28] accel/tcg: Pass down max_cpus to tcg_init
` [PATCH v3 14/28] tcg: Introduce tcg_max_ctxs
` [PATCH v3 15/28] tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
` [PATCH v3 16/28] tcg: Replace region.end with region.total_size
` [PATCH v3 17/28] tcg: Rename region.start to region.after_prologue
` [PATCH v3 18/28] tcg: Tidy tcg_n_regions
` [PATCH v3 19/28] tcg: Tidy split_cross_256mb
` [PATCH v3 20/28] tcg: Move in_code_gen_buffer and tests to region.c
` [PATCH v3 21/28] tcg: Allocate code_gen_buffer into struct tcg_region_state
` [PATCH v3 22/28] tcg: Return the map protection from alloc_code_gen_buffer
` [PATCH v3 23/28] tcg: Sink qemu_madvise call to common code
` [PATCH v3 24/28] util/osdep: Add qemu_mprotect_rw
` [PATCH v3 25/28] tcg: Round the tb_size default from qemu_get_host_physmem
` [PATCH v3 27/28] tcg: When allocating for !splitwx, begin with PROT_NONE
` [PATCH v3 28/28] tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/

[PATCH v7 0/9] Add Rockchip SFC(serial flash controller) support
 2021-06-09 14:13 UTC  (16+ messages)
` [PATCH v7 5/9] clk: rockchip: Add support for hclk_sfc on rk3036
  ` [PATCH v7 6/9] arm: dts: rockchip: Add SFC to RK3036
  ` [PATCH v7 7/9] arm: dts: rockchip: Add SFC to RV1108
  ` [PATCH v7 8/9] arm64: dts: rockchip: Add SFC to RK3308
  ` [PATCH v7 9/9] arm64: dts: rockchip: Enable SFC for Odroid Go Advance

[PATCH] kallsyms: fix nonconverging kallsyms table with lld
 2021-06-09 15:23 UTC  (5+ messages)

[PATCH] platform/x86: dell-wmi-sysman/think-lmi: Make fw_attr_class global static
 2021-06-09 15:25 UTC  (2+ messages)
` [External] "

include/linux/compiler_types.h:326:38: error: call to '__compiletime_assert_791' declared with attribute error: BUILD_BUG_ON failed: (BTRFS_MAX_COMPRESSED % PAGE_SIZE) != 0
 2021-06-09 15:22 UTC  (4+ messages)

[PATCH v2] nsfs: warn if ns->ops is not provided
 2021-06-09 15:25 UTC 

[kvm-unit-tests PATCH v2 0/7] unify header guards
 2021-06-09 15:24 UTC  (18+ messages)
` [kvm-unit-tests PATCH v2 1/7] README.md: add guideline for header guards format
` [kvm-unit-tests PATCH v2 2/7] lib: unify header guards
` [kvm-unit-tests PATCH v2 3/7] asm-generic: "
` [kvm-unit-tests PATCH v2 4/7] arm: "

Proposal
 2021-06-09 12:10 UTC 

[PATCH v2] arm64: dts: ti: k3-am64-main: Update the location of ATF in SRAM and increase its max size
 2021-06-09 15:24 UTC  (4+ messages)

Weekly meeting - 10 June 2021 15:00 UTC (8am PDT, 5pm CEST, 11pm CST)
 2021-06-09 15:24 UTC 

[PATCH v2 0/2] Use libata platform drivers to replace deprecated m68k IDE drivers
 2021-06-09 15:23 UTC  (5+ messages)

[PATCH v1 00/13] KVM: arm64: Fixed features for protected VMs
 2021-06-09 15:22 UTC  (4+ messages)

[PATCH] usbip: tools: usbipd: use ARRAY_SIZE for sockfdlist
 2021-06-09 15:23 UTC  (2+ messages)

[PATCH RESEND v2 0/5] Add devm helper for work-queue initialization
 2021-06-09 15:23 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 01/11] tests/kms_dither: New IGT to validate crtc Dithering
 2021-06-09 15:23 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,01/11] "

[PATCH] [v2] r8169: Use PHY_POLL when RTL8106E enable ASPM
 2021-06-09 15:23 UTC  (9+ messages)

[PATCH] trace-cmd: Do not require --verbose to have an argument
 2021-06-09 15:23 UTC 

Projects
 2021-06-09 13:25 UTC 

Trouble with TTM patches w/nouveau in linux-next
 2021-06-09 15:21 UTC  (10+ messages)
  ` [Nouveau] "

[PATCH v6 1/3] dt-bindings: dma: add schema for altera-msgdma
 2021-06-09 15:21 UTC  (3+ messages)
` [PATCH v6 2/3] MAINTAINERS: add entry for Altera mSGDMA
` [PATCH v6 3/3] dmaengine: altera-msgdma: add OF support

[PATCH V3] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card
 2021-06-09 15:20 UTC 

[PATCH 0/4] Use singular "they" when appropriate
 2021-06-09 15:20 UTC  (6+ messages)
` [PATCH 4/4] CodingGuidelines: recommend singular they

[PATCH bpf-next] libbpf: simplify the return expression of bpf_object__init_maps function
 2021-06-09 15:20 UTC  (2+ messages)

[PATCH] drm/amdgpu: use adev_to_drm to get drm_device
 2021-06-09 15:20 UTC  (3+ messages)

[RFC] /dev/ioasid uAPI proposal
 2021-06-09 15:20 UTC  (13+ messages)

NFSv4: Mounting NFS server which is down, blocks all other NFS mounts on same machine
 2021-06-09 15:19 UTC  (15+ messages)

[PATCH v2 0/3] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-09 15:17 UTC  (7+ messages)
` [PATCH v2 1/3] elf: Allow architectures to parse properties on the main executable
` [PATCH v2 2/3] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v2 3/3] elf: Remove has_interp property from arch_adjust_elf_prot()

[PATCH] btrfs: sysfs: export dev stats in devinfo directory
 2021-06-09 15:14 UTC  (7+ messages)

[PATCH net-next 00/11] Marvell Prestera driver implementation of devlink functionality
 2021-06-09 15:16 UTC  (12+ messages)
` [PATCH net-next 01/11] net: core: devlink: add apis to publish/unpublish port params
` [PATCH net-next 02/11] net: core: devlink: add dropped stats traps field
` [PATCH net-next 03/11] net: core: devlink: add port_params_ops for devlink port parameters altering
` [PATCH net-next 04/11] testing: selftests: net: forwarding: add devlink-required functionality to test (hard) dropped stats field
` [PATCH net-next 05/11] drivers: net: netdevsim: add devlink trap_drop_counter_get implementation
` [PATCH net-next 06/11] testing: selftests: drivers: net: netdevsim: devlink: add test case for hard drop statistics
` [PATCH net-next 07/11] drivers: net: netdevsim: add devlink port params usage
` [PATCH net-next 08/11] net: marvell: prestera: devlink: add traps/groups implementation
` [PATCH net-next 09/11] net: marvell: prestera: devlink: add traps with DROP action
` [PATCH net-next 10/11] net: marvell: prestera: add storm control (rate limiter) implementation
` [PATCH net-next 11/11] documentation: networking: devlink: add prestera switched driver Documentation

[PATCH v5 0/6] CXL port and decoder enumeration
 2021-06-09 15:15 UTC  (6+ messages)
` [PATCH v5 4/6] cxl/acpi: Add downstream port data to cxl_port instances

[PATCH] smbios: Fix BIOS Characteristics Extension Byte 2
 2021-06-09 15:14 UTC 

[BUG] tc358743: division by zero
 2021-06-09 15:08 UTC  (2+ messages)

[PATCH] mt76: reduce rx buffer size to 2048
 2021-06-09 15:13 UTC 

[PATCH liburing 1/1] tests: update reg-buf limits testing
 2021-06-09 15:13 UTC  (2+ messages)

[RFC] io_uring: enable shmem/memfd memory registration
 2021-06-09 15:12 UTC  (2+ messages)

[PATCHv4 0/6] GE Healthcare PPD firmware upgrade driver for ACHC
 2021-06-09 15:12 UTC  (7+ messages)
` [PATCHv4 1/6] spi: add ancillary device support
` [PATCHv4 2/6] spi: dt-bindings: support devices with multiple chipselects
` [PATCHv4 3/6] dt-bindings: misc: ge-achc: Convert to DT schema format
` [PATCHv4 4/6] ARM: dts: imx53-ppd: Fix ACHC entry
` [PATCHv4 5/6] misc: nxp-ezport: introduce EzPort support
` [PATCHv4 6/6] misc: gehc-achc: new driver

[PATCH liburing 1/1] tests: test shmem buffer registration
 2021-06-09 15:12 UTC  (2+ messages)

[PATCH v2 1/2] documentation: Update #nouveau IRC channel network
 2021-06-09 15:12 UTC  (3+ messages)

[PATCH 00/10] KVM: Add idempotent controls for migrating system counter state
 2021-06-09 15:11 UTC  (4+ messages)

[RFT net-next] net: ti: add pp skb recycling support
 2021-06-09 15:12 UTC  (4+ messages)

[PATCH v3 16/16] objtool,x86: Rewrite retpoline thunk calls
 2021-06-09 15:11 UTC  (12+ messages)

[PATCH v4] soundwire: intel: move to auxiliary bus
 2021-06-09 15:10 UTC  (8+ messages)

[PATCH 0/4] drm: add per-connector hotplug events
 2021-06-09 15:10 UTC  (5+ messages)

[RFC v2-fix-v3 1/1] x86/tdx: Skip WBINVD instruction for TDX guest
 2021-06-09 15:09 UTC  (7+ messages)
` [RFC v2-fix-v4 "

linux-next: build warning after merge of the block tree
 2021-06-09 15:10 UTC  (3+ messages)
` [PATCH] libnvdimm/pmem: Fix pmem_pagemap_cleanup compile warning

[PATCH v3 0/4] KVM: x86: hyper-v: Conditionally allow SynIC with APICv/AVIC
 2021-06-09 15:09 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
` [PATCH v3 2/4] KVM: x86: Drop vendor specific functions for APICv/AVIC enablement
` [PATCH v3 3/4] KVM: x86: Check for pending interrupts when APICv is getting disabled
` [PATCH v3 4/4] KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in use

[Intel-wired-lan] igb: Random NIC down for 3-4 seconds and then UP
 2021-06-09 15:09 UTC  (3+ messages)

Proposal
 2021-06-09 12:10 UTC 

Proposal
 2021-06-09 12:10 UTC 

Proposal
 2021-06-09 12:10 UTC 

Proposal
 2021-06-09 12:10 UTC 

Proposal
 2021-06-09 12:10 UTC 

[PATCH v2 rdma-next] RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPs
 2021-06-09 15:09 UTC  (6+ messages)

[Buildroot] [PATCH 1/3] beaglev: update to new starfive linux and u-boot
 2021-06-09 15:08 UTC  (2+ messages)

Proposal
 2021-06-09 12:10 UTC 

[PATCH v2 0/4] fpga: reorganize to subdirs
 2021-06-09 15:08 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 00/89] Stop depending on context mutation (v3)
 2021-06-09 15:07 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 22/89] tests/i915/gem_exec_nop: Convert to intel_ctx_t

[PATCH] io_uring: fix blocking inline submission
 2021-06-09 15:07 UTC  (2+ messages)

[PATCH] arm64: dts: ti: Drop reg-io-width/reg-shift from UART nodes
 2021-06-09 14:13 UTC  (2+ messages)

[PATCH v3] ACPI : don't always override the acpi irq
 2021-06-09 15:06 UTC  (3+ messages)

[PATCH 00/17] CAMSS: SM8250 support (and some fixes)
 2021-06-09 15:06 UTC  (5+ messages)
` [PATCH 14/17] media: camss: Add initial support for VFE hardware version Titan 480

Projects
 2021-06-09 12:09 UTC 

Projects
 2021-06-09 12:09 UTC 

[PATCH] iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get fails
 2021-06-09 14:12 UTC  (2+ messages)

[PATCH 1/1] irqchip/irq-imx-gpcv2: remove unnecessary oom message
 2021-06-09 14:11 UTC 

[PATCH 1/7] habanalabs/gaudi: use standard error codes
 2021-06-09 15:03 UTC  (7+ messages)
` [PATCH 2/7] habanalabs: small code refactoring
` [PATCH 3/7] habanalabs: report EQ fault during heartbeat
` [PATCH 4/7] habanalabs: enable stop on error for all QMANs and engines
` [PATCH 5/7] habanalabs: enable dram scramble before linux f/w
` [PATCH 6/7] habanalabs: add hard reset timeout for PLDM
` [PATCH 7/7] habanalabs: print firmware versions

Traffic shaping at 10~300mbps at a 10Gbps link
 2021-06-09 15:04 UTC  (2+ messages)

[PATCH] mmc: meson-gx: use memcpy_to/fromio for dram-access-quirk
 2021-06-09 15:02 UTC 


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.