All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-30 22:45:40 to 2022-03-31 00:00:49 UTC [more...]

[PATCH bpf 0/4] introduce HAVE_ARCH_HUGE_VMALLOC_FLAG for bpf_prog_pack
 2022-03-31  0:00 UTC  (9+ messages)
` [PATCH bpf 1/4] x86: disable HAVE_ARCH_HUGE_VMALLOC
` [PATCH bpf 2/4] vmalloc: introduce HAVE_ARCH_HUGE_VMALLOC_FLAG
` [PATCH bpf 3/4] x86: select HAVE_ARCH_HUGE_VMALLOC_FLAG for X86_64
` [PATCH bpf 4/4] bpf: use __vmalloc_node_range() with VM_TRY_HUGE_VMAP for bpf_prog_pack

[PATCH v5 00/45] Transactional block-graph modifying API
 2022-03-30 21:29 UTC  (46+ messages)
` [PATCH v5 01/45] block: BlockDriver: add .filtered_child_is_backing field
` [PATCH v5 02/45] block: introduce bdrv_open_file_child() helper
` [PATCH v5 03/45] block/blklogwrites: don't care to remove bs->file child on failure
` [PATCH v5 04/45] test-bdrv-graph-mod: update test_parallel_perm_update test case
` [PATCH v5 05/45] tests-bdrv-drain: bdrv_replace_test driver: declare supports_backing
` [PATCH v5 06/45] test-bdrv-graph-mod: fix filters to be filters
` [PATCH v5 07/45] block: document connection between child roles and bs->backing/bs->file
` [PATCH v5 08/45] block/snapshot: stress that we fallback to primary child
` [PATCH v5 09/45] Revert "block: Let replace_child_noperm free children"
` [PATCH v5 10/45] Revert "block: Let replace_child_tran keep indirect pointer"
` [PATCH v5 11/45] Revert "block: Restructure remove_file_or_backing_child()"
` [PATCH v5 12/45] Revert "block: Pass BdrvChild ** to replace_child_noperm"
` [PATCH v5 13/45] block: Manipulate bs->file / bs->backing pointers in .attach/.detach
` [PATCH v5 14/45] block/snapshot: drop indirection around bdrv_snapshot_fallback_ptr
` [PATCH v5 15/45] block: refactor bdrv_remove_file_or_backing_child to bdrv_remove_child
` [PATCH v5 16/45] block: drop bdrv_detach_child()
` [PATCH v5 17/45] block: drop bdrv_remove_filter_or_cow_child
` [PATCH v5 18/45] block: bdrv_refresh_perms(): allow external tran
` [PATCH v5 19/45] block: refactor bdrv_list_refresh_perms to allow any list of nodes
` [PATCH v5 20/45] block: make permission update functions public
` [PATCH v5 21/45] block: add bdrv_try_set_aio_context_tran transaction action
` [PATCH v5 22/45] block: implemet bdrv_unref_tran()
` [PATCH v5 23/45] blockdev: refactor transaction to use Transaction API
` [PATCH v5 24/45] blockdev: transactions: rename some things
` [PATCH v5 25/45] blockdev: qmp_transaction: refactor loop to classic for
` [PATCH v5 26/45] blockdev: transaction: refactor handling transaction properties
` [PATCH v5 27/45] blockdev: qmp_transaction: drop extra generic layer
` [PATCH v5 28/45] qapi: block: add blockdev-del transaction action
` [PATCH v5 29/45] block: introduce BDRV_O_NOPERM flag
` [PATCH v5 30/45] block: bdrv_insert_node(): use BDRV_O_NOPERM
` [PATCH v5 31/45] qapi: block: add blockdev-add transaction action
` [PATCH v5 32/45] iotests: add blockdev-add-transaction
` [PATCH v5 33/45] block-backend: blk_root(): drop const specifier on return type
` [PATCH v5 34/45] block/export: add blk_by_export_id()
` [PATCH v5 35/45] block: make bdrv_find_child() function public
` [PATCH v5 36/45] block: bdrv_replace_child_bs(): move to external transaction
` [PATCH v5 37/45] qapi: add x-blockdev-replace command
` [PATCH v5 38/45] qapi: add x-blockdev-replace transaction action
` [PATCH v5 39/45] block: bdrv_get_xdbg_block_graph(): report export ids
` [PATCH v5 40/45] iotests.py: qemu_img_create: use imgfmt by default
` [PATCH v5 41/45] iotests.py: introduce VM.assert_edges_list() method
` [PATCH v5 42/45] iotests.py: add VM.qmp_check() helper
` [PATCH v5 43/45] iotests: add filter-insertion
` [PATCH v5 44/45] block: bdrv_open_inherit: create BlockBackend only when necessary
` [PATCH v5 45/45] block/copy-before-write: correct permission scheme

[PATCH V7 00/10] CXL: Read CDAT and DSMAS data from the device
 2022-03-30 23:59 UTC  (11+ messages)
` [PATCH V7 01/10] PCI: Add vendor ID for the PCI SIG
` [PATCH V7 02/10] PCI: Replace magic constant for PCI Sig Vendor ID
` [PATCH V7 03/10] PCI: Create PCI library functions in support of DOE mailboxes
` [PATCH V7 04/10] cxl/pci: Create auxiliary devices for each DOE mailbox
` [PATCH V7 05/10] cxl/pci: Create DOE auxiliary driver
` [PATCH V7 06/10] cxl/pci: Find the DOE mailbox which supports CDAT
` [PATCH V7 07/10] cxl/mem: Read CDAT table
` [PATCH V7 08/10] cxl/cdat: Introduce cxl_cdat_valid()
` [PATCH V7 09/10] cxl/mem: Retry reading CDAT on failure
` [PATCH V7 10/10] cxl/port: Parse out DSMAS data from CDAT table

[PATCH 00/52] mips: octeon: Add ethernet support
 2022-03-30 23:56 UTC  (2+ messages)

[Intel-gfx] [PATCH v5 0/2] Splitting intel-gtt calls for non-x86 platforms
 2022-03-30 23:53 UTC  (4+ messages)
` [Intel-gfx] [PATCH v5 1/2] drm/i915/gt: Split intel-gtt functions by arch
` [Intel-gfx] [PATCH v5 2/2] drm/i915: Require INTEL_GTT to depend on X86
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Splitting intel-gtt calls for non-x86 platforms (rev5)

[PATCH] KVM: MMU: propagate alloc_workqueue failure
 2022-03-30 23:51 UTC  (2+ messages)

[PATCH] mm: page_alloc: validate buddy before check its migratetype
 2022-03-30 23:48 UTC  (3+ messages)

[PATCH 1/3] RISC-V: defconfig: Drop redundant SBI HVC and earlycon
 2022-03-30 23:47 UTC  (6+ messages)
` [PATCH 2/3] RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n
` [PATCH 3/3] RISC-V: defconfigs: Re-order CONFIG_DEBUG_MISC

[sched/fair] ddb3b1126f: hackbench.throughput -25.9% regression
 2022-03-30 23:48 UTC  (3+ messages)

[Patch v2 0/3] mm/memcg: some cleanup for mem_cgroup_iter()
 2022-03-30 23:47 UTC  (8+ messages)
` [Patch v2 1/3] mm/memcg: set memcg after css verified and got reference
` [Patch v2 2/3] mm/memcg: set pos explicitly for reclaim and !reclaim
` [Patch v2 3/3] mm/memcg: move generation assignment and comparison together

