All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-20 13:53:32 to 2020-03-20 14:32:00 UTC [more...]

[patch 00/22] x86/treewide: Consolidate CPU match macro maze and get rid of C89 (sic!) initializers
 2020-03-20 14:31 UTC  (3+ messages)

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

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

[PATCH] staging: mt7621-pci: don't return if get gpio fails
 2020-03-20 14:30 UTC  (2+ 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)

[patch 02/22] x86/cpu: Add conistent CPU match macros
 2020-03-20 14:29 UTC  (3+ messages)

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

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

[Xen-devel] [PATCH 0/6] x86/ucode: Cleanup - Part 1/n
 2020-03-20 14:27 UTC  (6+ messages)
` [Xen-devel] [PATCH 4/6] x86/ucode: Rationalise startup and family/model checks

[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 

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

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

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

[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

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

[PATCH v3 1/6] i2c: core: Provide generic definitions for bus frequencies
 2020-03-20 14:23 UTC  (2+ messages)
  ` [PATCH v3 6/6] i2c: drivers: Use "

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

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

[PATCH 1/3] drm/amdgpu: Add documentation for memory info
 2020-03-20 14:22 UTC  (3+ messages)
` [PATCH 3/3] drm/amdgpu: Add documentation for unique_id

[PATCH v5 2/7] ASoC: tegra: Allow 24bit and 32bit samples
 2020-03-20 14:18 UTC  (14+ messages)
` [Linux-kernel] "
    ` [alsa-devel] "

generic DMA bypass flag v2
 2020-03-20 14:16 UTC  (8+ 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

LOAN OFFER
 2020-03-20 14:16 UTC 

[PATCH] soundwire: stream: only change state if needed
 2020-03-20 14:15 UTC  (3+ messages)

Outreachy patches caught up on
 2020-03-20 14:14 UTC 

[PATCH v1] dt-bindings: phy: cadence-torrent: Fix YAML check error
 2020-03-20 14:13 UTC  (2+ messages)

[Xen-devel] [PATCH 1/2] tools/xenstore: Do not abort xenstore-ls if a node disappears while iterating
 2020-03-20 14:12 UTC  (7+ messages)

[PATCH v4] tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()
 2020-03-20 14:12 UTC  (2+ messages)

[PATCH] arm/ftrace: Remove duplicate function
 2020-03-20 14:11 UTC  (3+ messages)

[PATCH 00/15] btrfs: read repair/direct I/O improvements
 2020-03-20 14:11 UTC  (3+ messages)

[PATCH v3 0/5] exynos-ufs: Add support for UFS HCI
 2020-03-20 14:10 UTC  (4+ messages)

[Buildroot] [PATCH v6 0/4] package/python-scipy: new package
 2020-03-20 14:08 UTC  (3+ messages)
` [Buildroot] [PATCH v6 1/4] package/python-numpy: Bump to version 1.18.1

[PATCH] soundwire: qcom: add support for get_sdw_stream()
 2020-03-20 14:07 UTC  (3+ messages)

[PATCH v3 00/15] Convert cpu_up/down to device_online/offline
 2020-03-20 14:07 UTC  (5+ messages)
` [PATCH v3 05/15] arm64: Don't use disable_nonboot_cpus()

[PATCH] ACPI: s2idle: Fix comment in acpi_s2idle_prepare_late()
 2020-03-20 14:07 UTC 

[PATCH v2 0/2] staging: rtl8723bs: os_dep: Correct long line comments and remove whitespace in code
 2020-03-20 14:06 UTC  (5+ messages)
` [PATCH v2 1/2] staging: rtl8723bs: os_dep: Correct long line comments
` [PATCH v2 2/2] staging: rtl8723bs: os_dep: Remove whitespace characters in code line

[PATCH v3 0/5] drivers: new helper for ioremapping memory resources
 2020-03-20 14:06 UTC  (6+ messages)
` [PATCH v3 1/5] drivers: provide devm_platform_get_and_ioremap_resource()

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

[PATCH 0/2] Correct long line comments and remove whitespace in code
 2020-03-20 14:05 UTC  (5+ messages)
` [PATCH 1/2] staging: rtl8723bs: os_dep: Correct long line comments
` [PATCH 2/2] staging: rtl8723bs: os_dep: Remove whitespace characters in code line

[PATCH v3] block/iscsi:use the flags in iscsi_open() prevent Clang warning
 2020-03-20 14:04 UTC  (2+ messages)

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

