All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-14 02:02:26 to 2023-09-14 02:52:14 UTC [more...]

linux-next: Tree for Sep 14
 2023-09-14  2:52 UTC 

[Patch v2 2/2] ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241
 2023-09-14  2:51 UTC  (3+ messages)

[PATCH] maple_tree: use GFP_KERNEL on mas_node_count
 2023-09-14  2:49 UTC  (7+ messages)

linux-next: build warning after merge of the wireless-next tree
 2023-09-14  2:49 UTC 

[PATCH v2 00/24] Reduce usage of CPUArchState in cputlb.c
 2023-09-14  2:44 UTC  (25+ messages)
` [PATCH v2 01/24] target/arm: Replace TARGET_PAGE_ENTRY_EXTRA
` [PATCH v2 02/24] accel/tcg: Move CPUTLB definitions from cpu-defs.h
` [PATCH v2 03/24] qom: Propagate alignment through type system
` [PATCH v2 04/24] target/*: Use __alignof not __alignof__
` [PATCH v2 05/24] target/arm: Remove size and alignment for cpu subclasses
` [PATCH v2 06/24] target/*: Add instance_align to all cpu base classes
` [PATCH v2 07/24] accel/tcg: Validate placement of CPUNegativeOffsetState
` [PATCH v2 08/24] accel/tcg: Move CPUNegativeOffsetState into CPUState
` [PATCH v2 09/24] accel/tcg: Remove CPUState.icount_decr_ptr
` [PATCH v2 10/24] accel/tcg: Move can_do_io to CPUNegativeOffsetState
` [PATCH v2 11/24] accel/tcg: Remove cpu_neg()
` [PATCH v2 12/24] tcg: Rename cpu_env to tcg_env
` [PATCH v2 13/24] accel/tcg: Replace CPUState.env_ptr with cpu_env()
` [PATCH v2 14/24] accel/tcg: Remove cpu_set_cpustate_pointers
` [PATCH v2 15/24] accel/tcg: Remove env_neg()
` [PATCH v2 16/24] tcg: Remove TCGContext.tlb_fast_offset
` [PATCH v2 17/24] accel/tcg: Modify tlb_*() to use CPUState
` [PATCH v2 18/24] accel/tcg: Modify probe_access_internal() "
` [PATCH v2 19/24] accel/tcg: Modifies memory access functions "
` [PATCH v2 20/24] accel/tcg: Modify atomic_mmu_lookup() "
` [PATCH v2 21/24] accel/tcg: Use CPUState in atomicity helpers
` [PATCH v2 22/24] accel/tcg: Remove env_tlb()
` [PATCH v2 23/24] accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
` [PATCH v2 24/24] accel/tcg: move ld/st helpers to ldst_common.c.inc

[PATCH RESEND v2] x86/mce: Set PG_hwpoison page flag to avoid the capture kernel panic
 2023-09-14  3:05 UTC 

[PATCH v3 0/5] Use nth_page() in place of direct struct page manipulation
 2023-09-14  2:46 UTC  (11+ messages)
` [PATCH v3 1/5] mm/cma: use "
` [PATCH v3 2/5] mm/hugetlb: "
` [PATCH v3 3/5] mm/memory_hotplug: use pfn math "
` [PATCH v3 4/5] fs: use nth_page() "
  ` [PATCH v3 4/5] "
` [PATCH v3 5/5] mips: "

[v5 0/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
 2023-09-14  2:45 UTC  (3+ messages)
` [v5 4/4] "

[PATCH] net/core: Export dev_core_stats_rx_dropped_inc sets
 2023-09-14  2:44 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-09-14  2:44 UTC 

[geert-m68k:for-v6.6] BUILD SUCCESS 010d358b9087748f403fd33c4cf34c27584871bf
 2023-09-14  2:43 UTC 

[virtio-comment] [PATCH v17] virtio-net: support device stats
 2023-09-14  2:42 UTC  (3+ messages)
` [virtio-comment] "

[PATCH 0/5] Trailer readability cleanups
 2023-09-14  2:41 UTC  (8+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 4/6] trailer: teach find_patch_start about --no-divider
  ` [PATCH v2 5/6] trailer: rename *_DEFAULT enums to *_UNSPECIFIED

[PATCH v3 00/13] DRM scheduler changes for Xe
 2023-09-14  2:38 UTC  (7+ messages)
` [PATCH v3 10/13] drm/sched: Add helper to set TDR timeout
  ` [Intel-xe] "
` [PATCH v3 12/13] drm/sched/doc: Add Entity teardown documentaion
  ` [Intel-xe] "

[PATCH net-next v3] net/core: Export dev_core_stats_*_inc()
 2023-09-14  2:37 UTC 

split up ->kill_sb
 2023-09-14  2:37 UTC  (11+ messages)
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super
` [PATCH 11/19] fs: add new shutdown_sb and free_sb methods
` [PATCH 13/19] fs: convert kill_block_super to block_free_sb

[PATCH v6 00/57] Add LoongArch LASX instructions
 2023-09-14  2:26 UTC  (58+ messages)
` [PATCH v6 01/57] target/loongarch: Renamed lsx*.c to vec* .c
` [PATCH v6 02/57] target/loongarch: Implement gvec_*_vl functions
` [PATCH v6 03/57] target/loongarch: Use gen_helper_gvec_4_ptr for 4OP + env vector instructions
` [PATCH v6 04/57] target/loongarch: Use gen_helper_gvec_4 for 4OP "
` [PATCH v6 05/57] target/loongarch: Use gen_helper_gvec_3_ptr for 3OP + env "
` [PATCH v6 06/57] target/loongarch: Use gen_helper_gvec_3 for 3OP "
` [PATCH v6 07/57] target/loongarch: Use gen_helper_gvec_2_ptr for 2OP + env "
` [PATCH v6 08/57] target/loongarch: Use gen_helper_gvec_2 for 2OP "
` [PATCH v6 09/57] target/loongarch: Use gen_helper_gvec_2i for 2OP + imm "
` [PATCH v6 10/57] target/loongarch: Replace CHECK_SXE to check_vec(ctx, 16)
` [PATCH v6 11/57] target/loongarch: Add LASX data support
` [PATCH v6 12/57] target/loongarch: check_vec support check LASX instructions
` [PATCH v6 13/57] target/loongarch: Add avail_LASX to "
` [PATCH v6 14/57] target/loongarch: Implement xvadd/xvsub
` [PATCH v6 15/57] target/loongarch: Implement xvreplgr2vr
` [PATCH v6 16/57] target/loongarch: Implement xvaddi/xvsubi
` [PATCH v6 17/57] target/loongarch: Implement xvneg
` [PATCH v6 18/57] target/loongarch: Implement xvsadd/xvssub
` [PATCH v6 19/57] target/loongarch: Implement xvhaddw/xvhsubw
` [PATCH v6 20/57] target/loongarch: Implement xvaddw/xvsubw
` [PATCH v6 21/57] target/loongarch: Implement xavg/xvagr
` [PATCH v6 22/57] target/loongarch: Implement xvabsd
` [PATCH v6 23/57] target/loongarch: Implement xvadda
` [PATCH v6 24/57] target/loongarch: Implement xvmax/xvmin
` [PATCH v6 25/57] target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od}
` [PATCH v6 26/57] target/loongarch: Implement xvmadd/xvmsub/xvmaddw{ev/od}
` [PATCH v6 27/57] target/loongarch; Implement xvdiv/xvmod
` [PATCH v6 28/57] target/loongarch: Implement xvsat
` [PATCH v6 29/57] target/loongarch: Implement xvexth
` [PATCH v6 30/57] target/loongarch: Implement vext2xv
` [PATCH v6 31/57] target/loongarch: Implement xvsigncov
` [PATCH v6 32/57] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
` [PATCH v6 33/57] target/loognarch: Implement xvldi
` [PATCH v6 34/57] target/loongarch: Implement LASX logic instructions
` [PATCH v6 35/57] target/loongarch: Implement xvsll xvsrl xvsra xvrotr
` [PATCH v6 36/57] target/loongarch: Implement xvsllwil xvextl
` [PATCH v6 37/57] target/loongarch: Implement xvsrlr xvsrar
` [PATCH v6 38/57] target/loongarch: Implement xvsrln xvsran
` [PATCH v6 39/57] target/loongarch: Implement xvsrlrn xvsrarn
` [PATCH v6 40/57] target/loongarch: Implement xvssrln xvssran
` [PATCH v6 41/57] target/loongarch: Implement xvssrlrn xvssrarn
` [PATCH v6 42/57] target/loongarch: Implement xvclo xvclz
` [PATCH v6 43/57] target/loongarch: Implement xvpcnt
` [PATCH v6 44/57] target/loongarch: Implement xvbitclr xvbitset xvbitrev
` [PATCH v6 45/57] target/loongarch: Implement xvfrstp
` [PATCH v6 46/57] target/loongarch: Implement LASX fpu arith instructions
` [PATCH v6 47/57] target/loongarch: Implement LASX fpu fcvt instructions
` [PATCH v6 48/57] target/loongarch: Implement xvseq xvsle xvslt
` [PATCH v6 49/57] target/loongarch: Implement xvfcmp
` [PATCH v6 50/57] target/loongarch: Implement xvbitsel xvset
` [PATCH v6 51/57] target/loongarch: Implement xvinsgr2vr xvpickve2gr
` [PATCH v6 52/57] target/loongarch: Implement xvreplve xvinsve0 xvpickve
` [PATCH v6 53/57] target/loongarch: Implement xvpack xvpick xvilv{l/h}
` [PATCH v6 54/57] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i
` [PATCH v6 55/57] target/loongarch: Implement xvld xvst
` [PATCH v6 56/57] target/loongarch: Move simply DO_XX marcos togther
` [PATCH v6 57/57] target/loongarch: CPUCFG support LASX

[PATCH v1 0/7] Misc fixes in erofs-utils
 2023-09-14  2:36 UTC  (2+ messages)

[PATCH] media: platform: cros-ec: Add Taranza to the match table
 2023-09-14  2:32 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-09-14  2:34 UTC 

[PATCH 00/53] icc-rpmh multi-RSC voting groundwork
 2023-09-14  2:32 UTC  (7+ messages)

[PATCH 0/5] gpio: update i.MX93/8ULP and support i.MX95
 2023-09-14  2:21 UTC  (12+ messages)
` [PATCH 1/5] dt-bindings: gpio: vf610: correct i.MX8ULP and i.MX93 interrupts
` [PATCH 2/5] dt-bindings: gpio: vf610: add i.MX95 compatible
` [PATCH 3/5] gpio: vf610: add i.MX8ULP of_device_id entry
` [PATCH 4/5] arm64: dts: imx8ulp: update gpio node
` [PATCH 5/5] arm64: dts: imx93: "

QA notification for completed autobuilder build (yocto-4.3_M3.rc1)
 2023-09-14  2:28 UTC  (2+ messages)
` [qa-build-notification] "

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-14  1:55 UTC  (33+ messages)
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 03/33] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v12 04/33] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 08/33] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [RFC PATCH v12 09/33] KVM: Drop .on_unlock() mmu_notifier hook
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 12/33] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v12 13/33] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 15/33] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v12 16/33] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [RFC PATCH v12 17/33] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v12 19/33] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v12 20/33] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v12 21/33] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v12 22/33] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v12 23/33] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 24/33] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v12 25/33] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v12 26/33] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v12 27/33] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v12 28/33] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v12 29/33] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v12 30/33] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v12 31/33] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v12 32/33] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v12 33/33] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH] powerpc: Export kvm_guest static key, for bcachefs six locks
 2023-09-14  2:26 UTC  (2+ messages)

[PATCH v3 00/10] usb: gadget: reduce usb gadget trace event buffer usage
 2023-09-14  2:25 UTC  (8+ messages)
` [PATCH v3 01/10] usb: gadget: add anonymous definition in struct usb_gadget

[PATCH] linux/export: fix reference to exported functions for parisc64
 2023-09-14  2:24 UTC  (14+ messages)

[PATCH v1] perf pmu: Ensure all alias variables are initialized
 2023-09-14  2:24 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-09-14  2:24 UTC 

[linusw-pinctrl:b4/novoton-kconfig] BUILD SUCCESS 6ddefcd670ca6445caeacf29908e4666f55595bf
 2023-09-14  2:23 UTC 

[sailus-media-tree:fixes] BUILD SUCCESS a6a10fd65841ee675e7bc1b1ad1f6010af1b4750
 2023-09-14  2:22 UTC 

[PATCH v1] perf jevents metric: Fix type of strcmp_cpuid_str
 2023-09-14  2:22 UTC 

[meta-oe][PATCH] mariadb: Add ptest support
 2023-09-14  2:21 UTC 

[PATCH v3 0/2] xen/arm: Enlarge identity map space
 2023-09-14  2:17 UTC  (3+ messages)
` [PATCH v3 1/2] xen/arm: Add macro XEN_VM_MAPPING
` [PATCH v3 2/2] xen/arm: Enlarge identity map space to 127TB

[PATCH -next v2 0/3] staging: rtl8192e: Do not call kfree_skb() under spin_lock_irqsave()
 2023-09-14  2:00 UTC  (4+ messages)
` [PATCH -next v2 1/3] staging: rtl8192e: rtl_core: Call dev_kfree_skb_irq() instead of "

[PATCH v1] perf jevents metric: Fix type of strcmp_cpuid_str
 2023-09-14  2:16 UTC 

[PATCH] mm/damon/core: use number of passed access sampling as a timer
 2023-09-14  2:15 UTC 

[PATCH] vfio/pds: Use proper PF device access helper
 2023-09-14  2:13 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-09-14  2:14 UTC 

[igt-dev] [PATCH 1/3] lib/amdgpu: Fix family id failed during initialization
 2023-09-14  2:11 UTC  (3+ messages)
` [igt-dev] ✓ CI.xeBAT: success for series starting with [1/3] "
` [igt-dev] ✗ Fi.CI.BAT: failure "

[PATCH V2] pci: introduce static_nr to indicate domain_nr from which IDA
 2023-09-14  2:10 UTC  (3+ messages)

[PATCH] HID: nvidia-shield: add LEDS_CLASS dependency
 2023-09-14  2:09 UTC  (2+ messages)

[PATCH] riscv: mm: Update the comment of CONFIG_PAGE_OFFSET
 2023-09-14  2:08 UTC  (3+ messages)

[Bug 217903] New: Bluetooth doesn't work after trigger bluetoothctl scan on
 2023-09-14  2:08 UTC  (2+ messages)
` [Bug 217903] "

[RFC PATCH net-next 0/6] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2023-09-14  2:07 UTC  (3+ messages)
` [RFC PATCH net-next 6/6] microchip: lan865x: add device-tree support for Microchip's LAN865X MACPHY

[PATCH 0/2] riscv: kexec_file: Support loading Image binary file
 2023-09-14  2:00 UTC  (6+ messages)
` [PATCH 1/2] riscv: kexec_file: Split the loading of kernel and others
` [PATCH 2/2] riscv: kexec_file: Support loading Image binary file

[PATCH linux-next] sched/psi: Avoid update triggers and rtpoll_total when it is unnecessary
 2023-09-14  2:02 UTC  (2+ messages)

[PATCH] scsi: ufs: qcom: dt-bindings: Add MCQ ESI property
 2023-09-14  1:59 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-09-14  2:04 UTC 

[PATCH] oci-image-tools: don't build for riscv64
 2023-09-14  2:03 UTC  (3+ messages)
` [meta-virtualization] "

[PATCH] usb: musb: Get the musb_qh poniter after musb_giveback
 2023-09-14  1:56 UTC 

[PATCH 00/28] DC Patches September 13, 2020
 2023-09-14  2:00 UTC  (3+ messages)
` [PATCH 27/28] drm/amd/display: Drop unused code
` [PATCH 28/28] drm/amd/display: 3.2.252


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.