All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-27 06:00:15 to 2023-04-27 07:20:50 UTC [more...]

[RFC v2 0/2] Introducing generic SCMI pinctrl driver implementation
 2023-04-27  7:19 UTC  (5+ messages)
` [RFC v2 3/3] dt-bindings: firmware: arm,scmi: Add support for pinctrl protocol

[PATCH v1 0/5] ufs: core: mcq: Add ufshcd_abort() and error handler support in MCQ mode
 2023-04-27  7:17 UTC  (3+ messages)
` [PATCH v1 5/5] ufs: core: Add error handling for "

[PATCH 01/11] binutils: backport a patch to address failures when time64.inc is in use
 2023-04-27  7:20 UTC  (4+ messages)
` [PATCH 05/11] bitbake.conf: set minimum required kernel to 5.15
  ` [OE-core] "

[robh:dt/header-cleanups 56/56] drivers/char/hw_random/ingenic-rng.c:128:34: error: array type has incomplete element type 'struct of_device_id'
 2023-04-27  7:19 UTC 

[Intel-gfx] [PATCH v8 0/2] drm/i915: Hugepage manager and test for MTL
 2023-04-27  7:19 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Hugepage manager and test for MTL (rev2)

[Intel-xe] [PATCH 0/4] RFC: drm/xe/ras: Supporting RAS on XE
 2023-04-27  7:18 UTC  (4+ messages)
` [Intel-xe] [PATCH 1/4] drm/xe: Handle GRF/IC ECC error irq

[PATCH] virtio_net: suppress cpu stall when free_unused_bufs
 2023-04-27  7:13 UTC  (5+ messages)

[PATCH] lib: sbi: Ensure SBI extension is available
 2023-04-27  7:18 UTC  (4+ messages)

CIP IRC weekly meeting today on libera.chat
 2023-04-27  7:17 UTC 

[PATCH] drm/amdgpu: remove pasid_src field from IV entry
 2023-04-27  7:16 UTC 

[Intel-gfx] [PATCH v4 0/9] Enhance vfio PCI hot reset for vfio cdev device
 2023-04-27  7:15 UTC  (35+ messages)
` [Intel-gfx] [PATCH v4 1/9] vfio: Determine noiommu in vfio_device registration
    `  "
` [Intel-gfx] [PATCH v4 2/9] vfio-iommufd: Create iommufd_access for noiommu devices
    `  "
` [Intel-gfx] [PATCH v4 4/9] vfio/pci: Move the existing hot reset logic to be a helper
    `  "
` [Intel-gfx] [PATCH v4 5/9] vfio: Mark cdev usage in vfio_device
  `  "
` [Intel-gfx] [PATCH v4 6/9] iommufd: Reserved -1 in the iommufd xarray
  `  "
` [Intel-gfx] [PATCH v4 7/9] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
  `  "
` [Intel-gfx] [PATCH v4 8/9] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
  `  "
` [Intel-gfx] [PATCH v4 9/9] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
  `  "

[PATCH v21 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2023-04-27  7:08 UTC  (3+ messages)

[RFC PATCH v6 0/2] Introduce ICSSG based ethernet Driver
 2023-04-27  7:12 UTC  (4+ messages)
` [RFC PATCH v6 2/2] net: ti: icssg-prueth: Add ICSSG ethernet driver
    ` [EXTERNAL] "

[PATCH v8 00/30] Add KVM LoongArch support
 2023-04-27  7:11 UTC  (31+ messages)
` [PATCH v8 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v8 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v8 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v8 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v8 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v8 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v8 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v8 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v8 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v8 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v8 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v8 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v8 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v8 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v8 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v8 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v8 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v8 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v8 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v8 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v8 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v8 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v8 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v8 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v8 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v8 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v8 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v8 28/30] LoongArch: KVM: Implement probe virtualization when LoongArch cpu init
` [PATCH v8 29/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v8 30/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part

[robh:dt/header-cleanups 55/56] sound/ppc/awacs.c:741:13: error: implicit declaration of function 'of_machine_is_compatible'
 2023-04-27  7:09 UTC 

[RESEND PATCH] Revert "spi: zynq_qspi: Use dummy buswidth in dummy byte calculation"
 2023-04-27  7:09 UTC  (2+ messages)

[PATCH] ARM/mfd/gpio: Fixup TPS65010 regression on OMAP1 OSK1
 2023-04-27  7:09 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] lib/xe/xe_spin: Integrate igt_spin_new with Xe
 2023-04-27  7:09 UTC  (4+ messages)

Failed to recover log tree
 2023-04-27  7:08 UTC  (2+ messages)

[PATCH net-next] wifi: ath11k: Use list_count_nodes()
 2023-04-27  7:07 UTC  (6+ messages)

[PATCH net-next 0/2] add driver support for Microchip LAN865X Rev.B0 Internal PHYs
 2023-04-27  7:07 UTC  (3+ messages)

[PATCH] linux-ti-staging: Fix build with gcc13
 2023-04-27  7:07 UTC  (2+ messages)
` [meta-ti] "

