All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-13 17:25:39 to 2023-03-13 18:20:16 UTC [more...]

[PATCH V6 00/15] Add support for stacked/parallel memories
 2023-03-13 17:15 UTC  (3+ messages)
` [PATCH V6 09/15] spi: Add stacked and parallel memories support in SPI core

[PATCH 01/12] driver core: class: specify the module owner in __class_register()
 2023-03-13 18:18 UTC  (12+ messages)
` [PATCH 02/12] drivers: remove struct module * setting from struct class
` [PATCH 03/12] driver core: class: remove struct module owner out of "
` [PATCH 04/12] driver core: class: remove module * from class_create()
` [PATCH 05/12] driver core: class: make class_dev_iter_init() options const
` [PATCH 06/12] driver core: class: make class_for_each_device() "
` [PATCH 07/12] driver core: class: make class_find_device*() "
` [PATCH 08/12] driver core: class: make class_create/remove_file*() "
` [PATCH 09/12] driver core: device: make device_destroy() take a const class *
` [PATCH 10/12] tpm: fix up the tpm_class shutdown_pre pointer when created
` [PATCH 11/12] driver core: device: mark struct class in struct device as constant
` [PATCH 12/12] driver core: device: make device_create*() take a const struct class *

[PATCH 0/2] regulator: Fix boot speed regression w/ off-on-delay-us
 2023-03-13 18:18 UTC  (3+ messages)
` [PATCH 1/2] regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since booted
` [PATCH 2/2] regulator: fixed: Set PROBE_PREFER_ASYNCHRONOUS

[Intel-xe] [PATCH] drm/xe: Promote guc_to_gt/xe helpers to .h
 2023-03-13 18:19 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "

[PATCH v2] sched/fair: sanitize vruntime of entity being migrated
 2023-03-13 18:17 UTC  (9+ messages)

[BUG] perf: No samples found when using kcore + coresight
 2023-03-13 18:15 UTC  (9+ messages)

[PATCH v2 0/2] Hyper-V VTL support
 2023-03-13 18:16 UTC  (6+ messages)
` [PATCH v2 2/2] x86/hyperv: VTL support for Hyper-V

[kvm-unit-tests PATCH v5] s390x: Add tests for execute-type instructions
 2023-03-13 18:16 UTC  (2+ messages)

[PATCH] net/mlx5: relax hws meter validation
 2023-03-13 18:15 UTC 

[PATCH v2] index-pack: remove fetch_if_missing=0
 2023-03-13 18:15 UTC  (2+ messages)
` [PATCH v3] "

[RFC 0/4] Allow more than 32 vb2 buffers per queue
 2023-03-13 18:14 UTC  (16+ messages)
` [RFC 1/4] media: videobuf2: Use vb2_get_buffer() as helper everywhere
` [RFC 2/4] media: videobuf2: Replace bufs array by a list
` [RFC 3/4] media: videobuf2: Use bitmap to manage vb2 index

[PATCH 1/1] EDAC/skx: Fix overflows on the DRAM row address mapping arrays
 2023-03-13 18:14 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 00/14] selftest improvements to respect IMAGE_LINK_NAME
 2023-03-13 18:14 UTC  (5+ messages)
` [OE-core] "

[PATCH 0/3 V4] Bluetooth: Add support for RTL8821CS
 2023-03-13 18:12 UTC  (5+ messages)
