All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-16 20:51:31 to 2023-01-16 22:08:10 UTC [more...]

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

[PATCH v7 00/51] Xen support under KVM
 2023-01-16 21:58 UTC  (52+ 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

[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 0/6] Enable KFD to use render node BO mappings
 2023-01-16 22:04 UTC  (3+ messages)
` [PATCH 1/6] drm/amdgpu: Generalize KFD dmabuf import

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

[PATCH 0/3] Detect SRCU related deadlocks
 2023-01-16 22:01 UTC  (5+ messages)
` [PATCH 1/3] locking/lockdep: Introduce lock_sync()
` [PATCH 2/3] rcu: Equip sleepable RCU with lockdep dependency graph checks

[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 

[PATCH v2 0/5] Fix truncation of various XENVER_* subops
 2023-01-16 21:47 UTC  (7+ messages)
` [PATCH v2 2/5] xen/version: Calculate xen_capabilities_info once at boot
` [PATCH v2 3/5] xen/version: Introduce non-truncating XENVER_* subops

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

[libgpiod][PATCH 00/16] treewide: continue beating libgpiod v2 into shape for an upcoming release
 2023-01-16 21:39 UTC  (6+ messages)
` [libgpiod][PATCH 04/16] treewide: unify gpiod_line_config/request_get_offsets() functions

[PATCH v7 0/7] Krait Documentation conversion
 2023-01-16 21:39 UTC  (10+ messages)
` [PATCH v7 1/7] dt-bindings: clock: Convert qcom,krait-cc to yaml
` [PATCH v7 5/7] ARM: dts: qcom: add and fix clock configuration for kpss-gcc nodes
` [PATCH v7 7/7] ARM: dts: qcom: rename kpss-acc-v2 nodes to power-manager nodes

[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  (9+ 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  (5+ 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  (10+ messages)
` [PATCH for-next 1/5] io_uring: return back links tw run optimisation

[PATCH] x86: also disable FSRM if ERMS is disabled
 2023-01-16 21:17 UTC  (9+ messages)

[PATCH 1/1] scsi: cxlflash: Fix compile error due to incorrect scsi_execute_cmd use
 2023-01-16 21:16 UTC 

[PATCH v1] tools/resolve_btfids: Install subcmd headers
 2023-01-16 21:15 UTC  (5+ messages)

completion timeouts with pin-based interrupts in QEMU hw/nvme
 2023-01-16 21:14 UTC  (2+ messages)

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

[xen-unstable-smoke test] 175924: regressions - trouble: blocked/broken/fail
 2023-01-16 21:10 UTC 

[PATCH 4.19] block: fix and cleanup bio_check_ro
 2023-01-16 21:10 UTC 

[PATCH v2] media: i2c: imx219: Fix binning for RAW8 capture
 2023-01-16 21:09 UTC  (2+ messages)

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-16 21:09 UTC  (3+ messages)
` [PATCH v14 08/11] qapi/s390/cpu topology: change-topology monitor command

[Bug 216917] hibernation regression since 6.0.18 (Ryzen-5650U incl. Radeon GPU)
 2023-01-16 21:08 UTC  (3+ messages)

[PATCH 5.4] block: fix and cleanup bio_check_ro
 2023-01-16 21:07 UTC 

[PATCH] bindings: python: fix out-of-source build
 2023-01-16 21:06 UTC  (2+ messages)

[PATCH 1/6] libxcb: Fixed c2x standard undefined behaviour
 2023-01-16 21:06 UTC  (3+ messages)
` [PATCH 2/6] glib-2.0: Switch to using C11 std

[PATCH v2] block: don't allow multiple bios for IOCB_NOWAIT issue
 2023-01-16 21:06 UTC 

[PATCH 1/2] x86: Fix saying arch_cpu_init_dm in debug/docs
 2023-01-16 21:04 UTC  (4+ messages)
` [v3 2/2] event: Correct dependencies on the EVENT framework

[RFC PATCH for 8.0 00/13] vDPA-net inflight descriptors migration with SVQ
 2023-01-16 21:01 UTC  (10+ messages)
` [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors

[PATCH 5.10] block: fix and cleanup bio_check_ro
 2023-01-16 21:02 UTC 

[PATCH v3 00/15] make iio inkern interface firmware agnostic
 2023-01-16 20:44 UTC  (4+ messages)
` [PATCH v3 12/15] iio: adc: qcom-spmi-adc5: convert to device properties

[PATCH] media: v4l2-flash: fix NULL dereference in v4l2_flash_s_ctrl()
 2023-01-16 21:01 UTC  (2+ messages)

[PATCH 5.15] block: fix and cleanup bio_check_ro
 2023-01-16 21:00 UTC 

[PATCH net 0/2] phy init update and alu table correction
 2023-01-16 20:59 UTC  (3+ messages)
` [PATCH net 1/2] net: dsa: microchip: ksz9477: port map correction in ALU table entry register

[PATCH 1/2] drm/vkms: Use drmm_crtc_init_with_planes()
 2023-01-16 20:58 UTC  (2+ messages)
` [PATCH 2/2] drm/vkms: Use drmm_mode_config_init()

[soc:arm/boardfile-remove-wip] BUILD SUCCESS 57ede8187aeafdc952407eb586cbf5cb69455663
 2023-01-16 20:56 UTC 

[PATCH 6.1 000/183] 6.1.7-rc1 review
 2023-01-16 20:58 UTC 

[PATCH 0/4] LUKS1/2 testing in fs-tester and LUKS2 support in grub-probe
 2023-01-16 20:58 UTC  (3+ messages)

[Buildroot] [PATCH] fs/erofs: enable support for reproducible build
 2023-01-16 20:55 UTC  (2+ messages)

[syzbot] stack segment fault in truncate_inode_pages_final
 2023-01-16 20:55 UTC  (4+ messages)

[PATCH v2 0/4] Add overflow checks for several syscalls
 2023-01-16 20:51 UTC  (3+ messages)
` [PATCH v2 1/4] mm/mlock: return EINVAL if len overflows for mlock/munlock


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.