All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-22 19:29:36 to 2020-06-22 20:09:14 UTC [more...]

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

[RFC v5 00/10] drm/nouveau: Introduce CRC support for gf119+
 2020-06-22 20:07 UTC  (26+ messages)
` [RFC v5 01/10] drm/vblank: Register drmm cleanup action once per drm_vblank_crtc
` [RFC v5 02/10] drm/vblank: Add vblank works
` [RFC v5 03/10] drm/nouveau/kms/nv50-: Unroll error cleanup in nv50_head_create()
` [RFC v5 04/10] drm/nouveau/kms/nv140-: Don't modify depth in state during atomic commit
` [RFC v5 05/10] drm/nouveau/kms/nv50-: Fix disabling dithering
` [RFC v5 06/10] drm/nouveau/kms/nv50-: s/harm/armh/g
` [RFC v5 07/10] drm/nouveau/kms/nv140-: Track wndw mappings in nv50_head_atom
  ` [RFC v5 08/10] drm/nouveau/kms/nv50-: Expose nv50_outp_atom in disp.h
  ` [RFC v5 09/10] drm/nouveau/kms/nv50-: Move hard-coded object handles into header
  ` [RFC v5 10/10] drm/nouveau/kms/nvd9-: Add CRC support

Leds-gpio discarding the entries in /sys/class/leds : Linux 5.4.38
 2020-06-22 20:08 UTC  (9+ messages)

[PATCH bpf-next v2 00/15] implement bpf iterator for tcp and udp sockets
 2020-06-22 20:08 UTC  (2+ messages)

[PATCH v4 0/5] Optionally randomize kernel stack offset each syscall
 2020-06-22 20:07 UTC  (8+ messages)
` [PATCH v4 1/5] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v4 2/5] init_on_alloc: Unpessimize default-on builds
` [PATCH v4 3/5] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v4 4/5] x86/entry: Enable random_kstack_offset support
` [PATCH v4 5/5] arm64: entry: "

FWD: [PATCH 3/3] net: phylink: correct trivial kernel-doc inconsistencies
 2020-06-22 20:07 UTC  (3+ messages)
    `  "

[PATCH] binder: fix null deref of proc->context
 2020-06-22 20:07 UTC 

[RFC 1/6] frame-xchg: add destroy function to start() APIs
 2020-06-22 20:06 UTC  (3+ messages)

[PATCH v4 00/18] Add support for Nitro Enclaves
 2020-06-22 20:03 UTC  (19+ messages)
` [PATCH v4 01/18] nitro_enclaves: Add ioctl interface definition
` [PATCH v4 02/18] nitro_enclaves: Define the PCI device interface
` [PATCH v4 03/18] nitro_enclaves: Define enclave info for internal bookkeeping
` [PATCH v4 04/18] nitro_enclaves: Init PCI device driver
` [PATCH v4 05/18] nitro_enclaves: Handle PCI device command requests
` [PATCH v4 06/18] nitro_enclaves: Handle out-of-band PCI device events
` [PATCH v4 07/18] nitro_enclaves: Init misc device providing the ioctl interface
` [PATCH v4 08/18] nitro_enclaves: Add logic for enclave vm creation
` [PATCH v4 09/18] nitro_enclaves: Add logic for enclave vcpu creation
` [PATCH v4 10/18] nitro_enclaves: Add logic for enclave image load info
` [PATCH v4 11/18] nitro_enclaves: Add logic for enclave memory region set
` [PATCH v4 12/18] nitro_enclaves: Add logic for enclave start
` [PATCH v4 13/18] nitro_enclaves: Add logic for enclave termination
` [PATCH v4 14/18] nitro_enclaves: Add Kconfig for the Nitro Enclaves driver
` [PATCH v4 15/18] nitro_enclaves: Add Makefile "
` [PATCH v4 16/18] nitro_enclaves: Add sample for ioctl interface usage
` [PATCH v4 17/18] nitro_enclaves: Add overview documentation
` [PATCH v4 18/18] MAINTAINERS: Add entry for the Nitro Enclaves driver

