All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-09 00:35:21 to 2021-03-09 02:05:18 UTC [more...]

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-03-09  2:04 UTC  (12+ messages)
                  ` [PATCH] mm/memory-failure: Use a mutex to avoid memory_failure() races

[PATCH v2 1/4] mmc: Mediatek: add Inline Crypto Engine support
 2021-03-09  1:56 UTC 

[PATCH] drm/amdgpu: capture invalid hardware access v2
 2021-03-09  2:03 UTC  (2+ messages)

+ mm-memcontrol-switch-to-rstat-fix.patch added to -mm tree
 2021-03-09  2:02 UTC 

[PATCH 0/3] powerpc/qspinlock: Some tuning updates
 2021-03-09  1:59 UTC  (8+ messages)
` [PATCH 1/3] powerpc/spinlock: Define smp_mb__after_spinlock only once
` [PATCH 2/3] powerpc/spinlock: Unserialize spin_is_locked
` [PATCH 3/3] powerpc/qspinlock: Use generic smp_cond_load_relaxed

[PATCH v2 0/4] MediaTek eMMC inline encryption support
 2021-03-09  1:53 UTC 

[PATCH 5.4 00/22] 5.4.104-rc1 review
 2021-03-09  1:59 UTC  (2+ messages)

[RFC patch 0/4] riscv: introduce alternative mechanism to apply errata patches
 2021-03-09  1:59 UTC  (8+ messages)
` [RFC patch 2/4] riscv: Get CPU manufacturer information

linux-next: manual merge of the vhost tree with the sound tree
 2021-03-09  1:58 UTC 

[PATCH v3 1/3] dt-bindings: mmc: sdhci-of-dwcmhsc: Convert to yaml file
 2021-03-09  1:56 UTC  (6+ messages)
` [PATCH v3 2/3] dt-bindings: mmc: sdhci-of-dwcmhsc: Add rockchip support
` [PATCH v3 3/3] mmc: sdhci-of-dwcmshc: add rockchip platform support

[PATCH bpf-next] bpf: x86: use kvmalloc_array instead kmalloc_array in bpf_jit_comp
 2021-03-09  1:56 UTC 

[xen-unstable test] 159874: tolerable FAIL - PUSHED
 2021-03-09  1:56 UTC 

[PATCH 00/45 v3] xfs: consolidated log and optimisation changes
 2021-03-09  1:55 UTC  (12+ messages)
` [PATCH 08/45] xfs: journal IO cache flush reductions
` [PATCH 15/45] xfs: CIL work is serialised, not pipelined
` [PATCH 23/45] xfs: log tickets don't need log client id

[PATCH V3]: minor cleanup on TLB and MM
 2021-03-09  1:54 UTC  (3+ messages)
` [PATCH 1/2] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handling
` [PATCH 2/2] MIPS: loongson64: alloc pglist_data at run time

[PATCH] KVM: PPC: Book3S HV: Do not expose HFSCR sanitisation to nested hypervisor
 2021-03-09  1:52 UTC  (7+ messages)

NFS Mount Hangs
 2021-03-09  1:52 UTC  (4+ messages)

[PATCH 0/1] Enable the ability to force a password change on boot
 2021-03-09  2:02 UTC  (3+ messages)
` [PATCH 1/1] extrausers: Add ability to force password change on first login
  ` [OE-core] "

[PATCH v2 0/4] MediaTek eMMC inline encryption support
 2021-03-09  1:42 UTC 

[PATCH 0/3] Minor documentation improvements
 2021-03-09  1:43 UTC  (2+ messages)

[PATCH v1 3/7] PCI: New Primary to Sideband (P2SB) bridge support library
 2021-03-09  1:42 UTC  (2+ messages)

[PATCH v2 00/25] KVM SGX virtualization support
 2021-03-09  1:41 UTC  (26+ messages)
` [PATCH v2 01/25] x86/cpufeatures: Make SGX_LC feature bit depend on SGX bit
` [PATCH v2 02/25] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [PATCH v2 03/25] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
` [PATCH v2 04/25] x86/sgx: Add SGX_CHILD_PRESENT hardware error code
` [PATCH v2 05/25] x86/sgx: Introduce virtual EPC for use by KVM guests
` [PATCH v2 06/25] x86/cpu/intel: Allow SGX virtualization without Launch Control support
` [PATCH v2 07/25] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [PATCH v2 08/25] x86/sgx: Expose SGX architectural definitions to the kernel
` [PATCH v2 09/25] x86/sgx: Move ENCLS leaf definitions to sgx.h
` [PATCH v2 10/25] x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)
` [PATCH v2 11/25] x86/sgx: Add encls_faulted() helper
` [PATCH v2 12/25] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
` [PATCH v2 13/25] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [PATCH v2 14/25] x86/sgx: Move provisioning device creation out of SGX driver
` [PATCH v2 15/25] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
` [PATCH v2 16/25] KVM: x86: Define new #PF SGX error code bit
` [PATCH v2 17/25] KVM: x86: Add support for reverse CPUID lookup of scattered features
` [PATCH v2 18/25] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
` [PATCH v2 19/25] KVM: VMX: Add basic handling of VM-Exit from SGX enclave
` [PATCH v2 20/25] KVM: VMX: Frame in ENCLS handler for SGX virtualization
` [PATCH v2 21/25] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
` [PATCH v2 22/25] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
` [PATCH v2 23/25] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
` [PATCH v2 24/25] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
` [PATCH v2 25/25] KVM: x86: Add capability to grant VM access to privileged SGX attribute