[PATCH v4] acpi: pcihp: allow repeating hot-unplug requests
 2023-04-27  7:04 UTC  (5+ messages)

[PATCH 0/1] mm/oom_kill: system enters a state something like hang when running stress-ng
 2023-04-27  7:03 UTC  (7+ messages)
` [PATCH 1/1] mm/oom_kill: trigger the oom killer if oom occurs without __GFP_FS

[BISECTED REGRESSION] OMAP1 GPIO breakage
 2023-04-27  7:03 UTC  (9+ messages)

[PATCH] upstream source tracing: data collection (patch 2/3)
 2023-04-27  7:02 UTC  (6+ messages)
` [bitbake-devel] "

[PATCH v11 00/13] target/arm: Allow CONFIG_TCG=n builds
 2023-04-27  7:00 UTC  (3+ messages)
` [PATCH v11 12/13] tests/qtest: Restrict tpm-tis-i2c-test to CONFIG_TCG

[RFC PATCH net-next v5 0/9] TXGBE PHYLINK support
 2023-04-27  6:56 UTC  (6+ messages)
` [RFC PATCH net-next v5 2/9] i2c: designware: Add driver support for Wangxun 10Gb NIC

[PATCH v5] enhance NUMA affinity heuristic
 2023-04-27  6:57 UTC  (3+ messages)
` [PATCH v6] "

[kvm-unit-tests PATCH v8 0/2] S390x: CPU Topology Information
 2023-04-27  6:57 UTC  (3+ messages)
` [kvm-unit-tests PATCH v8 1/2] s390x: topology: Check the Perform Topology Function

[PATCH net-next v4 00/15] virtio_net: refactor xdp codes
 2023-04-27  6:55 UTC  (3+ messages)

[PATCH] Revert "spi: zynq_qspi: Use dummy buswidth in dummy byte calculation"
 2023-04-27  6:56 UTC  (3+ messages)

[GIT PULL] Networking for 6.4
 2023-04-27  6:56 UTC  (2+ messages)

[question] solution for raid10 configuration concurrent with io
 2023-04-27  6:53 UTC  (2+ messages)

[PATCH v1] event/cnxk: fix setting event attributes in empty get work
 2023-04-27  6:54 UTC  (2+ messages)

[PATCH net] selftests: bonding: delete unnecessary line
 2023-04-27  6:53 UTC  (2+ messages)

[PATCH] mm/mempolicy: Fix use-after-free of VMA iterator
 2023-04-27  6:52 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: fix pkg-config call building sign-file
 2023-04-27  6:52 UTC  (2+ messages)

[paulmck-rcu:dev.2023.04.26a 38/51] arch/x86/kernel/nmi.c:441:6: warning: no previous prototype for function 'set_nmi_torture'
 2023-04-27  6:48 UTC 

[PATCH v2 0/5] LoongArch: ftrace: Add direct call support and code simplification
 2023-04-27  6:47 UTC  (4+ messages)