` [PATCH 2/3 V4] Bluetooth: hci_h5: btrtl: "

[PATCH v3] rcu: Add a minimum time for marking boot as completed
 2023-03-13 18:12 UTC  (5+ messages)

[PATCH v3 00/12] add virtual remote fabric
 2023-03-13 18:11 UTC  (13+ messages)
` [PATCH v3 01/12] scsi: target: add default fabric ops callaouts
` [PATCH v3 02/12] infiniband: srpt: remove default fabric ops callouts
` [PATCH v3 03/12] scsi: ibmvscsit: "
` [PATCH v3 04/12] scsi: target: loop: "
` [PATCH v3 05/12] scsi: target: sbp: "
` [PATCH v3 06/12] scsi: target: fcoe: "
` [PATCH v3 07/12] usb: gadget: f_tcm: "
` [PATCH v3 08/12] vhost-scsi: "
` [PATCH v3 09/12] xen-scsiback: "
` [PATCH v3 10/12] scsi: qla2xxx: "
` [PATCH v3 11/12] scsi: efct: "
` [PATCH v3 12/12] target: add virtual remote target

[PATCH 0/2] ceph: fscrypt: fix atomic open bug for encrypted directories
 2023-03-13 18:11 UTC  (5+ messages)
` [PATCH 1/2] fscrypt: new helper function - fscrypt_prepare_atomic_open()
` [PATCH 2/2] ceph: switch atomic open to use new fscrypt helper

[PATCH 1/8] arm64: dts: qcom: sda660-inforce: correct key node name
 2023-03-13 18:10 UTC  (7+ messages)
` [PATCH 2/8] arm64: dts: qcom: sc7280-herobrine-villager: correct trackpad supply
` [PATCH 3/8] arm64: dts: qcom: sc7180-trogdor-lazor: "
` [PATCH 4/8] arm64: dts: qcom: sc7180-trogdor-pazquel: "

[rft, PATCH v1 1/1] gpio: Drop unused inclusions from of_gpio.h
 2023-03-13 18:08 UTC  (4+ messages)

[PATCH] nubus: Drop noop match function
 2023-03-13 18:08 UTC 

[PATCH] dns_resolver: correct documentation error in dns resolver
 2023-03-13 18:08 UTC  (3+ messages)

[PATCH 00/11] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
 2023-03-13 18:08 UTC  (7+ messages)
` [PATCH 10/11] include/exec: fix kerneldoc definition

+ vmstat-add-pcp-remote-node-draining-via-cpu_vm_stats_fold.patch added to mm-unstable branch
 2023-03-13 18:07 UTC 

+ mm-vmstat-refresh-stats-remotely-instead-of-via-work-item.patch added to mm-unstable branch
 2023-03-13 18:07 UTC 

+ vmstat-switch-per-cpu-vmstat-counters-to-32-bits.patch added to mm-unstable branch
 2023-03-13 18:07 UTC 

+ mm-vmstat-switch-vmstat-shepherd-to-flush-per-cpu-counters-remotely.patch added to mm-unstable branch
 2023-03-13 18:07 UTC 

+ mm-vmstat-use-xchg-in-cpu_vm_stats_fold.patch added to mm-unstable branch
 2023-03-13 18:07 UTC 

+ mm-vmstat-switch-counter-modification-to-cmpxchg.patch added to mm-unstable branch
 2023-03-13 18:07 UTC 

+ convert-this_cpu_cmpxchg-users-to-this_cpu_cmpxchg_local.patch added to mm-unstable branch
 2023-03-13 18:07 UTC 

+ this_cpu_cmpxchg-s390-switch-this_cpu_cmpxchg-to-locked-add-_local-function.patch added to mm-unstable branch
 2023-03-13 18:07 UTC 

+ add-this_cpu_cmpxchg_local-and-asm-generic-definitions.patch added to mm-unstable branch
 2023-03-13 18:07 UTC 

+ this_cpu_cmpxchg-x86-switch-this_cpu_cmpxchg-to-locked-add-_local-function.patch added to mm-unstable branch
 2023-03-13 18:07 UTC 

+ this_cpu_cmpxchg-loongarch-switch-this_cpu_cmpxchg-to-locked-add-_local-function.patch added to mm-unstable branch
 2023-03-13 18:07 UTC 

+ this_cpu_cmpxchg-arm64-switch-this_cpu_cmpxchg-to-locked-add-_local-function.patch added to mm-unstable branch
 2023-03-13 18:07 UTC 

[PATCH] staging: axis-fifo: initialize timeouts in probe only
 2023-03-13 18:07 UTC 

[PATCH 0/5] rust: Add io_pgtable and RTKit abstractions
 2023-03-13 18:05 UTC  (4+ messages)
` [PATCH 5/5] rust: device: Add a stub abstraction for devices

