All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-19 22:02:30 to 2023-05-19 23:52:31 UTC [more...]

[PATCH v9 0/5] Support writable CPU ID registers from userspace
 2023-05-19 23:52 UTC  (10+ messages)
` [PATCH v9 1/5] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v9 2/5] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]

[Intel-wired-lan] [PATCH iwl-next v4 00/15] Introduce Intel IDPF driver
 2023-05-19 18:42 UTC  (11+ messages)

[Intel-wired-lan] I225/I226 does not power down the PHY during "ip link set dev down"
 2023-05-19 17:48 UTC  (5+ messages)

Excessive TLB flush ranges
 2023-05-19 23:46 UTC  (12+ messages)
              ` [RFC PATCH 3/3] mm/vmalloc.c: change _vm_unmap_aliases() to do purge firstly

[PATCH v2 0/4] drm/msm/dpu: simplity RM code
 2023-05-19 23:40 UTC  (10+ messages)
` [PATCH v2 1/4] drm/msm/dpu: replace IS_ERR_OR_NULL with IS_ERR during DSC init
` [PATCH v2 2/4] drm/msm/dpu: remove futile checks from dpu_rm_init()
` [PATCH v2 3/4] drm/msm/dpu: use PINGPONG_NONE for LMs with no PP attached
` [PATCH v2 4/4] drm/msm/dpu: move PINGPONG_NONE check to dpu_lm_init()

[PATCH BlueZ 1/2] monitor: Fix not parsing BT_HCI_EVT_NUM_COMPLETED_PACKETS properly
 2023-05-19 23:40 UTC  (2+ messages)

[PATCH] misc: fastrpc: Fix double free of 'buf' in error path
 2023-05-19 23:39 UTC  (8+ messages)

[PATCH RESEND] tracing/user_events: Prevent same name event per process
 2023-05-19 23:38 UTC  (2+ messages)

a small question about bpftool struct_ops
 2023-05-19 23:37 UTC  (3+ messages)

[qemu-mainline bisection] complete build-amd64
 2023-05-19 23:35 UTC 

[PATCH 0/3] cxl: Handle background commands
 2023-05-19 23:13 UTC  (7+ messages)
` [PATCH 1/3] rcuwait: Support timeouts
` [PATCH 3/3] cxl/mbox: Add background cmd handling machinery
  ` [PATCH v2] "

[PATCH net-next v4 0/2] Fine-Tune Flow Control and Speed Configurations in Microchip KSZ8xxx DSA Driver
 2023-05-19 23:36 UTC  (5+ messages)
` [PATCH net-next v4 1/2] net: dsa: microchip: ksz8: Make flow control, speed, and duplex on CPU port configurable
` [PATCH net-next v4 2/2] net: dsa: microchip: ksz8: Add function to configure ports with integrated PHYs

[PATCH] btrfs/213: avoid occasional failure due to already finished balance
 2023-05-19 23:34 UTC  (3+ messages)
` [PATCH v2] "

[PATCH -next 0/5] md/raid5: fix several reported bugs
 2023-05-19 23:33 UTC  (3+ messages)