` [PATCH v2 5/5] LoongArch: Abstract DYNAMIC_FTRACE_WITH_ARGS accesses

[PATCH v1 0/2] Add motorcomm phy pad-driver-strength-cfg support
 2023-04-27  6:46 UTC  (8+ messages)
` [PATCH v1 1/2] dt-bindings: net: motorcomm: Add pad driver strength cfg
` [PATCH v1 2/2] net: phy: motorcomm: Add pad drive strength cfg support

[Patch net v2] sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()
 2023-04-27  6:45 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v6 00/15] Integrate intel-bb with Xe
 2023-04-27  6:44 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t v6 13/15] lib/igt_fb: For xe assume vram is used on discrete
` [igt-dev] [PATCH i-g-t v6 14/15] lib/igt_draw: Pass region while building intel_buf from flink
` [igt-dev] [PATCH i-g-t v6 15/15] tests/kms_big_fb: Deduce region for xe framebuffer

[PATCH] add --data_types for bcachefs device add
 2023-04-27  6:43 UTC  (2+ messages)

xen cache colors in ARM
 2023-04-27  6:46 UTC  (17+ messages)

[PATCH] Fix grammar in ip-rule(8) man page
 2023-04-27  6:41 UTC 

[PATCH 00/30] net/ice/base: share code update
 2023-04-27  6:20 UTC  (31+ messages)
` [PATCH 01/30] net/ice/base: updated copyright
` [PATCH 02/30] net/ice/base: add flex array safe allocations
` [PATCH 03/30] net/ice/base: remove unnecessary control queue array
` [PATCH 04/30] net/ice/base: update flow seg fields to declared bitmaps
` [PATCH 05/30] net/ice/base: clean up RSS LUT and fix media type
` [PATCH 06/30] net/ice/base: add ability to set markid via switch filter
` [PATCH 07/30] net/ice/base: add reading cap and ropo cap
` [PATCH 08/30] net/ice/base: add function to read HW sensors
` [PATCH 09/30] net/ice/base: add pre-allocate memory argument
` [PATCH 10/30] net/ice/base: use coccinelle to instead macro
` [PATCH 11/30] net/ice/base: add new fls function
` [PATCH 12/30] net/ice/base: add E830 device ids
` [PATCH 13/30] net/ice/base: add function to get rxq context
` [PATCH 14/30] net/ice/base: removed no need 56G releated code
` [PATCH 15/30] net/ice/base: allow skip main timer
` [PATCH 16/30] net/ice/base: add E830 PTP init
` [PATCH 17/30] net/ice/base: add C825X device support
` [PATCH 18/30] net/ice/base: add VLAN TPID in switchdev
` [PATCH 19/30] net/ice/base: reduce time to read Option ROM CIVD
` [PATCH 20/30] net/ice/base: add L2TPv3 support for adv rules
` [PATCH 21/30] net/ice/base: add PHY OFFSET READY register clear
` [PATCH 22/30] net/ice/base: return CGU PLL config function params
` [PATCH 23/30] net/ice/base: change method to get pca9575 handle
` [PATCH 24/30] net/ice/base: cleanup timestamp registers correct
` [PATCH 25/30] net/ice/base: add PPPoE hardware offload
` [PATCH 26/30] net/ice/base: remove bypass mode
` [PATCH 27/30] net/ice/base: support inner etype in switchdev
` [PATCH 28/30] net/ice/base: use const array to store link modes
` [PATCH 29/30] net/ice/base: introduce a new ID for E810 NIC
` [PATCH 30/30] net/ice/base: fix Generic Checksum acronym

[PATCH v2 net-next 0/6] Brcm ASP 2.0 Ethernet controller
 2023-04-27  6:39 UTC  (3+ messages)

[PATCH] hw/nvram: Avoid unnecessary Xilinx eFuse backstore write
 2023-04-27  6:38 UTC  (2+ messages)

[PATCH v9 0/8] memory: prevent dma-reentracy issues
 2023-04-27  6:36 UTC  (3+ messages)
` [PATCH v9 8/8] raven: disable reentrancy detection for iomem

[ext4 io hang] buffered write io hang in balance_dirty_pages
 2023-04-27  6:36 UTC  (4+ messages)

[kvalo-ath:master-pending] BUILD SUCCESS c3087b3ef17a99163b2b3b6e02be67f90812e1fc
 2023-04-27  6:34 UTC 

[PATCH v1 0/3] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
 2023-04-27  6:33 UTC  (5+ messages)
