All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-20 14:22:50 to 2020-03-20 14:52:54 UTC [more...]

[patch 00/22] x86/treewide: Consolidate CPU match macro maze and get rid of C89 (sic!) initializers
 2020-03-20 14:52 UTC  (20+ messages)
` [patch 01/22] x86/devicetable: Move x86 specific macro out of generic code
` [patch 02/22] x86/cpu: Add conistent CPU match macros
` [patch 08/22] ACPI: Convert to new X86 "
` [patch 09/22] cpufreq: "
` [patch 11/22] platform/x86: Convert to new "

[Xen-devel] [PATCH v7 0/3] x86/guest: use assisted TLB flush in guest mode
 2020-03-20 14:52 UTC  (15+ messages)
` [Xen-devel] [PATCH v7 1/3] x86/tlb: introduce a flush HVM ASIDs flag

[Xen-devel] [PATCH 0/6] x86/ucode: Cleanup - Part 1/n
 2020-03-20 14:50 UTC  (10+ messages)
` [Xen-devel] [PATCH 4/6] x86/ucode: Rationalise startup and family/model checks
` [Xen-devel] [PATCH 5/6] x86/ucode: Alter ops->free_patch() to free the entire patch

[PATCH 0/2] Fix SVM hang at startup
 2020-03-20 14:43 UTC  (10+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: check caller of H_SVM_* Hcalls
` [PATCH 2/2] KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURN

[PATCH kcsan 0/32] KCSAN commits for v5.7
 2020-03-20 14:49 UTC  (8+ messages)
` [PATCH kcsan 17/32] kcsan: Introduce ASSERT_EXCLUSIVE_* macros

[PATCH v3 00/32] powerpc/64: interrupts and syscalls series
 2020-03-20 14:42 UTC  (8+ messages)
` [PATCH v12 0/8] Disable compat cruft on ppc64le v12
  ` [PATCH v12 8/8] MAINTAINERS: perf: Add pattern that matches ppc perf to the perf entry

[PATCHSET] Fix io_uring async rlimit(RLIMIT_NOFILE)
 2020-03-20 14:48 UTC  (4+ messages)
` [PATCH 2/2] io_uring: make sure accept honor rlimit nofile

[PATCH v5] PCI: Microchip: Add host driver for Microchip PCIe controller
 2020-03-20 14:48 UTC  (2+ messages)

[PATCH] classes/populate_sdk_base: Implement xz compression options
 2020-03-20 14:48 UTC  (3+ messages)

[PATCH 1/4] drm/amdgpu: add stride to calculate oss ring offsets
 2020-03-20 14:47 UTC  (8+ messages)
` [PATCH 2/4] drm/amdgpu: add macro to get proper ih ring register offset

[RFC PATCH glibc 4/8] glibc: Perform rseq(2) registration at C startup and thread creation (v15)
 2020-03-20 14:47 UTC  (8+ messages)

openat ignores changes to RLIMIT_NOFILE?
 2020-03-20 14:47 UTC  (4+ messages)

[PATCH 5.5 00/65] 5.5.11-rc1 review
 2020-03-20 14:46 UTC  (5+ messages)

ensure device private pages have an owner v2
 2020-03-20 13:41 UTC  (3+ messages)
` [PATCH 4/4] mm: check the device private page owner in hmm_range_fault

[PATCH 3/4] mm: simplify device private page handling in hmm_range_fault
 2020-03-20 12:58 UTC  (11+ messages)

[PATCH v3 1/6] i2c: core: Provide generic definitions for bus frequencies
 2020-03-20 14:45 UTC  (6+ messages)
` [PATCH v3 2/6] i2c: core: Allow override timing properties with 0
  ` [PATCH v3 6/6] i2c: drivers: Use generic definitions for bus frequencies

[meta-oe][PATCH 1/3] node: Enable cross-compiling options and disable dtrace and etw
 2020-03-20 14:45 UTC  (3+ messages)
` [meta-oe][PATCH 2/3] safec: Put perl requiring tools into separate package
` [PATCH 3/3] layers: update LAYERSERIES_COMPAT to dunfell

[PATCH v2] classes/populate_sdk_base: Implement xz compression options
 2020-03-20 14:45 UTC 

[PATCH] iomap: Submit the BIO at the end of each extent
 2020-03-20 14:44 UTC  (2+ messages)

[PATCH v2 2/2] net: phy: marvell smi2usb mdio controller
 2020-03-20 14:44 UTC  (2+ messages)

[PATCH v4] ARM: boot: Obtain start of physical memory from DTB
 2020-03-20 14:43 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT
 2020-03-20 14:44 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)

[PATCH] ARM: dts: bcm283x: Use firmware PM driver for V3D
 2020-03-20 14:43 UTC  (13+ messages)

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-03-20 14:42 UTC  (5+ messages)
` [PATCH 70/70] x86/sev-es: Add NMI state tracking
    ` [RFC PATCH v2.1] x86/sev-es: Handle NMI State

[PATCH v9 00/25] Change readahead API
 2020-03-20 14:22 UTC  (66+ messages)
` [f2fs-dev] "
` [PATCH v9 01/25] mm: Move readahead prototypes from mm.h
  ` [f2fs-dev] "
` [PATCH v9 02/25] mm: Return void from various readahead functions
  ` [f2fs-dev] "
` [PATCH v9 03/25] mm: Ignore return value of ->readpages
` [PATCH v9 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v9 05/25] mm: Add new readahead_control API
  ` [f2fs-dev] "
` [PATCH v9 06/25] mm: Use readahead_control to pass arguments
` [PATCH v9 07/25] mm: Rename various 'offset' parameters to 'index'
  ` [f2fs-dev] "
` [PATCH v9 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v9 09/25] mm: Remove 'page_offset' from readahead loop
  ` [f2fs-dev] "
` [PATCH v9 10/25] mm: Put readahead pages in cache earlier
  ` [f2fs-dev] "
` [PATCH v9 11/25] mm: Add readahead address space operation
  ` [f2fs-dev] "
` [PATCH v9 12/25] mm: Move end_index check out of readahead loop
  ` [f2fs-dev] "
` [PATCH v9 13/25] mm: Add page_cache_readahead_unbounded
  ` [f2fs-dev] "
` [PATCH v9 14/25] mm: Document why we don't set PageReadahead
` [PATCH v9 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v9 16/25] fs: Convert mpage_readpages to mpage_readahead
  ` [f2fs-dev] "
` [PATCH v9 17/25] btrfs: Convert from readpages to readahead
` [PATCH v9 18/25] erofs: Convert uncompressed files "
` [PATCH v9 19/25] erofs: Convert compressed "
` [PATCH v9 20/25] ext4: Convert "
  ` [f2fs-dev] "
` [PATCH v9 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v9 22/25] f2fs: Convert from readpages to readahead
  ` [f2fs-dev] "
` [PATCH v9 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
  ` [f2fs-dev] "
` [PATCH v9 24/25] fuse: Convert from readpages to readahead
` [PATCH v9 25/25] iomap: "
  ` [f2fs-dev] "

[PATCH v4 18/26] arm64: vdso32: Replace TASK_SIZE_32 check in vgettimeofday
 2020-03-20 14:41 UTC  (14+ messages)

[PATCH] drm/amdgpu: infinite retries fix from UTLC1 RB SDMA
 2020-03-20 14:41 UTC  (2+ messages)

[PATCH v6 0/4] xfs: Remove wrappers for some semaphores
 2020-03-20 14:41 UTC  (7+ messages)
` [PATCH v6 1/4] xfs: Refactor xfs_isilocked()

[PATCH 0/7] clocksource: Add NVIDIA Tegra186 timers support
 2020-03-20 14:39 UTC  (4+ messages)
` [PATCH 2/7] clocksource: Add "

[PATCH] staging: mt7621-pci: don't return if get gpio fails
 2020-03-20 14:38 UTC  (3+ messages)

[PATCH v1 0/2] hw/rdma: Last step in eliminating data-path processing
 2020-03-20 14:34 UTC  (3+ messages)
` [PATCH v1 1/2] hw/rdma: Cosmetic change - no need for two sge arrays
` [PATCH v1 2/2] hw/rdma: Skip data-path mr_id translation

[Intel-gfx] [PATCH 00/13] drm/i915: drm device based logging changes
 2020-03-20 14:36 UTC  (14+ messages)
` [Intel-gfx] [PATCH 01/13] drm/i915/ddi: use struct drm_device based logging
` [Intel-gfx] [PATCH 02/13] drm/i915/display_power: "
` [Intel-gfx] [PATCH 03/13] drm/i915/dp_aux_backlight: "
` [Intel-gfx] [PATCH 04/13] drm/i915/dp_mst: "
` [Intel-gfx] [PATCH 05/13] drm/i915/dsi: "
` [Intel-gfx] [PATCH 06/13] drm/i915/hdmi: "
` [Intel-gfx] [PATCH 07/13] drm/i915/dsi: "
` [Intel-gfx] [PATCH 08/13] drm/i915/connector: use MISSING_CASE instead of logging
` [Intel-gfx] [PATCH 09/13] drm/i915/tv: use struct drm_device based logging
` [Intel-gfx] [PATCH 10/13] drm/i915/display: clean up intel_PLL_is_valid()
` [Intel-gfx] [PATCH 11/13] drm/i915/display: use struct drm_device based logging
` [Intel-gfx] [PATCH 12/13] drm/i915/psr: "
` [Intel-gfx] [PATCH 13/13] drm/i915/wopcm: convert to drm device "

[Intel-gfx] [PATCH] drm/i915/gt: Report context-is-closed prior to pinning
 2020-03-20 14:37 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH 1/6] drm/amdgpu: ih doorbell size of range changed for nbio v7.4
 2020-03-20 14:37 UTC  (2+ messages)

