All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-18 13:35:26 to 2023-07-18 14:01:07 UTC [more...]

[PATCH v2 00/10] pinctrl: Provide NOIRQ PM helper and use it
 2023-07-18 13:55 UTC  (26+ messages)
` [PATCH v2 02/10] pinctrl: baytrail: Make use of pm_ptr()
` [PATCH v2 03/10] pinctrl: cherryview: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helper
` [PATCH v2 04/10] pinctrl: intel: "
` [PATCH v2 05/10] pinctrl: lynxpoint: Make use of pm_ptr()
` [PATCH v2 10/10] pinctrl: tegra: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helper

[PATCH 0/2] Fix 'mbr' command with hybrid MBR/GPT
 2023-07-18 13:58 UTC  (12+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] dm: test: Fix partition test to use mmc2
  ` [PATCH v2 2/5] dm: test: Improve partition test error output
  ` [PATCH v2 3/5] disk: part: Add API to get partitions with specific driver
  ` [PATCH v2 4/5] dm: test: Add test for part_get_info_by_type
  ` [PATCH v2 5/5] cmd: mbr: Force DOS driver to be used for verify

[PATCH] soc: hisilicon: Support HCCS driver on Kunpeng SoC
 2023-07-18 14:00 UTC  (7+ messages)
` [PATCH v3 0/2] "

[PATCH v2 0/8] LASS KVM virtualization support
 2023-07-18 13:18 UTC  (6+ messages)
` [PATCH v2 1/8] KVM: x86: Consolidate flags for __linearize()
` [PATCH v2 2/8] KVM: x86: Use a new flag for branch instructions
` [PATCH v2 3/8] KVM: x86: Add an emulation flag for implicit system access
` [PATCH v2 4/8] KVM: x86: Add X86EMUL_F_INVTLB and pass it in em_invlpg()
` [PATCH v2 5/8] KVM: emulator: Add emulation of LASS violation checks on linear address

[PATCH 0/5] m68k: add ColdFire watchdog driver
 2023-07-18 13:58 UTC  (4+ messages)
` [PATCH 3/5] m68k: dts: add watchdog node

[PATCH next] media: i2c: fix error handling in ub960_rxport_add_serializer()
 2023-07-18 13:58 UTC  (4+ messages)

[PATCH] drm/amdgpu: Update ring scheduler info as needed
 2023-07-18 14:00 UTC  (2+ messages)

[PATCH] drm: loongson: Add a check for lsdc_bo_create() errors
 2023-07-18 13:59 UTC  (5+ messages)

[PATCH] tests: Fix exception when cleaning up skipped test
 2023-07-18 13:58 UTC  (2+ messages)

[Buildroot] [Bug 15700] New: ./include/mount-api-utils.h:11:10: fatal error: linux/mount.h: No such file
 2023-07-18 13:59 UTC 

[PATCH 00/14] Refactor SUNRPC svc thread code, and use llist
 2023-07-18 13:58 UTC  (7+ messages)
` [PATCH 10/14] SUNRPC: change svc_pool_wake_idle_thread() to return nothing
` [PATCH 07/14] SUNRPC: refactor svc_recv()
` [PATCH 06/14] SUNRPC: change various server-side #defines to enum

[PATCH] android_ab: Add option to skip decrementing tries
 2023-07-18 13:58 UTC  (2+ messages)

[PATCH] fs/erofs: Introduce new features including ztailpacking, fragments and dedupe
 2023-07-18 13:58 UTC  (2+ messages)

[PATCH v15 00/26] Add vfio_device cdev for iommufd support
 2023-07-18 13:55 UTC  (54+ messages)
` [Intel-gfx] "
` [PATCH v15 01/26] vfio: Allocate per device file structure
  ` [Intel-gfx] "
` [PATCH v15 02/26] vfio: Refine vfio file kAPIs for KVM
  ` [Intel-gfx] "
` [PATCH v15 03/26] vfio: Accept vfio device file in the KVM facing kAPI
  ` [Intel-gfx] "