[PATCH v12 00/10] efi/firmware/platform-x86: Add EFI embedded fw support
 2020-03-20 14:02 UTC  (7+ messages)
` [PATCH v12 03/10] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS

[PATCH 0/2] soundwire: add read_only_wordlength flag
 2020-03-20 14:02 UTC  (7+ messages)
` [PATCH 1/2] soundwire: stream: Add read_only_wordlength flag to port properties
` [PATCH 2/2] ASoC: wsa881x: mark read_only_wordlength flag

[PATCH v3 0/2] Replaced locks with lock guard macros
 2020-03-20 14:02 UTC  (8+ messages)
` [PATCH v3 2/2] lockable: replaced locks with lock guard macros where appropriate

[PULL 0/4] s390x/ipl: Fixes for ipl and bios
 2020-03-20 14:02 UTC  (5+ messages)
` [PULL 3/4] s390/ipl: sync back loadparm

[RFCv2 0/2] add 802.11 decapsulation offload support
 2020-03-20 14:00 UTC  (4+ messages)
` [RFCv2 1/2] mac80211: add receive path for ethernet frame format

[RFC PATCH for 5.0] configure: disable MTTCG for MIPS guests
 2020-03-20 13:59 UTC  (2+ messages)

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

[PATCH] sched: Remove unused last_load_update_tick rq member
 2020-03-20 13:57 UTC  (3+ messages)

[PATCH 0/3] Misc bug fixes for VT-d SVM
 2020-03-20 13:57 UTC  (4+ messages)
` [PATCH 3/3] iommu/vt-d: Add build dependency on IOASID

[PATCH v5 1/2] KEYS: Don't write out to userspace while holding key semaphore
 2020-03-20 13:56 UTC  (5+ messages)
` [PATCH v5 0/2] KEYS: Read keys to internal buffer & then copy to userspace

[Intel-gfx] [PATCH 1/4] drm/i915/gt: Report context-is-closed prior to pinning
 2020-03-20 13:56 UTC  (4+ messages)
` [Intel-gfx] [PATCH 4/4] drm/i915/gem: Avoid gem_context->mutex for simple vma lookup

[PATCH v28 21/22] x86/vdso: Implement a vDSO for Intel SGX enclave call
 2020-03-20 13:55 UTC  (12+ messages)

[ANNOUNCEMENT] Automated multi-kernel libbpf testing
 2020-03-20 13:55 UTC  (2+ messages)

[PATCH nf-next v2] netfilter: nf_flow_table_offload: set hw_stats_type of flow_action_entry to FLOW_ACTION_HW_STATS_ANY
 2020-03-20 13:55 UTC  (3+ messages)

[PATCH] Revert "x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51T"
 2020-03-20 13:54 UTC  (4+ messages)

slab-out-of-bounds due to "KVM: Dynamically size memslot array based on number of used slots"
 2020-03-20 13:53 UTC  (4+ messages)

[PATCH for-next 00/16] New hfi1 feature: Accelerated IP
 2020-03-20 13:53 UTC  (6+ messages)
` [PATCH for-next 13/16] IB/{hfi1, ipoib, rdma}: Broadcast ping sent packets which exceeded mtu size

[Xen-devel] [PATCH 0/2] Handle
 2020-03-20 13:53 UTC  (5+ messages)
` [Xen-devel] [PATCH 1/2] xen/mm: fold PGC_broken into PGC_state bits
  ` [Xen-devel] [PATCH 2/2] xen/mm: Introduce PGC_state_uninitialised

[PULL v2 00/13] target: Add the Renesas RX architecture
 2020-03-20 13:53 UTC  (2+ messages)

[PATCH] spi: stm32: Fix comments compilation warnings
 2020-03-20 13:53 UTC  (3+ messages)

[PATCH] powerpc/64s/hash: add torture_segments kernel boot option to increase SLB faults
 2020-03-20 13:43 UTC 

[PATCH 1/2] mm, slub: prevent kmalloc_node crashes and memory leaks
 2020-03-20 13:10 UTC  (2+ messages)

[PATCH v6 00/11] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-03-20 12:54 UTC  (2+ messages)
` [PATCH v6 09/11] perf/tools: Enhance JSON/metric infrastructure to handle "?"

[PATCH 0/2] Fix SVM hang at startup
 2020-03-20 12:22 UTC  (3+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: check caller of H_SVM_* Hcalls

[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


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.