All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-05 21:19:32 to 2020-06-05 22:03:02 UTC [more...]

[PATCH] IMA: Add log statements for failure conditions
 2020-06-05 21:36 UTC  (8+ messages)

[PATCH v3] arm-toolchain: merge binary toolchain recipes
 2020-06-05 22:02 UTC  (2+ messages)
` [meta-arm] "

[ti:ti-rt-linux-5.4.y 4425/7438] carveout-heap.c:undefined reference to `memunmap'
 2020-06-05 22:02 UTC 

[RFC][PATCH] slimbus: core: Set fwnode for a device when setting of_node
 2020-06-05 22:01 UTC  (6+ messages)

[RFC] perf/core: allow ftrace for functions in kernel/event/core.c
 2020-06-05 22:02 UTC  (6+ messages)

[Buildroot] [git commit] package/gloox: fix build on musl
 2020-06-05 22:01 UTC 

[Intel-gfx] [PATCH] drm/i915: Correct discard i915_vma_compare assertion
 2020-06-05 22:01 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Buildroot] [PATCH 1/1] package/pkg-python: use a shell expansion for sysconfigdata_name
 2020-06-05 21:58 UTC  (2+ messages)

[PATCH v2] fuzz: add oss-fuzz build.sh script
 2020-06-05 21:54 UTC  (2+ messages)

[PATCH v2] docs: deprecated.rst: Add zero-length and one-element arrays
 2020-06-05 21:36 UTC  (3+ messages)

[ipsec:master 2/2] arch/c6x/include/asm/unaligned.h:43:17: sparse: sparse: cast truncates bits from constant value (5c0 becomes c0)
 2020-06-05 21:53 UTC 

[PATCH v7 00/11] accel: Allow targets to use Kconfig
 2020-06-05 21:52 UTC  (7+ messages)
` [PATCH v7 04/11] rules.mak: Add strequal() and startswith() rules
` [PATCH v7 05/11] rules.mak: Add base-arch() rule
` [PATCH v7 06/11] Makefile: Remove dangerous EOL trailing backslash

[PATCH RFC v2 0/5] block: add block-dirty-bitmap-populate job
 2020-06-05 21:51 UTC  (2+ messages)

stable-rc/linux-4.14.y baseline: 53 runs, 2 regressions (v4.14.183-23-g6b882ea9cfe0)
 2020-06-05 21:51 UTC 

[PULL 00/19] Linux user for 5.1 patches
 2020-06-05 21:48 UTC  (5+ messages)

[PATCH] iomap: Handle I/O errors gracefully in page_mkwrite
 2020-06-05 21:48 UTC  (10+ messages)

[PATCH] virtio_net: Unregister and re-register xdp_rxq across freeze/restore
 2020-06-05 21:46 UTC 

[PATCH v4 00/12] PCI: brcmstb: enable PCIe for STB chips
 2020-06-05 21:41 UTC  (27+ messages)
` [PATCH v4 01/12] PCI: brcmstb: PCIE_BRCMSTB depends on ARCH_BRCMSTB
` [PATCH v4 02/12] ata: ahci_brcm: Fix use of BCM7216 reset controller
` [PATCH v4 03/12] dt-bindings: PCI: Add bindings for more Brcmstb chips
` [PATCH v4 04/12] PCI: brcmstb: Add bcm7278 register info
` [PATCH v4 05/12] PCI: brcmstb: Add suspend and resume pm_ops
` [PATCH v4 06/12] PCI: brcmstb: Add bcm7278 PERST support
` [PATCH v4 07/12] PCI: brcmstb: Add control of rescal reset
` [PATCH v4 08/12] device core: Introduce multiple dma pfn offsets
` [PATCH v4 09/12] PCI: brcmstb: Set internal memory viewport sizes
` [PATCH v4 10/12] PCI: brcmstb: Accommodate MSI for older chips
` [PATCH v4 11/12] PCI: brcmstb: Set bus max burst size by chip type
` [PATCH v4 12/12] PCI: brcmstb: Add bcm7211, bcm7216, bcm7445, bcm7278 to match list

[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-05 21:38 UTC  (88+ messages)
` [PATCH 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [PATCH 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
` [PATCH 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
` [PATCH 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
` [PATCH 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
` [PATCH 18/21] KVM: arm64: Use common KVM implementation of MMU "
` [PATCH 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
` [PATCH 20/21] KVM: MIPS: Account pages used for GPA page tables
` [PATCH 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches

slub freelist issue / BUG: unable to handle page fault for address: 000000003ffe0018
 2020-06-05 21:45 UTC  (12+ messages)

[PATCH v2 00/13] Add Thread Sanitizer support to QEMU
 2020-06-05 21:44 UTC  (2+ messages)

[virtio-comment] [RFC PATCH v4 1/2] virtio-gpu: add resource create blob
 2020-06-05 21:42 UTC  (3+ messages)
` [virtio-comment] "

[PATCH v8 00/16] s390/vfio-ap: dynamic configuration support
 2020-06-05 21:40 UTC  (17+ messages)
` [PATCH v8 01/16] s390/ap: introduce new ap function ap_get_qdev()
` [PATCH v8 02/16] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v8 03/16] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v8 04/16] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v8 05/16] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v8 06/16] s390/vfio-ap: introduce shadow APCB
` [PATCH v8 07/16] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v8 08/16] s390/vfio-ap: filter matrix for unavailable queue devices
` [PATCH v8 09/16] s390/vfio_ap: add qlink from ap_matrix_mdev struct to vfio_ap_queue struct
` [PATCH v8 10/16] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v8 11/16] s390/vfio-ap: allow configuration of matrix mdev in use by a KVM guest
` [PATCH v8 12/16] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device
` [PATCH v8 13/16] s390/zcrypt: Notify driver on config changed and scan complete callbacks
` [PATCH v8 14/16] s390/vfio-ap: handle host AP config change notification
` [PATCH v8 15/16] s390/vfio-ap: handle AP bus scan completed notification
` [PATCH v8 16/16] s390/vfio-ap: handle probe/remove not due to host AP config changes