` [PATCH v15 04/26] kvm/vfio: Prepare for accepting vfio device fd
  ` [Intel-gfx] "
` [PATCH v15 05/26] kvm/vfio: Accept vfio device file from userspace
  ` [Intel-gfx] "
` [PATCH v15 06/26] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
  ` [Intel-gfx] "
` [PATCH v15 07/26] vfio: Block device access via device fd until device is opened
  ` [Intel-gfx] "
` [PATCH v15 08/26] vfio: Add cdev_device_open_cnt to vfio_group
  ` [Intel-gfx] "
` [PATCH v15 09/26] vfio: Make vfio_df_open() single open for device cdev path
  ` [Intel-gfx] "
` [PATCH v15 10/26] vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()
  ` [Intel-gfx] "
` [PATCH v15 11/26] vfio-iommufd: Split bind/attach into two steps
  ` [Intel-gfx] "
` [PATCH v15 12/26] vfio: Record devid in vfio_device_file
  ` [Intel-gfx] "
` [PATCH v15 13/26] vfio-iommufd: Add detach_ioas support for physical VFIO devices
  ` [Intel-gfx] "
` [PATCH v15 14/26] iommufd/device: Add iommufd_access_detach() API
  ` [Intel-gfx] "
` [PATCH v15 15/26] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
  ` [Intel-gfx] "
` [PATCH v15 16/26] vfio: Move vfio_device_group_unregister() to be the first operation in unregister
  ` [Intel-gfx] "
` [PATCH v15 17/26] vfio: Move device_del() before waiting for the last vfio_device registration refcount
  ` [Intel-gfx] "
` [PATCH v15 18/26] vfio: Add cdev for vfio_device
  ` [Intel-gfx] "
` [PATCH v15 19/26] vfio: Test kvm pointer in _vfio_device_get_kvm_safe()
  ` [Intel-gfx] "
` [PATCH v15 20/26] iommufd: Add iommufd_ctx_from_fd()
  ` [Intel-gfx] "
` [PATCH v15 21/26] vfio: Avoid repeated user pointer cast in vfio_device_fops_unl_ioctl()
  ` [Intel-gfx] "
` [PATCH v15 22/26] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
  ` [Intel-gfx] "
` [PATCH v15 23/26] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
  ` [Intel-gfx] "
` [PATCH v15 24/26] vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()
  ` [Intel-gfx] "
` [PATCH v15 25/26] vfio: Compile vfio_group infrastructure optionally
  ` [Intel-gfx] "
` [PATCH v15 26/26] docs: vfio: Add vfio device cdev description
  ` [Intel-gfx] "

[PATCH] Makefile: Add missing quotes around sort --field-separator
 2023-07-18 13:58 UTC  (2+ messages)

[Intel-wired-lan] [PATCH RFC net-next v4 0/9] net: intel: start The Great Code Dedup + Page Pool for iavf
 2023-07-18 13:56 UTC  (8+ messages)
` [Intel-wired-lan] [PATCH RFC net-next v4 6/9] iavf: switch to Page Pool

[PATCH] bootstd: Correct 'bpot' typo
 2023-07-18 13:58 UTC  (2+ messages)

[PATCH] disk: Use BOOT_DEFAULTS instead of DISTRO_DEFAULTS
 2023-07-18 13:58 UTC  (2+ messages)

[PATCH 0/3] regmap: Add interface for checking if a register is cached
 2023-07-18 13:56 UTC  (3+ messages)

[PATCH v2] dfu: Add proper dependency for CONFIG_DFU_MMC
 2023-07-18 13:57 UTC  (2+ messages)

[PATCH 00/13] zbd: improve max_active_zones limit handling
 2023-07-18 13:56 UTC  (9+ messages)
` [PATCH 01/13] zbd: refer max_active_zones sysfs attribute
` [PATCH 02/13] zbd: write to closed zones on the devices with max_active_zones limit
` [PATCH 03/13] zbd: print max_active_zones limit error message
` [PATCH 04/13] docs: modify max_open_zones option description

[PATCH 2/2] nvmem: core: append offset to cell name in sysfs
 2023-07-18 13:55 UTC 

[PATCH v2 0/9] tracing: Improbe BTF support on probe events
 2023-07-18 13:56 UTC  (5+ messages)
` [PATCH v2 2/9] bpf/btf: tracing: Move finding func-proto API and getting func-param API to BTF