` [PATCH -next 1/5] md/raid5: don't allow replacement while reshape is not done

[PATCH] cxl/port: Fix NULL pointer access in devm_cxl_add_port()
 2023-05-19 23:33 UTC  (2+ messages)

[Intel-gfx] [PATCH v7 0/7] Add MTL PMU support for multi-gt
 2023-05-19 23:33 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

pull-request: bluetooth 2023-05-19
 2023-05-19 23:30 UTC 

[PATCH 1/1] net: ioctl: Use kernel memory on protocol ioctl callbacks
 2023-05-19 23:29 UTC  (2+ messages)

[PATCH v13 5/7] io-uring: add sqpoll support for napi busy poll
 2023-05-19 23:29 UTC  (4+ messages)

[ti:ti-rt-linux-6.1.y-cicd 41/66] drivers/net/ethernet/ti/icssg_prueth.c:680:5: warning: no previous prototype for 'prueth_tx_ts_cookie_get'
 2023-05-19 23:29 UTC 

[Intel-xe] [PATCH v2 00/30] Separate GT and tile
 2023-05-19 23:29 UTC  (34+ messages)
` [Intel-xe] [PATCH v2 01/30] drm/xe/mtl: Disable media GT
` [Intel-xe] [PATCH v2 02/30] drm/xe: Introduce xe_tile
` [Intel-xe] [PATCH v2 03/30] drm/xe: Add backpointer from gt to tile
` [Intel-xe] [PATCH v2 04/30] drm/xe: Add for_each_tile iterator
` [Intel-xe] [PATCH v2 05/30] drm/xe: Move register MMIO into xe_tile
` [Intel-xe] [PATCH v2 06/30] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH v2 07/30] drm/xe: Move GGTT from GT to tile
` [Intel-xe] [PATCH v2 08/30] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH v2 09/30] drm/xe: Move VRAM from GT to tile
` [Intel-xe] [PATCH v2 10/30] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH v2 11/30] drm/xe: Memory allocations are tile-based, not GT-based
` [Intel-xe] [PATCH v2 12/30] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH v2 13/30] drm/xe: Move migration from GT to tile
` [Intel-xe] [PATCH v2 14/30] drm/xe: Clarify 'gt' retrieval for primary tile
` [Intel-xe] [PATCH v2 15/30] drm/xe: Drop vram_id
` [Intel-xe] [PATCH v2 16/30] drm/xe: Drop extra_gts[] declarations and XE_GT_TYPE_REMOTE
` [Intel-xe] [PATCH v2 17/30] drm/xe: Allocate GT dynamically
` [Intel-xe] [PATCH v2 18/30] drm/xe: Add media GT to tile
` [Intel-xe] [PATCH v2 19/30] drm/xe: Move display IRQ postinstall out of GT function
` [Intel-xe] [PATCH v2 20/30] drm/xe: Interrupts are delivered per-tile, not per-GT
` [Intel-xe] [PATCH v2 21/30] drm/xe/irq: Handle ASLE backlight interrupts at same time as display
` [Intel-xe] [PATCH v2 22/30] drm/xe/irq: Ensure primary GuC won't clobber media GuC's interrupt mask
` [Intel-xe] [PATCH v2 23/30] drm/xe/irq: Untangle postinstall functions
` [Intel-xe] [PATCH v2 24/30] drm/xe: Replace xe_gt_irq_postinstall with xe_irq_enable_hwe
` [Intel-xe] [PATCH v2 25/30] drm/xe: Invalidate TLB on all affected GTs during GGTT updates
` [Intel-xe] [PATCH v2 26/30] drm/xe/tlb: Obtain forcewake when doing GGTT TLB invalidations
` [Intel-xe] [PATCH v2 27/30] drm/xe: Allow GT looping and lookup on standalone media
` [Intel-xe] [PATCH v2 28/30] drm/xe: Update query uapi to support "
` [Intel-xe] [PATCH v2 29/30] drm/xe: Reinstate media GT support
` [Intel-xe] [PATCH v2 30/30] drm/xe: Add kerneldoc description of multi-tile devices
` [Intel-xe] ✓ CI.Patch_applied: success for Separate GT and tile (rev3)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "

[PATCH 0/5] PMU, rpm-stats and IMEM for MSM8226
 2023-05-19 23:27 UTC  (10+ messages)
` [PATCH 2/5] ARM: dts: qcom: msm8226: Add PMU node
` [PATCH 3/5] ARM: dts: qcom: msm8226: Add rpm-stats device node
` [PATCH 4/5] ARM: dts: qcom: msm8226: Add IMEM node
` [PATCH 5/5] ARM: dts: qcom: apq8026-samsung-matisse-wifi: Add reboot-mode node

[PATCH v8 0/6] Support writable CPU ID registers from userspace
 2023-05-19 23:25 UTC  (10+ messages)
` [PATCH v8 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH] Documentation: add initial iomap kdoc
 2023-05-19 23:25 UTC  (4+ messages)

[RFC PATCH 0/8] vhost_tasks: Use CLONE_THREAD/SIGHAND
 2023-05-19 23:24 UTC  (12+ messages)
` [RFC PATCH 1/8] signal: Dequeue SIGKILL even if SIGNAL_GROUP_EXIT/group_exec_task is set

QA notification for completed autobuilder build (yocto-4.2.1)
 2023-05-19 23:21 UTC 

[PATCH bpf-next 16/21] selftests/xsk: add basic multi-buffer test
 2023-05-19 23:16 UTC 

