All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-16 21:18:16 to 2023-01-16 22:26:02 UTC [more...]

[PATCH 0/6] Enable KFD to use render node BO mappings
 2023-01-16 22:25 UTC  (9+ messages)
` [PATCH 1/6] drm/amdgpu: Generalize KFD dmabuf import
` [PATCH 4/6] drm/amdgpu: Attach eviction fence on alloc
` [PATCH 6/6] drm/amdgpu: Do bo_va ref counting for KFD BOs

CM32181 Bug Report (Linux 6.0+)
 2023-01-16 22:25 UTC  (8+ messages)

[PATCH v7 00/51] Xen support under KVM
 2023-01-16 22:19 UTC  (72+ messages)
` [PATCH v7 01/51] include: import Xen public headers to include/standard-headers/
` [PATCH v7 02/51] xen: add CONFIG_XENFV_MACHINE and CONFIG_XEN_EMU options for Xen emulation
` [PATCH v7 03/51] xen: Add XEN_DISABLED mode and make it default
` [PATCH v7 04/51] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [PATCH v7 05/51] i386/kvm: handle Xen HVM cpuid leaves
` [PATCH v7 06/51] i386/hvm: Set Xen vCPU ID in KVM
` [PATCH v7 07/51] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PATCH v7 08/51] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v7 09/51] i386/xen: handle guest hypercalls
` [PATCH v7 10/51] i386/xen: implement HYPERVISOR_xen_version
` [PATCH v7 11/51] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v7 12/51] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v7 13/51] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v7 14/51] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PATCH v7 15/51] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v7 16/51] i386/xen: implement HYPERVISOR_memory_op
` [PATCH v7 17/51] i386/xen: implement XENMEM_add_to_physmap_batch
` [PATCH v7 18/51] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v7 19/51] i386/xen: implement HYPERVISOR_vcpu_op
` [PATCH v7 20/51] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v7 21/51] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v7 22/51] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v7 23/51] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v7 24/51] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [PATCH v7 25/51] i386/xen: implement HVMOP_set_param
` [PATCH v7 26/51] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v7 27/51] i386/xen: Add support for Xen event channel delivery to vCPU
` [PATCH v7 28/51] hw/xen: Implement EVTCHNOP_status
` [PATCH v7 29/51] hw/xen: Implement EVTCHNOP_close
` [PATCH v7 30/51] hw/xen: Implement EVTCHNOP_unmask
` [PATCH v7 31/51] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v7 32/51] hw/xen: Implement EVTCHNOP_bind_ipi
` [PATCH v7 33/51] hw/xen: Implement EVTCHNOP_send
` [PATCH v7 34/51] hw/xen: Implement EVTCHNOP_alloc_unbound
` [PATCH v7 35/51] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PATCH v7 36/51] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PATCH v7 37/51] hw/xen: Implement EVTCHNOP_reset
` [PATCH v7 38/51] i386/xen: add monitor commands to test event injection
` [PATCH v7 39/51] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PATCH v7 40/51] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [PATCH v7 41/51] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v7 42/51] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v7 43/51] hw/xen: Support mapping grant frames
` [PATCH v7 44/51] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [PATCH v7 45/51] hw/xen: Implement GNTTABOP_query_size
` [PATCH v7 46/51] i386/xen: handle PV timer hypercalls
` [PATCH v7 47/51] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PATCH v7 48/51] i386/xen: handle HVMOP_get_param
` [PATCH v7 49/51] hw/xen: Add backend implementation of interdomain event channel support
` [PATCH v7 50/51] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v7 51/51] hw/xen: Add basic ring handling to xenstore
` [RFC PATCH v7bis 00/19] Emulated Xen PV backend and PIRQ support
  ` [RFC PATCH v7bis 01/19] hw/xen: Add evtchn operations to allow redirection to internal emulation
  ` [RFC PATCH v7bis 02/19] hw/xen: Add emulated evtchn ops
  ` [RFC PATCH v7bis 03/19] hw/xen: Add gnttab operations to allow redirection to internal emulation
  ` [RFC PATCH v7bis 04/19] hw/xen: Pass grant ref to gnttab unmap
  ` [RFC PATCH v7bis 05/19] hw/xen: Add foreignmem operations to allow redirection to internal emulation
  ` [RFC PATCH v7bis 06/19] hw/xen: Add xenstore "
  ` [RFC PATCH v7bis 07/19] hw/xen: Move xenstore_store_pv_console_info to xen_console.c
  ` [RFC PATCH v7bis 08/19] hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
  ` [RFC PATCH v7bis 09/19] hw/xen: Rename xen_common.h to xen_native.h
  ` [RFC PATCH v7bis 10/19] hw/xen: Build PV backend drivers for XENFV_MACHINE
  ` [RFC PATCH v7bis 11/19] hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
  ` [RFC PATCH v7bis 12/19] hw/xen: Add backend implementation of grant table operations
  ` [RFC PATCH v7bis 13/19] hw/xen: Implement soft reset for emulated gnttab
  ` [RFC PATCH v7bis 14/19] hw/xen: Remove old version of Xen headers
  ` [RFC PATCH v7bis 15/19] i386/xen: Initialize XenBus and legacy backends from pc_init1()
  ` [RFC PATCH v7bis 16/19] i386/xen: Implement HYPERVISOR_physdev_op
  ` [RFC PATCH v7bis 17/19] hw/xen: Implement emulated PIRQ hypercall support
  ` [RFC PATCH v7bis 18/19] hw/xen: Support GSI mapping to PIRQ
  ` [RFC PATCH v7bis 19/19] hw/xen: Support MSI "

[libgpiod][PATCH 00/16] treewide: continue beating libgpiod v2 into shape for an upcoming release
 2023-01-16 22:23 UTC  (9+ messages)
` [libgpiod][PATCH 04/16] treewide: unify gpiod_line_config/request_get_offsets() functions
` [libgpiod][PATCH 10/16] core: provide gpiod_line_config_set_output_values()

[PATCH] Fixed typo in comments
 2023-01-16 22:22 UTC 

[PATCH 0/3] Detect SRCU related deadlocks
 2023-01-16 22:21 UTC  (7+ messages)
` [PATCH 1/3] locking/lockdep: Introduce lock_sync()
` [PATCH 2/3] rcu: Equip sleepable RCU with lockdep dependency graph checks
` [PATCH 4/3] locking/lockdep: Improve the deadlock scenario print for sync and read lock

