All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-22 19:41:02 to 2020-06-22 20:16:34 UTC [more...]

[PATCH v2] ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
 2020-06-22 20:16 UTC  (3+ messages)

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

[Linaro-mm-sig] [PATCH 04/18] dma-fence: prime lockdep annotations
 2020-06-22 20:15 UTC  (14+ messages)
                  ` [Intel-gfx] "

[PATCH] extend IMA boot_aggregate with kernel measurements
 2020-06-22 20:14 UTC  (4+ messages)
  ` [PATCH] ima_evm_utils: extended calc_bootaggr to PCRs 8 - 9

[Intel-gfx] [v5 00/11] Enable HDR on MCA LSPCON based Gen9 devices
 2020-06-22 20:14 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Enable HDR on MCA LSPCON based Gen9 devices (rev5)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH 1/7] mt76: mt7615: schedule tx tasklet and sta poll on mac tx free
 2020-06-22 20:13 UTC  (7+ messages)
` [PATCH 2/7] mt76: mt7615: add support for accessing mapped registers via bus ops
` [PATCH 3/7] mt76: mt7615: add support for accessing RF registers via MCU
` [PATCH 4/7] mt76: mt7615: use full on-chip memory address for WF_PHY registers
` [PATCH 5/7] mt76: vif_mask to struct mt76_phy
` [PATCH 6/7] mt76: add API for testmode support
` [PATCH 7/7] mt76: mt7615: implement "

[Intel-wired-lan] [PATCH v1 0/5] ice: add Intel DCF mode support
 2020-06-22 20:13 UTC  (12+ messages)
` [Intel-wired-lan] [PATCH v2 "
  ` [Intel-wired-lan] [PATCH v2 1/5] ice: add the virtchnl handler for AdminQ command
  ` [Intel-wired-lan] [PATCH v2 2/5] ice: add DCF cap negotiation and state machine
  ` [Intel-wired-lan] [PATCH v2 3/5] ice: support to get the VSI mapping
  ` [Intel-wired-lan] [PATCH v2 4/5] ice: enable DDP package info querying
  ` [Intel-wired-lan] [PATCH v2 5/5] ice: add switch rule management for DCF

[dunfell][PATCH 1/4] go-mod.bbclass: Add class for `go mod` support
 2020-06-22 20:12 UTC  (5+ 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: "
` [OE-core] [dunfell][PATCH 1/4] go-mod.bbclass: Add class for `go mod` support

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

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

[RFC v5 00/10] drm/nouveau: Introduce CRC support for gf119+
 2020-06-22 20:07 UTC  (32+ 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

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

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

[PATCH] binder: fix null deref of proc->context
 2020-06-22 20:09 UTC  (2+ messages)

[PATCH v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-22 20:08 UTC  (58+ 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 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [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
` [PATCH v2 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches

[PATCH 1/1] drm/powerplay: fix compilation warning
 2020-06-22 20:09 UTC  (2+ messages)

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  (4+ messages)
` [PATCH v4 3/5] stack: "

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

[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

[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-gfx] [v3 6/8] drm/i915/display: Implement infoframes readback for LSPCON
 2020-06-22 20:05 UTC  (12+ 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 

[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 

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

[RFC 3/6] wiphy: integrate offchannel module
 2020-06-22 19:59 UTC  (3+ 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  (7+ messages)

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

[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)

[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  (11+ messages)
` [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  (4+ messages)
` [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache


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.