[libvirt test] 169009: regressions - FAIL
 2022-03-30 23:46 UTC 

[PATCH 0/2] Remove '-mno-global-merge' from KBUILD_CFLAGS
 2022-03-30 23:45 UTC  (6+ messages)
` [PATCH 1/2] kbuild: Remove '-mno-global-merge'
` [PATCH 2/2] Revert "um: clang: Strip out -mno-global-merge from USER_CFLAGS"

Regarding to how ksmbd handles sector size request from windows cllient
 2022-03-30 23:44 UTC  (4+ messages)

[syzbot] possible deadlock in p9_write_work
 2022-03-30 23:43 UTC  (7+ messages)

[PATCH 0/6] Importing and exporting stashes to refs
 2022-03-30 23:44 UTC  (5+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] builtin/stash: provide a way to export stashes to a ref

[PATCHv7 00/30] TDX Guest: TDX core support
 2022-03-30 23:44 UTC  (7+ messages)
` [PATCHv7 21/30] x86/acpi, x86/boot: Add multiprocessor wake-up support

[PATCH v1 00/24] H.264 Field Decoding Support for Frame-based Decoders
 2022-03-30 23:43 UTC  (6+ messages)
` [PATCH v1 22/24] media: hantro: h264: Make dpb entry management more robust

