All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-27 16:35:23 to 2023-06-27 17:48:12 UTC [more...]

[PATCH v5 00/15] Add RISC-V vector cryptographic instruction set support
 2023-06-27 17:45 UTC  (8+ messages)
` [PATCH v6 01/15] target/riscv: Refactor some of the generic vector functionality
` [PATCH v6 02/15] target/riscv: Refactor vector-vector translation macro
` [PATCH v6 03/15] target/riscv: Remove redundant "cpu_vl == 0" checks
` [PATCH v6 04/15] target/riscv: Add Zvbc ISA extension support
` [PATCH v6 08/15] target/riscv: Add Zvbb "
` [PATCH v6 13/15] crypto: Create sm4_subword
` [PATCH v6 14/15] crypto: Add SM4 constant parameter CK

[PATCH] dt-bindings: clock: qcom: Update my email address
 2023-06-27 17:47 UTC  (2+ messages)

[PATCH v5 1/1] drm/doc: Document DRM device reset expectations
 2023-06-27 17:47 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: msm8998: Provide XO to RPMCC
 2023-06-27 17:47 UTC  (2+ messages)

[PATCH] fs/vboxsf: Replace kmap() with kmap_local_{page, folio}()
 2023-06-27 17:46 UTC  (3+ messages)

[PATCH] mm: increase usage of folio_next_index() helper
 2023-06-27 17:43 UTC 

[PATCH v1 net-next 0/2] af_unix: Followup fixes for SO_PASSPIDFD
 2023-06-27 17:43 UTC  (3+ messages)
` [PATCH v1 net-next 1/2] af_unix: Skip SCM_PIDFD if scm->pid is NULL
` [PATCH v1 net-next 2/2] net: scm: introduce and use scm_recv_unix helper

[PATCH v1 0/6] LASS KVM virtualization support
 2023-06-27 17:43 UTC  (6+ messages)
` [PATCH v1 1/6] KVM: x86: Consolidate flags for __linearize()
` [PATCH v1 2/6] KVM: x86: Virtualize CR4.LASS

[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-27 17:42 UTC  (9+ messages)
` [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs

[PATCH v1 0/9] RISC-V: Probe DT extension support using riscv,isa-extensions & riscv,isa-base
 2023-06-27 17:42 UTC  (5+ messages)
` [PATCH v1 7/9] RISC-V: split riscv_fill_hwcap() in 3

[PATCH 3/3] ARM: vfp: Use vfp_lock() in vfp_entry()
 2023-06-27 17:41 UTC  (11+ messages)

[PATCH 0/7] Integrate EFI capsule tasks into u-boot's build flow
 2023-06-27 17:42 UTC  (13+ messages)
` [PATCH 5/7] Makefile: Add a target for building capsules

[PATCH v3 00/14] Misc clean ups to target/ppc exception handling
 2023-06-27 17:40 UTC  (6+ messages)
` [PATCH v3 09/14] target/ppc: Move patching nip from exception handler to helper_scv

[PATCH mptcp-net] mptcp: fix bogus socket state update
 2023-06-27 17:41 UTC 

linux-next: Tree for Jun 27
 2023-06-27 17:40 UTC  (3+ messages)
` linux-next: Tree for Jun 27 (idle: intel_idle)

[Intel-xe] [PATCH V4 0/3] drm/xe: Add sysfs entry for tile and relate it to GTs
 2023-06-27 17:37 UTC  (3+ messages)
` [Intel-xe] [PATCH V4 2/3] drm/xe: Add GTs under respective tile sysfs

[PATCH] power: supply: rk817: Add missing module alias
 2023-06-27 17:39 UTC  (3+ messages)

[PATCH v2 0/4] target/ppc: Catch invalid real address accesses
 2023-06-27 17:38 UTC  (3+ messages)
` [PATCH v2 3/4] target/ppc: Make checkstop actually stop the system

[PATCH v3 0/2] PCI: pciehp: Add support for native AER and DPC handling on async remove
 2023-06-27 17:38 UTC  (6+ messages)
` [PATCH v3 2/2] PCI: pciehp: Clear the optional capabilities in DEVCTL2 on a hot-plug

tc.8: some remarks and a patch for the manual
 2023-06-27 17:38 UTC  (2+ messages)

[RFC PATCH v1 0/4] virtio/vsock: some updates for MSG_PEEK flag
 2023-06-27  1:32 UTC  (3+ messages)
` [RFC PATCH v1 1/4] virtio/vsock: rework MSG_PEEK for SOCK_STREAM

support pmsg record size larger than kmalloc limitation
 2023-06-27 17:37 UTC  (5+ messages)

[PATCH 1/2] kernfs: add kernfs_ops.free operation to free resources tied to the file
 2023-06-27 17:36 UTC  (16+ messages)

[PATCH v3] mce: prevent concurrent polling of MCE events
 2023-06-27 17:36 UTC 

[PATCH v2] x86/bugs: Break down mitigations configurations
 2023-06-27 17:36 UTC  (7+ messages)

[Intel-gfx] [PATCH 00/26] use array_size
 2023-06-27 17:35 UTC  (6+ messages)
` [PATCH 20/26] drm/vmwgfx: "
` [PATCH 23/26] media: staging: imgu: "

[net-next 14/15] net/mlx5: Light probe local SFs
 2023-06-27 17:35 UTC  (12+ messages)

[PATCH] Separate bch_moving_gc() from bch_btree_gc()
 2023-06-27 17:34 UTC  (2+ messages)

[PATCH v2 0/7] Add camera access keys, IdeaPad driver improvements
 2023-06-27 17:35 UTC  (3+ messages)
` [PATCH v2 2/7] HID: add mapping for camera access keys

arch/parisc/kernel/firmware.c:1271 pdc_soft_power_button_panic() error: uninitialized symbol 'flags'
 2023-06-27 17:34 UTC 

[PATCH] sctp: fix potential deadlock on &net->sctp.addr_wq_lock
 2023-06-27 17:33 UTC  (2+ messages)

[PATCH] smegw01: Fix wrong symbol override
 2023-06-27 17:33 UTC  (2+ messages)

[PATCH v5 09/15] target/riscv: Add Zvkned ISA extension support
 2023-06-27 17:29 UTC  (7+ messages)
` [PATCH v5 10/15] target/riscv: Add Zvknh "
` [PATCH v5 11/15] target/riscv: Add Zvksh "
` [PATCH v5 12/15] target/riscv: Add Zvkg "
` [PATCH v5 13/15] crypto: Create sm4_subword
` [PATCH v5 14/15] crypto: Add SM4 constant parameter CK
` [PATCH v5 15/15] target/riscv: Add Zvksed ISA extension support

[Intel-xe] [PATCH v6 0/1] User fence wait uAPI change to nanoseconds
 2023-06-27 17:29 UTC  (8+ messages)
` [Intel-xe] [PATCH v6 1/1] drm/xe: Use nanoseconds instead of jiffies in uapi for user fence
` [Intel-xe] ✓ CI.Patch_applied: success for User fence wait uAPI change to nanoseconds (rev3)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "

[PATCH] arm64: dts: qcom: sdm845-tama: Set serial indices and stdout-path
 2023-06-27 17:27 UTC 

[PATCH v5 0/1] dax: enable dax fault handler to report VM_FAULT_HWPOISON
 2023-06-27 17:25 UTC  (9+ messages)
    ` [v5 "

[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
 2023-06-27  1:19 UTC  (7+ messages)
` [PATCH RFC net-next v4 6/8] virtio/vsock: support dgrams

[PATCH v3 0/7] Allow dynamic allocation of software IO TLB bounce buffers
 2023-06-27 17:24 UTC  (8+ messages)
` [PATCH v3 1/7] swiotlb: make io_tlb_default_mem local to swiotlb.c

[PATCH v3] xen: speed up grant-table reclaim
 2023-06-27 17:22 UTC 

[igt-dev] [PATCH i-g-t 0/3] Include intel_blt funtions to blitter path for igt_fb.c
 2023-06-27 17:22 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 1/3] lib/intel_blt: Add offset to block and fast copy
` [igt-dev] [PATCH i-g-t 2/3] lib/igt_fb: include lib/intel_blt functions to blitter path
` [igt-dev] [PATCH i-g-t 3/3] lib/igt_fb: On blitter path take clear color modifier into account

[PATCH v5 00/15] Add RISC-V vector cryptographic instruction set support
 2023-06-27 17:17 UTC  (9+ messages)
` [PATCH v5 01/15] target/riscv: Refactor some of the generic vector functionality
` [PATCH v5 02/15] target/riscv: Refactor vector-vector translation macro
` [PATCH v5 03/15] target/riscv: Remove redundant "cpu_vl == 0" checks
` [PATCH v5 04/15] target/riscv: Add Zvbc ISA extension support
` [PATCH v5 05/15] target/riscv: Move vector translation checks
` [PATCH v5 06/15] target/riscv: Refactor translation of vector-widening instruction
` [PATCH v5 07/15] target/riscv: Refactor some of the generic vector functionality
` [PATCH v5 08/15] target/riscv: Add Zvbb ISA extension support

[PATCH 1/2] tools: Fix ifdef for aarch64 that should include also arm
 2023-06-27 17:21 UTC  (5+ messages)
` [PATCH 2/2] tools/python: Fix memory leak on error path

[PATCH V2 0/4] nvme: fix two kinds of IO hang from removing NSs
 2023-06-27 17:21 UTC  (11+ messages)

[igt-dev] [PATCH i-g-t 0/2] Change all user wait fence tests to nanoseconds
 2023-06-27 17:21 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t 1/2] lib/xe_query: Add milliseconds to nanoseconds macro
` [igt-dev] [PATCH i-g-t 2/2] tests/xe_*: Use nanoseconds instead jiffies in wait user fence
` [igt-dev] ✓ Fi.CI.BAT: success for Change all user wait fence tests to nanoseconds

[PATCH v9 00/42] Shadow stacks for userspace
 2023-06-27 17:20 UTC  (3+ messages)
` [PATCH v9 28/42] x86/shstk: Add user-mode shadow stack support

[PATCH] mmc: inline the first mmc_scan() on mmc_start_host()
 2023-06-27 17:20 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] perf cs-etm: Track exception level fixups
 2023-06-27 17:19 UTC  (9+ messages)
` [PATCH 2/2] perf report: Don't add to histogram when there is no thread found

[PATCH v5] Emulate dip switch language layout settings on SUN keyboard
 2023-06-27 17:18 UTC  (15+ messages)
    ` [PATCH v6] "
      ` Ping: "
            ` [PATCH v7] "
                      ` [PATCH v8] "

[PATCH v3 00/29] media: ov2680: Bugfixes + ACPI + selection(crop-tgt) API support
 2023-06-27 17:17 UTC  (5+ messages)
` [PATCH v3 07/29] media: ov2680: Fix ov2680_set_fmt() which == V4L2_SUBDEV_FORMAT_TRY not working

unexport swiotlb_active v2
 2023-06-27 17:18 UTC  (3+ messages)

[PATCH v6 0/3] Add sync object UAPI support to VirtIO-GPU driver
 2023-06-27 17:16 UTC  (10+ messages)

[GIT PULL] bcachefs
 2023-06-27 17:16 UTC  (7+ messages)

[PATCH] KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1 bits
 2023-06-27 17:14 UTC  (5+ messages)

[PATCH 0/1] Add a sysctl to disable io_uring system-wide
 2023-06-27 17:10 UTC  (3+ messages)
` [PATCH 1/1] Add a new "

[OE-core] [PATCH 3/3] vulkan-validation: Add the official Vulkan validation layers
 2023-06-27 17:10 UTC  (4+ messages)
`  "

[PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
 2023-06-27 17:06 UTC  (10+ messages)
  ` [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1

[PATCH v3 0/9] ptp .adjphase cleanups
 2023-06-27 17:08 UTC  (4+ messages)
` [PATCH v3 5/9] ptp: Add .getmaxphase callback to ptp_clock_info

[PATCH v1] iommu/arm-smmu-v3: Allow default substream bypass with a pasid support
 2023-06-27 17:06 UTC  (4+ messages)

[PATCH v2 00/27] locking/atomic: restructuring + kerneldoc
 2023-06-27 17:07 UTC  (3+ messages)
` [PATCH v2 04/27] locking/atomic: make atomic*_{cmp,}xchg optional

iwd forgets network
 2023-06-27 17:06 UTC  (4+ messages)

Please help, I want kprobe.multi support on arm64, but regs is replaced by args
 2023-06-27 17:06 UTC  (3+ messages)

[PATCH net-next] net: lan743x: Simplify comparison
 2023-06-27 17:04 UTC  (2+ messages)

[PATCH] RDMA/bnxt_re: Fix an IS_ERR() vs NULL check
 2023-06-27 17:03 UTC  (2+ messages)

[PATCH v1 net-next] Revert "af_unix: Call scm_recv() only after scm_set_cred()."
 2023-06-27 17:03 UTC  (4+ messages)

[PATCH v2 00/12] mm: free retracted page table by RCU
 2023-06-27 17:01 UTC  (8+ messages)
` [PATCH v2 05/12] powerpc: add pte_free_defer() for pgtables sharing page

[PATCH][next] drm/edid: make read-only const array static
 2023-06-27 17:01 UTC 

next: ltp: fs: read_all: block sda: the capability attribute has been deprecated. - supervisor instruction fetch in kernel mode
 2023-06-27 17:00 UTC  (3+ messages)

[PATCH v2] Drivers: hv: Change hv_free_hyperv_page() to take void * argument
 2023-06-27 16:58 UTC  (2+ messages)

[Bug report] __arch_hweight32/64 x86
 2023-06-27 16:57 UTC  (6+ messages)

[PATCH v2 0/3] fanotify accounting for fs/splice.c
 2023-06-27 16:57 UTC  (6+ messages)
` [PATCH v3 0/3+1] "
  ` [PATCH v3 1/3] splice: always fsnotify_access(in), fsnotify_modify(out) on success
  ` [PATCH v3 2/3] splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmsplice
  ` [PATCH v3 3/3] splice: fsnotify_access(in), fsnotify_modify(out) on success in tee
  ` [LTP PATCH] inotify13: new test for fs/splice.c functions vs pipes vs inotify

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-06-27 16:52 UTC  (10+ messages)
` [PATCH 21/21] dma-mapping: replace custom code with generic implementation

[PATCH 00/11] Even more msm bindings fixes
 2023-06-27 16:52 UTC  (5+ messages)
` [PATCH 03/11] arm64: dts: qcom: msm8939: Add missing 'cache-unified' to L2
` [PATCH 04/11] arm64: dts: qcom: apq8039-t2: Drop inexistent property

[PATCH net] net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addresses
 2023-06-27 16:50 UTC  (2+ messages)

[PATCH v2 net] netlink: Add __sock_i_ino() for __netlink_diag_dump()
 2023-06-27 16:50 UTC  (2+ messages)

[syzbot] [block?] WARNING in floppy_interrupt (2)
 2023-06-27 16:49 UTC  (2+ messages)

[Question] report a race condition between CPU hotplug state machine and hrtimer 'sched_cfs_period_timer' for cfs bandwidth throttling
 2023-06-27 16:46 UTC  (5+ messages)

[yocto] File magic/sdk relocation
 2023-06-27 16:46 UTC  (3+ messages)
`  "

Ceph patches for the merge window?
 2023-06-27 16:44 UTC  (3+ messages)

[PATCH] btf: warn but return no error for NULL btf from __register_btf_kfunc_id_set()
 2023-06-27 16:44 UTC  (3+ messages)

[PATCH] dmaengine: mediatek: mtk-hsdma: fix potential deadlock on &vc->lock
 2023-06-27 16:43 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/uncore: add intel_uncore_regs() helper
 2023-06-27 16:42 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] usb: host: xhci: remove renesas rom wiping
 2023-06-27 16:41 UTC  (3+ messages)

[bluez/bluez] 6b9d16: android: Fix compiler warning from GCC
 2023-06-27 16:41 UTC 

[PATCH 0/4] OpenRISC floating point context support
 2023-06-27 16:41 UTC  (4+ messages)
` [PATCH 3/4] openrisc: Support floating point user api

[PATCH v2 net-next] net: phy: mscc: fix packet loss due to RGMII delays
 2023-06-27 16:40 UTC  (2+ messages)

[PATCH net-next v3] libceph: Partially revert changes to support MSG_SPLICE_PAGES
 2023-06-27 16:40 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 00/24] use vmalloc_array and vcalloc
 2023-06-27 16:40 UTC  (4+ messages)
`  "

[PATCH net-next] phylink: ReST-ify the phylink_pcs_neg_mode() kdoc
 2023-06-27 16:40 UTC  (2+ messages)

[Bug 217307] New: windows guest entering boot loop when nested virtualization enabled and hyperv installed
 2023-06-27 16:39 UTC  (2+ messages)
` [Bug 217307] "

[PATCH v5 00/19] target/riscv, KVM: fixes and enhancements
 2023-06-27 16:32 UTC  (10+ messages)
` [PATCH v5 06/19] target/riscv: use KVM scratch CPUs to init KVM properties
` [PATCH v5 07/19] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
` [PATCH v5 10/19] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
` [PATCH v5 11/19] target/riscv/cpu: add misa_ext_info_arr[]
` [PATCH v5 12/19] target/riscv: add KVM specific MISA properties
` [PATCH v5 13/19] target/riscv/kvm.c: update KVM MISA bits
` [PATCH v5 15/19] target/riscv/cpu.c: remove priv_ver check from riscv_isa_string_ext()
` [PATCH v5 17/19] target/riscv: update multi-letter extension KVM properties
` [PATCH v5 18/19] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper

[virtio-dev] [PATCH v19] virtio-net: support inner header hash
 2023-06-27 16:35 UTC  (2+ messages)
` [virtio-comment] "

[bug report] most of blktests nvme/ failed on the latest linux tree
 2023-06-27 16:33 UTC 

[PATCH v2 00/26] ARM: qcom: apq8064: support CPU frequency scaling
 2023-06-27 16:34 UTC  (7+ messages)
` [PATCH v2 17/26] ARM: dts: qcom: apq8064: add simple CPUFreq support


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.