[RFC PATCH 00/18] Microsoft Hypervisor root partition ioctl interface
 2021-03-09  1:39 UTC  (4+ messages)
` [RFC PATCH 10/18] virt/mshv: get and set vcpu registers ioctls

[PATCH v26 0/4] scsi: ufs: Add Host Performance Booster Support
 2021-03-09  1:38 UTC  (3+ messages)
  ` [PATCH v26 4/4] scsi: ufs: Add HPB 2.0 support

[PATCH] Input: elan_i2c - Reduce the resume time for new devices
 2021-03-09  1:37 UTC  (10+ messages)
  ` [PATCH] Input: elan_i2c - Reduce the resume time for new dev ices

Inspur's CCLA Schedule A update 2021-03-09
 2021-03-09  1:15 UTC 

[PATCH nf] netfilter REJECT: Fix destination MAC in RST packets
 2021-03-09  1:36 UTC  (4+ messages)

[PATCH v4 2/2] nPCI: brcmstb: Use reset/rearm instead of deassert/assert
 2021-03-09  1:34 UTC  (3+ messages)

[PATCH v2 0/2] sun8i: r40: second ethernet support
 2021-03-09  1:32 UTC  (8+ messages)
` [PATCH v2 1/2] net: allwinner: reset control support
` [PATCH v2 2/2] dts: r40: add second ethernet support

[PATCH] xen/arm: Prevent Dom0 to be loaded when using dom0less
 2021-03-09  1:33 UTC  (5+ messages)

[PATCH u-boot 00/39] U-Boot LTO (Sandbox + Some ARM boards)
 2021-03-09  1:24 UTC  (11+ messages)
` [PATCH u-boot 16/39] build: use thin archives instead of incremental linking

✅ PASS: Test report for kernel 5.12.0-rc2 (arm-next)
 2021-03-09  1:21 UTC 

SGX Linux-Compatible Hardware
 2021-03-09  1:21 UTC  (2+ messages)

[PATCH v3 0/2] tests: Add functional test for out-of-process device emulation
 2021-03-09  1:17 UTC  (5+ messages)
` [PATCH v3 1/2] avocado_qemu: add exec_command function
` [PATCH v3 2/2] tests: Add functional test for out-of-process device emulation

[PATCH -tip 0/5] kprobes: Fix stacktrace in kretprobes
 2021-03-09  1:19 UTC  (6+ messages)

[PATCH v2 0/7] Generic Command Line changes
 2021-03-09  1:17 UTC  (3+ messages)

[PATCH v3 0/8] iio: Set default trigger device parent
 2021-03-09  1:18 UTC  (9+ messages)
` [PATCH v3 1/8] iio: set default trig->dev.parent
` [PATCH v3 2/8] iio: fix devm_iio_trigger_alloc with parent.cocci
` [PATCH v3 3/8] iio: adis_trigger: Remove code to set trigger parent
` [PATCH v3 4/8] iio: gp2ap020a00f: "
` [PATCH v3 5/8] iio: lmp91000: "
` [PATCH v3 6/8] iio: chemical: atlas: "
` [PATCH v3 7/8] iio: as3935: "
` [PATCH v3 8/8] iio: xilinx-xadc: "

[PATCH v4 00/11] KVM: VMX: Clean up Hyper-V PV TLB flush
 2021-03-09  1:18 UTC  (3+ messages)

[PATCH v5] Added AMS tsl2591 driver implementation
 2021-03-09  1:17 UTC 

[PATCH v4 0/8] Add support for SVM atomics in Nouveau
 2021-03-09  1:17 UTC  (7+ messages)
` [PATCH v4 5/8] mm: Device exclusive memory access
      ` [Nouveau] "

[PATCH] xen/arm: Use register_t type in cpuinfo entries
 2021-03-09  1:17 UTC  (3+ messages)

[PATCH v3 00/41] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-09  1:14 UTC  (9+ messages)
` [PATCH v3 01/41] KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2
` [PATCH v3 02/41] KVM: PPC: Book3S HV: Prevent radix guests from setting LPCR[TC]