[PATCH v3 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-03-30 23:42 UTC  (4+ messages)
` [PATCH v3 10/11] KVM: x86/MMU: Require reboot permission to disable NX hugepages

linux-next: manual merge of the kvm tree with Linus' tree
 2022-03-30 23:42 UTC 

[PATCH v3 3/3] object-info: add option for retrieving object info
 2022-03-30 23:42 UTC  (2+ messages)

stable-rc/queue/5.10 build: 185 builds: 3 failed, 182 passed, 4 errors, 10 warnings (v5.10.109-22-ge3a27d59f151)
 2022-03-30 23:41 UTC 

[PATCH net v3 00/14] docs: update and move the netdev-FAQ
 2022-03-30 23:40 UTC  (3+ messages)
` [PATCH net v3 08/14] docs: netdev: rephrase the 'should I update patchwork' question

[xen-4.16-testing test] 168993: regressions - FAIL
 2022-03-30 23:39 UTC 

[Intel-gfx] [PATCH v4 0/2] Splitting intel-gtt calls for non-x86 platforms
 2022-03-30 23:32 UTC  (4+ messages)
` [Intel-gfx] [PATCH v4 1/2] drm/i915/gt: Split intel-gtt functions by arch
` [Intel-gfx] [PATCH v4 2/2] drm/i915: Require INTEL_GTT to depend on X86
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Splitting intel-gtt calls for non-x86 platforms (rev4)

[PATCH 00/15] i915: Explicit handling of multicast registers
 2022-03-30 23:31 UTC  (33+ messages)
` [Intel-gfx] "
` [PATCH 01/15] drm/i915/gen8: Create separate reg definitions for new MCR registers
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 02/15] drm/i915/xehp: "
  `  "
` [PATCH 03/15] drm/i915/gt: Drop a few unused register definitions
  ` [Intel-gfx] "
` [PATCH 04/15] drm/i915/gt: Correct prefix on a few registers
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 05/15] drm/i915/xehp: Check for faults on all mslices
  `  "
` [Intel-gfx] [PATCH 06/15] drm/i915: Drop duplicated definition of XEHPSDV_FLAT_CCS_BASE_ADDR
  `  "
` [PATCH 07/15] drm/i915: Move XEHPSDV_TILE0_ADDR_RANGE to GT register header
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 08/15] drm/i915: Define MCR registers explicitly
  `  "
` [Intel-gfx] [PATCH 09/15] drm/i915/gt: Move multicast register handling to a dedicated file
  `  "
` [PATCH 10/15] drm/i915/gt: Cleanup interface for MCR operations
  ` [Intel-gfx] "
` [PATCH 11/15] drm/i915/gt: Always use MCR functions on multicast registers
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 12/15] drm/i915/guc: Handle save/restore of MCR registers explicitly
  `  "
` [Intel-gfx] [PATCH 13/15] drm/i915/gt: Add MCR-specific workaround initializers
  `  "
` [PATCH 14/15] drm/i915: Define multicast registers as a new type
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 15/15] drm/i915/xehp: Eliminate shared/implicit steering
  `  "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for i915: Explicit handling of multicast registers

[PATCH 1/3] soc: mediatek: pwrap: Use readx_poll_timeout() instead of custom function
 2022-03-30 23:29 UTC  (4+ messages)

[GIT PULL] io_uring updates for 5.18-rc1
 2022-03-30 23:30 UTC  (8+ messages)

[PATCH 0/4] branch --recurse-submodules: Bug fixes and clean ups
 2022-03-30 23:29 UTC  (4+ messages)
` [PATCH 1/4] branch: support more tracking modes when recursing

[RFC PATCH] mips: dts: add initial support for ls1c300 SoC
 2022-03-30 23:24 UTC  (2+ messages)

New CVE entries this week
 2022-03-30 23:22 UTC 

[PATCH 0/5] nSVM: L1 -> L2 event injection fixes and a self-test
 2022-03-30 23:20 UTC  (5+ messages)
` [PATCH 3/5] KVM: nSVM: Don't forget about L1-injected events

[PATCH v6 0/8] Add support for the eDP panel over aux_bus
 2022-03-30 23:19 UTC  (4+ messages)
` [PATCH v6 1/8] drm/msm/dp: Add eDP support via aux_bus

[GIT PULL] Please pull NFS client changes for Linux 5.18
 2022-03-30 23:18 UTC  (6+ messages)

[PATCH] taprio: replace usage of found with dedicated list iterator variable
 2022-03-30 23:15 UTC  (2+ messages)

