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

[RFC v2 00/18] Refactor configuration of guest memory protection
 2020-05-21  3:43 UTC  (12+ messages)
` [RFC v2 01/18] target/i386: sev: Remove unused QSevGuestInfoClass
` [RFC v2 02/18] target/i386: sev: Move local structure definitions into .c file
` [RFC v2 04/18] target/i386: sev: Embed SEVState in SevGuestState
` [RFC v2 07/18] target/i386: sev: Remove redundant policy field
` [RFC v2 10/18] guest memory protection: Add guest memory protection interface
` [RFC v2 11/18] guest memory protection: Handle memory encrption via interface
` [RFC v2 13/18] guest memory protection: Move side effect out of machine_set_memory_encryption()
` [RFC v2 15/18] guest memory protection: Decouple kvm_memcrypt_*() helpers from KVM
` [RFC v2 16/18] guest memory protection: Add Error ** to GuestMemoryProtection::kvm_init
` [RFC v2 17/18] spapr: Added PEF based guest memory protection
` [RFC v2 18/18] guest memory protection: Alter virtio default properties for protected guests

cron job: media_tree daily build: ERRORS
 2020-05-21  3:43 UTC 

[PATCH v8 0/8] pci_expander_brdige:acpi: Support pxb-pcie for ARM
 2020-05-21  3:36 UTC  (9+ messages)
` [PATCH v8 1/8] acpi: Extract two APIs from acpi_dsdt_add_pci
` [PATCH v8 2/8] fw_cfg: Write the extra roots into the fw_cfg
` [PATCH v8 3/8] acpi: Extract crs build form acpi_build.c
` [PATCH v8 4/8] acpi: Refactor the source of host bridge and build tables for pxb
` [PATCH v8 5/8] acpi: Align the size to 128k
` [PATCH v8 6/8] unit-test: The files changed
` [PATCH v8 7/8] unit-test: Add testcase for pxb
` [PATCH v8 8/8] unit-test: Add the binary file and clear diff.h

[PATCH] media: staging: tegra-vde: fix runtime pm imbalance on error
 2020-05-21  3:42 UTC  (5+ messages)
    `  "

[PATCH] init/do_mounts: fix a coding style error
 2020-05-21  3:41 UTC 

[net-next 00/14][pull request] 1GbE Intel Wired LAN Driver Updates 2020-05-19
 2020-05-21  3:39 UTC  (3+ messages)

Unable to get xeno-gpio-xilinx to work on Zynq Ultrascale + platform
 2020-05-21  3:38 UTC  (8+ messages)

[PATCH] arm64: dts: qcom: sc7180: Move mss node to the right place
 2020-05-21  3:37 UTC  (2+ messages)

[PATCH] drm/amdkfd: report the real PCI bus number
 2020-05-21  3:34 UTC 

incoming
 2020-05-21  3:32 UTC  (31+ messages)