[PATCH] Update copyright date for user-facing copyright strings
 2020-03-20 14:36 UTC  (2+ messages)

[PATCH v9 00/10] error: auto propagated local_err part I
 2020-03-20 14:36 UTC  (17+ messages)
` [PATCH v9 02/10] scripts: Coccinelle script to use ERRP_AUTO_PROPAGATE()
                              ` [Xen-devel] "

[Xen-devel] [PATCH 1/2] tools/xenstore: Do not abort xenstore-ls if a node disappears while iterating
 2020-03-20 14:36 UTC  (5+ messages)
` [Xen-devel] [PATCH 2/2] tools/xenstore: Accumulate errors in xenstore-ls and exit appropriately
      ` [Xen-devel] [PATCH 2/2] tools/xenstore: Accumulate errors in xenstore-ls and exit appropriately [and 1 more messages]

[PATCH 11/14] efi/gop: Allow specifying mode number on command line
 2020-03-20 14:36 UTC  (4+ messages)

broken CRCs at NVMeF target with SIW & NVMe/TCP transports
 2020-03-20 14:35 UTC  (11+ messages)

[PATCH v5 0/2] KEYS: Read keys to internal buffer & then copy to userspace
 2020-03-20 14:35 UTC  (8+ messages)
` [PATCH v5 2/2] KEYS: Avoid false positive ENOMEM error on key read

[PATCH v2] iomap: return partial I/O count on error in iomap_dio_bio_actor
 2020-03-20 14:35 UTC  (4+ messages)

generic DMA bypass flag v2
 2020-03-20 14:16 UTC  (3+ messages)
` [PATCH 1/2] dma-mapping: add a dma_ops_bypass flag to struct device
` [PATCH 2/2] powerpc: use the generic dma_ops_bypass mode

[PATCH] xbzrle: update xbzrle doc
 2020-03-20 14:32 UTC 

[PATCH net-next] net/mlx5e: Fix actions_match_supported() return
 2020-03-20 14:33 UTC  (3+ messages)

[PATCH] {IB,net}/mlx5: Remove unused variable
 2020-03-20 14:32 UTC  (3+ messages)

[PATCH 1/1] s390/ipl: fix off-by-one in update_machine_ipl_properties()
 2020-03-20 14:31 UTC 

[patch 17/22] PCI: intel-mid: Convert to new X86 CPU match macros
 2020-03-20 14:30 UTC  (3+ messages)

[f2fs-dev] Fwd: Add page_cache_readahead_unbounded
 2020-03-20 14:29 UTC  (2+ messages)
`  "