[PATCH v2 0/2] [RFC] virtio-rng entropy leak reporting feature
 2023-03-13 18:05 UTC  (6+ messages)

[PATCH v2 0/2] KVM: arm64: PMU: Preserve vPMC registers properly on migration
 2023-03-13 18:04 UTC  (3+ messages)

[syzbot] [wireless?] KMSAN: uninit-value in ath9k_hw_init
 2023-03-13 18:04 UTC  (2+ messages)

[Buildroot] [PATCH] package/rtl8189es: bump to version 2023-03-13 on master branch
 2023-03-13 18:03 UTC 

[Intel-xe] [PATCH v2 00/12] DG2 + PVC workarounds and infra
 2023-03-13 18:03 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for DG2 + PVC workarounds and infra (rev3)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "

A note from the maintainer
 2023-03-13 18:02 UTC 

[PATCH] Add `restore.defaultLocation` option
 2023-03-13 18:02 UTC  (3+ messages)

[PATCH v2 0/4] thermal: core/ACPI: Fix processor cooling device regression
 2023-03-13 18:02 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 1/2] lib/i915/gem_engine_topology: list engines specific to gt
 2023-03-13 17:59 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t 2/2] lib/intel_ctx: Create intel_ctx with physical engines in a single gt

key for u.kleine-koenig@pengutronix.de
 2023-03-13 18:01 UTC  (3+ messages)

[PATCH 0/7] remove SLOB and allow kfree() with kmem_cache_alloc()
 2023-03-13 18:00 UTC  (4+ messages)

State of Yocto styleguide and oe-stylize.py script
 2023-03-13 17:59 UTC  (3+ messages)
` [yocto] "

[PATCH 0/1] kbuild: deb-pkg: Allow parallel build
 2023-03-13 17:59 UTC  (3+ messages)
` [PATCH 1/1] "

CSV output
 2023-03-13 17:59 UTC  (5+ messages)

[PATCH v4 00/16] perf kvm: Support histograms and TUI mode
 2023-03-13 17:58 UTC  (4+ messages)
` [PATCH v4 04/16] perf kvm: Use subtraction for comparison metrics

[PATCH 0/5] dma: don't set chancnt
 2023-03-13 17:36 UTC  (4+ messages)
` [PATCH 2/5] dmaengine: axi-dmac: Don't "

[meta-oe][dunfell][PATCH] xterm: Remove undeclared variables introduced by backport
 2023-03-13 17:57 UTC  (2+ messages)

[PATCH 0/2] KVM: Fix race between reboot and hardware enabling
 2023-03-13 17:57 UTC  (6+ messages)
` [PATCH 2/2] KVM: Don't enable hardware after a restart/shutdown is initiated

[PATCH V3 0/6] Add Tegra234 HTE support
 2023-03-13 17:55 UTC  (5+ messages)
` [PATCH V3 2/6] dt-bindings: timestamp: Add Tegra234 support

