All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-09 21:37:31 to 2021-12-09 22:33:11 UTC [more...]

[PATCH v7 00/13] user_events: Enable user processes to create and write to trace events
 2021-12-09 22:32 UTC  (14+ messages)
` [PATCH v7 01/13] user_events: Add UABI header for user access to user_events
` [PATCH v7 02/13] user_events: Add minimal support for trace_event into ftrace
` [PATCH v7 03/13] user_events: Add print_fmt generation support for basic types
` [PATCH v7 04/13] user_events: Handle matching arguments from dyn_events
` [PATCH v7 05/13] user_events: Add basic perf and eBPF support
` [PATCH v7 06/13] user_events: Add self-test for ftrace integration
` [PATCH v7 07/13] user_events: Add self-test for dynamic_events integration
` [PATCH v7 08/13] user_events: Add self-test for perf_event integration
` [PATCH v7 09/13] user_events: Optimize writing events by only copying data once
` [PATCH v7 10/13] user_events: Add documentation file
` [PATCH v7 11/13] user_events: Add sample code for typical usage
` [PATCH v7 12/13] user_events: Validate user payloads for size and null termination
` [PATCH v7 13/13] user_events: Use __get_rel_str for relative string fields

[PATCH 0/3] arm64: dts: imx8: add cache info
 2021-12-09 22:31 UTC  (6+ messages)
` [PATCH 3/3] arm64: dts: imx8qxp: "

[PATCH v3] selftests: KVM: avoid failures due to reserved HyperTransport region
 2021-12-09 22:30 UTC 

Potential Bug in drm/amd/display/dc_link
 2021-12-09 22:30 UTC  (2+ messages)

[PATCH] wayland: upgrade 1.19.0 -> 1.20.0
 2021-12-09 22:30 UTC 

[PATCH] scsi: elx: efct: Avoid a useless memset
 2021-12-09 22:29 UTC  (4+ messages)

[PATCH v2 1/2] drm/amdgpu: Detect if amdgpu in IOMMU direct map mode
 2021-12-09 22:29 UTC  (3+ messages)
` [PATCH v2 2/2] drm/amdgpu: Reduce SG bo memory usage for mGPUs

[PATCH v1 3/7] vdpa: Allow to configure max data virtqueues
 2021-12-09 22:29 UTC  (5+ messages)
  ` [PATCH v1 1/7] vdpa: Provide interface to read driver features

[ovmf bisection] complete build-i386
 2021-12-09 22:29 UTC 

[PATCH] ARM: dts: imx6qdl-dhcom: Add USB overcurrent pin on SoM layer
 2021-12-09 22:26 UTC  (4+ messages)

[PATCH v2] i2c: tegra: use i2c_timings for bus clock freq
 2021-12-09 22:27 UTC  (2+ messages)

[PATCH v1 0/8] drm/msm/dpu: cleanup debugfs code
 2021-12-09 22:27 UTC  (9+ messages)
` [PATCH v1 7/8] drm/msm/dpu: simplify DPU's regset32 code
  ` [Freedreno] "
` [PATCH v1 8/8] drm/msm/dpu: move SSPP debugfs support from plane to SSPP code
    ` [Freedreno] "

[PATCH 0/7] workqueue: cleanups for schedule callbacks
 2021-12-09 22:27 UTC  (8+ messages)
` [PATCH 3/7] workqueue: Remove outdated comment about exceptional workers in unbind_workers()
` [PATCH 6/7] workqueue: Remove the cacheline_aligned for nr_running
` [RFC PATCH 7/7] workqueue: Replace pool lock with preemption disabling in wq_worker_sleeping()

[PATCH] drm/amdkfd: explicitly create/destroy queue attributes under /sys
 2021-12-09 22:27 UTC  (4+ messages)

[PATCH] drm/amdgpu: Fix reference leak in psp_xgmi_reflect_topology_info()
 2021-12-09  6:36 UTC 

Reuse framebuffer after a kexec (amdgpu / efifb)
 2021-12-09 18:17 UTC  (5+ messages)

[PATCH] scsi: pm8001: Fix phys_to_virt() usage on dma_addr_t
 2021-12-09 22:26 UTC  (8+ messages)

[PATCH v3 00/17] drm/i915/dg2: Enabling 64k page size and flat ccs
 2021-12-09 19:41 UTC  (4+ messages)
` [PATCH v3 13/17] uapi/drm/dg2: Format modifier for DG2 unified compression and clear color
  ` [Intel-gfx] [Mesa-dev] "
    `  "

[PATCH net-next v3] net: phylink: Add helpers for c22 registers without MDIO
 2021-12-09 22:26 UTC  (2+ messages)

