All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-23 09:38:38 to 2020-03-23 10:33:22 UTC [more...]

[PATCH] libblkid: Add support for zonefs
 2020-03-23 10:33 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/8] drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace period
 2020-03-23 10:32 UTC  (11+ messages)
` [Intel-gfx] [PATCH 2/8] drm/i915: Avoid live-lock with i915_vma_parked()
` [Intel-gfx] [PATCH 3/8] drm/i915: Extend intel_wakeref to support delayed puts
  ` [Intel-gfx] [PATCH] "
` [Intel-gfx] [PATCH 4/8] drm/i915/gt: Delay release of engine-pm after last retirement
` [Intel-gfx] [PATCH 5/8] drm/i915: Rely on direct submission to the queue

[PATCH v4 0/3] Acceptance test: Extension of migration tests
 2020-03-23 10:30 UTC  (3+ messages)
` [PATCH v4 2/3] Acceptance test: provides new functions
` [PATCH v4 3/3] Acceptance test: provides to use RDMA transport for migration test

[PATCH] RISC-V: Move all address space definition macros to one place
 2020-03-23 10:31 UTC  (5+ messages)

[Qemu-devel] [PATCH v5 00/10] Misc fixes to pvrdma device
 2020-03-23 10:30 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 07/10] hw/rdma: Free all receive buffers when QP is destroyed

[PATCH 0/2] Allow parsing more than one memory node
 2020-03-23 10:31 UTC  (5+ messages)
` [PATCH 1/2] of: base: parse all available memory nodes

Unknown symbol reboot_mode
 2020-03-23 10:27 UTC 

[PATCH 0/3] armv8/ls104xardb: RGMII ports require internal delay
 2020-03-23 10:30 UTC  (5+ messages)
` [PATCH 1/3] net: fman: add support for all RGMII delay modes
` [PATCH 2/3] armv8/ls1043ardb: RGMII ports require internal delay

[U-Boot] Sharing a hardware lab
 2020-03-23 10:30 UTC  (12+ messages)

[PATCH v5 0/3] net: tulip: add checks to avoid OOB access
 2020-03-23 10:28 UTC  (6+ messages)

Outreachy patches caught up on
 2020-03-23 10:28 UTC  (9+ messages)
` [Outreachy kernel] "

[PATCH 1/2] arm: mvebu: clearfog: add SCSI to distro bootcmd
 2020-03-23 10:27 UTC  (6+ messages)
` [PATCH 2/2] arm: mvebu: clearfog: support multiple SATA boot

[f2fs-dev] fstrim does not recognize FSVER=1.13 of F2FS partitions
 2020-03-23 10:27 UTC  (7+ messages)

[PATCH net-next v4] xen networking: add basic XDP support for xen-netfront
 2020-03-23 10:27 UTC  (6+ messages)

[Xen-devel] [PATCH 00/17] Bunch of typesafe conversion
 2020-03-23 10:26 UTC  (4+ messages)