Recovering Btrfs from a freak failure of the disk controller
 2021-03-09  1:12 UTC  (17+ messages)

[PATCH v3 0/8] ASoC: soc-pcm: cleanup each functions
 2021-03-09  1:08 UTC  (9+ messages)
` [PATCH v3 1/8] ASoC: soc-pcm: check DAI activity under soc_pcm_apply_symmetry()
` [PATCH v3 2/8] ASoC: soc-pcm: add soc_cpu/codec_dai_name() macro
` [PATCH v3 3/8] ASoC: soc-pcm: direct copy at snd_soc_set_runtime_hwparams()
` [PATCH v3 4/8] ASoC: soc-pcm: add soc_pcm_update_symmetry()
` [PATCH v3 5/8] ASoC: soc-pcm: add soc_hw_sanity_check()
` [PATCH v3 6/8] ASoC: soc-pcm: fixup dpcm_be_dai_startup() user count
` [PATCH v3 7/8] ASoC: soc-pcm: remove unneeded !rtd->dai_link check
` [PATCH v3 8/8] ASoC: soc-pcm: share DPCM BE DAI stop operation

[PATCH v9 0/5] Intel MAX10 BMC Secure Update Driver
 2021-03-09  1:10 UTC  (6+ messages)
` [PATCH v9 1/5] fpga: m10bmc-sec: create max10 bmc secure update driver
` [PATCH v9 2/5] fpga: m10bmc-sec: expose max10 flash update count
` [PATCH v9 3/5] fpga: m10bmc-sec: expose max10 canceled keys in sysfs
` [PATCH v9 4/5] fpga: m10bmc-sec: add max10 secure update functions
` [PATCH v9 5/5] fpga: m10bmc-sec: add max10 get_hw_errinfo callback func

[MPTCP] Re: [PATCH net-next v3 1/3] mptcp: move sockopt function into a new file
 2021-03-09  1:11 UTC 

ClientOriginIPAddress is 0.0.0.0 or ""
 2021-03-05  8:05 UTC 

[PATCH 5.10 00/42] 5.10.22-rc1 review
 2021-03-09  1:08 UTC  (2+ messages)

[PATCH 0/2] hw/misc: Model ASPEED hash and crpyto engine
 2021-03-09  1:07 UTC  (5+ messages)
` [PATCH 1/2] hw: Model ASPEED's Hash and Crypto Engine
` [PATCH 2/2] aspeed: Integrate HACE

[PATCH v3 0/2] Add ACPI support for SC8180X pinctrl driver
 2021-03-09  1:08 UTC  (3+ messages)
` [PATCH v3 1/2] pinctrl: qcom: sc8180x: drop the use of tiles

[PATCH v1 00/14] vfio: Device memory DMA mapping improvements
 2021-03-09  1:07 UTC  (10+ messages)
` [PATCH v1 07/14] vfio: Add a device notifier interface
` [PATCH v1 12/14] vfio/type1: Support batching of device mappings
` [PATCH v1 13/14] vfio: Remove extern from declarations across vfio
` [PATCH v1 14/14] vfio: Cleanup use of bare unsigned

[PATCH v2 0/8] iio: Set default trigger device parent
 2021-03-09  1:06 UTC  (3+ messages)

[PATCH] contrib/rebase-catchup: helper for updating old branches
 2021-03-09  1:03 UTC  (3+ messages)

[oe] [meta-webserver] [PATCH] phpmyadmin: upgrade 5.0.4 -> 5.1.0
 2021-03-09 10:03 UTC 

[PATCH] [oe] [meta-oe] [PATCH] uthash: upgrade 2.2.0 -> 2.3.0
 2021-03-09 10:02 UTC 

[PATCH v2 0/2] btrfs: remove the inode_need_compress() call in
 2021-03-09  1:02 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs: prevent NULL pointer dereference in compress_file_range() when btrfs_compress_pages() hits default case

[iio:testing 72/74] drivers/iio/trigger/iio-trig-hrtimer.c:20: warning: expecting prototype for O periodic hrtimer trigger driver(). Prototype was for PSEC_PER_SEC() instead
 2021-03-09  1:02 UTC 

[Nouveau] [PATCH] xv: add MMX / SSE acceleration for YV12 -> YUYV repacking
 2021-03-09  1:02 UTC 

[PATCH for-4.15] xen: Bump the minimum version of GCC supported to 4.9 (5.1 on arm64)
 2021-03-09  0:59 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] Add clang-based BTF_KIND_FLOAT tests
 2021-03-09  0:56 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_size
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add BTF_KIND_FLOAT to btf_dump_test_case_syntax

[PATCH 1/1] iommu/vt-d: Don't set then immediately clear in prq_event_thread()
 2021-03-09  0:46 UTC  (2+ messages)

