All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-23 00:51:52 to 2021-03-23 01:32:32 UTC [more...]

[v8,0/7] PCI: mediatek: Add new generation controller support
 2021-03-23  1:31 UTC  (8+ messages)
` [v8,3/7] PCI: mediatek-gen3: Add MediaTek Gen3 driver for MT8192

[PATCH] Fix user-facing typo with an incorrect use of "it's"
 2021-03-23  1:30 UTC 

[PATCH] soc: litex: Remove duplicate include of errno.h
 2021-03-23  1:30 UTC 

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-03-23  1:28 UTC  (8+ messages)
` [PATCH v14 07/13] iommu/smmuv3: Implement cache_invalidate
      ` [Linuxarm] "

pm/testing build: 7 builds: 0 failed, 7 passed, 1 warning (v5.12-rc4-38-g0fc4b6feae23)
 2021-03-23  1:29 UTC 

[Intel-gfx] [PATCH 0/6] Disassociate display version from INTEL_GEN()
 2021-03-23  1:28 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for Disassociate display version from INTEL_GEN() (rev4)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Disassociate display version from INTEL_GEN() (rev5)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH v5 00/10] KVM: Dirty ring support (QEMU part)
 2021-03-23  1:25 UTC  (5+ messages)
` [PATCH v5 10/10] KVM: Dirty ring support

drivers/char/rust_example fails to load
 2021-03-23  1:24 UTC  (5+ messages)

[Patch bpf-next v6 00/12] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-23  1:24 UTC  (3+ messages)
` [Patch bpf-next v6 02/12] skmsg: introduce a spinlock to protect ingress_msg

[PATCH RESEND] PCI: dwc: Fix MSI not work after resume
 2021-03-23  1:24 UTC  (2+ messages)

[RFC PATCH V4 net-next 0/5] ethtool: Extend module EEPROM dump API
 2021-03-23  1:23 UTC  (6+ messages)
` [RFC PATCH V4 net-next 1/5] ethtool: Allow network drivers to dump arbitrary EEPROM data

[PATCH v6 0/6] Support for H_RPT_INVALIDATE in PowerPC KVM
 2021-03-23  1:24 UTC  (5+ messages)
` [PATCH v6 1/6] KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments
` [PATCH v6 2/6] powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def

[PATCH v4 00/46] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-23  1:03 UTC  (94+ messages)
` [PATCH v4 01/46] KVM: PPC: Book3S HV: Nested move LPCR sanitising to sanitise_hv_regs
` [PATCH v4 02/46] KVM: PPC: Book3S HV: Add a function to filter guest LPCR bits
` [PATCH v4 03/46] KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2
` [PATCH v4 04/46] KVM: PPC: Book3S HV: Prevent radix guests from setting LPCR[TC]
` [PATCH v4 05/46] KVM: PPC: Book3S HV: Remove redundant mtspr PSPB
` [PATCH v4 06/46] KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argument
` [PATCH v4 07/46] KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
` [PATCH v4 08/46] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH v4 09/46] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH v4 10/46] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH v4 11/46] KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear "
` [PATCH v4 12/46] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH v4 13/46] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH v4 14/46] KVM: PPC: Book3S 64: add hcall interrupt handler
` [PATCH v4 15/46] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
` [PATCH v4 16/46] KVM: PPC: Book3S 64: Move interrupt "
` [PATCH v4 17/46] KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
` [PATCH v4 18/46] KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences
` [PATCH v4 19/46] KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
` [PATCH v4 20/46] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
` [PATCH v4 21/46] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry
` [PATCH v4 22/46] KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
` [PATCH v4 23/46] KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
` [PATCH v4 24/46] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v4 25/46] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v4 26/46] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v4 27/46] powerpc: add set_dec_or_work API for safely updating decrementer
` [PATCH v4 28/46] KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
` [PATCH v4 29/46] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
` [PATCH v4 30/46] KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9
` [PATCH v4 31/46] KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0
` [PATCH v4 32/46] KVM: PPC: Book3S HV P9: Improve exit timing accounting coverage
` [PATCH v4 33/46] KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check
` [PATCH v4 34/46] KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
` [PATCH v4 35/46] KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible
` [PATCH v4 36/46] KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
` [PATCH v4 37/46] KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
` [PATCH v4 38/46] KVM: PPC: Book3S HV: Remove radix guest support from P7/8 path
` [PATCH v4 39/46] KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers
` [PATCH v4 40/46] KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulation
` [PATCH v4 41/46] KVM: PPC: Book3S HV P9: Allow all P9 processors to enable nested HV
` [PATCH v4 42/46] KVM: PPC: Book3S HV: small pseries_do_hcall cleanup
` [PATCH v4 43/46] KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults
` [PATCH v4 44/46] KVM: PPC: Book3S HV P9: implement hash guest support
` [PATCH v4 45/46] KVM: PPC: Book3S HV P9: implement hash host / "
` [PATCH v4 46/46] KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 path

