All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-05 07:19:26 to 2020-06-05 08:15:08 UTC [more...]

[PATCH v3 00/18] Add support for Nitro Enclaves
 2020-06-05  8:15 UTC  (6+ messages)
` [PATCH v3 01/18] nitro_enclaves: Add ioctl interface definition

[PATCH 1/4] e2fsck: remove unused variable 'new_array'
 2020-06-05  8:14 UTC  (4+ messages)
` [PATCH 2/4] e2fsck: use size_t instead of int in string_copy()
` [PATCH 3/4] e2fsck: use the right conversion specifier in e2fsck_allocate_memory()
` [PATCH 4/4] ext2fs: remove unused variable 'left'

[PATCH v3 00/43] Convert most CMA-based drivers to GEM object functions
 2020-06-05  8:14 UTC  (46+ messages)
` [PATCH v3 01/43] drm/cma-helper: Rename symbols from drm_cma_gem_ to drm_gem_cma_
` [PATCH v3 02/43] drm/cma-helper: Rework DRM_GEM_CMA_VMAP_DRIVER_OPS macro
` [PATCH v3 03/43] drm/cma-helper: Add DRM_GEM_CMA_DRIVER_OPS to set default GEM CMA functions
` [PATCH v3 04/43] drm/arc: Use GEM CMA object functions
` [PATCH v3 05/43] drm/arc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
` [PATCH v3 06/43] drm/arm: Use GEM CMA object functions
` [PATCH v3 07/43] drm/arm: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
` [PATCH v3 08/43] drm/atmel-hlcdc: Use GEM CMA object functions
` [PATCH v3 09/43] drm/atmel-hlcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
` [PATCH v3 10/43] drm/fsl-dcu: Use GEM CMA object functions
` [PATCH v3 11/43] drm/fsl-dcu: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
` [PATCH v3 12/43] drm/hisilicon/kirin: Set .dumb_create to drm_gem_cma_dumb_create()
` [PATCH v3 13/43] drm/hisilicon/kirin: Use GEM CMA object functions
` [PATCH v3 14/43] drm/hisilicon/kirin: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
` [PATCH v3 15/43] drm/imx: Use GEM CMA object functions
` [PATCH v3 16/43] drm/imx: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
` [PATCH v3 17/43] drm/ingenic: Use GEM CMA object functions
` [PATCH v3 18/43] drm/ingenic: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
` [PATCH v3 19/43] drm/komeda: Use GEM CMA object functions
` [PATCH v3 20/43] drm/komeda: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE
` [PATCH v3 21/43] drm/malidp: Use GEM CMA object functions
` [PATCH v3 22/43] drm/malidp: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE
` [PATCH v3 23/43] drm/mcde: Use GEM CMA object functions
` [PATCH v3 24/43] drm/mcde: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
` [PATCH v3 25/43] drm/meson: Use GEM CMA object functions
` [PATCH v3 26/43] drm/meson: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE
` [PATCH v3 27/43] drm/mxsfb: Use GEM CMA object functions
` [PATCH v3 28/43] drm/mxsfb: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
` [PATCH v3 29/43] drm/rcar-du: Use GEM CMA object functions
` [PATCH v3 30/43] drm/rcar-du: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE
` [PATCH v3 31/43] drm/shmobile: Use GEM CMA object functions
` [PATCH v3 32/43] drm/shmobile: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
` [PATCH v3 33/43] drm/stm: Use GEM CMA object functions
` [PATCH v3 34/43] drm/stm: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE
` [PATCH v3 35/43] drm/sti: Use GEM CMA object functions
` [PATCH v3 36/43] drm/sti: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
` [PATCH v3 37/43] drm/tilcdc: Use GEM CMA object functions
` [PATCH v3 38/43] drm/tilcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
` [PATCH v3 39/43] drm/tve200: Use GEM CMA object functions
` [PATCH v3 40/43] drm/tve200: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
` [PATCH v3 41/43] drm/zte: Use GEM CMA object functions
` [PATCH v3 42/43] drm/zte: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
` [PATCH v3 43/43] drm: Remove struct drm_driver.gem_print_info

[PATCH v4 00/11] Add support for Kontron sl28cpld
 2020-06-05  8:14 UTC  (16+ messages)
` [PATCH v4 02/11] mfd: Add support for Kontron sl28cpld management controller
` [PATCH v4 03/11] irqchip: add sl28cpld interrupt controller support
` [PATCH v4 04/11] watchdog: add support for sl28cpld watchdog

[PATCH 0/7] powerpc/perf: Add support for power10 PMU Hardware
 2020-06-05  7:57 UTC  (7+ messages)