[PATCH v2] nvme-fc: fix racing controller reset and create association
 2021-03-09  0:51 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/12] drm/i915/bios: vbt child device rework
 2021-03-09  0:51 UTC  (3+ messages)
` [Intel-gfx] [PATCH 05/12] drm/i915/bios: create fake child devices on missing VBT

[MPTCP] Re: [MPTCP][PATCH v2 mptcp-next] Squash to "mptcp: add rm_list in mptcp_out_options" - fix RM_ADDR option writing
 2021-03-09  0:50 UTC 

[PATCH] describe: dont abort too early when searching tags
 2021-03-09  0:47 UTC  (3+ messages)
` [PATCH 00/10] describe tests: refactor & fix recent broken tests

[PATCH] security/selinux/include/: fix misspellings using codespell tool
 2021-03-09  0:47 UTC  (2+ messages)

[PATCH] drm/atomic: Add the crtc to affected crtc only if uapi.enable = true
 2021-03-09  0:52 UTC  (6+ messages)
        ` [Intel-gfx] "

[PATCH] security/selinux/ss: fix misspellings using codespell tool
 2021-03-09  0:45 UTC  (2+ messages)

[PATCH v3] selinux: measure state and policy capabilities
 2021-03-09  0:43 UTC  (7+ messages)

[PATCH 2/3] xfs: AIL needs asynchronous CIL forcing
 2021-03-09  0:44 UTC  (11+ messages)
  ` [PATCH 2/3 v2] "

[powerpc:next-test] BUILD SUCCESS 91de4cae55e214bfd8695e4ef9990ced34959e9a
 2021-03-09  0:43 UTC 

[tip:x86/cleanups] BUILD SUCCESS 09141ec0e4efede4fb5e2aa68cb819fba974325c
 2021-03-09  0:43 UTC 

[tip:x86/misc] BUILD SUCCESS c6b2f240bf8d5604e6507aff15d5c441944c2f89
 2021-03-09  0:43 UTC 

[PATCH 1/4] cifs: print MIDs in decimal notation
 2021-03-09  0:43 UTC  (8+ messages)
` [PATCH 2/4] cifs: change noisy error message to FYI
` [PATCH 3/4] cifs: return proper error code in statfs(2)
` [PATCH 4/4] cifs: do not send close in compound create+close requests

[tip:x86/platform] BUILD SUCCESS 6840a150b9daf35e4d21ab9780d0a03b4ed74a5b
 2021-03-09  0:43 UTC 

+ mm-page_owner-record-the-timestamp-of-all-pages-during-free.patch added to -mm tree
 2021-03-09  0:43 UTC 

[powerpc:merge] BUILD SUCCESS 67f76911b6d44cea4c783271c9633d1414bce4fb
 2021-03-09  0:43 UTC 

[PATCH 0/2] io_req_complete_post() fix
 2021-03-09  0:37 UTC  (3+ messages)
` [PATCH 1/2] io_uring: add io_disarm_next() helper
` [PATCH 2/2] io_uring: fix complete_post races for linked req

[PATCH v2] mm: page_alloc: dump migrate-failed pages
 2021-03-09  0:41 UTC  (5+ messages)
    ` [kbuild-all] "

[PATCH] ASoC: SOF: intel: fix wrong poll bits in dsp power down
 2021-03-09  0:41 UTC 

SGX Performance Creep
 2021-03-09  0:40 UTC 

[PATCH v2 00/19] video: sunxi: rework DE2 driver
 2021-03-09  0:40 UTC  (5+ messages)
` [PATCH v2 09/19] video: sunxi: de2: switch to public uclass functions

[PATCH 1/2] ARM: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for RTL8211E
 2021-03-09  0:37 UTC  (4+ messages)
` [PATCH 2/2] arm64: "

alsa-lib's new API issue (snd_ctl_elem_id_compare)
 2021-03-09  0:38 UTC  (3+ messages)

[PATCH v10 0/7] FPGA Security Manager Class Driver
 2021-03-09  0:35 UTC  (8+ messages)
` [PATCH v10 1/7] fpga: sec-mgr: fpga security manager class driver
` [PATCH v10 2/7] fpga: sec-mgr: enable secure updates
` [PATCH v10 3/7] fpga: sec-mgr: expose sec-mgr update status
` [PATCH v10 4/7] fpga: sec-mgr: expose sec-mgr update errors
` [PATCH v10 5/7] fpga: sec-mgr: expose sec-mgr update size
` [PATCH v10 6/7] fpga: sec-mgr: enable cancel of secure update
` [PATCH v10 7/7] fpga: sec-mgr: expose hardware error info

[PATCH 00/10] [v6] Migrate Pages in lieu of discard
 2021-03-09  0:34 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.