[PATCH v4 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-13 17:55 UTC  (3+ messages)
` [PATCH v4 2/4] mips: add <asm-generic/io.h> including

[Intel-gfx] [PATCH v2] drm/i915/active: Fix missing debug object activation
 2023-03-13 17:53 UTC  (3+ messages)

[PATCH v1] ptp: add ToD device driver for Intel FPGA cards
 2023-03-13 17:50 UTC  (2+ messages)

[RFC 0/2] optimise local-tw task resheduling
 2023-03-13 17:50 UTC  (7+ messages)

[PATCH] oeqa rtc.py: skip if read-only-rootfs
 2023-03-13 17:51 UTC 

[PATCH] xen/cpufreq: Remove <asm/bug.h>
 2023-03-13 17:51 UTC 

[PATCH 0/3] arm64: dts/defconfig/binding: Add support for BeaglePlay
 2023-03-13 17:50 UTC  (4+ messages)
` [PATCH 2/3] arm64: dts: ti: Add k3-am625-beagleplay

[PATCH] flask: label-pci: Allow specifying optional irq label
 2023-03-13 17:50 UTC 

[PATCH v1] ASoC: Intel: sof_rt5682: Enable Bluetooth offload on adl_rt1019_rt5682
 2023-03-13 14:36 UTC  (7+ messages)

[PATCH v2] PCI: imx6: Save and restore MSI control of RC in suspend and resume
 2023-03-13 17:49 UTC  (3+ messages)

[PATCH V2 1/2] ASoC: max98363: add soundwire amplifier driver
 2023-03-13 14:46 UTC  (2+ messages)

[PATCH v3 0/2] gpio: fxl6408: add I2C GPIO expander driver
 2023-03-13 17:49 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH RFC 00/18] Rust DRM subsystem abstractions (& preview AGX driver)
 2023-03-13 17:49 UTC  (6+ messages)
` [PATCH RFC 03/18] rust: drm: file: Add File abstraction

[RFC 0/2] vhost-user-fs: Stateful migration
 2023-03-13 17:48 UTC  (6+ messages)
` [Virtio-fs] "
` [RFC 1/2] vhost-user: Add interface for virtio-fs migration
  ` [Virtio-fs] "
` [RFC 2/2] vhost-user-fs: Implement stateful migration
  ` [Virtio-fs] "

[RFC][PATCH 0/5] Improve static call NULL handling
 2023-03-13 17:48 UTC  (6+ messages)
` [RFC][PATCH 1/5] static_call: Make NULL static calls consistent

[Intel-gfx] [PATCH 0/2] drm: Add plane SIZE_HINTS property
 2023-03-13 17:49 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm: Add plane SIZE_HINTS property (rev3)

[igt-dev] [PATCH 1/2] [PATCH i-g-t] i915/sysfs_heartbeat_interval: Update test to work with GuC submission
 2023-03-13 17:49 UTC  (4+ messages)
` [igt-dev] [PATCH 2/2] [PATCH i-g-t] i915/sysfs_timeslice_duration: "

[ANNOUNCE] Git v2.40.0
 2023-03-13 17:48 UTC 

[GIT FIXES FOR v6.3] Venus fixes
 2023-03-13 17:48 UTC  (4+ messages)

[PATCH v8 00/24] Fixes for Rockchip NFC driver part 1
 2023-03-13 17:46 UTC  (5+ messages)
` [PATCH v8 13/24] rockchip: rk3288: syscon_rk3288: store syscon platdata in regmap

[PATCH v3 0/8] QAIC accel driver
 2023-03-13 17:45 UTC  (9+ messages)
` [PATCH v3 2/8] accel/qaic: Add uapi and core driver file
` [PATCH v3 3/8] accel/qaic: Add MHI controller

[Intel-xe] [PATCH] drm/xe: Fix module load without display IP
 2023-03-13 17:44 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "

[PATCH 1/1] x86/vdso: use the right GDT_ENTRY_CPUNODE for 32-bit getcpu() on 64-bit kernel
 2023-03-13 17:42 UTC  (3+ messages)

AUTOSEL process
 2023-03-13 17:41 UTC  (11+ messages)

[PATCH 0/2] KVM: arm64: Plug a couple of MM races
 2023-03-13 17:40 UTC  (9+ messages)
` [PATCH 1/2] KVM: arm64: Disable interrupts while walking userspace PTs