fixes for handling of split direct I/O bios
 2022-03-30 23:14 UTC  (5+ messages)
` [PATCH 1/2] btrfs: fix direct I/O read repair for split bios

[PATCH] riscv: Rename "sp_in_global" to "current_stack_pointer"
 2022-03-30 23:12 UTC  (3+ messages)

DRM Master ignoring hotplug event during display switching (QT)
 2022-03-30 23:11 UTC  (6+ messages)

[PATCH v3] irq: consider cpus on nodes are unbalanced
 2022-03-30 23:09 UTC  (3+ messages)

[PATCH 0/3] mm/memcg: some cleanup for mem_cgroup_iter()
 2022-03-30 23:04 UTC  (5+ messages)
` [PATCH 3/3] mm/memcg: move generation assignment and comparison together

[PATCH 0/7] vhost-vdpa multiqueue fixes
 2022-03-30 23:03 UTC  (9+ messages)
` [PATCH 7/7] vhost-vdpa: backend feature should set only once

[PATCH] Bluetooth: btintel: Constify static struct regmap_bus
 2022-03-30 23:03 UTC  (2+ messages)
`  "

[PATCH] drm/amd/display: protect remaining FPU-code calls on dcn3.1.x
 2022-03-30 23:02 UTC  (3+ messages)

[meta-oe][PATCH 1/2] wxwidgets: 3.1.4 -> 3.1.5
 2022-03-30 23:01 UTC  (3+ messages)
` [meta-python][PATCH 2/2] python3-wxgtk4: add recipe
  ` [oe] "

[PATCH] VFS: filename_create(): fix incorrect intent
 2022-03-30 22:59 UTC  (3+ messages)

[Intel-gfx] [PATCH v4 RFC] drm/i915/uapi: Add DRM_I915_QUERY_GEOMETRY_SUBSLICES
 2022-03-30 22:58 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/uapi: Add DRM_I915_QUERY_GEOMETRY_SUBSLICES (rev4)

[ovmf test] 169004: regressions - FAIL
 2022-03-30 22:57 UTC 

[PATCH] CHROMIUM: arm64: dts: qcom: Add sc7180-gelarshie
 2022-03-30 22:57 UTC  (3+ messages)

[PATCH][dunfell] zlib: backport the fix for CVE-2018-25032
 2022-03-30 22:57 UTC  (4+ messages)
` [OE-core] "

[OE-core] [PATCH 1/2] kmod: Add an exclude directive to depmod
 2022-03-30 22:57 UTC 

[Bug 215781] New: Highmem support broken on kernels greater 5.15.x on ppc32?
 2022-03-30 22:55 UTC  (4+ messages)
` [Bug 215781] "

[PATCH] app/testpmd: fix use of indirect action after port close
 2022-03-30 22:56 UTC  (3+ messages)

[PATCH v4] tracking branches: add advice to ambiguous refspec error
 2022-03-30 22:51 UTC  (7+ messages)
` [PATCH v5] "

[Buildroot] [PATCH 1/1] package/pkg-python.mk: fix PEP517 purelib deployment path
 2022-03-30 22:53 UTC  (11+ messages)

[PATCH 1/2] stddef: Introduce struct_group() helper macro
 2022-03-30 22:53 UTC  (6+ messages)
` [PATCH 2/2] skbuff: Extract list pointers to silence compiler warnings

[PATCH v2] cli: add -v and -h shorthands
 2022-03-30 22:50 UTC  (3+ messages)

[helgaas-pci:for-linus 4/4] drivers/pci/controller/pci-hyperv.c:1486:9: error: implicit declaration of function 'hv_set_msi_entry_from_desc'
 2022-03-30 22:50 UTC  (3+ messages)

[PATCH] uapi/linux/stddef.h: add include guards
 2022-03-30 22:48 UTC  (3+ messages)

[PATCH v2] fetch —object-info-format: client option for object-info
 2022-03-30 22:47 UTC  (7+ messages)
` [PATCH v3 0/3] object-info: add option for retrieving object info
  ` [PATCH v3 3/3] "

[PATCH] rcu: Put the irq work into hard interrupt context for execution
 2022-03-30 22:47 UTC  (3+ messages)

[GIT PULL] parisc architecture updates for v5.18-rc1 - part 2
 2022-03-30 22:47 UTC  (2+ messages)

[GIT PULL] Modules fixes for v5.18-rc1
 2022-03-30 22:47 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] package/pkg-python.mk: fix PEP517 paths
 2022-03-30 22:45 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.