` + mm-memmap_init-iterate-over-memblock-regions-rather-that-check-each-pfn-fix-2.patch added to -mm tree
` + swap-reduce-lock-contention-on-swap-cache-from-swap-slots-allocation.patch "
` + mmap-locking-api-initial-implementation-as-rwsem-wrappers.patch "
` + mmu-notifier-use-the-new-mmap-locking-api.patch "
` + dma-reservations-use-the-new-mmap-locking-api.patch "
` + mmap-locking-api-use-coccinelle-to-convert-mmap_sem-rwsem-call-sites.patch "
` + mmap-locking-api-convert-mmap_sem-call-sites-missed-by-coccinelle.patch "
` + mmap-locking-api-convert-mmap_sem-call-sites-missed-by-coccinelle-fix.patch "
` + mmap-locking-api-convert-nested-write-lock-sites.patch "
` + mmap-locking-api-add-mmap_read_trylock_non_owner.patch "
` + mmap-locking-api-add-mmap_lock_initializer.patch "
` + mmap-locking-api-add-mmap_assert_locked-and-mmap_assert_write_locked.patch "
` + mmap-locking-api-rename-mmap_sem-to-mmap_lock.patch "
` + mmap-locking-api-convert-mmap_sem-api-comments.patch "
` + mmap-locking-api-convert-mmap_sem-comments.patch "
` + mmap-locking-api-convert-mmap_sem-comments-fix.patch "
` + mm-fix-lru-balancing-effect-of-new-transparent-huge-pages.patch "
` + mm-keep-separate-anon-and-file-statistics-on-page-reclaim-activity.patch "
` + mm-allow-swappiness-that-prefers-reclaiming-anon-over-the-file-workingset.patch "
` + mm-fold-and-remove-lru_cache_add_anon-and-lru_cache_add_file.patch "
` + mm-workingset-let-cache-workingset-challenge-anon.patch "
` + mm-remove-use-once-cache-bias-from-lru-balancing.patch "
` + mm-vmscan-drop-unnecessary-div0-avoidance-rounding-in-get_scan_count.patch "
` + mm-base-lru-balancing-on-an-explicit-cost-model.patch "
` + mm-deactivations-shouldnt-bias-the-lru-balance.patch "
` + mm-only-count-actual-rotations-as-lru-reclaim-cost.patch "
` + mm-balance-lru-lists-based-on-relative-thrashing.patch "
` + mm-vmscan-determine-anon-file-pressure-balance-at-the-reclaim-root.patch "
` + mm-vmscan-reclaim-writepage-is-io-cost.patch "
` + mm-vmscan-limit-the-range-of-lru-type-balancing.patch "

[PATCH v5 1/4] MIPS: Do not flush tlb page when updating PTE entry
 2020-05-21  3:30 UTC  (4+ messages)
` [PATCH v5 2/4] mm/memory.c: Update local TLB if PTE entry exists
` [PATCH v5 3/4] mm/memory.c: Add memory read privilege on page fault handling
` [PATCH v5 4/4] MIPS: mm: add page valid judgement in function pte_modify

[PATCH v3 0/4] PCI: cadence: Deprecate inbound/outbound specific bindings
 2020-05-21  3:30 UTC  (5+ messages)
` [PATCH v3 4/4] PCI: cadence: Use "dma-ranges" instead of "cdns,no-bar-match-nbits" property

[PATCH v5 17/18] READ_ONCE: Use data_race() to avoid KCSAN instrumentation
 2020-05-21  3:30 UTC  (4+ messages)
` [tip: locking/kcsan] "

[PATCH bpf] bpf: prevent mmap()'ing read-only maps as writable
 2020-05-21  3:29 UTC  (3+ messages)

[PATCH v14 00/11] Mediatek MT8183 scpsys support
 2020-05-21  3:28 UTC  (9+ messages)
` [PATCH v14 03/11] soc: mediatek: Add basic_clk_name to scp_power_data

[selftests] 634efb7504: kernel-selftests.bpf.make_fail
 2020-05-21  3:27 UTC 

[ANNOUNCE] Git v2.27.0-rc1
 2020-05-21  3:26 UTC  (9+ messages)
  ` Re* "
    ` Protocol v2 in v2.27 (Re: Re* [ANNOUNCE] Git v2.27.0-rc1)
            ` connect: don't request v2 when pushing (Re: Protocol v2 in v2.27)

Balance loops: what we know so far
 2020-05-21  3:26 UTC  (11+ messages)

[PATCH v1 1/2] arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range
 2020-05-21 11:26 UTC  (4+ messages)
` [PATCH v1 2/2] arm64: dts: imx8mn-ddr4-evk: "

[PATCH] soc: fsl: qe: Replace one-element array and use struct_size() helper
 2020-05-21  3:24 UTC  (6+ messages)

[PATCH -V2] swap: Reduce lock contention on swap cache from swap slots allocation
 2020-05-21  3:24 UTC  (4+ messages)

[PATCH v6 00/12] Add a new mmap locking API wrapping mmap_sem calls
 2020-05-21  3:23 UTC  (5+ messages)