[PATCH 1/2] nvmem: core: clear sysfs attributes for each NVMEM device
 2023-07-18 13:55 UTC 

[PATCH 00/35] arm64/gcs: Provide support for GCS at EL0
 2023-07-18 13:55 UTC  (4+ messages)
` [PATCH 22/35] arm64/mm: Implement map_shadow_stack()

[RFC] memarea: introduce memory area library
 2023-07-18 13:46 UTC  (8+ messages)
` [PATCH v18 0/6] introduce memarea library
  ` [PATCH v18 1/6] memarea: "
  ` [PATCH v18 2/6] test/memarea: support memarea test
  ` [PATCH v18 3/6] memarea: support alloc and free API
  ` [PATCH v18 4/6] test/memarea: support alloc and free API test
  ` [PATCH v18 5/6] memarea: support dump API
  ` [PATCH v18 6/6] test/memarea: support dump API test

[RFC PATCH] vfio-user: add live migration to vfio-user protocol specification
 2023-07-18  9:42 UTC 

[PATCH 0/6] linux-user: brk() syscall fixes and armhf static binary fix
 2023-07-18 13:53 UTC  (3+ messages)
` [PATCH 1/6] Revert "linux-user: Make sure initial brk(0) is page-aligned"

[PATCH] hw/riscv: Fix topo field in error_report
 2023-07-18  8:07 UTC 

[PATCH v7 0/2] docs: Integrate rustdoc into Rust documentation
 2023-07-18 13:54 UTC  (7+ messages)
` [PATCH v7 1/2] docs: Move rustdoc output, cross-reference it
` [PATCH v7 2/2] docs: Integrate rustdoc generation into htmldocs

[gustavoars:for-next/kspp] BUILD SUCCESS 6ae3f51825e31ac9ad9f062f00b57a6c9bac3179
 2023-07-18 13:53 UTC 

Build failures / crashes in stable queue branches
 2023-07-18 13:52 UTC  (5+ messages)

[PATCH] gitignore.txt: use backticks instead of double quotes
 2023-07-18 13:53 UTC  (2+ messages)

[PATCH] hv_netvsc: support a new host capability AllowRscDisabledStatus
 2023-07-18 13:52 UTC  (5+ messages)

[5.10, 5.15] New bpf kselftest failure
 2023-07-18 13:52 UTC  (7+ messages)

[PATCH net-next v1 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-07-18 13:51 UTC  (7+ messages)
` [PATCH net-next v1 1/4] vsock/virtio/vhost: read data from non-linear skb
` [PATCH net-next v1 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[PATCH RFC net-next v2 0/7] net: page_pool: a couple of assorted optimizations
 2023-07-18 13:50 UTC  (4+ messages)
` [PATCH RFC net-next v2 2/7] net: page_pool: place frag_* fields in one cacheline

[PATCH v5 0/7] v4l-utils: Support multiplexed streams
 2023-07-18 13:51 UTC  (4+ messages)
` [PATCH v5 1/7] v4l2-ctl: Add routing and streams support

[PATCH] nfsd: Remove incorrect check in nfsd4_validate_stateid
 2023-07-18 13:51 UTC  (3+ messages)

[PATCH rcu 0/6] Miscellaneous fixes for v6.6
 2023-07-18 13:49 UTC  (5+ messages)
` [PATCH rcu 5/6] rcu: Make the rcu_nocb_poll boot parameter usable via boot config
` [PATCH rcu 6/6] rcu: Use WRITE_ONCE() for assignments to ->next for rculist_nulls

[RFC PATCH 0/4] fix some issues related to MISRA C:2012 Rule 9.1
 2023-07-18 13:48 UTC  (7+ messages)
` [RFC PATCH 2/4] xen/arm64: bitops: justify uninitialized variable inside a macro