[PATCH v14 00/13] hp-bioscfg driver
 2023-05-19 23:19 UTC  (5+ messages)
` [PATCH v14 01/13] hp-bioscfg: Documentation

[PATCH v4] aacraid: reply queue mapping to CPUs based of IRQ affinity
 2023-05-19 23:18 UTC  (2+ messages)

[PATCH v13 0/7] io_uring: add napi busy polling support
 2023-05-19 23:17 UTC  (6+ messages)
` [PATCH v13 4/7] io-uring: add napi busy poll support

[PATCH -next] md: fix duplicate filename for rdev
 2023-05-19 23:15 UTC  (2+ messages)

[PATCH v3 0/4] tracing/user_events: Use non-RCU context for enabler writes
 2023-05-19 23:07 UTC  (5+ messages)
` [PATCH v3 1/4] tracing/user_events: Split up mm alloc and attach
` [PATCH v3 2/4] tracing/user_events: Remove RCU lock while pinning pages
` [PATCH v3 3/4] tracing/user_events: Rename link fields for clarity
` [PATCH v3 4/4] tracing/user_events: Document user_event_mm one-shot list usage

[dm-devel] [PATCH v7 0/5] Introduce provisioning primitives
 2023-05-19 23:07 UTC  (5+ messages)
      `  "

[Intel-gfx] [PATCH v10 00/10] drm/hdcp: Pull HDCP auth/exchange/check into helpers
 2023-05-19 23:07 UTC  (5+ messages)
      `  "

[PATCH 0/3] Add graphics clock controller support for SM8550
 2023-05-19 23:05 UTC  (4+ messages)
` [PATCH 2/3] clk: qcom: gpucc-sm8550: Add support for graphics clock controller

[PATCH v5 0/7] ufs: core: mcq: Add ufshcd_abort() and error handler support in MCQ mode
 2023-05-19 23:03 UTC  (13+ messages)
` [PATCH v5 1/7] ufs: core: Combine 32-bit command_desc_base_addr_lo/hi
` [PATCH v5 2/7] ufs: core: Update the ufshcd_clear_cmds() functionality
` [PATCH v5 3/7] ufs: mcq: Add supporting functions for mcq abort
` [PATCH v5 4/7] ufs: mcq: Add support for clean up mcq resources
` [PATCH v5 6/7] ufs: mcq: Use ufshcd_mcq_poll_cqe_lock() in mcq mode
` [PATCH v5 7/7] ufs: core: Add error handling for MCQ mode

[PATCH 36/36] ALSA: docs: Add MIDI 2.0 documentation
 2023-05-19 23:02 UTC  (2+ messages)

[PATCHSET v1 wq/for-6.5] workqueue: Improve unbound workqueue execution locality
 2023-05-19 23:03 UTC  (4+ messages)

[PATCH v3 0/5] Add DSC v1.2 Support for DSI
 2023-05-19 23:02 UTC  (5+ messages)
` [PATCH v3 5/5] drm/msm/dsi: Remove incorrect references to slice_count

[dm-devel] [PATCH 0/5] multipath: Add a group_by_tgp path grouping policy
 2023-05-19 23:02 UTC  (6+ messages)
` [dm-devel] [PATCH 1/5] libmultipath: add group_by_tpg path_grouping_policy
` [dm-devel] [PATCH 2/5] libmultipath: don't copy pgpolicy string in get_pgpolicy_name
` [dm-devel] [PATCH 3/5] libmultipath: add ALUA tpg path wildcard
` [dm-devel] [PATCH 4/5] multipath-tools tests: add tests for group_by_tpg policy
` [dm-devel] [PATCH 5/5] libmultipath: add "detect_pgpolicy" config option

[PATCH v2] drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASK
 2023-05-19 23:01 UTC  (3+ messages)

[PATCH] interconnect: icc-clk: fix modular build
 2023-05-19 23:01 UTC 

[PATCH 1/3] arm: dts: imx8mm: Sync with Linux 6.3
 2023-05-19 23:00 UTC  (9+ messages)
` [PATCH 3/3] arm: dts: imx8mp: "

[GIT PULL] SCSI fixes for 6.4-rc2
 2023-05-19 22:57 UTC  (2+ messages)