[PATCH] Replace HTTP links with HTTPS ones: Documentation/process
 2020-06-22 20:06 UTC  (8+ messages)

[RFC 4/6] frame-xchg: refactor to work with offchannel module
 2020-06-22 20:06 UTC  (5+ messages)

[PATCH 1/2] kvm: x86: Refine kvm_write_tsc synchronization generations
 2020-06-22 20:05 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v1 0/5] ice: add Intel DCF mode support
 2020-06-22 20:05 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH v2 "
  ` [Intel-wired-lan] [PATCH v2 1/5] ice: add the virtchnl handler for AdminQ command

[Intel-gfx] [v3 6/8] drm/i915/display: Implement infoframes readback for LSPCON
 2020-06-22 20:05 UTC  (12+ messages)

[PATCH/RFC] dt-bindings: net: renesas,etheravb: Convert to json-schema
 2020-06-22 20:04 UTC  (2+ messages)

[PATCH][v2] PM / s2idle: Clear _TIF_POLLING_NRFLAG before suspend to idle
 2020-06-22 19:45 UTC  (4+ messages)

stable-rc/linux-4.4.y build: 70 builds: 0 failed, 70 passed, 2 warnings (v4.4.226-202-g97fdbef74916)
 2020-06-22 19:45 UTC 

[dunfell][PATCH 1/4] go-mod.bbclass: Add class for `go mod` support
 2020-06-22 20:02 UTC  (4+ messages)
` [dunfell][PATCH 2/4] go.bbclass: Add `-trimpath` to default build flags
` [dunfell][PATCH 3/4] go-dep: Avoid use of 'go mod' support
` [dunfell][PATCH 4/4] glide: "

[PATCH v4 0/2] mfd: Add support for Khadas Microcontroller
 2020-06-22 19:46 UTC  (3+ messages)
` [PATCH v4 1/2] thermal: add support for the MCU controlled FAN on Khadas boards

[PATCH] restore behaviour of CAP_SYS_ADMIN allowing the loading of net bpf program
 2020-06-22 19:44 UTC  (3+ messages)
` [PATCH bpf v2] restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bpf programs

[PATCH] initrd: Remove erroneous comment
 2020-06-22 20:02 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove Felix Fietkau for the Mediatek ethernet driver
 2020-06-22 19:56 UTC  (4+ messages)

[PATCH v2] Replace HTTP links with HTTPS ones: Documentation/admin-guide
 2020-06-22 19:46 UTC 

[PATCH] soc: ti: k3-ringacc: fix: warn: variable dereferenced before check 'ring'
 2020-06-22 20:01 UTC 

[Buildroot] [PATCH v2] package/cegui: select libglu when libgl is detected
 2020-06-22 20:01 UTC  (4+ messages)

[Bug 207383] New: [Regression] 5.7-rc: amdgpu/polaris11 gpf: amdgpu_atomic_commit_tail
 2020-06-22 20:00 UTC  (3+ messages)
