All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-14 21:32:05 to 2022-04-14 22:47:02 UTC [more...]

[PATCH bpf-next 00/11] bpf: random unpopular userspace fixes (32 bit et al.)
 2022-04-14 22:46 UTC  (9+ messages)
` [PATCH bpf-next 02/11] bpf: always emit struct bpf_perf_link BTF
` [PATCH bpf-next 03/11] tools, bpf: fix bpftool build with !CONFIG_BPF_EVENTS
` [PATCH bpf-next 04/11] samples: bpf: add 'asm/mach-generic' include path for every MIPS
` [PATCH bpf-next 05/11] samples: bpf: use host bpftool to generate vmlinux.h, not target
` [PATCH bpf-next 06/11] tools, bpf: fix fcntl.h include in bpftool
` [PATCH bpf-next 07/11] samples: bpf: fix uin64_t format literals
` [PATCH bpf-next 08/11] samples: bpf: fix shifting unsigned long by 32 positions
` [PATCH bpf-next 09/11] samples: bpf: fix include order for non-Glibc environments

[PATCH] platform/x86: gigabyte-wmi: added support for B660 GAMING X DDR4 motherboard
 2022-04-14 22:38 UTC  (2+ messages)

[PATCH 0/5] ptrace-vs-PREEMPT_RT and freezer rewrite
 2022-04-14 22:45 UTC  (10+ messages)
` [PATCH 2/5] sched,ptrace: Fix ptrace_check_attach() vs PREEMPT_RT

[PATCH v1] asm-generic: Describe the logic beind the __io barrier names
 2022-04-14 22:45 UTC 

[Intel-gfx] [CI 1/4] drm/i915/doc: Convert drm_i915_query_topology_info comment to kerneldoc
 2022-04-14 22:44 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [CI,1/4] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

RTT-PROBE: lore-subspace-rtt
 2022-04-14 22:42 UTC 

[PATCH liburing 0/3] Add x86 32-bit support for the nolibc build
 2022-04-14 22:41 UTC  (4+ messages)
` [PATCH liburing 1/3] arch/syscall-defs: Use `__NR_mmap2` instead of `__NR_mmap` for x86 32-bit
` [PATCH liburing 2/3] arch/x86/lib: Provide `get_page_size()` function "
` [PATCH liburing 3/3] arch/x86/syscall: Add x86 32-bit native syscall support

[PATCH] block/compat_ioctl: fix range check in BLKGETSIZE
 2022-04-14 22:40 UTC  (2+ messages)
` [PATCH v2] "

[PATCH u-boot v2019.04-aspeed-openbmc v2] aspeed: add CONFIG_ASPEED_ENABLE_BACKDOORS
 2022-04-14 22:40 UTC 

Git user experience workshop
 2022-04-14 22:38 UTC  (3+ messages)

Questions regarding regarding idt/renesas versaclock5 driver
 2022-04-14 22:37 UTC  (12+ messages)
        ` [EXTERNAL] "

[PATCH RFC] rcu/nocb: Provide default all-CPUs mask for RCU_NOCB_CPU=y
 2022-04-14 22:37 UTC  (13+ messages)

