All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-11 17:54:29 to 2020-03-11 18:40:43 UTC [more...]

[PATCH 00/14] VFS: Filesystem information [ver #18]
 2020-03-11 17:59 UTC  (6+ messages)
` [PATCH 01/14] VFS: Add additional RESOLVE_* flags "

[PATCH] kmod: make request_module() return an error when autoloading is disabled
 2020-03-11 18:40 UTC  (12+ messages)

[PATCH] weston-init: Allow use of weston without input devices
 2020-03-11 18:39 UTC  (4+ messages)

[hch-block:remove-dma-mask-indirection 2/2] arch/sparc/kernel/pci.c:332:5: error: 'struct pci_dev' has no member named 'dma_mask'
 2020-03-11 18:39 UTC 

[PATCH] checkpolicy: Add --werror flag to checkmodule and checkpolicy to treat warnings as errors
 2020-03-11 18:40 UTC  (3+ messages)

[PATCH v2 0/2] buildsys: Fix building with SASL on Windows
 2020-03-11 18:38 UTC  (2+ messages)

[PATCH] i18n: unmark a message in rebase.c
 2020-03-11 18:39 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] meson: Strip quotes from BR2_ENDIAN
 2020-03-11 18:38 UTC 

[PATCH 0/2] Fix 2.26.0 rebase regression and documentation shortcoming
 2020-03-11 18:38 UTC  (4+ messages)
` [PATCH 1/2] sequencer: clear CHERRY_PICK_HEAD upon dropping a become-empty commit

[PATCH V2] gpio: brcmstb: support gpio-line-names property
 2020-03-11 18:38 UTC  (4+ messages)

[PATCH v2 00/66] KVM: x86: Introduce KVM cpu caps
 2020-03-11 18:37 UTC  (4+ messages)

[PATCH v3] ima: add a new CONFIG for loading arch-specific policies
 2020-03-11 18:35 UTC  (3+ messages)

[PATCH net-next v2 0/6] RED: Introduce an ECN tail-dropping mode
 2020-03-11 18:36 UTC  (3+ messages)
` [PATCH net-next v2 3/6] net: sched: "

[PATCH v3 3/4] dt-bindings: convert mtk-quadspi binding doc for spi-mtk-nor
 2020-03-11 18:35 UTC  (6+ messages)
` Applied "dt-bindings: convert mtk-quadspi binding doc for spi-mtk-nor" to the spi tree

[PATCH] spi: Stop selecting MTD_SPI_NOR for SPI_HISI_SFC_V3XX
 2020-03-11 18:35 UTC  (4+ messages)
` Applied "spi: Stop selecting MTD_SPI_NOR for SPI_HISI_SFC_V3XX" to the spi tree

[dpdk-dev] Coverity scan
 2020-03-11 18:35 UTC  (4+ messages)

new file mode 160000
 2020-03-11 18:35 UTC  (5+ messages)

[PATCH hmm 0/8] Various error case bug fixes for hmm_range_fault()
 2020-03-11 18:35 UTC  (9+ messages)
` [PATCH hmm 1/8] mm/hmm: add missing unmaps of the ptep during hmm_vma_handle_pte()
` [PATCH hmm 2/8] mm/hmm: don't free the cached pgmap while scanning
` [PATCH hmm 3/8] mm/hmm: do not call hmm_vma_walk_hole() while holding a spinlock
` [PATCH hmm 4/8] mm/hmm: add missing pfns set to hmm_vma_walk_pmd()
` [PATCH hmm 5/8] mm/hmm: add missing call to hmm_range_need_fault() before returning EFAULT
` [PATCH hmm 6/8] mm/hmm: reorganize how !pte_present is handled in hmm_vma_handle_pte()
` [PATCH hmm 7/8] mm/hmm: return -EFAULT when setting HMM_PFN_ERROR on requested valid pages
` [PATCH hmm 8/8] mm/hmm: add missing call to hmm_pte_need_fault in HMM_PFN_SPECIAL handling

[Xen-devel] [PATCH] x86/vvmx: Fix deadlock with MSR bitmap merging
 2020-03-11 18:34 UTC 

[PATCH] mem-prealloc: initialize cond and mutex
 2020-03-11 18:34 UTC  (8+ messages)
      ` Re: [PATCH] mem-prealloc: initialize cond and mutex(Internet mail)
        `  "

[Patch v1] KVM: x86: Initializing all kvm_lapic_irq fields
 2020-03-11 18:34 UTC 

P2P for DMA-buf
 2020-03-11 18:34 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] lib/scatterlist: add sg_set_dma_addr() function
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[PATCH v2 0/1] avoid failing to load modules after upgrades
 2020-03-11 18:33 UTC  (4+ messages)
` [PATCH v2 1/1] modules: load modules from versioned /var/run dir

[PATCH 00/15] btrfs: read repair/direct I/O improvements
 2020-03-11 18:34 UTC  (25+ messages)
` [PATCH 04/15] btrfs: don't do repair validation for checksum errors
` [PATCH 05/15] btrfs: clarify btrfs_lookup_bio_sums documentation
` [PATCH 06/15] btrfs: rename __readpage_endio_check to check_data_csum
` [PATCH 07/15] btrfs: make btrfs_check_repairable() static
` [PATCH 09/15] btrfs: kill btrfs_dio_private->private
` [PATCH 10/15] btrfs: convert btrfs_dio_private->pending_bios to refcount_t
` [PATCH 11/15] btrfs: put direct I/O checksums in btrfs_dio_private instead of bio
` [PATCH 12/15] btrfs: get rid of one layer of bios in direct I/O
` [PATCH 13/15] btrfs: simplify direct I/O read repair
` [PATCH 14/15] btrfs: get rid of endio_repair_workers
` [PATCH 15/15] btrfs: unify buffered and direct I/O read repair

[RFC PATCH 0/3] sched: Instrument sched domain flags
 2020-03-11 18:33 UTC  (4+ messages)
` [RFC PATCH 1/3] sched/topology: Split out SD_* flags declaration to its own file
` [RFC PATCH 2/3] sched/topology: Define and assign sched_domain flag metadata
` [RFC PATCH 3/3] sched/topology: Verify SD_* flags setup when sched_debug is on

[PATCH] platform/chrome: Update cros_ec_commands.h to latest ec commands
 2020-03-11 18:32 UTC 

[PATCH] mm: clear 1G pages with streaming stores on x86
 2020-03-11 18:32 UTC  (10+ messages)

[Intel-gfx] [PATCH v3] drm/i915: Add missing HDMI audio pixel clocks for gen12
 2020-03-11 18:32 UTC  (2+ messages)

[PATCH RFC 0/4] KVM: MIPS: Provide arch-specific kvm_flush_remote_tlbs()
 2020-03-11 18:32 UTC  (3+ messages)

[PATCH] coreutils: Fix -dev package dependencies
 2020-03-11 18:31 UTC  (3+ messages)

[PATCH v3] ARM: smp: add support for per-task stack canaries
 2020-03-11 18:31 UTC  (5+ messages)

[PATCH] io_uring: fix truncated async read/readv and write/writev retry
 2020-03-11 18:30 UTC 

[PATCH] KVM: VMX: access regs array in vmenter.S in its natural order
 2020-03-11 18:29 UTC  (4+ messages)

[PATCH 5.5 000/189] 5.5.9-stable review
 2020-03-11 18:28 UTC  (10+ messages)

[PATCH V1 00/13] Miscellaneous fixes for resctrl selftests
 2020-03-11 18:22 UTC  (22+ messages)
` [PATCH V1 01/13] selftests/resctrl: Fix feature detection
` [PATCH V1 09/13] selftests/resctrl: Modularize fill_buf for new CAT test case
` [PATCH V1 11/13] selftests/resctrl: Change Cache Quality Monitoring (CQM) test

[RFC PATCH v2] libsepol/cil: raise default attrs_expand_size to 2
 2020-03-11 18:29 UTC  (3+ messages)

[PATCH 5.5 000/190] 5.5.9-rc2 review
 2020-03-11 18:27 UTC  (2+ messages)

[hch-block:remove-dma-mask-indirection 2/2] drivers/net/ethernet/broadcom/tg3.c:17979:13: error: 'struct pci_dev' has no member named 'dma_mask'; did you mean 'dma_parms'?
 2020-03-11 18:26 UTC 

[Intel-gfx] [RFC 00/12] Per client engine busyness
 2020-03-11 18:26 UTC  (11+ messages)
` [Intel-gfx] [RFC 01/10] drm/i915: Expose list of clients in sysfs
` [Intel-gfx] [RFC 02/10] drm/i915: Update client name on context create
` [Intel-gfx] [RFC 03/10] drm/i915: Make GEM contexts track DRM clients
` [Intel-gfx] [RFC 04/10] drm/i915: Use explicit flag to mark unreachable intel_context
` [Intel-gfx] [RFC 05/10] drm/i915: Track runtime spent in unreachable intel_contexts
` [Intel-gfx] [RFC 06/10] drm/i915: Track runtime spent in closed GEM contexts
` [Intel-gfx] [RFC 07/10] drm/i915: Track all user contexts per client
` [Intel-gfx] [RFC 08/10] drm/i915: Expose per-engine client busyness
` [Intel-gfx] [RFC 09/10] drm/i915: Track context current active time
` [Intel-gfx] [RFC 10/10] drm/i915: Prefer software tracked context busyness

EXTRA_OECMAKE options are ignored #sdk #yocto
 2020-03-11 18:26 UTC  (2+ messages)
` [yocto] "

[PATCH v2 0/7] xfs: fix errors in various verifiers
 2020-03-11 18:25 UTC  (3+ messages)
` [PATCH 1/7] xfs: add a function to deal with corrupt buffers post-verifiers
  ` [PATCH v2 "

WARNING: at refcount.c:190 refcount_sub_and_test_checked+0xac/0xc8 - refcount_t: underflow; use-after-free
 2020-03-11 18:25 UTC  (3+ messages)
` [PATCH] binderfs: use refcount for binder control devices too

[Intel-gfx] [PATCH] drm/i915/gen12: Disable preemption timeout
 2020-03-11 18:25 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gen12: Disable preemption timeout (rev2)

[RFC v2] x86: Select HARDIRQS_SW_RESEND on x86
 2020-03-11 18:24 UTC  (2+ messages)

stable-rc/linux-4.14.y boot: 94 boots: 2 failed, 88 passed with 2 offline, 1 untried/unknown, 1 conflict (v4.14.172-127-gc23e0b0dc693)
 2020-03-11 18:24 UTC 

[hch-block:remove-dma-mask-indirection 2/2] drivers/net/ethernet/broadcom/tg3.c:17979:13: error: no member named 'dma_mask' in 'struct pci_dev'
 2020-03-11 18:24 UTC 

[virtio-dev] Backend libraries for VirtIO device emulation
 2020-03-11 18:18 UTC  (5+ messages)

[Xen-devel] [linux-4.19 test] 148364: regressions - FAIL
 2020-03-11 18:23 UTC 

[PATCH] xfs: Use scnprintf() for avoiding potential buffer overflow
 2020-03-11 18:21 UTC  (2+ messages)

[PATCH v2 1/3] rtc: jz4740: Add support for JZ4760 SoC
 2020-03-11 18:23 UTC  (3+ messages)
` [PATCH v2 2/3] rtc: jz4740: Rename vendor-specific DT properties
` [PATCH v2 3/3] dt-bindings: rtc: Convert and update jz4740-rtc doc to YAML

[PATCH] mm/hugetlb: remove unnecessary memory fetch in PageHeadHuge()
 2020-03-11 18:20 UTC  (2+ messages)

[PATCH 5.4 000/168] 5.4.25-rc3 review
 2020-03-11 18:18 UTC 

[PATCH] scripts/kallsyms: fix wrong kallsyms_relative_base with CONFIG_KALLSYMS_BASE_RELATIVE
 2020-03-11 18:18 UTC  (3+ messages)

[PATCH v4 1/3] x86/tsc_msr: Use named struct initializers
 2020-03-11 18:18 UTC  (2+ messages)

[PATCH v2 0/9] sched: Streamline select_task_rq() & select_task_rq_fair()
 2020-03-11 18:16 UTC  (10+ messages)
` [PATCH v2 1/9] sched/fair: find_idlest_group(): Remove unused sd_flag parameter
` [PATCH v2 2/9] sched/debug: Make sd->flags sysctl read-only
` [PATCH v2 3/9] sched: Remove checks against SD_LOAD_BALANCE
` [PATCH v2 4/9] sched/topology: Kill SD_LOAD_BALANCE
` [PATCH v2 5/9] sched: Add WF_TTWU, WF_EXEC wakeup flags
` [PATCH v2 6/9] sched: Kill select_task_rq()'s sd_flag parameter
` [PATCH v2 7/9] sched/fair: Dissociate wakeup decisions from SD flag value
` [PATCH v2 8/9] sched/fair: Split select_task_rq_fair want_affine logic
` [PATCH v2 9/9] sched/topology: Define and use shortcut pointers for wakeup sd_flag scan

[PATCH] checkpolicy: Treat invalid characters as an error
 2020-03-11 18:18 UTC  (3+ messages)

[PATCH net-next 0/5] add phylink support for PCS
 2020-03-11 18:16 UTC  (6+ messages)

[PATCH v3] dt-bindings: display: convert rockchip vop bindings to yaml
 2020-03-11 18:15 UTC  (3+ messages)

[PATCH v17 09/12] PCI/AER: Allow clearing Error Status Register in FF mode
 2020-03-11 18:12 UTC  (2+ messages)

[PATCH v2] staging: rtl8192u: r8192U_wx: use netdev_warn() instead of printk()
 2020-03-11 18:15 UTC  (7+ messages)
` [Outreachy kernel] "

[RFC V3 PATCH 0/2] selinux-testsuite: Use native filesystem for tests
 2020-03-11 18:14 UTC  (7+ messages)

[PATCH 2/3] Makefile: add -fno-semantic-interposition
 2020-03-11 18:14 UTC  (7+ messages)
` [V4] libselinux: drop dso.h

Trying to use Coccinelle
 2020-03-11 18:11 UTC 

[PATCH 00/11] Introduce Zone Append for writing to zoned block devices
 2020-03-11 18:11 UTC  (3+ messages)
` [PATCH 03/11] block: introduce bio_add_append_page

[PATCH v2 0/5] ntb perf, ntb tool and ntb-hw improvements
 2020-03-11 18:11 UTC  (4+ messages)
` [PATCH v2 2/5] ntb_perf: send command in response to EAGAIN

[PATCH 5.4 000/168] 5.4.25-stable review
 2020-03-11 18:09 UTC  (7+ messages)

[PATCH 0/2] ASoC: qdsp6: fix default FE dais and routings
 2020-03-11 18:04 UTC  (6+ messages)
` [PATCH 1/2] ASoC: qdsp6: q6asm-dai: only enable dais from device tree
` [PATCH 2/2] ASoC: qdsp6: q6routing: remove default routing

[GSOC] [PATCH] replace test -f with test_path_is_file
 2020-03-11 18:06 UTC 

[PATCH 0/6] arm64: gcc asm flag outputs
 2020-03-11 18:04 UTC  (7+ messages)
` [PATCH 1/6] arm64: Add asm/ccset.h header
` [PATCH 2/6] arm64: uaccess: Use named asm operands for __in_range
` [PATCH 3/6] arm64: uaccess: Untie the input address in __range_ok
` [PATCH 4/6] arm64: uaccess: Use asm/ccset.h macros "
` [PATCH 5/6] arm64: archrandom: Use asm/ccset.h macros in __arm64_rndr
` [PATCH 6/6] arm64: Hoist CONFIG option out of ALTERNATIVE in uaccess.h

[Xen-devel] nvmx deadlock with MSR bitmaps
 2020-03-11 18:04 UTC 

[PATCH v5 00/11] Actions S700 SoC support
 2020-03-11 18:04 UTC  (12+ messages)
` [PATCH v5 01/11] arm: actions: Add common framework for Actions Owl Semi SoCs
` [PATCH v5 02/11] arm: actions: rename sysmap-s900 to sysmap-owl
` [PATCH v5 03/11] arm: dts: sync dts for Action Semi S900
` [PATCH v5 04/11] arm: dts: actions: s900: add u-boot specific dtsi file
` [PATCH v5 05/11] clk: actions: Add common clock driver
` [PATCH v5 06/11] serial: actions: add uart support for s700
` [PATCH v5 07/11] arm: actions: add S700 SoC device tree
` [PATCH v5 08/11] arm: dts: actions: s700: add u-boot specific dtsi file
` [PATCH v5 09/11] arm: add support Actions Semi S700
` [PATCH v5 10/11] arm: add Cubieboard7 board support
` [PATCH v5 11/11] doc: boards: add Cubieboard7 documentation

[PATCH v3 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
 2020-03-11 18:03 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/4] Introduce the NVMM impl

[PATCH] fs_parse: Remove pr_notice() about each validation
 2020-03-11 18:03 UTC  (2+ messages)

[Intel-gfx] [PATCH 01/12] drm/i915/selftests: Add request throughput measurement to perf
 2020-03-11 18:03 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [01/12] "

[RFC PATCH 1/2] drm/sched: implement drm_sched_entity_num_jobs
 2020-03-11 18:03 UTC  (6+ messages)
` [RFC PATCH 2/2] drm/amdgpu: disable gpu load balancer for vcn jobs

Applied "ASoC: zte: zx-tdm: remove redundant variables dev" to the asoc tree
 2020-03-11 18:00 UTC  (2+ messages)

[PATCH] oslib-posix: initialize mutex and condition variable
 2020-03-11 18:00 UTC  (3+ messages)

[PATCH v3] ASoC: dt-bindings: stm32: convert spdfirx to json-schema
 2020-03-11 17:59 UTC  (4+ messages)
` Applied "ASoC: dt-bindings: stm32: convert spdfirx to json-schema" to the asoc tree

[PATCH v3 3/3] sysv: linux: Pass 64-bit version of semctl syscall
 2020-03-11 17:59 UTC  (2+ messages)
    ` asm-generic based msgctl (was Re: [PATCH v3 3/3] sysv: linux: Pass 64-bit version of semctl syscall)

[PATCH v7 0/6] Add new series Micron SPI NAND devices
 2020-03-11 17:57 UTC  (14+ messages)
` [PATCH v7 1/6] mtd: spinand: micron: Generalize the OOB layout structure and function names
` [PATCH v7 2/6] mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGD
` [PATCH v7 3/6] mtd: spinand: micron: Add new Micron SPI NAND devices
` [PATCH v7 4/6] mtd: spinand: micron: identify SPI NAND device with Continuous Read mode
` [PATCH v7 5/6] mtd: spinand: micron: Add M70A series Micron SPI NAND devices
` [PATCH v7 6/6] mtd: spinand: micron: Add new Micron SPI NAND devices with multiple dies

[Xen-devel] [XEN PATCH 0/2] Fix installation of python scripts
 2020-03-11 17:59 UTC  (3+ messages)
` [Xen-devel] [XEN PATCH 1/2] tools/python: Fix install-wrap
` [Xen-devel] [XEN PATCH 2/2] tools: Use INSTALL_PYTHON_PROG

[Intel-gfx] [PATCH v2] drm/i915/gem: Take a copy of the engines for context_barrier_task
 2020-03-11 17:58 UTC  (2+ messages)
` [Intel-gfx] [PATCH] "

[PATCH] btrfs: Optimise space flushing machinery
 2020-03-11 17:59 UTC  (4+ messages)

[PATCH] mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations
 2020-03-11 17:58 UTC  (4+ messages)


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.