` [Bug 207383] [Regression] 5.7 "

[RFC 3/6] wiphy: integrate offchannel module
 2020-06-22 19:59 UTC  (3+ messages)

[PATCH v2] target/arm: Check supported KVM features globally (not per vCPU)
 2020-06-22 19:57 UTC  (4+ messages)

[PATCH 1/1] mm/vmalloc: update the header about KVA rework
 2020-06-22 19:58 UTC 

[PATCH] MAINTAINERS: update email address for Felix Fietkau
 2020-06-22 19:57 UTC  (2+ messages)

[PATCH 5.4] x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lld
 2020-06-22 19:56 UTC 

[PATCH] net: dsa: mv88e6xxx: Allow MAC configuration for ports with internal PHY
 2020-06-22 19:50 UTC  (8+ messages)

[Intel-wired-lan] [PATCH] iavf: fix error return code in iavf_init_get_resources()
 2020-06-22 19:56 UTC  (3+ messages)

[PATCH 1/1] drm/powerplay: fix compilation warning
 2020-06-22 19:56 UTC 

[PATCH][next] mm/zswap: fix a couple of memory leaks and rework kzalloc failure check
 2020-06-22 19:55 UTC  (3+ messages)

[Intel-wired-lan] [PATCH v3] i40e: Add support for a new feature: Total Port Shutdown
 2020-06-22 19:55 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/ccache: bump to version 3.7.10
 2020-06-22 19:54 UTC 

btrfs-dedupe broken and unsupported but in official wiki
 2020-06-22 19:49 UTC  (6+ messages)

[Intel-gfx] [v5 00/11] Enable HDR on MCA LSPCON based Gen9 devices
 2020-06-22 20:00 UTC  (13+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Enable HDR on MCA LSPCON based Gen9 devices (rev5)
` [Intel-gfx] [v5 01/11] drm/i915/display: Add HDR Capability detection for LSPCON
` [Intel-gfx] [v5 02/11] drm/i915/display: Enable HDR on gen9 devices with MCA Lspcon
` [Intel-gfx] [v5 03/11] drm/i915/display: Attach HDR property for capable Gen9 devices
` [Intel-gfx] [v5 04/11] drm/i915/display: Enable BT2020 for HDR on LSPCON devices
` [Intel-gfx] [v5 05/11] drm/i915/display: Enable HDR for Parade based lspcon
` [Intel-gfx] [v5 06/11] drm/i915/display: Implement infoframes readback for LSPCON
` [Intel-gfx] [v5 07/11] drm/i915/display: Implement DRM infoframe read "
` [Intel-gfx] [v5 08/11] drm/i915/lspcon: Create separate infoframe_enabled helper
` [Intel-gfx] [v5 09/11] drm/i915/lspcon: Do not send infoframes to non-HDMI sinks
` [Intel-gfx] [v5 10/11] drm/i915/lspcon: Do not send DRM "
` [Intel-gfx] [v5 11/11] drm/i915/display: [NOT FOR MERGE] Reduce blanking to support 4k60@10bpp for LSPCON

[PATCH v5 0/2] mfd: Add ENE KB3930 Embedded Controller driver
 2020-06-22 19:53 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: mfd: Add ENE KB3930 Embedded Controller binding

[PATCH v2 09/16] rcu/tree: Maintain separate array for vmalloc ptrs
 2020-06-22 19:53 UTC  (11+ messages)

[igt-dev] [PATCH i-g-t] i915/gem_exec_schedule: Try to spot unfairness
 2020-06-22 19:48 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_exec_schedule: Try to spot unfairness (rev8)

[PATCH v2 0/8] RFC Support hot device unplug in amdgpu
 2020-06-22 19:48 UTC  (17+ messages)
` [PATCH v2 2/8] drm/ttm: Remap all page faults to per process dummy page
` [PATCH v2 3/8] drm/ttm: Add unampping of the entire device address space
` [PATCH v2 6/8] drm/amdgpu: Unmap entire device address space on device remove
` [PATCH v2 7/8] drm/amdgpu: Fix sdma code crash post device unplug

[PATCH 0/6] arm, arm-bsp, arm-toolchain: Add Trusted-Firmware-M recipe
 2020-06-22 19:48 UTC  (6+ messages)
` [PATCH 4/6] arm: trusted-firmware-m: Add recipe
  ` [meta-arm] "

[OE-Core][PATCH v2] rootfs-postcommands: Enable rootfs_check_host_user_contaminated
 2020-06-22 19:46 UTC  (4+ messages)

[PATCH bpf-next 1/2] bpf: switch most helper return values from 32-bit int to 64-bit long
 2020-06-22 19:42 UTC  (14+ messages)

[PULL 00/15] Renesas hardware patches for 2020-06-21
 2020-06-22 19:41 UTC  (8+ messages)

make test failure for iotest 267 on qemu-system-sparc64
 2020-06-22 19:40 UTC  (3+ messages)

Request for adding a simple mechanism to exclude files from Git merge operation
 2020-06-22 19:41 UTC  (2+ messages)