` [Xen-devel] [PATCH 17/17] xen: Switch parameter in get_page_from_gfn to use typesafe gfn

[PATCH] KVM: arm64: Add support for IDSR exits to userspace
 2020-03-23 10:26 UTC  (6+ messages)

[PATCH 00/40] btrfs: qgroup: Use backref cache based backref walk for commit roots
 2020-03-23 10:24 UTC  (41+ messages)
` [PATCH 01/40] btrfs: backref: Introduce the skeleton of btrfs_backref_iter
` [PATCH 02/40] btrfs: backref: Implement btrfs_backref_iter_next()
` [PATCH 03/40] btrfs: relocation: Use btrfs_backref_iter infrastructure
` [PATCH 04/40] btrfs: relocation: Rename mark_block_processed() and __mark_block_processed()
` [PATCH 05/40] btrfs: relocation: Add backref_cache::pending_edge and backref_cache::useless_node members
` [PATCH 06/40] btrfs: relocation: Add backref_cache::fs_info member
` [PATCH 07/40] btrfs: relocation: Make reloc root search specific for relocation backref cache
` [PATCH 08/40] btrfs: relocation: Refactor direct tree backref processing into its own function
` [PATCH 09/40] btrfs: relocation: Refactor indirect "
` [PATCH 10/40] btrfs: relocation: Use wrapper to replace open-coded edge linking
` [PATCH 11/40] btrfs: relocation: Specify essential members for alloc_backref_node()
` [PATCH 12/40] btrfs: relocation: Remove the open-coded goto loop for breadth-first search
` [PATCH 13/40] btrfs: relocation: Refactor the finishing part of upper linkage into finish_upper_links()
` [PATCH 14/40] btrfs: relocation: Refactor the useless nodes handling into its own function
` [PATCH 15/40] btrfs: relocation: Add btrfs_ prefix for backref_node/edge/cache
` [PATCH 16/40] btrfs: Move btrfs_backref_(node|edge|cache) structures to backref.h
` [PATCH 17/40] btrfs: Rename tree_entry to simple_node and export it
` [PATCH 18/40] btrfs: Rename backref_cache_init() to btrfs_backref_cache_init() and move it to backref.c
` [PATCH 19/40] btrfs: Rename alloc_backref_node() to btrfs_backref_alloc_node() and move it backref.c
` [PATCH 20/40] btrfs: Rename alloc_backref_edge() to btrfs_backref_alloc_edge() "
` [PATCH 21/40] btrfs: Rename link_backref_edge() to btrfs_backref_link_edge() and move it backref.h
` [PATCH 22/40] btrfs: Rename free_backref_(node|edge) to btrfs_backref_free_(node|edge) and move them to backref.h
` [PATCH 23/40] btrfs: Rename drop_backref_node() to btrfs_backref_drop_node() and move its needed facilities "
` [PATCH 24/40] btrfs: Rename remove_backref_node() to btrfs_backref_cleanup_node() and move it to backref.c
` [PATCH 25/40] btrfs: Rename backref_cache_cleanup() to btrfs_backref_release_cache() "
` [PATCH 26/40] btrfs: Rename backref_tree_panic() to btrfs_backref_panic(), "
` [PATCH 27/40] btrfs: Rename should_ignore_root() to btrfs_should_ignore_reloc_root() and export it
` [PATCH 28/40] btrfs: relocation: Open-code read_fs_root() for handle_indirect_tree_backref()
` [PATCH 29/40] btrfs: Rename handle_one_tree_block() to btrfs_backref_add_tree_node() and move it to backref.c
` [PATCH 30/40] btrfs: Rename finish_upper_links() to btrfs_backref_finish_upper_links() "
` [PATCH 31/40] btrfs: relocation: Move error handling of build_backref_tree() "
` [PATCH 32/40] btrfs: relocation: Use btrfs_find_all_leaves() to locate parent tree leaves of a data extent
` [PATCH 33/40] btrfs: backref: Only ignore reloc roots for indrect backref resolve if the backref cache is for reloction purpose
` [PATCH 34/40] btrfs: qgroup: Introduce qgroup backref cache
` [PATCH 35/40] btrfs: qgroup: Introduce qgroup_backref_cache_build() function
` [PATCH 36/40] btrfs: qgroup: Introduce a function to iterate through backref_cache to find all parents for specified node
` [PATCH 37/40] btrfs: qgroup: Introduce helpers to get needed tree block info
` [PATCH 38/40] btrfs: qgroup: Introduce verification for function to ensure old roots ulist matches btrfs_find_all_roots() result
` [PATCH 39/40] btrfs: qgroup: Introduce a new function to get old_roots ulist using backref cache
` [PATCH 40/40] btrfs: qgroup: Use backref cache to speed up old_roots search

[PATCH 00/13] microvm: add acpi support
 2020-03-23 10:23 UTC  (4+ messages)
` [PATCH 13/13] microvm/acpi: use GSI 16-23 for virtio

[PATCH v4 00/16] Initial Prefixed Instruction support
 2020-03-23 10:17 UTC  (19+ messages)
` [PATCH v4 03/16] powerpc: Use a datatype for instructions
` [PATCH v4 06/16] powerpc: Use a function for getting the instruction op code
` [PATCH v4 09/16] powerpc: Use a function for reading instructions
` [PATCH v4 13/16] powerpc: Support prefixed instructions in alignment handler
` [PATCH v4 16/16] powerpc sstep: Add support for prefixed fixed-point arithmetic

deprecation of in-tree builds
 2020-03-23 10:20 UTC  (5+ messages)

[meta-virtualization][PATCH] go: Enable different target dir by using variable
 2020-03-23 10:22 UTC  (5+ messages)

Build error on 5.5.10 after activating v4l in .config
 2020-03-23 10:21 UTC  (2+ messages)

[PATCH v8 0/4] qcow2: Implement zstd cluster compression method
 2020-03-23 10:20 UTC  (4+ messages)
` [PATCH v8 3/4] qcow2: add zstd cluster compression