` [PATCH 1/7] powerpc/perf: Add support for ISA3.1 PMU SPRs
` [PATCH 2/7] KVM: PPC: Book3S HV: Save/restore new PMU registers
` [PATCH 3/7] powerpc/xmon: Add PowerISA v3.1 PMU SPRs
` [PATCH 4/7] powerpc/perf: Add power10_feat to dt_cpu_ftrs
` [PATCH 5/7] powerpc/perf: Update Power PMU cache_events to u64 type
` [PATCH 6/7] powerpc/perf: power10 Performance Monitoring support

[PATCH] mm/vmalloc: track which page-table levels were modified
 2020-06-05  8:12 UTC  (4+ messages)

[Bug 1866870] [NEW] KVM Guest pauses after upgrade to Ubuntu 20.04
 2020-06-05  8:02 UTC  (2+ messages)
` [Bug 1866870] "

[GIT PULL] x86/mm changes for v5.8
 2020-06-05  8:11 UTC  (9+ messages)
          ` [GIT PULL v2] "
              ` [GIT PULL v3] "

[PATCH v2 0/5] btrfs-progs: support creating authenticated file-systems
 2020-06-05  8:10 UTC  (3+ messages)
` [PATCH v2 3/5] btrfs-progs: Add HMAC(SHA256) support

[RFC][PATCH 0/7] Fix the scheduler-IPI mess
 2020-06-05  8:10 UTC  (6+ messages)
` [RFC][PATCH 7/7] sched: Replace rq::wake_list

[ACPICA] 225b5511b7: canonical_address#:#[##]
 2020-06-05  8:10 UTC 

[PATCH] x86/Intel: insert Ice Lake and Comet Lake model numbers
 2020-06-05  8:10 UTC  (3+ messages)

Security Random Number Generator support
 2020-06-05  8:09 UTC  (11+ messages)

[PATCH v8 00/14] Add support for mt2701 JPEG ENC support
 2020-06-05  8:07 UTC  (10+ messages)
` [PATCH v8 08/14] media: platform: Change case for improving code quality
` [PATCH v8 14/14] media: platform: Add jpeg dec/enc feature

[PATCH] board: zynqmp: Fix for wrong AMS setting by ROM
 2020-06-05  8:09 UTC 

system time goes weird in kvm guest after host suspend/resume
 2020-06-05  8:09 UTC  (6+ messages)

[net] a6211caa63: dmesg.UBSAN:signed-integer-overflow_in_arch/x86/include/asm/atomic.h
 2020-06-05  8:09 UTC 

[PATCH] board: topic-miami: Set FCLK1 to 150MHz
 2020-06-05  8:08 UTC 

[PATCH] scsi: storvsc: Use kzfree() in storvsc_suspend()
 2020-06-05  8:07 UTC  (3+ messages)
` [PATCH] scsi: storvsc: Remove memset before memory freeing "

[PATCH] blockdev: Don't fail on missing start sector
 2020-06-05  8:06 UTC  (3+ messages)

[PATCH V2 0/2] Add SDHC interconnect bandwidth scaling
 2020-06-05  8:06 UTC  (5+ messages)
` [PATCH V2 1/2] mmc: sdhci-msm: Add interconnect bandwidth scaling support

[dpdk-dev] [PATCH 0/4] enable more PPPoE packet type for switch
 2020-06-05  7:40 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/4] net/ice: add support "
` [dpdk-dev] [PATCH 2/4] net/ice: add redirect support for VSI list rule
` [dpdk-dev] [PATCH 3/4] net/ice: add check for NVGRE protocol
` [dpdk-dev] [PATCH 4/4] net/ice: support switch flow for specific L4 type

[PATCH for-4.14] x86/rtc: provide mediated access to RTC for PVH dom0
 2020-06-05  8:03 UTC  (2+ messages)

[RFC] Restrict the untrusted devices, to bind to only a set of "whitelisted" drivers
 2020-06-05  8:02 UTC  (9+ messages)

[PATCH v1 0/1] Fix mkimage error message
 2020-06-05  8:01 UTC  (2+ messages)
` [PATCH v1 1/1] mkimage: Fix error message if write less data then expected

[PATCH 0/5] NVMe cleanups for 5.8
 2020-06-05  8:00 UTC  (5+ messages)
` [PATCH 1/5] nvme: introduce nvme-types header file

[PATCH v8 00/13] add ecspi ERR009165 for i.mx6/7 soc family
 2020-06-05  7:57 UTC  (7+ messages)
` (EXT) "
        ` (EXT) "

[RFC 0/4] regulator: lp87565: ignore ENx pins and add LP87524-Q1
 2020-06-05  7:57 UTC  (4+ messages)