[PATCH] builtin/checkout: check the branch used in -B with worktrees
 2023-01-16 22:18 UTC  (2+ messages)

[PATCH 0/5] can: mcp251xfd: workaround double-RX erratum
 2023-01-16 22:15 UTC  (3+ messages)
` AW: "

[PATCH v3] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-16 22:16 UTC  (6+ messages)

[PATCH net-next v2] virtio_net: Reuse buffer free function
 2023-01-16 22:13 UTC  (3+ messages)

[PATCH 1/4] media: mt9m111: add V4L2_CID_PIXEL_RATE support
 2023-01-16 22:14 UTC  (7+ messages)
` [PATCH 3/4] media: mt9m111: fix device power usage

[geert-renesas-devel:master] BUILD SUCCESS 53f1d973ba5f7b61d0a8b15648e089f267b79e10
 2023-01-16 22:14 UTC 

[lpieralisi-pci:pci/imx6] BUILD SUCCESS c435669a41dd4ee063572e17b48c14806ad31f72
 2023-01-16 22:13 UTC 

Internal vs. external barriers (was: Re: Interesting LKMM litmus test)
 2023-01-16 22:13 UTC  (11+ messages)

[lpieralisi-pci:pci/qcom] BUILD SUCCESS 0591d47a02172fed83b7ea613670a6594d12a5c7
 2023-01-16 22:14 UTC 

[brgl:gpio/for-current] BUILD SUCCESS 8e88a0feebb241cab0253698b2f7358b6ebec802
 2023-01-16 22:14 UTC 

[brgl:gpio/for-next] BUILD SUCCESS 8d0674c8888e970a6169c2f2259e2bb215314990
 2023-01-16 22:13 UTC 