[PATCH iproute2-next 0/2] Support RED ECN nodrop mode
 2020-03-23 10:20 UTC  (4+ messages)
` [PATCH iproute2-next 2/2] tc: q_red: Support 'nodrop' flag

[GIT PULL] oxnas fixes for 5.6
 2020-03-23 10:20 UTC  (2+ messages)

[PATCH] media: pci: Fill v4l2_fmtdesc with designated initializers
 2020-03-23 10:19 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue 49/49] drivers/net/ethernet/intel/igc/igc_diag.c:161 igc_reg_test() error: uninitialized symbol 'b'
 2020-03-23 10:19 UTC  (3+ messages)
`  "

[dpdk-dev] [PATCH v1 00/32] DPDK Trace support
 2020-03-23 10:18 UTC  (5+ messages)
` [dpdk-dev] [PATCH v1 12/32] eal/trace: implement registration payload

[Xen-devel] [PATCH 0/7] x86/ucode: Cleanup and fixes - Part 3/n (Intel)
 2020-03-23 10:17 UTC  (8+ messages)
` [Xen-devel] [PATCH 1/7] x86/ucode: Document the behaviour of the microcode_ops hooks
` [Xen-devel] [PATCH 2/7] x86/ucode/intel: Adjust microcode_sanity_check() to not take void *
` [Xen-devel] [PATCH 3/7] x86/ucode/intel: Remove gratuitous memory allocations from cpu_request_microcode()
` [Xen-devel] [PATCH 4/7] x86/ucode/intel: Reimplement get_{data, total}size() helpers
` [Xen-devel] [PATCH 5/7] x86/ucode/intel: Clean up microcode_update_match()
` [Xen-devel] [PATCH 6/7] x86/ucode/intel: Clean up microcode_sanity_check()
` [Xen-devel] [PATCH 7/7] x86/ucode/intel: Fold structures together

[PATCH v9 0/6] x86/kvm/hyper-v: add support for synthetic debugger
 2020-03-23 10:17 UTC  (8+ messages)
` [PATCH v9 1/6] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH v9 2/6] x86/kvm/hyper-v: Simplify addition for custom cpuid leafs
` [PATCH v9 3/6] x86/hyper-v: Add synthetic debugger definitions
` [PATCH v9 7/6] KVM: selftests: update hyperv_cpuid with SynDBG tests

[PATCH v2] VMCI: Fix NULL pointer dereference on context ptr
 2020-03-23 10:16 UTC  (4+ messages)

[rcu:rcu/next] BUILD REGRESSION 72f26c3be409e0ccd52a48e7f5ffbdbb5cd0a960
 2020-03-23 10:15 UTC 

[PATCH net-next v4 0/2] net: phy: marvell usb to mdio controller
 2020-03-23 10:14 UTC  (3+ messages)
` [PATCH net-next v4 1/2] dt-bindings: net: add marvell usb to mdio bindings
` [PATCH net-next v4 2/2] net: phy: add marvell usb to mdio controller

general protection fault in hfsc_unbind_tcf
 2020-03-23 10:14 UTC 

[Qemu-devel] [PULL 0/9] Vga 20190529 patches
 2020-03-23 10:11 UTC  (3+ messages)
` [Qemu-devel] [PULL 5/9] contrib: add vhost-user-gpu

[PATCH v6 0/5] v4l2-dev/ioctl: Add V4L2_CAP_IO_MC
 2020-03-23 10:12 UTC  (5+ messages)
` [PATCH v6 2/5] media: v4l2: Extend VIDIOC_ENUM_FMT to support MC-centric devices

[PATCH 0/7] tools/kvm_stat: add logfile support
 2020-03-23 10:12 UTC  (4+ messages)

[PATCH v7 0/5] usb: xhci: Add support for Renesas USB controllers
 2020-03-23 10:11 UTC  (6+ messages)
` [PATCH v7 1/5] usb: hci: add hc_driver as argument for usb_hcd_pci_probe
` [PATCH v7 2/5] usb: renesas-xhci: Add the renesas xhci driver
` [PATCH v7 3/5] usb: xhci: Add support for Renesas controller with memory
` [PATCH v7 4/5] usb: renesas-xhci: Add ROM loader for uPD720201
` [PATCH v7 5/5] usb: xhci: provide a debugfs hook for erasing rom

[PATCH v2 0/4] travis-ci: Add a KVM-only s390x job
 2020-03-23 10:11 UTC  (5+ messages)