[PATCH] iio: dac: Rudimentary typo fix
 2021-03-23  1:22 UTC 

[BUG] sandbox error handling broken on origin/next
 2021-03-23  1:22 UTC  (4+ messages)

[RFC 0/7] Add support to process rx packets in thread
 2021-03-23  1:20 UTC  (9+ messages)
` [RFC 2/7] ath10k: Add support to process rx packet "

[PATCH v11 0/6] KASAN for powerpc64 radix
 2021-03-23  1:21 UTC  (3+ messages)

[PATCH] kernel/sys.c: Fix a typo
 2021-03-23  1:19 UTC 

[PATCH] gpu: drm: amd: Remove duplicate includes
 2021-03-23  1:19 UTC  (2+ messages)

[PATCH V2] scsi: iscsi_tcp: Fix use-after-free when do get_host_param
 2021-03-23  1:19 UTC  (3+ messages)

How to switch between installed kernel and developed kernel
 2021-03-23  1:17 UTC  (7+ messages)

[PATCH] drm/i915: A typo fix
 2021-03-23  1:16 UTC  (2+ messages)

[PATCH 0/5] iommu/vt-d: Several misc cleanups
 2021-03-23  1:06 UTC  (12+ messages)
` [PATCH 1/5] iommu/vt-d: Remove unused dma map/unmap trace events
` [PATCH 2/5] iommu/vt-d: Remove svm_dev_ops
` [PATCH 3/5] iommu/vt-d: Remove SVM_FLAG_PRIVATE_PASID
` [PATCH 4/5] iommu/vt-d: Remove unused function declarations
` [PATCH 5/5] iommu/vt-d: Make unnecessarily global functions static

[PATCH v8 0/5] xfs: support shrinking free space in the last AG
 2021-03-23  1:15 UTC  (10+ messages)
` [PATCH v8 4/5] xfs: support shrinking unused "

[PATCH 0/6] Core scheduling remaining patches
 2021-03-23  1:15 UTC  (4+ messages)
` [PATCH 2/6] sched: tagging interface for core scheduling

[saeed:net-next-mlx5 3/12] net/core/dev.c:10749 alloc_netdev_mqs() warn: 'dev' held on error path
 2021-03-23  1:13 UTC 

[PATCH 0/4] DEVICE_NOT_DELETED/DEVICE_UNPLUG_ERROR QAPI events
 2021-03-23  1:12 UTC  (2+ messages)

[PATCH v3 2/2] libfdt: Check that the root-node name is empty
 2021-03-23  1:13 UTC  (2+ messages)

[PATCH 0/2] zbd: fix zone reset during asynchronous IOs
 2021-03-23  1:13 UTC  (3+ messages)
` [PATCH 1/2] zbd: avoid zone reset for file reset during asynchronous IOs in-flight
` [PATCH 2/2] t/zbd: test repeated async write to sequential write required zones

[PATCH] gpu: drm: amd: Remove duplicate include of dce110_resource.h
 2021-03-23  1:09 UTC  (2+ messages)

[PATCH] locking/mutex: Remove repeated declaration
 2021-03-23  1:09 UTC 

[PATCH] staging: rtl8723bs: Trivial typo fix
 2021-03-23  1:08 UTC  (2+ messages)

[PATCH] staging: wimax: Mundane typo fixes
 2021-03-23  1:06 UTC  (2+ messages)

[PATCHv2 00/38] Convert power-supply DT bindings to YAML
 2021-03-23  1:05 UTC  (4+ messages)

[PATCH 0/2] pseries: SMP sockets must match NUMA nodes
 2021-03-23  1:03 UTC  (3+ messages)