` [PATCH v6 05/12] mmap locking API: convert mmap_sem call sites missed by coccinelle
` [PATCH v6 12/12] mmap locking API: convert mmap_sem comments

[PATCH 0/3] SUNRPC/svc: fix gss flavour registration problems
 2020-05-21  3:21 UTC  (4+ messages)
` [PATCH 1/3] sunrpc: check that domain table is empty at module unload
` [PATCH 3/3] sunrpc: clean up properly in gss_mech_unregister()
` [PATCH 2/3] sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations

[selftest] 5f5ea78ba6: kernel-selftests.timers.make_fail
 2020-05-21  3:22 UTC 

[PATCH] arm64/cpufeature: Move BUG_ON() inside get_arm64_ftr_reg()
 2020-05-21  3:15 UTC  (8+ messages)

[PATCH net 0/4] net: ethernet: fec: move GPR reigster offset and bit into DT
 2020-05-21  3:15 UTC  (7+ messages)
` [PATCH net 1/4] net: ethernet: fec: move GPR register "
    ` [EXT] "
` [PATCH net 3/4] ARM: dts: imx6: update fec gpr property to match new format
    ` [EXT] "

[PATCH] [v2] PCI: tegra194: Fix runtime PM imbalance on error
 2020-05-21  3:13 UTC  (2+ messages)

[PATCH bpf] security: Fix hook iteration for secid_to_secctx
 2020-05-21  3:12 UTC  (5+ messages)

slow rx 5600 xt fps
 2020-05-21  3:11 UTC  (11+ messages)

[PATCH v3 00/16] spi: dw: Add generic DW DMA controller support
 2020-05-21  3:09 UTC  (3+ messages)
` [PATCH v3 01/16] spi: dw: Add Tx/Rx finish wait methods to the MID DMA

[PATCH v3 0/3] Even moar rpmh cleanups
 2020-05-21  3:07 UTC  (2+ messages)

[dpdk-dev] [PATCH] doc: update for ice
 2020-05-21  3:07 UTC  (2+ messages)

[PATCH] PCI: tegra: fix runtime pm imbalance on error
 2020-05-21  3:06 UTC  (4+ messages)
  `  "

[igt-dev] [PATCH i-g-t v7 0/8] Make gpgpu fill tests libdrm independent
 2020-05-21  3:05 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for Make gpgpu fill tests libdrm independent (rev7)

ASoC dailink capture/playback flags
 2020-05-21  3:01 UTC  (2+ messages)

ls1043a without optee
 2020-05-21  3:01 UTC  (2+ messages)
` [EXT] [meta-freescale] "

[PATCH 0/3] arm64: perf: Add support for Perf NMI interrupts
 2020-05-21  3:00 UTC  (9+ messages)

[PATCH] KVM: PPC: Book3S HV: relax check on H_SVM_INIT_ABORT
 2020-05-20 17:32 UTC  (2+ messages)

[PATCH 00/13] x86: cbfs: Various clean-ups to CBFS implementation
 2020-05-21  3:00 UTC  (15+ messages)
` [PATCH 07/13] cbfs: Unify the two header loaders
` [PATCH 08/13] cbfs: Use void * for the position pointers
` [PATCH 09/13] cbfs: Record the start address in cbfs_priv
` [PATCH 10/13] cbfs: Return the error code from file_cbfs_init()
` [PATCH 11/13] cbfs: Change file_cbfs_find_uncached() to return an error
` [PATCH 12/13] cbfs: Allow reading a file from a CBFS given its base addr
` [PATCH 13/13] cbfs: Don't require the CBFS size with cbfs_init_mem()

[PATCH] PCI: tegra: fix runtime pm imbalance on error
 2020-05-21  3:00 UTC  (3+ messages)
`  "

blk-mq: improvement CPU hotplug (simplified version) v3
 2020-05-21  2:57 UTC  (3+ messages)

How to separate NFS mounts have same device ID
 2020-05-21  2:30 UTC 

[PATCH 0/2 v3] Fix VMX preemption timer migration
 2020-05-21  2:51 UTC  (4+ messages)