[LTP] sched_rr_get_interval01 depends on particular CONFIG_HZ value
 2023-07-18 13:48 UTC  (2+ messages)

[PATCH] cdx: add support for bus mastering
 2023-07-18 13:46 UTC  (2+ messages)

[PATCH 0/8] clk: qcom: fix runtime PM bugs
 2023-07-18 13:46 UTC  (2+ messages)

[PATCH 2/4] x86/idle: Get PC{8..10} counters for Tiger and Alder Lake
 2023-07-18 13:46 UTC  (3+ messages)

[PATCH v2] lib/bitmap: workaround const_eval test build failure
 2023-07-18 13:44 UTC  (2+ messages)

[PATCH 0/4] kmod /usr support
 2023-07-18 13:45 UTC  (11+ messages)
` [PATCH kmod v4 "
  ` [PATCH kmod v4 4/4] libkmod, depmod, modprobe: Make directory for kernel modules configurable

[PATCH 0/6] x86: Clean up fast syscall return validation
 2023-07-18 13:44 UTC  (7+ messages)
` [PATCH 1/6] x86/entry/64: Remove obsolete comment on tracing vs. SYSRET
` [PATCH 2/6] x86/entry/64: Convert SYSRET validation tests to C
` [PATCH 3/6] x86/entry/compat: Combine return value test from syscall handler
` [PATCH 4/6] x86/entry/32: Convert do_fast_syscall_32() to bool return type
` [PATCH 5/6] x86/entry/32: Remove SEP test for SYSEXIT
` [PATCH 6/6] x86/entry/32: Clean up syscall fast exit tests

[Intel-gfx] [PATCH v5 0/9] Update AUX invalidation sequence
 2023-07-18 13:44 UTC  (22+ messages)
`  "
` [PATCH v5 1/9] drm-tip: 2023y-07m-17d-16h-04m-53s UTC integration manifest
  ` [Intel-gfx] "
` [PATCH v5 2/9] drm/i915/gt: Cleanup aux invalidation registers
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v5 3/9] drm/i915: Add the has_aux_ccs device property
  `  "
` [PATCH v5 4/9] drm/i915/gt: Ensure memory quiesced before invalidation
  ` [Intel-gfx] "
` [PATCH v5 5/9] drm/i915/gt: Rename flags with bit_group_X according to the datasheet
  ` [Intel-gfx] "
` [PATCH v5 6/9] drm/i915/gt: Refactor intel_emit_pipe_control_cs() in a single function
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v5 7/9] drm/i915/gt: Ensure memory quiesced before invalidation for all engines
  `  "
` [Intel-gfx] [PATCH v5 8/9] drm/i915/gt: Poll aux invalidation register bit on invalidation
  `  "
` [PATCH v5 9/9] drm/i915/gt: Support aux invalidation on all engines
  ` [Intel-gfx] "

[PATCH] MIPS: Loongson64: Fix more __iomem attributes
 2023-07-18 13:44 UTC 

linux-next: build failure after merge of the mm tree
 2023-07-18 13:43 UTC  (2+ messages)

[PATCH] drivers: led: bcm6858: do not use null label to find the top
 2023-07-18 13:43 UTC  (3+ messages)

[PATCH v1 00/22] selftests/nolibc: add minimal kernel config support
 2023-07-18 13:43 UTC  (2+ messages)

[PATCH] mfd: rz-mtu3: Fix COMPILE_TEST build error
 2023-07-18 13:43 UTC 

[PATCH] scripts/dtc: Fix errors in yamltree.c
 2023-07-18 13:42 UTC  (2+ messages)

[XEN PATCH v10 00/24] Xen FF-A mediator
 2023-07-18 13:41 UTC  (3+ messages)
` [XEN PATCH v10 18/24] xen/arm: ffa: support sharing memory

