All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-27 19:44:15 to 2023-01-27 20:25:26 UTC [more...]

[PATCH v2 00/15] Introduce Architectural LBR for vPMU
 2023-01-27 20:25 UTC  (5+ messages)
` [PATCH v2 04/15] KVM: PMU: disable LBR handling if architectural LBR is available
` [PATCH v2 05/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_DEPTH for guest Arch LBR

[Nouveau] [PATCH drm-next 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-01-27 20:25 UTC  (10+ messages)
` [Nouveau] [PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
  `  "

[PATCH v5 00/11] ARM: suniv: USB and two new boards support
 2023-01-27 20:22 UTC  (4+ messages)
` [PATCH v5 03/11] usb: musb: sunxi: Introduce config struct

[RFC PATCH] thermal/drivers/intel_powerclamp: Support cpumask and step_size
 2023-01-27 20:23 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-27 20:23 UTC 

[PATCH] dt-bindings: input: touchscreen: st,stmfts: convert to dtschema
 2023-01-27 20:20 UTC  (2+ messages)

[PATCH 0/4] iommu: Reject drivers with broken_unmanaged_domain
 2023-01-27 20:04 UTC  (10+ messages)
` [PATCH 1/4] iommu: Add a broken_unmanaged_domain flag in iommu_ops
` [PATCH 2/4] iommu/dma: Do not init domain if broken_unmanaged_domain
` [PATCH 3/4] iommufd: Do not allocate device object "
` [PATCH 4/4] vfio: Do not allocate domain "

[PATCH v4 0/3] Use idle_inject framework for intel_powerclamp
 2023-01-27 20:20 UTC  (4+ messages)
` [PATCH v4 1/3] powercap: idle_inject: Export symbols
` [PATCH v4 2/3] powercap: idle_inject: Add update callback
` [PATCH v4 3/3] thermal/drivers/intel_powerclamp: Use powercap idle-inject framework

[PATCHv6 00/11] Introduce RK806 Support
 2023-01-27 20:06 UTC  (4+ messages)
` [PATCHv6 05/11] mfd: rk808: split into core and i2c

[PATCH] all: Remove excessive switches based on gpu
 2023-01-27 20:20 UTC  (2+ messages)

[Buildroot] [PATCH] package/lualogging: bump to version 1.8.2
 2023-01-27 20:19 UTC 

[PATCH] linux-user: Improve strace output of personality() and sysinfo()
 2023-01-27 20:18 UTC  (7+ messages)
          ` [PATCH v2] "

[PATCH v6 0/3] fanotify: Allow user space to pass back additional audit info
 2023-01-27 20:17 UTC  (13+ messages)
` [PATCH v6 3/3] fanotify, audit: Allow audit to use the full permission event response
    ` [PATCH v6 3/3] fanotify,audit: "

[PATCH bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-01-27 20:16 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/ethtool: fix builds for older toolchains
 2023-01-27 20:16 UTC  (3+ messages)
` [Buildroot] [PATCH v2 "

[PATCH v5 net-next 00/13] add support for the the vsc7512 internal copper phys
 2023-01-27 20:15 UTC  (8+ messages)
` [PATCH v5 net-next 08/13] net: dsa: felix: add functionality when not all ports are supported
` [PATCH v5 net-next 12/13] net: dsa: ocelot: add external ocelot switch control
` [PATCH v5 net-next 13/13] mfd: "

[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
 2023-01-27 20:14 UTC 

[PATCH v2 00/33] Per-VMA locks
 2023-01-27 19:41 UTC  (86+ messages)
` [PATCH v2 01/33] maple_tree: Be more cautious about dead nodes
` [PATCH v2 02/33] maple_tree: Detect dead nodes in mas_start()
` [PATCH v2 03/33] maple_tree: Fix freeing of nodes in rcu mode
` [PATCH v2 04/33] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH v2 05/33] maple_tree: Fix write memory barrier of nodes once dead for RCU mode
` [PATCH v2 06/33] maple_tree: Add smp_rmb() to dead node detection
` [PATCH v2 07/33] mm: Enable maple tree RCU mode by default
` [PATCH v2 08/33] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH v2 09/33] mm: rcu safe VMA freeing
` [PATCH v2 10/33] mm: move mmap_lock assert function definitions
` [PATCH v2 11/33] mm: add per-VMA lock and helper functions to control it
` [PATCH v2 12/33] mm: mark VMA as being written when changing vm_flags
` [PATCH v2 13/33] mm/mmap: move VMA locking before vma_adjust_trans_huge call
` [PATCH v2 14/33] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH v2 15/33] mm/mmap: write-lock VMAs before merging, splitting or expanding them
` [PATCH v2 16/33] mm/mmap: write-lock VMA before shrinking or expanding it
` [PATCH v2 17/33] mm/mremap: write-lock VMA while remapping it to a new address range
` [PATCH v2 18/33] mm: write-lock VMAs before removing them from VMA tree
` [PATCH v2 19/33] mm: conditionally write-lock VMA in free_pgtables
` [PATCH v2 20/33] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area
` [PATCH v2 21/33] kernel/fork: assert no VMA readers during its destruction
` [PATCH v2 22/33] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [PATCH v2 23/33] mm: introduce lock_vma_under_rcu to be used from arch-specific code
` [PATCH v2 24/33] mm: fall back to mmap_lock if vma->anon_vma is not yet set
` [PATCH v2 25/33] mm: add FAULT_FLAG_VMA_LOCK flag
` [PATCH v2 26/33] mm: prevent do_swap_page from handling page faults under VMA lock
` [PATCH v2 27/33] mm: prevent userfaults to be handled under per-vma lock
` [PATCH v2 28/33] mm: introduce per-VMA lock statistics
` [PATCH v2 29/33] x86/mm: try VMA lock-based page fault handling first
` [PATCH v2 30/33] arm64/mm: "
` [PATCH v2 31/33] powerc/mm: "
` [PATCH v2 32/33] mm/mmap: free vm_area_struct without call_rcu in exit_mmap
` [PATCH v2 33/33] mm: separate vma->lock from vm_area_struct

RTT-PROBE: lore-subspace-rtt
 2023-01-27 20:13 UTC 

[PATCH 0/6] Add regulator support for IPQ9574 SoC
 2023-01-27 20:12 UTC  (5+ messages)
` [PATCH 4/6] regulator: qcom_smd: Add PMIC compatible for IPQ9574

[PATCH wpan-next 0/2] ieee802154: Beaconing support
 2023-01-27 19:39 UTC  (10+ messages)

[PATCH v1] apparmor: fix use of strcpy in policy_unpack_test
 2023-01-27 20:12 UTC 

[PATCH 1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs
 2023-01-27 20:11 UTC  (2+ messages)

[PATCH v3] linux-user: Fix /proc/cpuinfo output for sparc and hppa
 2023-01-27 20:10 UTC  (3+ messages)
  ` [PATCH v4] linux-user: Fix /proc/cpuinfo output for hppa

[PATCH] btrfs: handle missing chunk mapping more gracefully
 2023-01-27 20:10 UTC  (2+ messages)

[PATCH v3 1/5] shared/bap: Fix not detaching streams when PAC is removed
 2023-01-27 20:10 UTC  (2+ messages)

[PATCH V1] PCI/ASPM: Update saved buffers with latest ASPM configuration
 2023-01-27 20:10 UTC  (2+ messages)

[PATCH] block: Default to build the BFQ I/O scheduler
 2023-01-27 20:10 UTC  (4+ messages)

[PATCH 0/3] Allow scalar to succeed despite maintenance failures
 2023-01-27 20:06 UTC  (4+ messages)
` [PATCH 1/3] t: allow 'scalar' in test_must_fail
` [PATCH 2/3] t921*: test scalar behavior starting maintenance
` [PATCH 3/3] scalar: only warn when background maintenance fails

[PATCH v4 1/2] dt-bindings: ramoops: Inherit reserve memory property
 2023-01-27 20:05 UTC  (4+ messages)

[PATCH] drm/i915: Fix potential bit_17 double-free
 2023-01-27 20:05 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 0/8] dt-bindings: phy/samsung: move MIPI and DP phys under PMU
 2023-01-27 19:40 UTC  (8+ messages)
` [PATCH 1/8] dt-bindings: soc: samsung: exynos-pmu: allow phys as child
` [PATCH 4/8] phy: samsung,dp-video-phy: deprecate syscon phandle
` [PATCH 6/8] ARM: dts: exynos: move DP and MIPI phys to PMU node in Exynos5420
` [PATCH 7/8] ARM: dts: exynos: move DP and MIPI phys to PMU node in Exynos5250
` [PATCH 8/8] arm64: dts: exynos: move MIPI phy to PMU node in Exynos5433

[PATCH v5 00/15] jevents/pmu-events improvements
 2023-01-27 13:48 UTC  (3+ messages)

[PATCH net-next RFC 00/20] Introducing P4TC
 2023-01-27 20:04 UTC  (7+ messages)

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-01-27 20:02 UTC  (6+ messages)

[PATCH v7 0/8] cxl: Process event logs
 2023-01-27 19:45 UTC  (4+ messages)
` [PATCH v7 1/8] cxl/mem: Read, trace, and clear events on driver load

[PATCH] wifi: mac80211: mlme: handle EHT channel puncturing
 2023-01-27 20:02 UTC  (2+ messages)

[GIT PULL] Block fixes for 6.2-rc6
 2023-01-27 20:01 UTC 

[GIT PULL] io_uring fixes for 6.2-rc6
 2023-01-27 20:01 UTC 

[igt-dev] [PATCH i-g-t 0/2] i915/i915_power: Sanity check power measurement
 2023-01-27 20:03 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

RTT-PROBE: lore-subspace-rtt
 2023-01-27 20:03 UTC 

[PATCH bpf-next] Fix malformed documentation formatting
 2023-01-27 20:00 UTC  (2+ messages)

[PATCH] common: avb_verify: prevent opening incorrect session
 2023-01-27 20:02 UTC  (4+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH bpf-next] Add documentation to map pinning API functions
 2023-01-27 20:00 UTC  (2+ messages)

[PATCH v8 0/3] cachestat: a new syscall for page cache state of files
 2023-01-27 19:46 UTC  (4+ messages)
` [PATCH v8 2/3] cachestat: implement cachestat syscall

[PATCH v6 0/9] media: i2c: ov5670: OF support, runtime_pm, regulators
 2023-01-27 19:58 UTC  (5+ messages)
` [PATCH v6 1/9] media: dt-bindings: Add OV5670

[PATCH v2] ACPICA: Replace fake flexible arrays with flexible array members
 2023-01-27 19:51 UTC  (4+ messages)

The PQ=1 saga
 2023-01-27 19:57 UTC  (5+ messages)

[PATCH] dt-bindings: firmware: qcom,scm: add qcom,scm-sa8775p compatible
 2023-01-27 19:56 UTC  (2+ messages)

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-27 19:54 UTC  (6+ messages)
` [PATCH 30/35] Documentation: tools/rtla: correct spelling
` [PATCH 31/35] Documentation: trace: "

[Intel-gfx] [PATCH 0/9] drm/i915/dp_mst: Fix MST payload removal during output disabling
 2023-01-27 19:55 UTC  (5+ messages)
` [PATCH 5/9] drm/display/dp_mst: Fix the payload VCPI check in drm_dp_mst_dump_topology()
      ` [Intel-gfx] "

[PATCH v5 0/5] xen/arm: Don't switch TTBR while the MMU is on
 2023-01-27 19:55 UTC  (6+ messages)
` [PATCH v5 1/5] xen/arm32: head: Widen the use of the temporary mapping
` [PATCH v5 2/5] xen/arm64: Rework the memory layout
` [PATCH v5 3/5] xen/arm64: mm: Introduce helpers to prepare/enable/disable the identity mapping
` [PATCH v5 4/5] xen/arm64: mm: Rework switch_ttbr()
` [PATCH v5 5/5] xen/arm64: smpboot: Directly switch to the runtime page-tables

[PATCH v4] cxl/mbox: Fix Payload Length check for Get Log command
 2023-01-27 19:48 UTC  (2+ messages)

pm/testing baseline: 86 runs, 3 regressions (acpi-6.2-rc6-146-g628c61874ffd)
 2023-01-27 19:50 UTC 

[Intel-gfx] [PATCH v2 0/4] drm/i915: vblank stuff
 2023-01-27 19:53 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: vblank stuff (rev2)

RTT-PROBE: lore-subspace-rtt
 2023-01-27 19:53 UTC 

[RFC PATCH 00/16] arm: Run Arm CCA VMs with KVM
 2023-01-27 19:50 UTC  (3+ messages)
` [RFC PATCH 02/16] target/arm: Add confidential guest support

[GIT PULL] gpio: fixes for v6.2-rc6
 2023-01-27 19:47 UTC 

[PATCH v1 0/2] two suggested iouring op audit updates
 2023-01-27 19:43 UTC  (5+ messages)

[PATCH v5 0/5] CXL Poison List Retrieval & Tracing
 2023-01-27 19:42 UTC  (3+ messages)
` [PATCH v5 3/5] cxl/memdev: Add trigger_poison_list sysfs attribute

linux-6.2-rc4+ hangs on poweroff/reboot: Bisected
 2023-01-27 19:46 UTC  (5+ messages)

[PATCH] drm/nouveau/disp: Fix nvif_outp_acquire_dp() argument size
 2023-01-27 19:42 UTC  (4+ messages)
  ` [Nouveau] "

[PATCH] dmaengine: idxd: Fix default allowed read buffers value in group
 2023-01-27 19:40 UTC  (2+ 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.