linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-22 18:10:04 to 2020-06-22 20:14:54 UTC [more...]

[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

[PATCH v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-22 20:08 UTC  (22+ 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

[RFC v5 01/10] drm/vblank: Register drmm cleanup action once per drm_vblank_crtc
 2020-06-22 20:07 UTC  (10+ messages)
` [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  (11+ messages)
` [PATCH 08/16] nouveau/hmm: fault one page at a time
` [PATCH 09/16] mm/hmm: add output flag for compound page mapping
` [PATCH 13/16] mm: support THP migration to device private memory

[PATCH] binder: fix null deref of proc->context
 2020-06-22 20:09 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: "

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

[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] initrd: Remove erroneous comment
 2020-06-22 20:02 UTC  (2+ messages)

[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 v2] Replace HTTP links with HTTPS ones: Documentation/admin-guide
 2020-06-22 19:46 UTC 

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

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

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

[PATCH][next] mm/zswap: fix a couple of memory leaks and rework kzalloc failure check
 2020-06-22 19:55 UTC  (3+ 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  (12+ 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

[PATCH 0/5] Adding Huawei BMA drivers
 2020-06-22 19:38 UTC  (9+ messages)
` [PATCH 3/5] Huawei BMA: Adding Huawei BMA driver: host_veth_drv
` [PATCH 4/5] Huawei BMA: Adding Huawei BMA driver: cdev_veth_drv
` [PATCH 5/5] Huawei BMA: Adding Huawei BMA driver: host_kbox_drv

[PATCH v8 0/4] introduce memory hinting API for external process
 2020-06-22 19:36 UTC  (6+ messages)
` [PATCH v8 1/4] mm/madvise: pass task and mm to do_madvise
` [PATCH v8 2/4] pid: move pidfd_get_pid() to pid.c
` [PATCH v8 3/4] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
` [PATCH v8 4/4] mm/madvise: check fatal signal pending of target process

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

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

[PATCH 00/21] Support Architectural LBR
 2020-06-22 19:31 UTC  (12+ messages)
` [PATCH 17/21] x86/fpu: Use proper mask to replace full instruction mask
` [PATCH 21/21] perf/x86/intel/lbr: Support XSAVES for arch LBR read

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

[PATCH v2] ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
 2020-06-22 19:28 UTC  (4+ messages)

[RFC PATCH] xen/privcmd: Convert get_user_pages*() to pin_user_pages*()
 2020-06-22 19:28 UTC  (8+ messages)

[PATCH v3 0/7] Add support for Sony SDM630-based boards
 2020-06-22 19:25 UTC  (8+ messages)
` [PATCH v3 1/7] pinctrl: qcom: spmi-gpio: Add pm660(l) compatibility
` [PATCH v3 2/7] Documentation: Document pm660(l) SPMI GPIOs compatible
` [PATCH v3 3/7] arm64: dts: qcom: pm660(l): Add base dts files
` [PATCH v3 4/7] arm64: dts: qcom: sdm630: Add sdm630 dts file
` [PATCH v3 5/7] arm64: dts: qcom: Add support for Sony Xperia XA2/Plus/Ultra (Nile platform)
` [PATCH v3 6/7] arm64: dts: qcom: Add support for Sony Xperia 10/10 Plus (Ganges platform)
` [PATCH v3 7/7] mailbox: qcom: Add sdm660 hmss compatible

[PATCH v6 00/19] The new cgroup slab memory controller
 2020-06-22 19:21 UTC  (11+ messages)
` [PATCH v6 10/19] mm: memcg/slab: deprecate memory.kmem.slabinfo
` [PATCH v6 14/19] mm: memcg/slab: remove memcg_kmem_get_cache()
` [PATCH v6 17/19] mm: memcg/slab: use a single set of kmem_caches for all allocations

[PATCH v7 0/5] remoteproc: qcom: PIL info support
 2020-06-22 19:19 UTC  (6+ messages)
` [PATCH v7 1/5] dt-bindings: remoteproc: Add Qualcomm PIL info binding
` [PATCH v7 2/5] remoteproc: qcom: Introduce helper to store pil info in IMEM
` [PATCH v7 3/5] remoteproc: qcom: Update PIL relocation info on load
` [PATCH v7 4/5] arm64: dts: qcom: qcs404: Add IMEM and PIL info region
` [PATCH v7 5/5] arm64: dts: qcom: sdm845: "

[PATCH v13 0/4] Add JEITA properties and introduce the bq2515x charger
 2020-06-22 19:18 UTC  (5+ messages)
` [PATCH v13 1/4] power_supply: Add additional health properties to the header
` [PATCH v13 2/4] dt-bindings: power: Convert battery.txt to battery.yaml
` [PATCH v13 3/4] dt-bindings: power: Add the bindings for the bq2515x family of chargers
` [PATCH v13 4/4] power: supply: bq25150 introduce the bq25150

[RFC] Bypass filesystems for reading cached pages
 2020-06-22 19:18 UTC  (5+ messages)

[PATCH] KVM: x86/mmu: Don't put invalid SPs back on the list of active pages
 2020-06-22 19:18 UTC 

[PATCH] ring-buffer: Zero out time extend if it is nested and not absolute
 2020-06-22 19:18 UTC 

[PATCH v2] x86/mm: use max memory block size on bare metal
 2020-06-22 19:17 UTC  (3+ messages)

[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 v2 00/11] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-06-22 19:14 UTC  (8+ messages)

drivers/w1/slaves/w1_ds28e04.c:342:13: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2020-06-22 19:12 UTC 

[PATCH 0/2] PUD/PGDIR entries for linear mapping
 2020-06-22 19:11 UTC  (8+ messages)
` [PATCH 2/2] riscv: Use PUD/PGDIR entries for linear mapping when possible

[PATCH v2 1/3] mfd: core: Make a best effort attempt to match devices with the correct of_nodes
 2020-06-22 19:11 UTC  (9+ messages)

[PATCH] cpu/speculation: Add prototype for cpu_show_srbds
 2020-06-22 19:08 UTC  (2+ messages)

[PATCH] kbuild: Provide way to actually disable stack protector
 2020-06-22 19:02 UTC 

[PATCH 0/2] x86/FPU: FPU sanitization for in-kernel use
 2020-06-22 19:01 UTC  (17+ messages)
` [PATCH 1/2] x86/fpu: Reset MXCSR to default in kernel_fpu_begin()
` [PATCH 2/2] selftests/fpu: Add an FPU selftest

[PATCH v29 00/16] Multicolor Framework v29
 2020-06-22 18:59 UTC  (17+ messages)
` [PATCH v29 01/16] dt: bindings: Add multicolor class dt bindings documention
` [PATCH v29 02/16] leds: Add multicolor ID to the color ID list
` [PATCH v29 03/16] leds: multicolor: Introduce a multicolor class definition
` [PATCH v29 04/16] dt: bindings: lp50xx: Introduce the lp50xx family of RGB drivers
` [PATCH v29 05/16] leds: lp50xx: Add the LP50XX family of the RGB LED driver
` [PATCH v29 06/16] dt-bindings: leds: Convert leds-lp55xx to yaml
` [PATCH v29 07/16] ARM: dts: n900: Add reg property to the LP5523 channel node
` [PATCH v29 08/16] ARM: dts: imx6dl-yapp4: Add reg property to the lp5562 "
` [PATCH v29 09/16] ARM: dts: ste-href: Add reg property to the LP5521 channel nodes
` [PATCH v29 10/16] leds: lp55xx: Convert LED class registration to devm_*
` [PATCH v29 11/16] leds: lp55xx: Add multicolor framework support to lp55xx
` [PATCH v29 12/16] ARM: defconfig: u8500: Add LP55XX_COMMON config flag
` [PATCH v29 13/16] leds: lp5523: Update the lp5523 code to add multicolor brightness function
` [PATCH v29 14/16] leds: lp5521: Add multicolor framework multicolor brightness support
` [PATCH v29 15/16] leds: lp55xx: Fix file permissions to use DEVICE_ATTR macros
` [PATCH v29 16/16] leds: lp5523: Fix various formatting issues in the code

[PATCH 0/4] Remove default DMA window before creating DDW
 2020-06-22 18:59 UTC  (13+ messages)
` [PATCH 1/4] powerpc/pseries/iommu: Update call to ibm,query-pe-dma-windows
` [PATCH 2/4] powerpc/pseries/iommu: Implement ibm,reset-pe-dma-windows rtas call
` [PATCH 3/4] powerpc/pseries/iommu: Move window-removing part of remove_ddw into remove_dma_window
` [PATCH 4/4] powerpc/pseries/iommu: Remove default DMA window before creating DDW

[PATCH] gpio: rcar: handle pm_runtime_get_sync failure case
 2020-06-22 19:00 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 0/2] Allow breaking up Thunderbolt/USB4 updates
 2020-06-22 18:57 UTC  (3+ messages)
` [PATCH v2 1/2] thunderbolt: Add support for separating the flush to SPI and authenticate
` [PATCH v2 2/2] thunderbolt: Add support for authenticate on disconnect

[PATCH v4 0/2] Extend SSR notifications framework
 2020-06-22 18:51 UTC  (6+ messages)
` [PATCH v4 1/2] remoteproc: qcom: Add per subsystem SSR notification

arm-linux-gnueabi-ld: section .data VMA overlaps section __ksymtab VMA
 2020-06-22 18:36 UTC 

[PATCH] objtool: Fix memory leak in special_get_alts()
 2020-06-22 18:45 UTC 

[PATCH] Replace HTTP links with HTTPS ones: Documentation/admin-guide
 2020-06-22 18:38 UTC  (2+ messages)

[PATCH v2 00/16] Remove uninitialized_var() macro
 2020-06-22 18:39 UTC  (3+ messages)
` [PATCH v2 11/16] media: sur40: Remove uninitialized_var() usage

LTP: crypto: af_alg02 regression on linux-next 20200621 tag
 2020-06-22 18:34 UTC 

Strange problem with SCTP+IPv6
 2020-06-22 18:34 UTC  (6+ messages)

[PATCH v2 1/2] Bluetooth: btusb: fix up firmware download sequence
 2020-06-22 18:28 UTC  (2+ messages)

[PATCH] cros_ec_spi: Even though we're RT priority, don't bump cpu freq
 2020-06-22 18:21 UTC  (12+ messages)

[kbuild] drivers/usb/gadget/udc/fsl_udc_core.c:1055 fsl_ep_fifo_status() error: we previously assumed '_ep->desc' could be null (see line 1055)
 2020-06-22 18:20 UTC 

[PATCH] Replace HTTP links with HTTPS ones: Documentation/admin-guide
 2020-06-22 18:17 UTC  (3+ messages)

[PATCH v2 0/8] selftests/harness: Switch to TAP output
 2020-06-22 18:16 UTC  (9+ messages)
` [PATCH v2 1/8] selftests/clone3: Reorder reporting output
` [PATCH v2 2/8] selftests: Remove unneeded selftest API headers
` [PATCH v2 3/8] selftests/binderfs: Fix harness API usage
` [PATCH v2 4/8] selftests: Add header documentation and helpers
` [PATCH v2 5/8] selftests/harness: Switch to TAP output
` [PATCH v2 6/8] selftests/harness: Refactor XFAIL into SKIP
` [PATCH v2 7/8] selftests/harness: Display signed values correctly
` [PATCH v2 8/8] selftests/harness: Report skip reason

[PATCH] i2c: sprd: Fix runtime PM imbalance on error
 2020-06-22 18:15 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).