lib/test_bitmap.c:920:2: error: call to __compiletime_assert_348 declared with 'error' attribute: BUILD_BUG_ON failed: !__builtin_constant_p(res)
 2023-07-18 13:40 UTC  (3+ messages)

[RFC PATCH 0/4] Reduce cost of accessing tg->load_avg
 2023-07-18 13:41 UTC  (5+ messages)
` [PATCH 1/4] sched/fair: free allocated memory on error in alloc_fair_sched_group()
` [RFC PATCH 2/4] sched/fair: Make tg->load_avg per node
` [RFC PATCH 3/4] sched/fair: delay update_tg_load_avg() for cfs_rq's removed load
` [RFC PATCH 4/4] sched/fair: skip some update_cfs_group() on en/dequeue_entity()

[PATCH] mfd: rz-mtu3: Fix COMPILE_TEST build issue
 2023-07-18 13:41 UTC 

[PATCH 0/8] Make PDX compression optional
 2023-07-18 13:40 UTC  (10+ messages)
` [PATCH 4/8] build: Remove CONFIG_HAS_PDX

[PATCH v4 00/10] tracing: introducing eventfs
 2023-07-18 13:40 UTC  (4+ messages)

[PATCH v2 0/2] hwmon: (oxp-sensors) Refactor probe() and init() and remove devm_add_groups()
 2023-07-18 13:40 UTC  (5+ messages)
` [PATCH v2 1/2] hwmon: (oxp-sensors) Move tt_toggle attribute to dev_groups
` [PATCH v2 2/2] hwmon: (oxp-sensors) Move board detection to the init function

[PATCH v3] mm: kfence: allocate kfence_metadata at runtime
 2023-07-18 13:38 UTC  (3+ messages)

[PATCH 0/6] PHYTEC SoM detection for phyCORE-i.MX8MP
 2023-07-18 13:35 UTC  (7+ messages)
` [PATCH 1/6] board: phytec: Add common PHYTEC SoM detection
` [PATCH 2/6] board: phytec: common: Add imx8m specific EEPROM detection support
` [PATCH 3/6] board: phytec: phycore-imx8mp: Add EEPROM detection initialisation
` [PATCH 4/6] board: phytec: phycore_imx8mp: Update 2GB RAM Timings
` [PATCH 5/6] board: phytec: common: phytec_som_detection: Add helper for PCB revision
` [PATCH 6/6] board: phytec: phycore_imx8mp: Add 4000MTS RAM timings based on PCB rev

[PATCH v2 0/5] ASoC: Improve coverage in default KUnit runs
 2023-07-18 13:35 UTC  (5+ messages)
` [PATCH v2 1/5] driver core: Provide stubs for !IOMEM builds
` [PATCH v2 2/5] platform: Provide stubs for !HAS_IOMEM builds

[PATCH 00/15] Unregister critical branch clocks + some RPM
 2023-07-18 13:36 UTC  (12+ messages)
` [PATCH 15/15] arm64: dts: qcom: sm6115: Add VDD_CX to GPU_CCC

[PATCH 0/3] Fix 'Spurious APIC interrupt (vector 0xFF) on CPU#n' issue
 2023-07-18 13:35 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomically

[PATCH] t2400: Fix test failures when using grep 2.5
 2023-07-18 13:36 UTC  (6+ messages)

[PATCH drm-next v7 00/13] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-07-18 11:38 UTC  (6+ messages)
` [PATCH drm-next v7 02/13] drm: manager to keep track of GPUs VA mappings
      ` [Nouveau] "

[PATCH v4 00/21] Add Qualcomm Minidump kernel driver related support
 2023-07-18 13:35 UTC  (8+ messages)

[RFC PATCH v2] x86/boot: add .sbat section to the bzImage
 2023-07-18 13:34 UTC  (3+ messages)

[patch 00/58] x86/apic: Decrapification and static calls
 2023-07-18 13:35 UTC  (3+ messages)
` [patch 58/58] x86/apic: Turn on "


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.