` [PATCH 1/2] spapr: number of SMP sockets must be equal to "

[PATCH net-next] net: ipa: avoid 64-bit modulus
 2021-03-23  1:05 UTC 

[PATCH v6 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs
 2021-03-23  1:03 UTC  (3+ messages)

[PATCH 0/5] soundwire: add missing \n in dev_err()
 2021-03-23  0:58 UTC  (12+ messages)
` [PATCH 1/5] soundwire: intel: "
` [PATCH 2/5] soundwire: bandwidth_allocation: "
` [PATCH 3/5] soundwire: cadence: "
` [PATCH 4/5] soundwire: stream: "
` [PATCH 5/5] soundwire: qcom: "

RFC: return d_type for non-plus READDIR
 2021-03-23  1:00 UTC 

[RFC PATCH] perfbook/papersize: ebook reader size support
 2021-03-23  1:01 UTC 

package_rpm and file conflicts
 2021-03-23  1:01 UTC 

stable-rc/queue/4.19 build: 203 builds: 0 failed, 203 passed, 86 warnings (v4.19.182-44-g4493c484b5838)
 2021-03-23  1:00 UTC 

[PATCH bpf-next v3] bpf: fix NULL pointer dereference in bpf_get_local_storage() helper
 2021-03-23  0:57 UTC  (5+ messages)

[PATCH v10 0/7] Pegasos2 emulation
 2021-03-23  0:55 UTC  (6+ messages)
` [PATCH v10 7/7] hw/ppc: Add emulation of Genesi/bPlan Pegasos II
` [PATCH v10 6/7] hw/pci-host: Add emulation of Marvell MV64361 PPC system controller

[dpdk-dev] [PATCH v1 0/4] support flow for IP fragment in IAVF
 2021-03-23  0:58 UTC  (4+ messages)
` [dpdk-dev] [PATCH v1 4/4] net/iavf: support FDIR for IP fragment packet

[PATCH 5.10 000/156] 5.10.26-rc2 review
 2021-03-23  0:57 UTC  (2+ messages)

[PATCH v2 1/2] libfdt: Check that there is only one root node
 2021-03-23  0:57 UTC  (4+ messages)
` [PATCH v2 2/2] libfdt: Check that the root-node name is empty

[PATCH 0/1] btrfs-progs: libbtrfsutil: Relicense to LGPLv2.1+
 2021-03-23  0:57 UTC  (2+ messages)

[PATCH 1/2] drm: rcar-du: Don't put reference to drm_device in rcar_du_remove()
 2021-03-23  0:56 UTC  (4+ messages)
` [PATCH 2/2] drm: rcar-du: Shutdown the display on remove

[PATCH] spl: Add callback for preprocessing loaded FIT header before parsing
 2021-03-23  0:56 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v5 00/41] test: Refactor tests to have a single test runner
 2021-03-23  0:56 UTC  (4+ messages)
` [PATCH v5 22/41] test: Move dm_test_init() into test-main.c

[PATCH] sandbox: Support signal handling only when requested
 2021-03-23  0:56 UTC  (3+ messages)

[PATCH 00/16] TI/Cadence: Add Sierra/Torrent SERDES driver
 2021-03-23  0:56 UTC  (5+ messages)
` [PATCH 02/16] drivers: reset: Handle gracefully NULL pointers

[PATCH] keys: Allow disabling read permissions for key possessor
 2021-03-23  0:55 UTC  (2+ messages)

[PATCH v2 0/3] perf-stat: share hardware PMCs with BPF
 2021-03-23  0:53 UTC  (5+ messages)
` [PATCH v2 1/3] perf-stat: introduce bperf, "

[PATCH 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2021-03-23  0:54 UTC  (5+ messages)
` [PATCH 21/23] hugetlb/userfaultfd: Only drop uffd-wp special pte if required
` [PATCH 22/23] mm/userfaultfd: Enable write protection for shmem & hugetlbfs
` [PATCH 23/23] userfaultfd/selftests: Enable uffd-wp for shmem/hugetlbfs

[PATCH 5.4 00/60] 5.4.108-rc1 review
 2021-03-23  0:51 UTC  (2+ messages)

[PATCH] crypto: poly1305: fix poly1305_core_setkey() declaration
 2021-03-23  0:51 UTC  (3+ messages)

[dpdk-dev] How about add rte flow get capablity APIs
 2021-03-23  0:52 UTC 


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.