` [RFC 1/4] regulator: lp87565: enable voltage regardless of ENx pin

[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-06-05  7:55 UTC  (11+ messages)

[PATCH] gpio:asm28xx-18xx: new driver
 2020-06-05  7:55 UTC  (3+ messages)

[PATCH] software node: recursively unregister child swnodes
 2020-06-05  7:54 UTC  (4+ messages)

[dpdk-dev] [RFC] doc: change to diverse and inclusive language
 2020-06-05  7:54 UTC  (2+ messages)

[PATCH v3 0/4] Add seccomp notifier ioctl that enables adding fds
 2020-06-05  7:54 UTC  (6+ messages)
` [PATCH v3 1/4] fs, net: Standardize on file_receive helper to move fds across processes

[PATCH] exfat: fix range validation error in alloc and free cluster
 2020-06-05  7:53 UTC  (3+ messages)

[rpcbind 1/1] man/rpcbind: Mention systemd socket in -h
 2020-06-05  7:53 UTC 

Dynamically change enumeration list of DRM enumeration property
 2020-06-05  7:53 UTC  (13+ messages)

[Buildroot] [PATCH] package/msmtp: bump to version 1.8.11
 2020-06-05  7:53 UTC 

[tpm2] Sharing TPM 2.0 between containers with access policy
 2020-06-05  7:52 UTC 

[PATCH] dt-bindings: usb: ti,keystone-dwc3.yaml: Improve schema
 2020-06-05  7:52 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 43/46] btrfs: Remove BTRFS_I calls in
 2020-06-05  7:51 UTC  (2+ messages)
` [PATCH v3 43/46] btrfs: Remove BTRFS_I calls in btrfs_writepage_fixup_worker

[PATCH] kernel/modules: fix build without ARCH_HAS_STRICT_MODULE_RWX
 2020-06-05  7:50 UTC  (2+ messages)

[PATCH v5 00/11] accel: Allow targets to use Kconfig
 2020-06-05  7:45 UTC  (14+ messages)
` [PATCH v5 01/11] MAINTAINERS: Fix KVM path expansion glob
` [PATCH v5 02/11] MAINTAINERS: Add an 'overall' entry for accelerators
` [PATCH v5 03/11] MAINTAINERS: Add an entry for the HAX accelerator
` [PATCH v5 04/11] rules.mak: Add strequal() and startwith() and rules
` [PATCH v5 05/11] rules.mak: Add base-arch() rule
` [PATCH v5 06/11] Makefile: Remove dangerous EOL trailing backslash
` [PATCH v5 07/11] Makefile: Write MINIKCONF variables as one entry per line
` [PATCH v5 08/11] accel/Kconfig: Extract accel selectors into their own config
` [PATCH v5 09/11] accel/Kconfig: Add the TCG selector
` [PATCH v5 10/11] Makefile: Allow target-specific optional Kconfig
` [PATCH v5 11/11] accel/tcg: Add stub for probe_access()

[PATCH 1/2] ARM: at91: Enable SPL_SEPARATE_BSS by default
 2020-06-05  7:49 UTC  (4+ messages)

[LTP] [PATCH] syscalls/clock_gettime: Add test to check bug during successive readings
 2020-06-05  7:48 UTC 

[PATCH v7 00/13] perf: support enable and disable commands in stat and record modes
 2020-06-05  7:47 UTC  (2+ messages)

[PATCH v4 0/7] mtd: spi-nor: add xSPI Octal DTR support
 2020-06-05  7:47 UTC  (8+ messages)
` [PATCH v4 7/7] mtd: spi-nor: macronix: Add Octal 8D-8D-8D supports for Macronix mx25uw51245g

[PATCH v1] rtw88: pci: disable aspm for platform inter-op with module parameter
 2020-06-05  7:47 UTC 

[PATCH] blkzone: Add --force option
 2020-06-05  7:45 UTC  (2+ messages)

[PATCH 0/5] cleanups
 2020-06-05  7:45 UTC  (7+ messages)
` [PATCH 4/5] x86/ftrace: Add annotations for ftrace_arch_code_modify_prepare() and ftrace_arch_code_modify_post_process()

[PATCH v2 1/1] drm/mm: add ig_frag selftest
 2020-06-05  7:45 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 3/6] arm64/vdso: Add time namespace page
 2020-06-05  7:45 UTC  (3+ messages)
` [PATCH 3/6 v4] "

[PATCH] x86/mm: use max memory block size with unaligned memory end
 2020-06-05  7:44 UTC  (7+ messages)

[PATCH] docker: update Ubuntu to 20.04
 2020-06-05  7:41 UTC  (2+ messages)

[PATCH 1/4] riscv: Generalize CPU init routine for the base CPU
 2020-06-05  7:38 UTC  (4+ messages)
` [PATCH 2/4] riscv: Generalize CPU init routine for the gcsu CPU
` [PATCH 3/4] riscv: Generalize CPU init routine for the imacu CPU
` [PATCH 4/4] riscv: Keep the CPU init routine names consistent