[PATCH v7 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2022-04-14 22:32 UTC  (13+ messages)
` [PATCH v7 4/8] crash: add generic infrastructure for crash hotplug support
` [PATCH v7 6/8] kexec: exclude hot remove cpu from elfcorehdr notes
` [PATCH v7 7/8] x86/crash: Add x86 crash hotplug support for kexec_file_load

RTT-PROBE: lore-subspace-rtt
 2022-04-14 22:32 UTC 

[PATCH v3 0/2] media: i2c: imx412: Add regulator control to imx412
 2022-04-14 22:32 UTC  (10+ messages)
` [PATCH v3 2/2] media: i2c: imx412: Add bulk regulator support

[PATCH v3 00/18 stable-5.15.y] Fix mmap + page fault deadlocks
 2022-04-14 22:28 UTC  (19+ messages)
` [PATCH v3 01/18 stable-5.15.y] gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
` [PATCH v3 02/18 stable-5.15.y] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [PATCH v3 03/18 stable-5.15.y] iov_iter: Introduce fault_in_iov_iter_writeable
` [PATCH v3 04/18 stable-5.15.y] gfs2: Add wrapper for iomap_file_buffered_write
` [PATCH v3 05/18 stable-5.15.y] gfs2: Clean up function may_grant
` [PATCH v3 06/18 stable-5.15.y] gfs2: Introduce flag for glock holder auto-demotion
` [PATCH v3 07/18 stable-5.15.y] gfs2: Move the inode glock locking to gfs2_file_buffered_write
` [PATCH v3 08/18 stable-5.15.y] gfs2: Eliminate ip->i_gh
` [PATCH v3 09/18 stable-5.15.y] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [PATCH v3 10/18 stable-5.15.y] iomap: Fix iomap_dio_rw return value for user copies
` [PATCH v3 11/18 stable-5.15.y] iomap: Support partial direct I/O on user copy failures
` [PATCH v3 12/18 stable-5.15.y] iomap: Add done_before argument to iomap_dio_rw
` [PATCH v3 13/18 stable-5.15.y] gup: Introduce FOLL_NOFAULT flag to disable page faults
` [PATCH v3 14/18 stable-5.15.y] iov_iter: Introduce nofault "
` [PATCH v3 15/18 stable-5.15.y] gfs2: Fix mmap + page fault deadlocks for direct I/O
` [PATCH v3 16/18 stable-5.15.y] btrfs: fix deadlock due to page faults during direct IO reads and writes
` [PATCH v3 17/18 stable-5.15.y] btrfs: fallback to blocking mode when doing async dio over multiple extents
` [PATCH v3 18/18 stable-5.15.y] mm: gup: make fault_in_safe_writeable() use fixup_user_fault()

[Intel-gfx] [PATCH] drm/i915: Don't show client busyness in fdinfo with GuC submission
 2022-04-14 22:31 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Don't show client busyness in fdinfo with GuC submission (rev2)

[Intel-gfx] [PATCH 0/8] drm/i915: Media freq factor and per-gt enhancements/fixes
 2022-04-14 22:31 UTC  (4+ messages)
` [Intel-gfx] [PATCH 3/8] drm/i915/pcode: Extend pcode functions for multiple gt's

[PATCH 00/12] Add writeback block support for DPU
 2022-04-14 22:30 UTC  (30+ messages)
` [PATCH 02/12] drm/msm/dpu: add dpu_hw_wb abstraction for writeback blocks
` [PATCH 04/12] drm/msm/dpu: add changes to support writeback in hw_ctl
` [PATCH 05/12] drm/msm/dpu: add an API to reset the encoder related hw blocks
` [PATCH 06/12] drm/msm/dpu: make changes to dpu_encoder to support virtual encoder
    ` [Freedreno] "
` [PATCH 08/12] drm/msm/dpu: introduce the dpu_encoder_phys_* for writeback
    ` [Freedreno] "
` [PATCH 10/12] drm/msm/dpu: initialize dpu encoder and connector "
    ` [Freedreno] "

[PATCH bpf-next v3 0/3] Enlarge offset check value in bpf_skb_load_bytes
 2022-04-14 22:30 UTC  (5+ messages)
` [PATCH bpf-next v3 2/3] net: change skb_ensure_writable()'s write_len param to unsigned int type
` [PATCH bpf-next v3 3/3] selftests: bpf: add test for skb_load_bytes

[PATCH v5 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-04-14 22:29 UTC  (9+ messages)
` [PATCH v5 06/10] KVM: selftests: Add NX huge pages test
` [PATCH v5 10/10] KVM: selftests: Test disabling NX hugepages on a VM

[PATCH v2 00/17] btrfs: add subpage support for RAID56
 2022-04-14 22:28 UTC  (8+ messages)
` [PATCH v2 07/17] btrfs: make rbio_add_io_page() subpage compatible

[PATCH 1/2] f2fs: fix wrong condition check when failing metapage read
 2022-04-14 22:27 UTC  (4+ messages)
` [PATCH 2/2] f2fs: avoid infinite loop to flush node pages
  ` [f2fs-dev] [PATCH 2/2 v2] "
    `  "

[PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
 2022-04-14 22:25 UTC  (13+ messages)

Scheduling tasks on idle cpu
 2022-04-14 22:26 UTC  (6+ messages)

[PATCH v4 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-14 21:49 UTC  (8+ messages)
` [PATCH v4 01/11] timekeeping: add raw clock fallback for random_get_entropy()

[PATCH 0/4] selftest/vm fix segfault in mremap_test
 2022-04-14 22:24 UTC  (11+ messages)
` [PATCH 1/4] selftest/vm: verify mmap addr "
` [PATCH 2/4] selftest/vm: verify remap destination address "
` [PATCH 3/4] selftest/vm: support xfail "
` [PATCH 4/4] selftest/vm: add skip support to mremap_test

[PATCH v2 00/18 stable-5.15.y] Fix mmap + page fault deadlocks
 2022-04-14 22:24 UTC  (2+ messages)

[Buildroot] [PATCH v1 1/4] configs/zynq_zc706_defconfig: bump to Xilinx 2021.2
 2022-04-14 22:24 UTC  (5+ messages)
` [Buildroot] [PATCH v1 2/4] configs/zynq_zed_defconfig: "

RTT-PROBE: lore-subspace-rtt
 2022-04-14 22:22 UTC 

[PATCH] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
 2022-04-14 22:22 UTC  (4+ messages)

[PATCH 0/5 v3] U8500 clkout clocks v3
 2022-04-14 22:17 UTC  (6+ messages)
` [PATCH 1/5 v3] dt-bindings: clock: u8500: Add clkout clock bindings
` [PATCH 2/5 v3] clk: ux500: Drop .is_enabled state from PRCMU clocks
` [PATCH 3/5 v3] clk: ux500: Drop .is_prepared "
` [PATCH 4/5 v3] clk: ux500: Rewrite PRCMU clocks to use clk_hw_*
` [PATCH 5/5 v3] clk: ux500: Implement the missing CLKOUT clocks

stable-rc/queue/4.19 build: 148 builds: 5 failed, 143 passed, 2 errors, 27 warnings (v4.19.237-335-ge2984ffcd13c7)
 2022-04-14 22:17 UTC 

[PATCH v10 00/14] Multi-Gen LRU Framework
 2022-04-14 22:14 UTC  (8+ messages)
` [PATCH v10 06/14] mm: multi-gen LRU: minimal implementation

Plumbers conf presentation on -fanalyze?
 2022-04-14 22:13 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-14 22:12 UTC 

[PATCH] PCI: Avoid handing out address 0 to devices
 2022-04-14 22:12 UTC  (2+ messages)

Broken GPIO IRQ mappings in 5.18-rc2
 2022-04-14 22:12 UTC  (3+ messages)

[PATCH v5 net-next 0/2] net: mvneta: add support for page_pool_get_stats
 2022-04-14 22:10 UTC  (4+ messages)
` [PATCH v5 net-next 1/2] net: page_pool: introduce ethtool stats

[PATCH 1/1] scsi: ufs: remove redundant HPB unmap
 2022-04-14 22:07 UTC  (7+ messages)

[PATCH] mm: migrate: Simplify the refcount validation when migrating hugetlb mapping
 2022-04-14 22:07 UTC  (2+ messages)

[GIT PULL V2 FOR 5.19] V4L2 patches
 2022-04-14 22:06 UTC 

[PATCH v2] drm/msm/dp: enhance both connect and disconnect pending_timeout handle
 2022-04-14 22:06 UTC  (6+ messages)

blktests srp failures with a guest with kdevops on v5.17-rc7 removal
 2022-04-14 22:06 UTC  (7+ messages)

[PATCH v3 0/7] Generic Ticket Spinlocks
 2022-04-14 22:02 UTC  (24+ messages)
` [OpenRISC] "
` [PATCH v3 1/7] asm-generic: ticket-lock: New generic ticket-based spinlock
  ` [OpenRISC] "
` [PATCH v3 2/7] asm-generic: qspinlock: Indicate the use of mixed-size atomics
  ` [OpenRISC] "
` [PATCH v3 3/7] asm-generic: qrwlock: Document the spinlock fairness requirements
  ` [OpenRISC] "
` [PATCH v3 4/7] openrisc: Move to ticket-spinlock
  ` [OpenRISC] "
` [PATCH v3 5/7] RISC-V: Move to generic spinlocks
  ` [OpenRISC] "
` [PATCH v3 6/7] RISC-V: Move to queued RW locks
  ` [OpenRISC] "
` [PATCH v3 7/7] csky: Move to generic ticket-spinlock
  ` [OpenRISC] "

[PATCH] selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is true
 2022-04-14 22:05 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-14 22:02 UTC 

blktests with zbd/006 ZNS triggers a possible false positive RCU stall
 2022-04-14 22:02 UTC 

[PATCH v1 0/4] several UFSHPB changes
 2022-04-14 22:01 UTC  (5+ messages)
` [PATCH v1 1/4] scsi: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()
` [PATCH v1 2/4] scsi: ufshpb: Remove 0 assignment for enum value
` [PATCH v1 3/4] scsi: ufshpb: Cleanup the handler when device reset HPB information
` [PATCH v1 4/4] scsi: ufshpb: Add device reset HPB regions Infor handling for HPB device mode

[PATCH] staging: r8188eu: remove else after return and break statements
 2022-04-14 22:01 UTC  (3+ messages)

[PATCH] kvm: selftests: Fix cut-off of addr_gva2gpa lookup
 2022-04-14 22:01 UTC  (5+ messages)

[PATCH 0/7] Add CA enforcement keyring restrictions
 2022-04-14 21:59 UTC  (12+ messages)
` [PATCH 4/7] KEYS: Introduce a builtin root of trust key flag

[PATCH] HID: wacom: Adding Support for new usages
 2022-04-14 21:59 UTC  (2+ messages)

[Buildroot] [PATCH] package/python-django: security bump to version 4.0.4
 2022-04-14 21:59 UTC 

[ovmf test] 169406: regressions - FAIL
 2022-04-14 21:58 UTC 

[PATCH v2 0/2] Introduce MediaTek CCI devfreq driver
 2022-04-14 21:55 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: devfreq: mediatek: Add mtk cci devfreq dt-bindings

[PATCH v7 0/6] DAX poison recovery
 2022-04-14 21:54 UTC  (7+ messages)
` [PATCH v7 1/6] x86/mm: fix comment
        ` [dm-devel] "

toolchain mitigations plumbers session
 2022-04-14 21:53 UTC  (2+ messages)

[PATCH v3] staging: r8188eu: correct multiple misspellings
 2022-04-14 21:53 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-04-14 21:52 UTC 

[PATCH BlueZ] build: Fix bluetooth.service
 2022-04-14 21:52 UTC 

[PATCH v5] drm/msm/dp: stop event kernel thread when DP unbind
 2022-04-14 21:51 UTC  (2+ messages)

[PATCH v7 0/4] Add support for the eDP panel over aux_bus
 2022-04-14 21:51 UTC  (9+ messages)
` [PATCH v7 1/4] drm/msm/dp: Add eDP support via aux_bus

stable-rc/queue/5.17 build: 136 builds: 2 failed, 134 passed, 3 errors, 1 warning (v5.17.3-7-g363c8c6fd7ed5)
 2022-04-14 21:51 UTC 

[PATCH V2 13/15] cpufreq: mediatek: Link CCI device to CPU
 2022-04-14 21:48 UTC  (4+ messages)

[Fuego] [PATCH] fio/parser.py: Add support to parse later versions of Fio 2.16
 2022-04-14 21:48 UTC  (3+ messages)
` [Fuego] [PATCH 1/1] fio/parser.py: Add support to parse later versions of fio 2.16

[PATCH] dt-bindings: gnss: Add Broacom BCM4751 family bindings
 2022-04-14 21:43 UTC 

[PATCH] usb: dwc3: EP clear halt leading to incorrect submission of delayed_status
 2022-04-14 21:44 UTC  (3+ messages)

kernel.org binaries and sysroots
 2022-04-14 21:44 UTC 

[PATCH v5 00/10] drm/hdcp: Pull HDCP auth/exchange/check into helpers
 2022-04-14 21:44 UTC  (6+ messages)
` [PATCH v5 03/10] drm/hdcp: Update property value on content type and user changes
    ` [Intel-gfx] "

[Intel-gfx] [PATCH] drm/i915/dmc: Load DMC on DG2
 2022-04-14 21:44 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dmc: Load DMC on DG2 (rev4)

RTT-PROBE: lore-subspace-rtt
 2022-04-14 21:42 UTC 

[PATCH bpf-next] bpf: move rcu lock management out of BPF_PROG_RUN routines
 2022-04-14 21:41 UTC  (8+ messages)

[PATCH v2 0/1] Drop wbinvd_on_all_cpus usage
 2022-04-14 21:42 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] timerfd_create.2: tfix
 2022-04-14 21:39 UTC  (2+ messages)

[PATCH v2 bpf-next] Add documentation to API functions
 2022-04-14 21:38 UTC  (2+ messages)

dt-schema checks with dtbo source files
 2022-04-14 21:38 UTC  (2+ messages)

[PATCH] mbuto: support building a minimal image for kernel selftests
 2022-04-14 21:35 UTC  (3+ messages)

[Question] bpf map value increase unexpectedly with tracepoint qdisc/qdisc_dequeue
 2022-04-14 21:34 UTC  (5+ messages)

Kernel ABI Monitoring and toolchain support
 2022-04-14 21:33 UTC 

[git pull] drm fixes for 5.18-rc3
 2022-04-14 21:33 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-14 21:32 UTC 

[PATCH v4] drm/msm/dp: stop event kernel thread when DP unbind
 2022-04-14 21:32 UTC  (3+ messages)

[PATCH v2 0/2] arm64: dts/qcom: Enable uSD card support for SA8155p-ADP board
 2022-04-14 21:31 UTC  (2+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: sa8155p-adp: Add support for uSD card


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.