[GIT PULL] Ceph fixes for 6.4-rc3
 2023-05-19 22:57 UTC  (2+ messages)

[Intel-gfx] [PATCH] i915/perf: Avoid reading OA reports before they land
 2023-05-19 22:56 UTC 

[ANNOUNCE] util-linux v2.39
 2023-05-19 22:56 UTC  (4+ messages)

Next steps from GTI TAC meeting on 2023-03-08 - Evaluate cost of glibc migration
 2023-05-19 22:47 UTC 

[PATCH v2 0/4] Optimize mremap during mutual alignment within PMD
 2023-05-19 22:52 UTC  (4+ messages)
` [PATCH v2 1/4] mm/mremap: Optimize the start addresses in move_page_tables()

[PATCH v8 bpf-next 01/10] bpf: tcp: Avoid taking fast sock lock in iterator
 2023-05-19 22:52 UTC  (7+ messages)

[PATCH v9 bpf-next 0/9] bpf: Add socket destroy capability
 2023-05-19 22:51 UTC  (10+ messages)
` [PATCH v9 bpf-next 1/9] bpf: tcp: Avoid taking fast sock lock in iterator
` [PATCH v9 bpf-next 2/9] udp: seq_file: Helper function to match socket attributes
` [PATCH v9 bpf-next 3/9] bpf: udp: Encapsulate logic to get udp table
` [PATCH v9 bpf-next 4/9] udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state
` [PATCH v9 bpf-next 5/9] bpf: udp: Implement batching for sockets iterator
` [PATCH v9 bpf-next 6/9] bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
` [PATCH v9 bpf-next 7/9] bpf: Add bpf_sock_destroy kfunc
` [PATCH v9 bpf-next 8/9] selftests/bpf: Add helper to get port using getsockname
` [PATCH v9 bpf-next 9/9] selftests/bpf: Test bpf_sock_destroy

[PATCH 0/3] MIPS: Enable ARCH_SUPPORTS_ATOMIC_RMW
 2023-05-19 22:51 UTC  (5+ messages)
` [PATCH 1/3] MIPS: Introduce WAR_4KC_LLSC config option

[usb:usb-testing] BUILD SUCCESS ee4d21aa4a227466c5635831e950c7276db797db
 2023-05-19 22:50 UTC 

io-qcow2 failures on zfs
 2023-05-19 22:44 UTC 

PVH Dom0 related UART failure
 2023-05-19 22:44 UTC  (4+ messages)

[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
 2023-05-19 22:42 UTC  (5+ messages)
` [PATCH v1 1/3] mm/hwpoison: find subpage in hugetlb HWPOISON list

[PATCH] Fix the man page
 2023-05-19 22:41 UTC  (6+ messages)

