All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-30 23:05:37 to 2022-03-31 00:07:49 UTC [more...]

[RFC PATCH 0/5] Apple Macs machine-level ASoC driver
 2022-03-31  0:04 UTC  (11+ messages)
` [RFC PATCH 1/5] dt-bindings: sound: Add Apple Macs sound system
` [RFC PATCH 2/5] HACK: ASoC: Add card->filter_controls hook
` [RFC PATCH 3/5] HACK: ASoC: Tolerate N-cpus-to-M-codecs links
` [RFC PATCH 4/5] ASoC: Introduce snd_soc_of_get_dai_link_cpus
` [RFC PATCH 5/5] ASoC: Add macaudio machine driver

[PATCH v7] target/riscv: Add isa extenstion strings to the device tree
 2022-03-31  0:07 UTC  (2+ messages)

[PATCH v7 00/12] Improve PMU support
 2022-03-31  0:01 UTC  (15+ messages)
` [PATCH v7 01/12] target/riscv: Fix PMU CSR predicate function
` [PATCH v7 02/12] target/riscv: Implement PMU CSR predicate function for S-mode
` [PATCH v7 03/12] target/riscv: pmu: Rename the counters extension to pmu
` [PATCH v7 04/12] target/riscv: pmu: Make number of counters configurable
` [PATCH v7 05/12] target/riscv: Implement mcountinhibit CSR
` [PATCH v7 06/12] target/riscv: Add support for hpmcounters/hpmevents
` [PATCH v7 07/12] target/riscv: Support mcycle/minstret write operation
` [PATCH v7 08/12] target/riscv: Add sscofpmf extension support
` [PATCH v7 09/12] target/riscv: Simplify counter predicate function
` [PATCH v7 10/12] target/riscv: Add few cache related PMU events
` [PATCH v7 11/12] hw/riscv: virt: Add PMU DT node to the device tree
` [PATCH v7 12/12] target/riscv: Update the privilege field for sscofpmf CSRs

[PATCH] fbdev: defio: fix the pagelist corruption
 2022-03-31  0:06 UTC  (8+ messages)

[linux-nvme:nvme-5.18] BUILD SUCCESS a4a6f3c8f61c3cfbda4998ad94596059ad7e4332
 2022-03-31  0:03 UTC 

[PATCH bpf 0/4] introduce HAVE_ARCH_HUGE_VMALLOC_FLAG for bpf_prog_pack
 2022-03-31  0:04 UTC  (10+ 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

[RFC PATCH v5 000/104] KVM TDX basic feature support
 2022-03-31  0:03 UTC  (5+ messages)
` [RFC PATCH v5 008/104] KVM: TDX: Add a function to initialize TDX module

[PATCH-for-7.1] hw/tpm/tpm_tis: Avoid eventual read overrun
 2022-03-30 23:57 UTC 

[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

RTT-PROBE: lore-subspace-rtt
 2022-03-30 23:57 UTC 

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

RTT-PROBE: lore-subspace-rtt
 2022-03-30 23:47 UTC 

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

[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

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

[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 

RTT-PROBE: lore-subspace-rtt
 2022-03-30 23:37 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)

[Intel-gfx] [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
  `  "
` [PATCH 02/15] drm/i915/xehp: "
  ` [Intel-gfx] "
` [Intel-gfx] [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
  `  "
` [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
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 07/15] drm/i915: Move XEHPSDV_TILE0_ADDR_RANGE to GT register header
  `  "
` [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
  ` [Intel-gfx] "
` [Intel-gfx] [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
  `  "
` [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
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 14/15] drm/i915: Define multicast registers as a new type
  `  "
` [PATCH 15/15] drm/i915/xehp: Eliminate shared/implicit steering
  ` [Intel-gfx] "
` [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

RTT-PROBE: lore-subspace-rtt
 2022-03-30 23:27 UTC 

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

RTT-PROBE: lore-subspace-rtt
 2022-03-30 23:16 UTC 

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

RTT-PROBE: lore-subspace-rtt
 2022-03-30 23:06 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.