[GIT PULL] first round of SCSI updates for the 5.6+ merge window
 2020-06-05 21:41 UTC  (5+ messages)

stable-rc/linux-4.19.y build: 157 builds: 0 failed, 157 passed, 5 warnings (v4.19.126-29-g65151bf9f715)
 2020-06-05 21:41 UTC 

[Buildroot] [PATCH 1/1] package/python-markdown2: drop patches
 2020-06-05 21:41 UTC  (2+ messages)

[PATCH 00/12] Fix PM hibernation in Xen guests
 2020-06-05 21:39 UTC  (10+ messages)
` [PATCH 03/12] x86/xen: Introduce new function to map HYPERVISOR_shared_info on Resume
` [PATCH 04/12] x86/xen: add system core suspend and resume callbacks

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

[Buildroot] [PATCH 1/1] package/gloox: fix build on musl
 2020-06-05 21:40 UTC 

[rcu:dev.2020.06.02a 85/90] kernel/smp.c:122: undefined reference to `__udivdi3'
 2020-06-05 21:38 UTC  (2+ messages)

[Buildroot] [git commit] package/python-markdown2: drop patches
 2020-06-05 21:37 UTC 

[f2fs:dev-test 48/48] fs/f2fs/super.c:3303:12: warning: stack frame size of 2064 bytes in function 'f2fs_fill_super'
 2020-06-05 21:28 UTC  (11+ messages)
` [f2fs-dev] "

[PATCH v6 0/5] DDR/L3 Scaling support on SDM845 and SC7180 SoCs
 2020-06-05 21:33 UTC  (6+ messages)
` [PATCH v6 1/5] cpufreq: blacklist SDM845 in cpufreq-dt-platdev
` [PATCH v6 2/5] cpufreq: blacklist SC7180 "
` [PATCH v6 3/5] OPP: Add and export helper to set bandwidth
` [PATCH v6 4/5] cpufreq: qcom: Update the bandwidth levels on frequency change
` [PATCH v6 5/5] cpufreq: qcom: Disable fast switch when scaling DDR/L3

[PATCH 00/30] xfs: rework inode flushing to make inode reclaim fully asynchronous
 2020-06-05 21:32 UTC  (4+ messages)
` [PATCH 24/30] xfs: rework stale inodes in xfs_ifree_cluster

[PATCH BlueZ] mesh: Remove unused/redundant functions
 2020-06-05 21:31 UTC 

[PATCH] pre-process: fix a compiler array subscript type warning
 2020-06-05 21:29 UTC 

[RFC PATCH net] splice: Do not set SPLICE_F_MORE flag if end of file is reached
 2020-06-05 21:28 UTC 

next/master baseline: 162 runs, 4 regressions (next-20200605)
 2020-06-05 21:27 UTC 

[PATCH] kexec: dump kmessage before machine_kexec
 2020-06-05 21:26 UTC  (3+ messages)

[PATCH 1/4] e2fsck: remove unused variable 'new_array'
 2020-06-05 21:26 UTC  (3+ messages)
` [PATCH 2/4] e2fsck: use size_t instead of int in string_copy()

[PATCH] security: Add LSM hooks to set*gid syscalls
 2020-06-05 21:25 UTC  (2+ messages)

[PATCHv3 0/5] Stateful Encoding: final bits
 2020-06-05 21:24 UTC  (4+ messages)
` [PATCHv3 1/5] media: docs-rst: Document memory-to-memory video encoder interface

[PATCH] http: redact all cookies, teach GIT_TRACE_REDACT=0
 2020-06-05 21:21 UTC 

[PATCHSET v5 0/12] Add support for async buffered reads
 2020-06-05 21:21 UTC  (9+ messages)

[PATCH v4 kunit-next 0/2] kunit: extend kunit resources API
 2020-06-05 21:20 UTC  (2+ messages)

incoming
 2020-06-05 21:20 UTC  (5+ messages)
` + ipc-convert-ipcs_idr-to-xarray-update.patch added to -mm tree

[kbuild] [kees:kspp/uninit/macro 9/10] drivers/virtio/virtio_ring.c:1197 virtqueue_add_packed() error: uninitialized symbol 'prev'
 2020-06-05 21:20 UTC 

[Cocci] [PATCH] coccinelle: api: add kvfree script
 2020-06-05 21:19 UTC  (5+ messages)

[PATCH v4 00/11] Add support for Kontron sl28cpld
 2020-06-05 21:19 UTC  (8+ messages)
` [PATCH v4 06/11] gpio: add support for the sl28cpld GPIO controller


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.