All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-07 02:28:55 to 2020-07-07 03:43:06 UTC [more...]

[v3 PATCH 0/2] Splitting ratelimit.h and lockdep.h
 2020-07-07  3:42 UTC  (6+ messages)
` [v3 PATCH 1/2] lockdep: Split header file into lockdep and lockdep_types
        ` [PATCH RESEND] lockdep: Move list.h inclusion into lockdep.h

[PATCH v35 00/24] Intel SGX foundations
 2020-07-07  3:37 UTC  (24+ messages)
` [PATCH v35 01/24] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
` [PATCH v35 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control "
` [PATCH v35 03/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
` [PATCH v35 04/24] x86/sgx: Add SGX microarchitectural data structures
` [PATCH v35 05/24] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v35 06/24] x86/cpu/intel: Detect SGX support
` [PATCH v35 07/24] x86/cpu/intel: Add nosgx kernel parameter
` [PATCH v35 08/24] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
` [PATCH v35 09/24] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
` [PATCH v35 10/24] mm: Add vm_ops->mprotect()
` [PATCH v35 11/24] x86/sgx: Add SGX enclave driver
` [PATCH v35 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
` [PATCH v35 13/24] x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
` [PATCH v35 14/24] x86/sgx: Add SGX_IOC_ENCLAVE_INIT
` [PATCH v35 15/24] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
` [PATCH v35 16/24] x86/sgx: Add a page reclaimer
` [PATCH v35 17/24] x86/sgx: ptrace() support for the SGX driver
` [PATCH v35 18/24] x86/vdso: Add support for exception fixup in vDSO functions
` [PATCH v35 19/24] x86/fault: Add helper function to sanitize error code
` [PATCH v35 20/24] x86/traps: Attempt to fixup exceptions in vDSO before signaling
` [PATCH v35 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
` [PATCH v35 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
` [PATCH v35 24/24] x86/sgx: Update MAINTAINERS

[dpdk-dev] [PATCH 0/3] Minor rawdev fixes and enhancements
 2020-07-07  3:40 UTC  (7+ messages)
` [dpdk-dev] [PATCH 1/3] rawdev: allow calling info function for unknown rawdevs
` [dpdk-dev] [PATCH 2/3] rawdev: return NUMA socket id to the user
` [dpdk-dev] [PATCH 3/3] rawdev: fix missing dump function in map file

[PATCH v5 1/3] ARM: imx: mach-imx6q: Search for fsl, imx6q-iomuxc-gpr earlier
 2020-07-07  3:38 UTC  (12+ messages)
` [PATCH v5 3/3] ARM: imx6plus: optionally enable internal routing of clk_enet_ref
      ` [EXT] "

cron job: media_tree daily build: ERRORS
 2020-07-07  3:38 UTC 

Add MediaTek MT6779 devapc driver
 2020-07-07  3:38 UTC  (10+ messages)
` [PATCH 2/2] soc: mediatek: devapc: add devapc-mt6779 driver

[PATCH v2] mm/hugetlb: avoid hardcoding while checking if cma is enable
 2020-07-07  3:36 UTC  (2+ messages)

[f2fs-dev] [PATCH RFC 1/5] f2fs: introduce inmem curseg
 2020-07-07  3:37 UTC  (5+ messages)
  `  "

[PATCH v3] hw/core/qdev: Increase qdev_realize() kindness
 2020-07-07  3:36 UTC  (2+ messages)

[renesas-drivers:topic/ravb-internal-clock-delays-v2] BUILD SUCCESS a24016be8c8cf14f40319cc41066a0305cdb96f8
 2020-07-07  3:36 UTC 

[PATCH v34 00/24] Intel SGX foundations
 2020-07-07  3:36 UTC  (30+ messages)
` [PATCH v34 01/24] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
` [PATCH v34 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control "
` [PATCH v34 03/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
` [PATCH v34 04/24] x86/sgx: Add SGX microarchitectural data structures
` [PATCH v34 05/24] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v34 06/24] x86/cpu/intel: Detect SGX support
` [PATCH v34 07/24] x86/cpu/intel: Add nosgx kernel parameter
` [PATCH v34 08/24] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
` [PATCH v34 09/24] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
` [PATCH v34 10/24] mm: Add vm_ops->mprotect()
` [PATCH v34 11/24] x86/sgx: Add SGX enclave driver
` [PATCH v34 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
` [PATCH v34 13/24] x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
` [PATCH v34 14/24] x86/sgx: Add SGX_IOC_ENCLAVE_INIT
` [PATCH v34 15/24] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
` [PATCH v34 16/24] x86/sgx: Add a page reclaimer
` [PATCH v34 17/24] x86/sgx: ptrace() support for the SGX driver
` [PATCH v34 18/24] x86/vdso: Add support for exception fixup in vDSO functions
` [PATCH v34 19/24] x86/fault: Add helper function to sanitize error code
` [PATCH v34 20/24] x86/traps: Attempt to fixup exceptions in vDSO before signaling
` [PATCH v34 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
` [PATCH v34 22/24] selftests/x86: Add a selftest for SGX
` [PATCH v34 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
` [PATCH v34 24/24] x86/sgx: Update MAINTAINERS

[PATCH ima-evm-utils 1/3] ima-evm-utils: Fix mismatched type checking
 2020-07-07  3:35 UTC  (3+ messages)
` [PATCH ima-evm-utils 2/3] ima-evm-utils: beautify the code to make it more readable
` [PATCH ima-evm-utils 3/3] ima-evm-utils: ima_sign supports sm3 algorithm

[Ksummit-discuss] [PATCH] CodingStyle: Inclusive Terminology
 2020-07-07  3:33 UTC  (6+ messages)
` [Ksummit-discuss] [Tech-board-discuss] "
  `  "

[PATCH net] net/mlx5e: Do not include rwlock.h directly
 2020-07-07  3:32 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/ice: add support for ether type filter on FDIR
 2020-07-07  3:32 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v33 00/21] Intel SGX foundations
 2020-07-07  3:29 UTC  (7+ messages)
` [PATCH v33 11/21] x86/sgx: Linux Enclave Driver

[pull request][net 00/11] mlx5 fixes 2020-07-02
 2020-07-07  3:29 UTC  (12+ messages)
` [net 02/11] net/mlx5e: Fix multicast counter not up-to-date in "ip -s"

[f2fs-dev] [PATCH 0/2] f2fs: zns zone-capacity support
 2020-07-07  3:27 UTC  (5+ messages)
` [f2fs-dev] [PATCH 1/2] f2fs: support zone capacity less than zone size
      `  "

[Issue]platform/x86: iommu: System can't shutdown because iommu driver keeps checking the status of DMA_GSTS_TES
 2020-07-07  3:27 UTC  (6+ messages)

[dpdk-dev] [PATCH 00/70] update e1000 base code
 2020-07-07  3:26 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 00/27] "

[mm] 4e2c82a409: ltp.overcommit_memory01.fail
 2020-07-07  3:24 UTC  (11+ messages)

[PATCH] rt-tests: Install new man page get_cyclictest_snapshot.8
 2020-07-07  3:23 UTC 

[dpdk-dev] [PATCH (v20.08) v3 0/8] vhost: improve Vhost/vDPA device init
 2020-07-07  3:23 UTC  (17+ messages)
` [dpdk-dev] [PATCH v3 1/8] vhost: fix virtio ready flag check
` [dpdk-dev] [PATCH v3 2/8] vhost: refactor Virtio ready check
` [dpdk-dev] [PATCH v3 3/8] vhost: make some vDPA callbacks mandatory
` [dpdk-dev] [PATCH v3 4/8] vhost: check vDPA configuration succeed
` [dpdk-dev] [PATCH v3 5/8] vhost: add support for virtio status
` [dpdk-dev] [PATCH v3 6/8] vhost: add support for virtio get status message
` [dpdk-dev] [PATCH v3 7/8] vdpa/ifc: enable status protocol feature
` [dpdk-dev] [PATCH v3 8/8] vdpa/mlx5: "

[PATCH 0/2] Use multi-index entries in the page cache
 2020-07-07  3:21 UTC  (4+ messages)

[PATCH] tests/qtest/libqtest: Do not overwrite child coredump
 2020-07-07  3:19 UTC 

[dpdk-dev] [PATCH 0/3] ring clean up
 2020-07-07  3:19 UTC  (6+ messages)
` [dpdk-dev] [PATCH 1/3] ring: remove experimental tag for ring reset API

[PATCH v2 00/11] ima: Fix rule parsing bugs and extend KEXEC_CMDLINE rule support
 2020-07-07  3:18 UTC  (7+ messages)
` [PATCH v2 09/11] ima: Move validation of the keyrings conditional into ima_validate_rule()

[PATCH] drm/amdgpu: fix system hang issue during GPU reset
 2020-07-07  3:16 UTC  (6+ messages)

[omap-audio:peter/ti-linux-5.4.y/wip 2/27] drivers/dma/ti/edma.c:1995:31: warning: Possible null pointer dereference: m_ddev
 2020-07-07  3:14 UTC 

[PATCH v2 00/17] efi_loader: non-volatile and runtime variables
 2020-07-07  3:12 UTC  (18+ messages)
` [PATCH v2 01/17] efi_loader: prepare for read only OP-TEE variables
` [PATCH v2 02/17] efi_loader: display RO attribute in printenv -e
` [PATCH v2 03/17] efi_loader: separate UEFI variable API from implemementation
` [PATCH v2 04/17] efi_loader: OsIndicationsSupported, PlatformLangCodes
` [PATCH v2 05/17] efi_loader: simplify boot manager
` [PATCH v2 06/17] efi_loader: keep attributes in efi_set_variable_int
` [PATCH v2 07/17] efi_loader: value of VendorKeys
` [PATCH v2 08/17] efi_loader: read-only AuditMode and DeployedMode
` [PATCH v2 09/17] efi_loader: secure boot flag
` [PATCH v2 10/17] efi_loader: UEFI variable persistence
` [PATCH v2 11/17] efi_loader: export efi_convert_pointer()
` [PATCH v2 12/17] efi_loader: optional pointer for ConvertPointer
` [PATCH v2 13/17] efi_loader: new function efi_memcpy_runtime()
` [PATCH v2 14/17] efi_loader: memory buffer for variables
` [PATCH v2 15/17] efi_loader: use memory based variable storage
` [PATCH v2 16/17] efi_loader: enable UEFI variables at runtime
` [PATCH v2 17/17] efi_selftest: adjust runtime test for variables

[xen-unstable test] 151684: regressions - FAIL
 2020-07-07  3:09 UTC 

[PATCH -next] cpufreq: add stub for get_cpu_idle_time() to fix scsi/lpfc driver build
 2020-07-07  3:09 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/ice: fix GTPU/PPPoE packets with no hash value
 2020-07-07  3:09 UTC  (3+ messages)

[v4,0/7] Add Mediatek thermal dirver and dtsi
 2020-07-07  3:07 UTC  (11+ messages)
` [v4, 6/7] thermal: mediatek: add another get_temp ops for thermal sensors
` [v4,7/7] thermal: mediatek: use spinlock to protect PTPCORESEL

[PATCH] input: misc: remove needless check before usb_free_coherent()
 2020-07-07  3:09 UTC 

[PATCH v10 0/9] firmware: add request_partial_firmware_into_buf
 2020-07-07  3:08 UTC  (3+ messages)
` [PATCH v10 9/9] ima: add FIRMWARE_PARTIAL_READ support

[PATCH v9 0/2] tpm2: Make TPM2 logs accessible for non-UEFI firmware
 2020-07-07  3:08 UTC  (6+ messages)
` [PATCH v9 2/2] tpm: Add support for event log pointer found in TPM2 ACPI table

[PATCH]libmultipath/dmparser: add missing path with good status when sync state with dm kernel
 2020-07-07  3:08 UTC 

[PATCH v7 0/7] Add interrupt support to FPGA DFL drivers
 2020-07-07  3:05 UTC  (6+ messages)

[PATCH v3 0/1] hwmon:max6697: Allow max6581 to create tempX_offset
 2020-07-07  3:03 UTC  (4+ messages)
` [PATCH v3 1/1] hwmon:max6697: Allows max6581 to create tempX_offset attributes

[Bug 207383] New: [Regression] 5.7-rc: amdgpu/polaris11 gpf: amdgpu_atomic_commit_tail
 2020-07-07  3:01 UTC  (2+ messages)
` [Bug 207383] [Regression] 5.7 "

[PATCH v2] drm/hisilicon: Fixed the warning: Assignment of 0/1 to bool variable
 2020-07-07  2:58 UTC 

[x86, sched] 1567c3e346: vm-scalability.median -15.8% regression
 2020-07-07  2:58 UTC  (5+ messages)
      ` [LKP] "

[ndctl PATCH 00/16] Firmware Activation and Test Updates
 2020-07-07  2:41 UTC  (17+ messages)
` [ndctl PATCH 01/16] ndctl/build: Fix zero-length array warnings
` [ndctl PATCH 02/16] ndctl/dimm: Fix chatty status messages
` [ndctl PATCH 03/16] ndctl/list: Indicate firmware update capability
` [ndctl PATCH 04/16] ndctl/dimm: Detect firmware-update vs ARS conflict
` [ndctl PATCH 05/16] ndctl/dimm: Improve firmware-update failure message
` [ndctl PATCH 06/16] ndctl/dimm: Prepare to emit dimm json object after firmware update
` [ndctl PATCH 07/16] ndctl/dimm: Emit dimm firmware details after update
` [ndctl PATCH 08/16] ndctl/list: Add firmware activation enumeration
` [ndctl PATCH 09/16] ndctl/dimm: Auto-arm firmware activation
` [ndctl PATCH 10/16] ndctl/bus: Add 'activate-firmware' command
` [ndctl PATCH 11/16] ndctl/docs: Update copyright date
` [ndctl PATCH 12/16] ndctl/test: Test firmware-activation interface
` [ndctl PATCH 13/16] test: Validate strict iomem protections of pmem
` [ndctl PATCH 14/16] ndctl: Refactor nfit.h to acpi.h
` [ndctl PATCH 15/16] daxctl: Add 'split-acpi' command to generate custom ACPI tables
` [ndctl PATCH 16/16] test/ndctl: mremap pmd confusion

[PATCH] powerpc/numa: Restrict possible nodes based on platform
 2020-07-07  2:53 UTC  (5+ messages)

drivers/dma/mediatek/mtk-hsdma.c:451:17: sparse: sparse: incorrect type in assignment (different base types)
 2020-07-07  2:55 UTC  (2+ messages)

[PATCH] dpkg: update SRC_URI
 2020-07-07  2:53 UTC 

[PATCH] powerpc/pseries: detect secure and trusted boot state of the system
 2020-07-07  2:53 UTC  (4+ messages)

[f2fs-dev] [PATCH] dump.f2fs: dump symlink contents in lost_found
 2020-07-07  2:53 UTC 

linux-next: Tree for Jul 6
 2020-07-07  2:52 UTC  (4+ messages)
` linux-next: Tree for Jul 6 (mm/memory_failure.c)

[PATCH v2 0/4] Expose new features for intel processor
 2020-07-07  2:36 UTC  (3+ messages)
` [PATCH v2 2/4] x86/cpufeatures: Enumerate TSX suspend load address tracking instructions

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-07-07  2:50 UTC  (5+ messages)
` [PATCH ghak90 V9 01/13] audit: collect audit task parameters

[dpdk-dev] [PATCH v1 0/2] virtio: restrict pointer aliasing for loops vectorization
 2020-07-07  2:47 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2 0/6] Restrict pointer aliasing with a common wrapper
  ` [dpdk-dev] [PATCH v2 1/6] lib/eal: add a common wrapper for restricted pointers
  ` [dpdk-dev] [PATCH v2 4/6] net/i40e: replace restrict with rte restrict
  ` [dpdk-dev] [PATCH v2 5/6] examples/performance-thread: replace restrict with wrapper
  ` [dpdk-dev] [PATCH v2 6/6] net/mlx5: replace restrict keyword with rte restrict

linux-next: build failure after merge of the xfs tree
 2020-07-07  2:28 UTC  (2+ messages)
` [PATCH] xfs: fix non-quota build breakage

[PATCH] x86/cpufeatures: Add new Zhaoxin CPU features
 2020-07-07  2:43 UTC  (3+ messages)

linux-next: build warning after merge of the mfd tree
 2020-07-07  2:44 UTC 

[meta-networking][PATCH] networkmanager: fix Files/directories were installed but not shipped
 2020-07-07  2:43 UTC 

[PATCH 1/3] target/nios2: add DISAS_NORETURN case for nothing more to generate
 2020-07-07  2:41 UTC  (5+ messages)
` [PATCH 3/3] target/nios2: Use gen_io_start around wrctl instruction

[Bug 1886602] [NEW] Windows 10 very slow with OVMF
 2020-07-07  2:30 UTC  (2+ messages)
` [Bug 1886602] "

[pinctrl:devel] BUILD SUCCESS 614038d628c02ad6f2439bdf9baa6acceb8ec772
 2020-07-07  2:37 UTC 

[pinctrl:for-next] BUILD SUCCESS 2db6267b6f4d8608f23fde928522a9c9d5ea5cd6
 2020-07-07  2:37 UTC 

[PATCH] pstore/platform: build fix when crypto API are disabled
 2020-07-07  2:37 UTC  (2+ messages)

[PULL v2 00/64] riscv-to-apply queue
 2020-07-07  2:35 UTC  (5+ messages)
` [PULL v2 12/64] target/riscv: add vector amo operations

[PATCH bpf-next 0/4] samples: bpf: refactor BPF map test with libbpf
 2020-07-07  2:33 UTC  (8+ messages)
` [PATCH bpf-next 1/4] samples: bpf: fix bpf programs with kprobe/sys_connect event

linux-next: build failure after merge of the tip tree
 2020-07-07  2:33 UTC  (3+ messages)

Question on tx/rx queue in RTnet
 2020-07-07  2:32 UTC 

[PATCH] drm/panfrost: perfcnt: fix ref count leak in panfrost_perfcnt_enable_locked
 2020-07-07  2:31 UTC  (2+ messages)

[PATCH] drm/panfrost: fix ref count leak in panfrost_job_hw_submit
 2020-07-07  2:31 UTC  (2+ messages)

[dpdk-dev] [PATCH] add flow shared action API
 2020-07-07  2:30 UTC  (9+ messages)

[PATCH V5 0/6] Support building i.MX ARMv7/ARMv8 platforms clock driver as module
 2020-07-07  2:26 UTC  (3+ messages)

[PATCH net-next v2 0/7] drivers/net/phy C=1 W=1 fixes
 2020-07-07  2:28 UTC  (3+ messages)
` [PATCH net-next v2 1/7] net: phy: at803x: Avoid comparison is always false warning


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.