[PATCH 1/1] usertools/devbind: add ml device class
 2023-03-13 17:41 UTC  (3+ messages)
  ` [EXT] "

Pull request for efi-2023-04-rc4
 2023-03-13 17:40 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2023-03-13 17:40 UTC  (2+ messages)

[PULL] u-boot-sh/master
 2023-03-13 17:40 UTC  (2+ messages)

[PATCH 1/1] doc: add ML to list of cnxk platform blocks
 2023-03-13 17:40 UTC 

[libgpiod,v4 0/2] tools: fix compile issues when GNU extensions are not present
 2023-03-13 17:38 UTC  (3+ messages)

[PATCH v2 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-03-13 17:38 UTC  (7+ messages)
` [PATCH v2 2/2] "

[PATCH v4 1/5] rmap: move hugetlb try_to_unmap to dedicated function
 2023-03-13 17:37 UTC  (2+ messages)

[PATCH] PCI: vmd: guard device addition and removal
 2023-03-13 17:37 UTC 

+ mm-add-new-api-to-enable-ksm-per-process-fix.patch added to mm-unstable branch
 2023-03-13 17:38 UTC 

[PATCH] mips: bmips: BCM6358: disable arch_sync_dma_for_cpu_all()
 2023-03-13 17:37 UTC  (7+ messages)

[PATCH v2] qemu-options.hx: remove stray quote
 2023-03-13 17:37 UTC  (2+ messages)

[syzbot] [wireless?] KMSAN: uninit-value in ath9k_hw_init
 2023-03-13 17:35 UTC  (2+ messages)

[PATCH net-next] net-sysfs: display two backlog queue len separately
 2023-03-13 17:33 UTC  (6+ messages)

[PATCH 0/6] kbuild: fix some packaging issues, and use git-archive for source package
 2023-03-13 17:33 UTC  (4+ messages)

[REGRESSION] kbl-r5514-5663-max hdmi no longer working
 2023-03-13 17:32 UTC  (2+ messages)

pull-request: wireless-2023-03-10
 2023-03-13 17:32 UTC  (5+ messages)
` pull-request: wireless-2023-03-10: manual merge

First quarter procurement order/enquiry
 2023-03-13 17:29 UTC 

Better suggestions when git-am(1) fails
 2023-03-13 17:31 UTC  (7+ messages)
` [PATCH 3/5] diff: add --default-prefix option

First quarter procurement order/enquiry
 2023-03-13 17:29 UTC 

First quarter procurement order/enquiry
 2023-03-13 17:28 UTC 

[PATCH v2 00/18] x86/reboot: KVM: Clean up "emergency" virt code
 2023-03-13 17:29 UTC  (4+ messages)
` [PATCH v2 14/18] KVM: SVM: Check that the current CPU supports SVM in kvm_is_svm_supported()

[PATCH] drm/virtio: Enable fb damage clips property for the primary plane
 2023-03-13 17:28 UTC  (3+ messages)

stable/linux-4.14.y baseline: 128 runs, 24 regressions (v4.14.309)
 2023-03-13 17:29 UTC 

[PATCH] reorder: fix registration of dynamic field in mbuf
 2023-03-13 17:29 UTC  (3+ messages)
  ` [EXT] "

First quarter procurement order/enquiry
 2023-03-13 17:23 UTC 

First quarter procurement order/enquiry
 2023-03-13 17:21 UTC 

stable/linux-5.10.y baseline: 172 runs, 15 regressions (v5.10.174)
 2023-03-13 17:27 UTC 

[Intel-xe] [PATCH] drm/xe/xe_uc_fw: Use firmware files from standard locations
 2023-03-13 17:27 UTC  (2+ messages)
` [Intel-xe] ✓ CI.Build: success for drm/xe/xe_uc_fw: Use firmware files from standard locations (rev2)

[RFC PATCH v2] can: isotp: add module parameter for maximum pdu size
 2023-03-13 17:25 UTC 

[PATCH] Use f-strings in python scripts
 2023-03-13 17:25 UTC 

[f2fs-dev] First quarter procurement order/enquiry
 2023-03-13 17:25 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.