` [PATCH 1/2 v3] KVM: nVMX: "

[efi:next] BUILD SUCCESS 3727a532f27c2c43db2658c2402a0aff4caad3fd
 2020-05-21  2:48 UTC 

[PATCH] Makefile: support compressed debug info
 2020-05-21  2:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 3.16 00/99] 3.16.84-rc1 review
 2020-05-21  2:47 UTC  (3+ messages)

[PATCH] [v2] PCI: tegra: Fix runtime PM imbalance on error
 2020-05-21  2:47 UTC  (2+ messages)

[PATCH 2/2] ARM: Allow either FLATMEM or SPARSEMEM on the multiplatform build
 2020-05-21  2:45 UTC  (13+ messages)

AM3517 MUSB and CPPI
 2020-05-21  2:44 UTC  (4+ messages)

[PATCH v12 00/21] riscv: Add Sipeed Maix support
 2020-05-21  2:44 UTC  (3+ messages)
` [PATCH v12 21/21] "

[OE-core][dunfell 00/19] Pull request (cover letter only)
 2020-05-21  2:40 UTC 

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-05-21  2:39 UTC  (12+ messages)
              ` [f2fs-dev] "

[PATCH v3 0/2] Fix PCI HyperV device error handling
 2020-05-21  2:39 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] tests/fbcon: Don't close drm fd
 2020-05-21  2:39 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/fbcon: Don't close drm fd (rev2)

[PATCH 0/6] i2c: designeware: Add Baikal-T1 SoC DW I2C specifics support
 2020-05-21  2:37 UTC  (11+ messages)
` [PATCH v2 00/12] i2c: designeware: Add Baikal-T1 System I2C support
  ` [PATCH v2 04/12] i2c: designware: Convert driver to using regmap API
  ` [PATCH v2 07/12] i2c: designware: Move Baytrail sem config to the platform if-clause
  ` [PATCH v2 08/12] i2c: designware: Introduce platform drivers glue layer interface

[PATCH 0/7 V3] xfs: quota fixes and enhancements
 2020-05-21  2:35 UTC  (8+ messages)
` [PATCH 1/7] xfs: group quota should return EDQUOT when prj quota enabled
` [PATCH 2/7] xfs: always return -ENOSPC on project quota reservation failure
` [PATCH 3/7] xfs: fix up some whitespace in quota code
` [PATCH 4/7] xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers
` [PATCH 5/7] xfs: switch xfs_get_defquota to take explicit type
` [PATCH 6/7] xfs: per-type quota timers and warn limits
` [PATCH 7/7] xfs: allow individual quota grace period extension

[PATCH 0/3] blk-mq/nvme: improve nvme-pci reset handler
 2020-05-21  2:33 UTC  (5+ messages)
` [PATCH 3/3] nvme-pci: make nvme reset more reliable

[PATCH v2 for-4.14 0/3] vm_event: fix race-condition when disabling monitor events
 2020-05-21  2:31 UTC  (4+ messages)
` [PATCH v2 for-4.14 1/3] xen/monitor: Control register values
` [PATCH v2 for-4.14 2/3] xen/vm_event: add vm_event_check_pending_op
` [PATCH v2 for-4.14 3/3] xen/vm_event: Add safe to disable vm_event

[PATCH v5] arm64: Expose FAR_EL1 tag bits in sigcontext
 2020-05-21  2:29 UTC  (13+ messages)
` [PATCH v6] "
                ` [PATCH v6 0/3] "
                  ` [PATCH v6 1/3] signal: Allow architectures to store arch-specific data in kernel_siginfo
                  ` [PATCH v6 2/3] arm64: Move fault address and fault code into kernel_siginfo
                  ` [PATCH v6 3/3] arm64: Expose FAR_EL1 tag bits in sigcontext

[PATCH] iov_iter: fix gap alignment check
 2020-05-21  2:28 UTC 

[PATCH 5/9] blk-mq: don't set data->ctx and data->hctx in blk_mq_alloc_request_hctx
 2020-05-21  2:27 UTC  (11+ messages)
      ` io_uring vs CPU hotplug, was "