[PATCH bpf-next 00/25] libbpf: extend [ku]probe and syscall argument tracing support
 2023-01-16 22:13 UTC  (2+ messages)
  ` [PATCH bpf-next 15/25] libbpf: define s390x syscall regs spec in bpf_tracing.h

[net-next: PATCH v4 0/8] DSA: switch to fwnode_/device_
 2023-01-16 22:13 UTC  (6+ messages)
` [net-next: PATCH v4 2/8] net: mdio: switch fixed-link PHYs API to fwnode_

[PATCH v2 0/5] Fix truncation of various XENVER_* subops
 2023-01-16 22:14 UTC  (7+ messages)
` [PATCH v2 3/5] xen/version: Introduce non-truncating "
` [PATCH v2 4/5] xen/version: Fold build_id handling into xenver_varbuf_op()

[RFC PATCH v2 0/5] iio: adc: qcom-spmi-vadc: Propagate fw node label to userspace
 2023-01-16 22:09 UTC  (6+ messages)
` [RFC PATCH v2 1/5] iio: core: Point users of extend_name field to read_label callback
` [RFC PATCH v2 2/5] iio: adc: qcom-spmi-adc5: Use driver datasheet_name instead of DT label
` [RFC PATCH v2 3/5] iio: adc: qcom-spmi-adc5: Fall back to datasheet_name instead of fwnode name
` [RFC PATCH v2 4/5] iio: adc: qcom-spmi-adc5: Remove unnecessary datasheet_name NULL check
` [RFC PATCH v2 5/5] iio: adc: qcom-spmi-vadc: Propagate fw node label to userspace

[PATCH net-next] net: macb: simplify TX timestamp handling
 2023-01-16 22:08 UTC 

[PATCH 1/7] rust: sync: add `Arc` for ref-counted allocations
 2023-01-16 22:07 UTC  (6+ messages)
` [PATCH 4/7] rust: sync: introduce `ArcBorrow`