drivers/pci/p2pdma.c:536:11: warning: Dereference of null pointer [clang-analyzer-core.NullDereference]
 2021-12-09 22:25 UTC 

[PATCH v2 1/4] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
 2021-12-09 22:08 UTC  (7+ messages)
` [PATCH v2 2/4] intel_iommu: Support IR-only mode without DMA translation
` [PATCH v2 3/4] intel_iommu: Only allow interrupt remapping to be enabled if it's supported
` [PATCH v2 4/4] intel_iommu: Fix irqchip / X2APIC configuration checks

[ovmf test] 167297: regressions - FAIL
 2021-12-09 22:24 UTC 

[PATCH net-next] net: dsa: mv88e6xxx: Add tx fwd offload PVT on intermediate devices
 2021-12-09 22:24 UTC 

[igt-dev] [i-g-t] tests/i915/exec_balancer: Added Skip Guc Submission
 2021-12-09 22:24 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/exec_balancer: Added Skip Guc Submission (rev3)

stable-rc/queue/4.4 build: 164 builds: 4 failed, 160 passed, 4 errors, 36 warnings (v4.4.293-60-g41e24375b1d1)
 2021-12-09 22:24 UTC 

[PATCH v4 0/7] kernel: introduce uaccess logging
 2021-12-09 22:15 UTC  (16+ messages)
` [PATCH v4 1/7] include: split out uaccess instrumentation into a separate header
` [PATCH v4 2/7] uaccess-buffer: add core code
` [PATCH v4 3/7] fs: use copy_from_user_nolog() to copy mount() data
` [PATCH v4 4/7] uaccess-buffer: add CONFIG_GENERIC_ENTRY support
` [PATCH v4 5/7] arm64: add support for uaccess logging
` [PATCH v4 6/7] Documentation: document "
` [PATCH v4 7/7] selftests: test "

microphone disappeared on alsa-ucm-conf 1.2.6.1
 2021-12-09 22:22 UTC 

[PATCH v4 00/13] ext4: new mount API conversion
 2021-12-09 22:22 UTC  (5+ messages)

[PATCH v3 0/5] implement branch --recurse-submodules
 2021-12-09 22:21 UTC  (3+ messages)

[PATCH v2] selftests: KVM: avoid failures due to reserved HyperTransport region
 2021-12-09 22:21 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/findutils: enable selinux support
 2021-12-09 22:21 UTC 

[PATCH] drm/dp: Actually read Adjust Request Post Cursor2 register
 2021-12-09 22:20 UTC  (4+ messages)

[tip:x86/sev] BUILD SUCCESS 20f07a044a76aebaaa0603038857229b5c460d69
 2021-12-09 22:20 UTC 

[PATCH v2] MAINTAINERS: Remove myself as modules maintainer
 2021-12-09 22:20 UTC  (3+ messages)

sof-hda-dsp: fix path to Hdmi.conf
 2021-12-09 22:18 UTC 

[PATCH] drm/i915/guc: Request RP0 before loading firmware
 2021-12-09 22:18 UTC  (2+ messages)
` [Intel-gfx] "

[meta-arm] [PATCH] kas: Update include syntax to kas 2.6
 2021-12-09 22:18 UTC  (2+ messages)

[Buildroot] [PATCH] package/python-pydal: bump to version 20210626.3
 2021-12-09 22:17 UTC 

[PATCH v3 1/5] branch: move --set-upstream-to behavior to setup_tracking()
 2021-12-09 22:16 UTC  (3+ messages)

[RFC] fetch: update refs in a single transaction
 2021-12-09 22:16 UTC  (5+ messages)

stable-rc/queue/5.10 baseline: 234 runs, 1 regressions (v5.10.83-129-gefc3f818915f)
 2021-12-09 22:16 UTC 

[PATCH v6 2/2] config: include file if remote URL matches a glob
 2021-12-09 22:16 UTC  (2+ messages)

[PATCH v3 0/6] kernel: introduce uaccess logging
 2021-12-09 22:14 UTC  (19+ messages)
` [PATCH v3 2/6] uaccess-buffer: add core code
` [PATCH v3 3/6] fs: use copy_from_user_nolog() to copy mount() data
` [PATCH v3 5/6] arm64: add support for uaccess logging

[PATCH v2 07/67] fscache: Implement a hash function
 2021-12-09 22:07 UTC  (5+ messages)