[xen-unstable test] 150279: regressions - FAIL
 2020-05-21  2:27 UTC 

[PATCH v3] /dev/mem: Revoke mappings when a driver claims the region
 2020-05-21  2:26 UTC  (2+ messages)

[PATCH net-next 0/2] net: hns3: adds two VLAN feature
 2020-05-21  2:26 UTC  (6+ messages)
` [PATCH net-next 1/2] net: hns3: adds support for dynamic VLAN mode

[PATCH v3] powerpc/64: Option to use ELF V2 ABI for big-endian kernels
 2020-05-21  2:23 UTC  (4+ messages)

[PATCH 1/2] soundwire: intel: use a single module
 2020-05-21  2:23 UTC  (5+ messages)
` [PATCH 2/2] soundwire: intel: transition to 3 steps initialization

[RFC][PATCHES] uaccess-related stuff in net/*
 2020-05-21  2:24 UTC  (4+ messages)

[patch V6 00/37] x86/entry: Rework leftovers and merge plan
 2020-05-21  2:23 UTC  (10+ messages)
` [patch V6 10/37] x86/entry: Switch XEN/PV hypercall entry to IDTENTRY

Systemd, nftables, and iptables
 2020-05-21  2:23 UTC  (2+ messages)

[PATCH] nvme: set dma alignment to qword
 2020-05-21  2:22 UTC 

[PATCH v2 1/1] dt-bindings: spi: Add schema for Cadence QSPI Controller driver
 2020-05-21  2:18 UTC  (4+ messages)

[PATCH 0/3] vm_event: fix race-condition when disabling monitor events
 2020-05-21  2:18 UTC  (4+ messages)
` [PATCH 3/3] xen/vm_event: Add safe to disable vm_event

[PATCH 0/2]null_blk: small fixes for zoned mode
 2020-05-21  2:19 UTC  (3+ messages)
` [PATCH 1/2] null_blk: return error for invalid zone size

[PATCH 1/2] fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory()
 2020-05-21  2:18 UTC  (4+ messages)
` [PATCH 2/2] fdtdec: Honor #address-cells and #size-cells "

[PATCH net-next 03/12] net: atlantic: changes for multi-TC support
 2020-05-21  2:15 UTC  (5+ messages)
` [RFC PATCH] net: atlantic: ptp_ring_idx() can be static

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-05-21  0:09 UTC  (4+ messages)
` [PATCH v1 13/25] dma-buf: Use sequence counter with associated wound/wait mutex

[PATCH] MIPS: DTS: Only build subdir of current platform
 2020-05-21  2:15 UTC 

[Intel-gfx] [PATCH 23/23] drm/i915: Ensure we hold the pin mutex
 2020-05-21  2:13 UTC  (2+ messages)

[PATCH 0/1] x86/boot: lld fix
 2020-05-21  2:12 UTC  (3+ messages)

[RFC PATCH 0/2] printk/init: multi-line kernel command line logging
 2020-05-21  2:09 UTC  (8+ messages)
` [RFC PATCH 2/2] init: Allow multi-line output of kernel command line

linux-next: build warning after merge of the v4l-dvb tree
 2020-05-21  2:07 UTC 

Git Test Coverage Report (v2.27.0-rc0)
 2020-05-21  2:07 UTC  (4+ messages)
` [PATCH v2 0/2] Improve Fix code coverage for checkout
  ` [PATCH v2 1/2] builtin/checkout: simplify metadata initialization
  ` [PATCH v2 2/2] t2060: add a test for switch with --orphan and --discard-changes

[PATCH v2 0/7] ASoC: add soc-link
 2020-05-21  1:57 UTC  (2+ messages)
` [PATCH v2 7/7] ASoC: soc-link: add snd_soc_link_compr_set_params()

[linuxtv-media:master 440/495] drivers/staging/media/atomisp/pci/atomisp_cmd.c:4278:17: warning: address of 'config->info' will always evaluate to 'true'
 2020-05-21  0:50 UTC 


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.