[PATCH v2 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-01-16 22:07 UTC  (3+ messages)
` [PATCH v2 4/6] composefs: Add filesystem implementation

[PATCH net] net: macb: fix PTP TX timestamp failure due to packet padding
 2023-01-16 21:41 UTC 

[PATCH] Input: gpio-keys - add support for linux,input-value dts property
 2023-01-16 21:59 UTC 

[PATCH 1/2] tools/perf/tests: Fix string substitutions in build id test
 2023-01-16 22:00 UTC  (9+ messages)

[PATCH -next 1/2] i2c: designware: Switch from using MMIO access to SMN access
 2023-01-16 21:59 UTC  (11+ messages)

[PATCH v3 0/3] i2c: gpio: support write-only sda
 2023-01-16 21:59 UTC  (7+ messages)
` [PATCH v3 2/3] i2c: algo: bit: allow getsda to be NULL
` [PATCH v3 3/3] i2c: gpio: support write-only sda

[PATCH v2 1/2] tools/resolve_btfids: Install subcmd headers
 2023-01-16 21:57 UTC  (2+ messages)
` [PATCH v2 2/2] tools/resolve_btfids: Alter how HOSTCC is forced

[PATCH 1/3] drm/amdgpu/vcn: Adjust firmware names indentation
 2023-01-16 21:57 UTC  (12+ messages)
` [PATCH 2/3] drm/amdgpu/vcn: Deduplicate indirect SRAM checking code
` [PATCH 3/3] drm/amdgpu/vcn: Add parameter to force (en/dis)abling indirect SRAM mode

regression on aarch64? panic on boot
 2023-01-16 21:57 UTC 

[Buildroot] [PATCH v9 0/2] Add support for BSH smm s2 [pro] boards
 2023-01-16 21:55 UTC  (3+ messages)
` [Buildroot] [PATCH v9 1/2] configs/imx8mn_bsh_smm_s2_defconfig: new defconfig
` [Buildroot] [PATCH v9 2/2] configs/imx8mn_bsh_smm_s2_pro_defconfig: "

[PATCH] scsi/lsi53c895a: restrict DMA engine to memory regions (CVE-2023-0330)
 2023-01-16 21:50 UTC  (2+ messages)

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-16 16:59 UTC  (2+ messages)

[PATCH v1 0/3] Introduce per NUMA node memory error statistics
 2023-01-16 21:52 UTC  (3+ messages)

+ mm-use-a-folio-in-copy_present_pte.patch added to mm-unstable branch
 2023-01-16 21:50 UTC 

+ mm-use-a-folio-in-copy_pte_range.patch added to mm-unstable branch
 2023-01-16 21:50 UTC 

+ mm-convert-do_anonymous_page-to-use-a-folio.patch added to mm-unstable branch
 2023-01-16 21:50 UTC 

+ mm-convert-wp_page_copy-to-use-folios.patch added to mm-unstable branch
 2023-01-16 21:50 UTC 

+ mm-add-vma_alloc_zeroed_movable_folio.patch added to mm-unstable branch
 2023-01-16 21:49 UTC 

[TESTSUITE PATCH] policy: drop usage of files_list_pids()
 2023-01-16 21:46 UTC 

[tip:master] BUILD SUCCESS 01171d0a8c93765ffda6fd92e9c0f9907385a8d2
 2023-01-16 21:45 UTC 

[tip:sched/urgent] BUILD SUCCESS 5f5cc9ed992cbab6361f198966f0edba5fc52688
 2023-01-16 21:45 UTC 

[PATCH] Revert "drm/amdgpu: make display pinning more flexible (v2)"
 2023-01-16 21:44 UTC 

[igt-dev] [PATCH i-g-t v2] tests/kms_plane_scaling: add invalid parameter tests
 2023-01-16 21:43 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: add invalid parameter tests (rev2)

[ammarfaizi2-block:dhowells/linux-fs/iov-extract 21/32] net/9p/trans_virtio.c:334:56: warning: passing argument 4 of 'iov_iter_extract_pages' makes integer from pointer without a cast
 2023-01-16 21:41 UTC 

[failures] mm-use-a-folio-in-copy_present_pte.patch removed from -mm tree
 2023-01-16 21:41 UTC 

[failures] mm-use-a-folio-in-copy_pte_range.patch removed from -mm tree
 2023-01-16 21:41 UTC 

[failures] mm-convert-wp_page_copy-to-use-folios.patch removed from -mm tree
 2023-01-16 21:41 UTC 

[failures] mm-add-vma_alloc_zeroed_movable_folio.patch removed from -mm tree
 2023-01-16 21:41 UTC 

[failures] mm-convert-do_anonymous_page-to-use-a-folio.patch removed from -mm tree
 2023-01-16 21:41 UTC 

[PATCH v2 0/2] Fix r9a09g011 specific I2C compatible string
 2023-01-16 21:41 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: i2c: renesas,rzv2m: Fix SoC specific string

[PATCH] bpf: Add CONFIG_BPF_HELPER_STRICT
 2023-01-16 21:39 UTC  (3+ messages)

[PATCH v7 0/7] Krait Documentation conversion
 2023-01-16 21:39 UTC  (6+ messages)
` [PATCH v7 1/7] dt-bindings: clock: Convert qcom,krait-cc to yaml

[to-be-updated] zsmalloc-set-default-zspage-chain-size-to-8.patch removed from -mm tree
 2023-01-16 21:39 UTC 

[to-be-updated] zsmalloc-make-zspage-chain-size-configurable.patch removed from -mm tree
 2023-01-16 21:39 UTC 

[to-be-updated] zsmalloc-make-zspage-chain-size-configurable-fix.patch removed from -mm tree
 2023-01-16 21:39 UTC 

[to-be-updated] zsmalloc-rework-zspage-chain-size-selection.patch removed from -mm tree
 2023-01-16 21:39 UTC 

[to-be-updated] zsmalloc-skip-chain-size-calculation-for-pow_of_2-classes.patch removed from -mm tree
 2023-01-16 21:39 UTC 

+ mm-multi-gen-lru-fix-crash-during-cgroup-migration.patch added to mm-hotfixes-unstable branch
 2023-01-16 21:38 UTC 

+ mm-damon-core-skip-apply-schemes-if-empty.patch added to mm-unstable branch
 2023-01-16 21:37 UTC 

+ migrate_pages-move-thp-hugetlb-migration-support-check-to-simplify-code.patch added to mm-unstable branch
 2023-01-16 21:36 UTC 

+ migrate_pages-batch-flushing-tlb.patch added to mm-unstable branch
 2023-01-16 21:36 UTC 

+ migrate_pages-share-more-code-between-_unmap-and-_move.patch added to mm-unstable branch
 2023-01-16 21:36 UTC 

+ migrate_pages-move-migrate_folio_unmap.patch added to mm-unstable branch
 2023-01-16 21:36 UTC 

+ migrate_pages-split-unmap_and_move-to-_unmap-and-_move.patch added to mm-unstable branch
 2023-01-16 21:36 UTC 

+ migrate_pages-batch-_unmap-and-_move.patch added to mm-unstable branch
 2023-01-16 21:36 UTC 

+ migrate_pages-separate-hugetlb-folios-migration.patch added to mm-unstable branch
 2023-01-16 21:36 UTC 

+ migrate_pages-restrict-number-of-pages-to-migrate-in-batch.patch added to mm-unstable branch
 2023-01-16 21:36 UTC 

+ migrate_pages-organize-stats-with-struct-migrate_pages_stats.patch added to mm-unstable branch
 2023-01-16 21:36 UTC 

[Buildroot] [PATCH 1/2] package/go: set GOCACHE for download post-process
 2023-01-16 21:35 UTC  (5+ messages)
` [Buildroot] [PATCH 2/2] package/go: explicitly set GOMODCACHE

[PATCH 4.19 000/521] 4.19.270-rc1 review
 2023-01-16 21:35 UTC  (2+ messages)

linux-next: duplicate patches in the btrfs-fixes tree
 2023-01-16 21:34 UTC 

[PATCH] mx53loco: Select CONFIG_CMD_EXT4
 2023-01-16 21:33 UTC  (2+ messages)

[Ocfs2-devel] remove most callers of write_one_page
 2023-01-16 21:30 UTC  (4+ messages)
  `  "

[PATCH 5.10 00/64] 5.10.164-rc1 review
 2023-01-16 21:30 UTC  (3+ messages)

[virtio-dev] [PATCH v2] virtio_net: support low and high rate of notification coalescing
 2023-01-16 21:30 UTC  (5+ messages)
    ` [virtio-comment] "

[syzbot] KASAN: use-after-free Read in pipe_release (2)
 2023-01-16 21:28 UTC 

[syzbot] possible deadlock in lapb_disconnect_request
 2023-01-16 21:28 UTC 

[Buildroot] [git commit] package/ipmitool: fix broken IANA PEN registry URL
 2023-01-16 21:26 UTC 

Google Summer of Code 2023 - Project ideas page for the Linux Foundation online
 2023-01-16 21:27 UTC  (3+ messages)
  ` [Printing-architecture] "

[Buildroot] [PATCH 1/1] package/ipmitool: fix broken IANA PEN registry URL
 2023-01-16 21:26 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/bubblewrap: bump to version 0.7.0
 2023-01-16 21:25 UTC 

[Buildroot] [PATCH 1/1] package/frr: bump to version 8.4.2
 2023-01-16 21:26 UTC  (2+ messages)

[Buildroot] [git commit] package/frr: bump to version 8.4.2
 2023-01-16 21:25 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915: add struct i915_dsm to wrap dsm members together
 2023-01-16 21:25 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] "

[Buildroot] [PATCH] package/util-linux: add an option to enable irqtop
 2023-01-16 21:24 UTC  (2+ messages)

[PATCH v6 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2023-01-16 21:22 UTC  (5+ messages)
` [PATCH v6 3/7] x86/cpu, kvm: Move the LFENCE_RDTSC / LFENCE always serializing feature

[PATCH v2] x86/efi: Safely enable unaccepted memory in UEFI
 2023-01-16 21:22 UTC  (4+ messages)

[PATCH v2 1/2] capability: add cap_isidentical
 2023-01-16 21:21 UTC  (2+ messages)
` [PATCH v2 2/2] vfs: avoid duplicating creds in faccessat if possible

[RFC PATCH] iio: adc: qcom-spmi-vadc: Propagate fw node name/label to extend_name
 2023-01-16 21:18 UTC  (8+ messages)

[PATCH for-next 0/5] random for-next patches
 2023-01-16 21:18 UTC  (7+ messages)
` [PATCH for-next 1/5] io_uring: return back links tw run optimisation


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.