` [PATCH v2 00/67] fscache, cachefiles: Rewrite

mm/page_alloc.c:8046:33: error: implicit declaration of function 'arch_alloc_nodedata'; did you mean 'arch_alloc_page'?
 2021-12-09 22:15 UTC  (2+ messages)

mm/page_alloc.c:8046:12: error: implicit declaration of function 'arch_alloc_nodedata'
 2021-12-09 22:15 UTC  (2+ messages)

Identifying UBI volume instance / storing UBI volume metadata
 2021-12-09 22:14 UTC  (2+ messages)

[Buildroot] [PATCH v2] package/grep: bump to version 3.7
 2021-12-09 22:15 UTC 

[PATCH] builtin/fetch: skip unnecessary tasks when using --negotiate-only
 2021-12-09 22:12 UTC  (2+ messages)

[PATCH 0/6] Bug:211277 fix backport for 5.10 stable
 2021-12-09 22:09 UTC  (7+ messages)
` [PATCH 1/6] drm/amd/amdkfd: adjust dummy functions' placement
` [PATCH 2/6] drm/amdkfd: separate kfd_iommu_resume from kfd_resume
` [PATCH 3/6] drm/amdgpu: add amdgpu_amdkfd_resume_iommu
` [PATCH 4/6] drm/amdgpu: move iommu_resume before ip init/resume
` [PATCH 5/6] drm/amdgpu: init iommu after amdkfd device init
` [PATCH 6/6] drm/amdkfd: fix boot failure when iommu is disabled in Picasso

[patch 21/32] NTB/msi: Convert to msi_on_each_desc()
 2021-12-09 22:09 UTC  (13+ messages)

ANNOUNCE: pahole v1.22 (Multithreaded DWARF Loading, detached BTF encoding)
 2021-12-09 22:09 UTC  (6+ messages)
` ANNOUNCE: pahole v1.23 (BTF tags and alignment inference)

[PATCH] pwm: raspberrypi-poe: Drop assignment to struct pwmchip::base
 2021-12-09 22:08 UTC 

[OE-core][PATCH] webkitgtk: Add packageconfig for libsoup2
 2021-12-09 22:08 UTC  (3+ messages)

b4 splat
 2021-12-09 21:59 UTC  (4+ messages)

linux-next: Tree for Dec 8
 2021-12-09 22:07 UTC  (3+ messages)

[PATCH v3 1/2] Bluetooth: hci_sync: Fix not always pausing advertising when necessary
 2021-12-09 22:06 UTC  (4+ messages)
` [PATCH v3 2/2] Bluetooth: hci_sync: Add hci_le_create_conn_sync

microphone disappeared on alsa-ucm-conf 1.2.6.1
 2021-12-09 22:06 UTC 

microphone disappeared on alsa-ucm-conf 1.2.6.1
 2021-12-09 22:04 UTC 

[Buildroot] [PATCH] package/grep: bump to version 3.7
 2021-12-09 22:05 UTC  (2+ messages)

[PATCH 0/2] Clock based PWM output driver
 2021-12-09 22:05 UTC  (3+ messages)
` [PATCH 2/2] pwm: Add clock "

[intel-lts:5.10/KMB-yocto 49/62] drivers/gpu/drm/kmb/kmb_drv.c:39:5: warning: no previous prototype for function 'kmb_display_clk_enable'
 2021-12-09 22:05 UTC 

Improving NFS re-export
 2021-12-09 22:03 UTC  (3+ messages)

[PATCH] drm: Remove some useless memset
 2021-12-09 22:03 UTC  (2+ messages)

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2021-12-09 22:01 UTC 

[Virtio-fs] [PATCH v7 0/6] virtiofsd: support per inode DAX
 2021-12-09 22:02 UTC  (5+ messages)
` [Virtio-fs] [PATCH v7 5/6] virtiofsd: implement xflag based dax policy
` [Virtio-fs] [PATCH v7 6/6] virtiofsd: implement file size "

microphone disappeared on alsa-ucm-conf 1.2.6.1
 2021-12-09 22:01 UTC 

[Buildroot] [PATCH] package/python-pillow: bump to version 8.4.0
 2021-12-09 22:01 UTC 

[Intel-gfx] [PATCH v4 RESEND 0/2] GPD Win Max display fixes
 2021-12-09 22:00 UTC  (6+ messages)