[PATCH] IB/mlx5: Fix a NULL vs IS_ERR() check
 2020-03-20 14:29 UTC  (3+ messages)

[PATCH] KVM: let declaration of kvm_get_running_vcpus match implementation
 2020-03-20 14:29 UTC  (3+ messages)

[GIT PULL] Char/Misc driver fixes for 5.6-rc7
 2020-03-20 14:28 UTC 

[PATCH v2 0/5] nvmet-rdma/srpt: SRQ per completion vector
 2020-03-20 14:27 UTC  (5+ messages)
` [PATCH v2 1/5] IB/core: add a simple SRQ pool per PD

WARNING: refcount bug in sctp_wfree
 2020-03-20 14:28 UTC  (3+ messages)

[GIT PULL] Staging/IIO driver fixes for 5.6-rc7
 2020-03-20 14:27 UTC  (2+ messages)

[PATCH] tools: fw_env: use erasesize from MEMGETINFO ioctl
 2020-03-20 14:27 UTC  (3+ messages)

[GIT PULL] USB fixes for 5.6-rc7
 2020-03-20 14:27 UTC 

[GIT PULL] TTY driver fixes for 5.6-rc7
 2020-03-20 14:27 UTC 

stable/linux-4.4.y boot: 57 boots: 3 failed, 50 passed with 4 untried/unknown (v4.4.217)
 2020-03-20 14:26 UTC 

[PATCH -next] dmaengine: tegra-apb: mark PM functions as __maybe_unused
 2020-03-20 14:25 UTC  (2+ messages)

[PATCH v3 0/2] UFS driver general fixes bundle 2
 2020-03-16  6:20 UTC  (2+ messages)
` [PATCH 2/2] scsi: ufs: Do not rely on prefetched data

[hch-misc:dma-rework-mask-setting 18/20] mapping.c:undefined reference to `arch_dma_set_mask'
 2020-03-20 14:24 UTC 

are posix-shell-compliant continuation lines valid/supported, or not, in /etc/default/grub ?
 2020-03-20 14:24 UTC  (7+ messages)

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-20 14:23 UTC  (9+ messages)
` [PATCH v5 04/23] irqchip/gic-v4.1: Wait for completion of redistributor's INVALL operation
` [PATCH v5 05/23] irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations on the same RD


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.