` [PATCH v3 2/3] drivers/perf: add DesignWare PCIe PMU driver

[PATCH 0/7] Prepare for lazy lowerdata lookup
 2023-04-27  6:32 UTC  (16+ messages)
` [PATCH 1/7] ovl: update of dentry revalidate flags after copy up
` [PATCH 5/7] ovl: move ovl_entry into ovl_inode
` [PATCH 6/7] ovl: deduplicate lowerpath and lowerstack[0]
` [PATCH 7/7] ovl: replace lowerdata inode reference with lowerdata redirect

[PATCH V4 2/2] perf/x86/intel/ds: Delay the threshold update
 2023-04-27  6:26 UTC  (4+ messages)

[paulmck-rcu:dev.2023.04.26a 35/51] arch/loongarch/kernel/process.c:68:1: warning: 'noreturn' function does return
 2023-04-27  6:27 UTC 

[paulmck-rcu:dev.2023.04.26a 38/51] arch/x86/kernel/nmi.c:441:6: warning: no previous prototype for 'set_nmi_torture'
 2023-04-27  6:27 UTC 

[PATCH 0/8] amdgpu/pm: Implement emit_clock_levels for arcturus, aldebaran
 2023-04-27  6:27 UTC  (9+ messages)
` [PATCH 1/8] amdgpu/pm: Replace print_clock_levels with emit_clock_levels for arcturus
` [PATCH 2/8] amdgpu/pm: Optimize emit_clock_levels for arcturus - part 1
` [PATCH 3/8] amdgpu/pm: Optimize emit_clock_levels for arcturus - part 2
` [PATCH 4/8] amdgpu/pm: Optimize emit_clock_levels for arcturus - part 3
` [PATCH 5/8] amdgpu/pm: Replace print_clock_levels with emit_clock_levels for aldebaran
` [PATCH 6/8] amdgpu/pm: Optimize emit_clock_levels for aldebaran - part 1
` [PATCH 7/8] amdgpu/pm: Optimize emit_clock_levels for aldebaran - part 2
` [PATCH 8/8] amdgpu/pm: Optimize emit_clock_levels for aldebaran - part 3

[PATCH 0/2] improve arche_platform_wd_irq() function
 2023-04-27  6:27 UTC  (6+ messages)
` [PATCH 2/2] staging: greybus: refactor arche_platform_wd_irq()

[PATCH] drm/amdgpu: disable SDMA WPTR_POLL_ENABLE for SR-IOV
 2023-04-27  6:24 UTC 

[PATCH] gpiolib: fix allocation of mixed dynamic/static GPIOs
 2023-04-27  6:20 UTC  (4+ messages)

[net-next Patch v10 0/8] octeontx2-pf: HTB offload support
 2023-04-27  6:18 UTC  (2+ messages)

[kvalo-ath:ath-qca] BUILD SUCCESS 286393e53b48ec9bf20cc54a2e6825b8a36f3d8a
 2023-04-27  6:18 UTC 

[PATCH] clocksource/drivers/arm_arch_timer: Add workaround for MediaTek MMIO timer
 2023-04-27  6:07 UTC  (3+ messages)

[RFC v2 0/2] platform/x86: Allow retrieving the number of WMI object instances
 2023-04-27  6:19 UTC  (4+ messages)
` [RFC v2 1/2] platform/x86: wmi: "

[paulmck-rcu:dev.2023.04.26a 35/51] arch/powerpc/kernel/smp.c:1768:1: error: function declared 'noreturn' should not return
 2023-04-27  6:16 UTC 

[PATCH 0/3] warn when unreachable commits are left behind
 2023-04-27  6:16 UTC  (6+ messages)
` [PATCH 2/3] worktree: warn when removing a worktree with orphan commits

[igt-dev] [i-g-t V3 00/45] Add IGT display support for XE
 2023-04-27  6:14 UTC  (4+ messages)
` [igt-dev] [i-g-t V3 15/45] tests/kms_big_fb: Deduce region for xe framebuffer

[PATCH v1] gpio: gpiolib: clear the array_info's memory space
 2023-04-27  6:13 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v5 0/4] FMP versioning support
 2023-04-27  6:09 UTC  (3+ messages)
` [PATCH v5 1/4] efi_loader: get version information from device tree

[RFC PATCH v1 0/1] net: mctp: MCTP VDM extension
 2023-04-27  6:08 UTC  (3+ messages)

[PATCH] nbd: automatically load module on genl access
 2023-04-27  6:04 UTC  (2+ messages)

[PATCH] perf symbols: Fix return incorrect build_id size in elf_read_build_id()
 2023-04-27  6:02 UTC  (2+ messages)

[PATCH v1 1/1] scsi: ufs: core: correct utp_transfer_cmd_desc size
 2023-04-27  5:59 UTC 

[PATCH v3 0/3] blk-integrity: drop integrity_kobj from gendisk
 2023-04-27  6:00 UTC  (5+ 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.