` [PATCH-for-5.0 v2 2/4] tests/test-util-sockets: Skip test on non-x86 Travis containers

[PATCH v2 1/5] cmd: mvebu: bubt: add A38x support
 2020-03-23 10:11 UTC  (12+ messages)
` [PATCH v2 2/5] cmd: mvebu: bubt: correct U-Boot spelling
` [PATCH v2 3/5] cmd: mvebu: bubt: verify A38x target device type
` [PATCH v2 4/5] arm: mvebu: clearfog: enable bubt command
` [PATCH v2 5/5] cmd: mvebu: bubt: show image boot device

[Outreachy kernel] [PATCH 00/11] Staging: rtl8188eu: hal: Add space around operators
 2020-03-23 10:10 UTC  (7+ messages)
` [Outreachy kernel] [PATCH 01/11] Staging: rtl8188eu: hal_com: "

Build regressions/improvements in v5.6-rc7
 2020-03-23 10:10 UTC 

[PATCH-for-5.0 v2 0/4] tests/docker: Fixes for 5.0
 2020-03-23 10:08 UTC  (5+ messages)
` [PATCH-for-5.0 v2 2/4] tests/docker: Install gcrypt devel package in Debian image

[PATCH v1 1/5] iio: pressure: bmp280: Tolerate IRQ before registering
 2020-03-23 10:08 UTC  (9+ messages)
` [PATCH v1 2/5] iio: pressure: bmp280: Use IIO_DEVICE_ATTR_RO macro

[PATCH] .travis.yml: Add a KVM-only s390x job
 2020-03-23 10:05 UTC  (3+ messages)

[PATCH v1 1/2] i2c: designware: Make master module optional
 2020-03-23 10:04 UTC  (2+ messages)
` [PATCH v1 2/2] i2c: designware: Move configuration routines to respective modules

[Xen-devel] [seabios test] 148853: regressions - FAIL
 2020-03-23 10:03 UTC 

Wrong Perf Backtraces
 2020-03-23 10:03 UTC  (4+ messages)
        `  "

[PATCH net-next] net/mlx5e: Fix actions_match_supported() return
 2020-03-23 10:02 UTC  (4+ messages)

[linux-next:master 4326/10629] drivers/clocksource/timer-vf-pit.c:194: error: unterminated argument list invoking macro "BUG_ON"
 2020-03-23 10:02 UTC  (4+ messages)
` [PATCH] clocksource/drivers/timer-vf-pit: Fix build error

[PATCH 1/2] drm/client: Dual licence the header in GPL-2 and MIT
 2020-03-23 10:01 UTC  (3+ messages)

[PATCH v9 0/9] virtio-iommu: VFIO integration
 2020-03-23  9:59 UTC  (3+ messages)

[PATCH v2] serial: 8250_dw: Fix common clocks usage race condition
 2020-03-23 10:01 UTC  (3+ messages)

[LTP] cpio01_sh testcase failure
 2020-03-23 10:00 UTC 

[PATCH RFC] iommu/virtio: Use page size bitmap supported by endpoint
 2020-03-23  9:59 UTC  (2+ messages)

[PATCH 5/7] x86: remove always-defined CONFIG_AS_SSSE3
 2020-03-23  9:59 UTC  (2+ messages)

[RESEND RFC PATCH 2/8] block: Allow sending a batch of requests from the scheduler to hardware
 2020-03-23  9:58 UTC  (11+ messages)

linux-next: manual merge of the driver-core tree with the drivers-x86 tree
 2020-03-23  9:57 UTC  (2+ messages)

[linux-lvm] when bringing dm-cache online, consumes all memory and reboots
 2020-03-23  9:57 UTC  (3+ messages)

[PATCH] dt-bindings: iio: accel: Add bmi088 accelerometer bindings
 2020-03-23  9:56 UTC  (3+ messages)

linux-next: manual merge of the staging tree with the v4l-dvb tree
 2020-03-23  9:56 UTC  (2+ messages)

[PATCH v2] dt-bindings: iio: accel: Add bmi088 accelerometer bindings
 2020-03-23  9:55 UTC 

[net-next,v1, 0/3] Add additional EHL PCI info and PCI ID
 2020-03-23  9:54 UTC  (2+ messages)

[RFC PATCH v2 0/3] meminfo_extra: introduce meminfo extra
 2020-03-23  9:53 UTC  (5+ messages)
  ` [RFC PATCH v2 3/3] android: ion: include system heap size in "
  ` [RFC PATCH v2 1/3] meminfo_extra: introduce "

[dpdk-dev] [RFC] app/test-flow-perf: add rte_flow perf app
 2020-03-23  9:53 UTC  (5+ messages)

[PATCH 0/7] x86: remove always-defined CONFIG_AS_* options
 2020-03-23  9:52 UTC  (6+ messages)

[LTP] [PATCH 1/2] lib: Implement SAFE_RUN() macro (new API only)
 2020-03-23  9:52 UTC  (4+ messages)
` [LTP] [PATCH 2/2] Use SAFE_RUNCMD()