[PATCH net-next v9 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-19 22:37 UTC  (5+ messages)
` [PATCH net-next v9 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES

[to-be-updated] fix-mult_frac-multiple-argument-evaluation-bug.patch removed from -mm tree
 2023-05-19 22:36 UTC 

[PATCH] fix mult_frac() multiple argument evaluation bug
 2023-05-19 22:36 UTC  (2+ messages)

[PATCH v2] media: verisilicon: Fix crash when probing encoder
 2023-05-19 22:34 UTC  (4+ messages)

[PATCH] powerpc/crypto: fix build warnings when DEBUG_FS is not enabled
 2023-05-19 22:33 UTC  (2+ messages)

[PATCH] Bluetooth: hci_mrvl: use correct __le16 type
 2023-05-19 22:34 UTC  (2+ messages)
`  "

[povik:leap 3/9] leapshim.c:(.exit.text+0x0): multiple definition of `cleanup_module'; sound/soc/apple/leap.o:leap.c:(.exit.text+0x0): first defined here
 2023-05-19 22:28 UTC 

[mark:atomics/fallback-rework 21/23] include/linux/atomic/atomic-arch-fallback.h:1140:31: error: use of undeclared identifier 'new'
 2023-05-19 22:29 UTC 

[sashal-stable:pending-6.3 150/198] drivers/usb/host/xhci.c:497:19: error: static declaration of 'xhci_try_enable_msi' follows non-static declaration
 2023-05-19 22:29 UTC 

[dhowells-fs:iov-extract 17/32] fs/nfs/file.c:191:57: error: use of undeclared identifier 'pos'; did you mean 'ppos'?
 2023-05-19 22:29 UTC 

[PATCH v20 03/32] splice: Make direct_read_splice() limit to eof where appropriate
 2023-05-19 22:27 UTC  (6+ messages)
` [PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE

[PATCH] net: macb: use correct __be32 and __be16 types
 2023-05-19 22:28 UTC  (2+ messages)

[PATCH v3] net: stmmac: compare p->des0 and p->des1 with __le32 type values
 2023-05-19 22:27 UTC  (3+ messages)

[PATCH RFCv2 00/24] IOMMUFD Dirty Tracking
 2023-05-19 13:52 UTC  (4+ messages)
` [PATCH RFCv2 07/24] iommufd/selftest: Test IOMMU_HWPT_ALLOC_ENFORCE_DIRTY

[PATCH] [v2] x86: xen: add missing prototypes
 2023-05-19 22:24 UTC  (2+ messages)

[Bug 217464] New: Radeon Driver Crash
 2023-05-19 22:24 UTC 

[PATCH v1 0/1] Add vpd data for Rainier machine
 2023-05-19 21:24 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH v2] x86: fpu: Keep xfd_state always in sync with MSR_IA32_XFD
 2023-05-19 22:21 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] system_data_types.7: tfix
 2023-05-19 22:21 UTC  (2+ messages)

[PATCH v3] ufs: poll pmc until another pa request is completed
 2023-05-19 22:20 UTC  (2+ messages)

[usb:usb-linus] BUILD SUCCESS ddaf098ea779b3c1302c7843f6ff01e89b1fd380
 2023-05-19 22:18 UTC 

[PATCH] [suggestion] mm/gup: avoid IS_ERR_OR_NULL
 2023-05-19 22:17 UTC  (4+ messages)

[Intel-xe] [PATCH 0/4] D3Cold Policy
 2023-05-19 22:16 UTC  (9+ messages)
` [Intel-xe] [PATCH 1/4] drm/xe/pm: Add pci d3cold_capable support
` [Intel-xe] [PATCH 2/4] drm/xe/pm: Refactor xe_pm_runtime_init
` [Intel-xe] [PATCH 3/4] drm/xe/pm: Add vram_d3cold_threshold Sysfs
` [Intel-xe] [PATCH 4/4] xe/drm/pm: manoeuvre d3cold_allowed using vram_usages

[PATCH v2] ufs: poll HCS.UCRDY before issuing a UIC command
 2023-05-19 22:16 UTC  (2+ messages)

[PATCH v3 0/2] target/arm: allow DC CVA[D]P in user mode emulation
 2023-05-19 21:56 UTC  (2+ messages)
` [PATCH v3 2/2] tests/tcg/aarch64: add DC CVA[D]P tests

[PATCH 5.10.y-cip 00/23] Add RZ/V2M I2C and WDT support
 2023-05-19 22:13 UTC  (3+ messages)
` [PATCH 5.10.y-cip 14/23] PM: core: Add new *_PM_OPS macros, deprecate old ones

[PATCH OLK-5.10 v3 0/4] md: bugfix of writing raid sysfs
 2023-05-19 22:08 UTC  (5+ messages)
` [PATCH OLK-5.10 v3 3/4] md/raid10: fix wrong setting of max_corr_read_errors

[PATCH v4 0/2] memcontrol: support cgroup level OOM protection
 2023-05-19 22:04 UTC  (4+ messages)

[PATCH] clk: imx: composite-8m: Add imx8m_divider_determine_rate
 2023-05-19 22:04 UTC  (4+ messages)

[PATCH] block: BFQ: Move an invariant check
 2023-05-19 22:03 UTC 

[PATCH] MIPS: Fix MIPS_O32_FP64_SUPPORT for 64bit CPUs before R2
 2023-05-19 22:02 UTC  (3+ messages)

[PATCH v4 0/3] arch_topology: Pre-allocate cacheinfo from primary CPU
 2023-05-19 22:02 UTC  (9+ messages)
` [PATCH v4 1/3] cacheinfo: Add arch specific early level initializer

[RFC v2 0/2] change ->index to PAGE_SIZE for hugetlb pages
 2023-05-19 22:01 UTC  (2+ messages)
` [RFC v2 1/2] mm/filemap: remove hugetlb special casing in filemap.c


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.