[PATCH 34/46] btrfs: Make writepage_delalloc take btrfs_inode
 2020-06-05  7:42 UTC  (2+ messages)
` [PATCH v3 "

[PATCH 45/46] btrfs make btrfs_set_inode_last_trans take btrfs_inode
 2020-06-05  7:41 UTC  (2+ messages)
` [PATCH v3 45/46] btrfs: "

[RFC PATCH] kbuild: add variables for compression tools
 2020-06-05  7:39 UTC  (2+ messages)
` [PATCH v5] "

[PATCH] s390/virtio: remove unused pm callbacks
 2020-06-05  7:39 UTC  (3+ messages)

[kvm-unit-tests PATCH v7 00/12] s390x: Testing the Channel Subsystem I/O
 2020-06-05  7:37 UTC  (9+ messages)
` [kvm-unit-tests PATCH v7 09/12] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v7 11/12] s390x: css: ssch/tsch with sense and interrupt

Keystone Issue
 2020-06-05  7:36 UTC  (15+ messages)

linux-next: manual merge of the livepatching tree with the modules tree
 2020-06-05  7:37 UTC  (4+ messages)

[PATCH 1/1] target/ppc: add vmsumudm vmsumcud instructions
 2020-06-05  5:14 UTC 

[PATCH] linux-headers: update to Linux 5.8-rc1
 2020-06-05  7:35 UTC  (3+ messages)

[PATCH 1/3] exfat: add error check when updating dir-entries
 2020-06-05  7:32 UTC  (3+ messages)
  ` [PATCH 3/3] exfat: set EXFAT_SB_DIRTY and VOL_DIRTY at the same timing

[warrior][PATCH] kernel-fitimage: introduce FIT_HASH_ALG
 2020-06-05  7:32 UTC  (2+ messages)
` ✗ patchtest: failure for kernel-fitimage: introduce FIT_HASH_ALG (rev4)

[PATCH] arm64: fpsimd: Added API to manage fpsimd state inside kernel
 2020-06-05  7:30 UTC  (2+ messages)

[RFC 0/2] introduce interface to list all badblocks
 2020-06-05  7:32 UTC  (3+ messages)
` [RFC 1/2] dm dust: add "
` [RFC 2/2] dm dust: introduce listbadblocks in the rst

[PATCH] blk-mq: don't fail driver tag allocation because of inactive hctx
 2020-06-05  7:31 UTC  (13+ messages)

[OE-core][PATCH v3 0/8] Add support for per-multiconfig BBMASK
 2020-06-05  7:29 UTC  (3+ messages)
` [bitbake-devel][PATCH v4 "

[PATCH v4 00/11] accel: Allow targets to use Kconfig
 2020-06-05  7:27 UTC  (5+ messages)
` [PATCH v4 05/11] rules.mak: Add base-arch() rule

[PATCH 1/2] board: stm32mp1: fix handling of DT OP-TEE reserved memory nodes
 2020-06-05  7:24 UTC  (2+ messages)
` [PATCH 2/2] dts: ARM: stm32mp15: add OP-TEE node in u-boot DTSI

[PATCH u-boot v2] eth/r8152: update the firmware
 2020-06-05  7:23 UTC 

[PATCH] optee: copy FDT OP-TEE related nodes before generic FDT changes
 2020-06-05  7:22 UTC 

[PATCH] optee: fix copy of optee reserved-memory node
 2020-06-05  7:22 UTC 

[PATCH] mt76: mt7663: introduce ARP filter offload
 2020-06-05  7:21 UTC  (3+ messages)

[PATCH v12 0/2] Add initial support for slimport anx7625
 2020-06-05  2:36 UTC  (4+ messages)
` [PATCH v12 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter DT schema

KASAN: vmalloc-out-of-bounds Read in trace_raw_output_sys_enter
 2020-06-04 10:15 UTC 

[PATCH v3 00/13] PCI: brcmstb: enable PCIe for STB chips
 2020-06-04 18:01 UTC  (8+ messages)
` [PATCH v3 09/13] device core: Introduce multiple dma pfn offsets

[PATCH] drm/msm/dpu: ensure device suspend happens during PM sleep
 2020-06-04 11:19 UTC  (6+ messages)
  ` [Freedreno] "

[v2] drm/bridge: ti-sn65dsi86: ensure bridge suspend happens during PM sleep
 2020-06-04 10:34 UTC 

[PATCH v6] drm/msm/dpu: ensure device suspend happens during PM sleep
 2020-06-04 13:19 UTC 

[PATCH v11 0/2] Add initial support for slimport anx7625
 2020-06-04  7:51 UTC  (4+ messages)
` [PATCH v11 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

[PATCH v2 0/6] seqlock: seqcount_t call sites bugfixes
 2020-06-04  8:41 UTC  (3+ 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.