[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-22 19:40 UTC  (6+ messages)
` [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache

Git 2 force commits but Git 1 doesn't
 2020-06-22 19:40 UTC 

[dpdk-dev] [RFC PATCH 0/2] pmdinfogen: rewrite in Python
 2020-06-22 19:39 UTC  (3+ messages)

[PATCH v3 0/9] More sm501 fixes and optimisations
 2020-06-22 19:38 UTC  (3+ messages)
` [PATCH v3 9/9] sm501: Fix and optimize overlap check

"Operation not supported" when using ct mark
 2020-06-22 19:39 UTC 

[PATCH] tests/fetch: Switch from git.infradead.org to a YP mirror
 2020-06-22 19:38 UTC 

[PATCH v2 0/2] sched, xfs: Add PF_MEMALLOC_NOLOCKDEP to fix lockdep problem in xfs
 2020-06-22 19:16 UTC  (4+ messages)
` [PATCH v2 1/2] sched: Add PF_MEMALLOC_NOLOCKDEP flag

[PATCH 0/5] Adding Huawei BMA drivers
 2020-06-22 19:38 UTC  (2+ messages)

[PATCH] trivial: fix kerneldoc comments
 2020-06-22 19:37 UTC 

[Buildroot] [PATCH 1/1] fuse-overlayfs: fix build with musl
 2020-06-22 19:37 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/dash: drop patch
 2020-06-22 19:37 UTC  (2+ messages)

[PATCH v8 0/4] introduce memory hinting API for external process
 2020-06-22 19:36 UTC  (3+ messages)
` [PATCH v8 4/4] mm/madvise: check fatal signal pending of target process

[PATCH 00/16] mm/hmm/nouveau: THP mapping and migration
 2020-06-22 19:36 UTC  (5+ messages)
` [PATCH 13/16] mm: support THP migration to device private memory

[Buildroot] [git commit] package/dash: drop patch
 2020-06-22 19:36 UTC 

Default branch naming in GitHub repositories
 2020-06-22 19:36 UTC 

[PATCH] [net] dcb_doit: remove redundant skb check
 2020-06-22 19:35 UTC  (2+ messages)

[PATCH] soc: qcom: rpmh-rsc: Set suppress_bind_attrs flag
 2020-06-22 19:29 UTC  (3+ messages)

[PSIGN v4 X/5] Optionally randomize kernel stack offset each syscall
 2020-06-22 19:31 UTC 

[android-goldfish:android-5.4 1/1] ttm_bo_vm.c:undefined reference to `vmf_insert_mixed'
 2020-06-22 19:31 UTC  (2+ messages)

[skn:v5.8/psa_ffa 2/2] drivers/firmware/arm_psa_ffa/driver.c:146:1: warning: no previous prototype for '__arm_psa_ffa_fn_smc'
 2020-06-22 19:31 UTC 

debugfs_create_u32_array() memory leaks
 2020-06-22 19:31 UTC  (4+ messages)

[Buildroot] [PATCH 1/4] package/nginx: add stream map option
 2020-06-22 19:31 UTC  (4+ messages)
` [Buildroot] [PATCH 2/4] package/nginx: add stream return option
` [Buildroot] [PATCH 3/4] package/nginx: add stream geo option
` [Buildroot] [PATCH 4/4] package/nginx: add stream geoip support

[PATCH 00/21] Support Architectural LBR
 2020-06-22 19:31 UTC  (5+ messages)
` [PATCH 21/21] perf/x86/intel/lbr: Support XSAVES for arch LBR read

[PULL 00/18] Block patches
 2020-06-22 19:29 UTC  (2+ messages)

[PATCH 00/11] Add support for HiHope RZ/G2M[N] Rev.3.0/4.0
 2020-06-22 19:30 UTC  (3+ messages)

[bluez PATCH v4 0/3] Add new commands in btmgmt to support adv monitor
 2020-06-22 19:29 UTC  (2+ messages)

[PATCH 11/15] net: phy: drop get_phy_device()
 2020-06-22 19:29 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.