`  "
` [Intel-gfx] [PATCH v4 RESEND 1/2] drm/i915/opregion: add support for mailbox #5 EDID
  `  "
` [Intel-gfx] [PATCH v4 RESEND 2/2] drm: Add orientation quirk for GPD Win Max
  `  "

[syzbot] INFO: task can't die in reclaim_throttle
 2021-12-09 22:00 UTC  (3+ messages)

microphone disappeared on alsa-ucm-conf 1.2.6.1
 2021-12-09 21:59 UTC 

[Virtio-fs] Redhat - Fine Food Australia Attendees List
 2021-12-09 22:00 UTC 

microphone disappeared on alsa-ucm-conf 1.2.6.1
 2021-12-09 21:58 UTC 

microphone disappeared on alsa-ucm-conf 1.2.6.1
 2021-12-09 21:57 UTC 

[PATCH v3 3/5] builtin/branch: clean up action-picking logic in cmd_branch()
 2021-12-09 21:57 UTC  (3+ messages)

[PATCH 0/5] Introduction of PCIe support on STi platform
 2021-12-09 21:53 UTC  (12+ messages)
` [PATCH 1/5] dt-bindings: pci: st-pcie: PCIe controller found on STi platforms
` [PATCH 2/5] pci: dwc: pcie-st: Add PCIe driver for "
` [PATCH 3/5] MAINTAINERS: add entry for ST STI PCIE driver
` [PATCH 4/5] ARM: dts: sti: add the PCIe controller node within stih407-family
` [PATCH 5/5] ARM: dts: sti: enable PCIe on the stih418-b2264 board

[PATCH] e2fsck: map PROMPT_* values to prompt messages
 2021-12-09 21:55 UTC  (3+ messages)

[PATCH v2 0/6] KEXEC_SIG with appended signature
 2021-12-09 21:53 UTC  (7+ messages)
` [PATCH v2 2/6] powerpc/kexec_file: Add KEXEC_SIG support

[igt-dev] [PATCH i-g-t v3] lib/igt_fb: fix the plane_size array for yuv formats
 2021-12-09 21:54 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_fb: fix the plane_size array for yuv formats (rev3)

[PATCH v1 1/1] kernfs: Replace kernel.h with the necessary inclusions
 2021-12-09 21:52 UTC  (2+ messages)

linux-next: manual merge of the kvm tree with the perf tree
 2021-12-09 21:51 UTC 

[PATCH v3] perf/core: Set event shadow time for inactive events too
 2021-12-09 21:51 UTC  (4+ messages)

[Buildroot] [PATCH] package/cups-filters: bump to version 1.28.10
 2021-12-09 21:47 UTC 

[PATCHSET cgroup/for-5.16-fixes] cgroup: Use open-time creds and namespace for migration perm checks
 2021-12-09 21:47 UTC  (7+ messages)
` [PATCH 1/6] cgroup: Use open-time credentials for process migraton "
` [PATCH 2/6] cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
` [PATCH 3/6] cgroup: Use open-time cgroup namespace for process migration perm checks
` [PATCH 4/6] selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644
` [PATCH 5/6] selftests: cgroup: Test open-time credential usage for migration checks
` [PATCH 6/6] selftests: cgroup: Test open-time cgroup namespace "

[PATCH v3 0/5] aio: fix use-after-free and missing wakeups
 2021-12-09 21:46 UTC  (3+ messages)

[PATCH bpf-next v1 0/9] Introduce composable bpf types
 2021-12-09 21:45 UTC  (6+ messages)
` [PATCH bpf-next v1 4/9] bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL

[LTP] [PATCH 0/4] Update cgroup_fj and memcg controller tests to work under cgroup2
 2021-12-09 21:42 UTC  (11+ messages)
` [LTP] [PATCH 1/4] controllers/memcg: update stress test "

[Bug 215285] New: power9 le: amdgpu: *ERROR* hw_init of IP block <psp> failed -22
 2021-12-09 21:41 UTC 

[Buildroot] [PATCH] package/cups: bump to version 2.4.0
 2021-12-09 21:40 UTC 

randomize_kstack: To init or not to init?
 2021-12-09 21:40 UTC  (3+ messages)

[PATCHv2 net-next 0/2] net: add new hwtstamp flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
 2021-12-09 21:38 UTC  (4+ messages)
` [PATCHv2 net-next 1/2] net_tstamp: add new "

[LTP] [PATCH 1/3] swapping01: skip test if zram-swap is being used
 2021-12-09 21:38 UTC  (3+ messages)
` [LTP] [PATCH 3/3] zram/zram03: Convert into new api

[PATCH v2 00/28] iomap/xfs folio patches
 2021-12-09 21:38 UTC  (3+ messages)
` [PATCH v2 19/28] iomap: Convert __iomap_zero_iter to use a folio

[PATCH v14 0/4] Add NVIDIA Tegra GPC-DMA driver
 2021-12-09 21:37 UTC  (3+ messages)
` [PATCH v14 2/4] dmaengine: tegra: Add tegra gpcdma driver


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.