discard and v2 qcow2 images
 2020-03-23  9:51 UTC  (3+ messages)

[PATCH 0/2] Add coresight support for QCOM SC7180 SoC
 2020-03-23  9:55 UTC  (3+ messages)
` [PATCH 1/2] coresight: etm4x: Add support for Qualcomm "

[PATCH v2 2/2] x86/xen: Make the secondary CPU idle tasks reliable
 2020-03-23  9:48 UTC  (2+ messages)

[MPTCP] Re: [syzkaller] WARNING: CPU: 0 PID: 17298 at net/mptcp/protocol.c:305 mptcp_reset_timer+0x89/0xb0 net/mptcp/protocol.c:305
 2020-03-23  9:47 UTC 

[igt-dev] [PATCH i-g-t v2 0/5] lpsp platform agnostic support
 2020-03-23  9:37 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v2 4/5] tests/i915_pm_lpsp: screens-disabled subtest use igt_wait

[PATCH v5 00/12] ClearFog Base static variant support
 2020-03-23  9:46 UTC  (5+ messages)
` [PATCH v5 05/12] arm: mvebu: clearfog: Add option for 2.5 Gbps SFP

[PATCH v3 0/5] mtd: spi-nor: Add SR 4bit block protection support
 2020-03-23  9:46 UTC  (3+ messages)
` [PATCH v3 4/5] mtd: spi-nor: Add 4bit SR "

[PATCH] PCI: endpoint: functions/pci-epf-test: Avoid DMA release when DMA is unsupported
 2020-03-23  9:45 UTC 

[Intel-gfx] [PATCH 2/4] drm/i915/execlists: Pull tasklet interrupt-bh local to direct submission
 2020-03-23  9:45 UTC  (5+ messages)
` [Intel-gfx] [PATCH] "

[PATCH] tools: gpio: Fix typo in gpio-utils
 2020-03-23  9:44 UTC  (2+ messages)

[PATCH 0/3] Request direct mapping for modem firmware subdevice
 2020-03-23  9:43 UTC  (9+ messages)

[f2fs-dev] [PATCH v3 3/4] f2fs: fix NULL pointer dereference in f2fs_verity_work()
 2020-03-23  9:43 UTC  (2+ messages)
`  "

[PATCH v3 0/3] Acceptance test: Extension of migration tests
 2020-03-23  9:42 UTC  (4+ messages)
` [PATCH v3 2/3] Acceptance test: provides new functions

[GSoC][RFC][Proposal v1] Unify ref-filter formats with other --pretty formats
 2020-03-23  9:42 UTC  (2+ messages)

[Xen-devel] [PATCH 0/5] use new API for Xen page tables
 2020-03-23  9:41 UTC  (6+ messages)
` [Xen-devel] [PATCH 1/5] x86/shim: map and unmap page tables in replace_va_mapping
` [Xen-devel] [PATCH 2/5] x86_64/mm: map and unmap page tables in m2p_mapped
` [Xen-devel] [PATCH 3/5] x86_64/mm: map and unmap page tables in share_hotadd_m2p_table
` [Xen-devel] [PATCH 4/5] x86_64/mm: map and unmap page tables in destroy_compat_m2p_mapping
` [Xen-devel] [PATCH 5/5] x86_64/mm: map and unmap page tables in destroy_m2p_mapping

[PATCH 0/7] bcache patches for Linux v5.7-rc1
 2020-03-23  9:41 UTC  (4+ messages)
` [PATCH 4/7] bcache: make bch_sectors_dirty_init() to be multithreaded

[PATCH v3 0/2] PCI: Add new UniPhier PCIe endpoint driver
 2020-03-23  9:40 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: Add UniPhier PCIe endpoint controller description
` [PATCH v3 2/2] PCI: uniphier: Add Socionext UniPhier Pro5 PCIe endpoint controller driver

MSI interrupt for xhci still lost on 5.6-rc6 after cpu hotplug
 2020-03-23  9:42 UTC  (3+ 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.