All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-16 03:30:26 to 2023-02-16 05:34:07 UTC [more...]

[PATCH v7 0/6] MT8188 IOMMU SUPPORT
 2023-02-16  5:33 UTC  (3+ messages)
` [PATCH v7 1/6] dt-bindings: mediatek: mt8188: Add binding for MM & INFRA IOMMU
` [PATCH v7 2/6] iommu/mediatek: Fix two IOMMU share pagetable issue

[PATCH v3 00/35] Per-VMA locks
 2023-02-16  5:17 UTC  (53+ messages)
` [PATCH v3 01/35] maple_tree: Be more cautious about dead nodes
` [PATCH v3 02/35] maple_tree: Detect dead nodes in mas_start()
` [PATCH v3 03/35] maple_tree: Fix freeing of nodes in rcu mode
` [PATCH v3 04/35] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH v3 05/35] maple_tree: Fix write memory barrier of nodes once dead for RCU mode
` [PATCH v3 06/35] maple_tree: Add smp_rmb() to dead node detection
` [PATCH v3 07/35] maple_tree: Add RCU lock checking to rcu callback functions
` [PATCH v3 08/35] mm: Enable maple tree RCU mode by default
` [PATCH v3 09/35] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH v3 10/35] mm: rcu safe VMA freeing
` [PATCH v3 11/35] mm: move mmap_lock assert function definitions
` [PATCH v3 12/35] mm: add per-VMA lock and helper functions to control it
` [PATCH v3 13/35] mm: mark VMA as being written when changing vm_flags
` [PATCH v3 14/35] mm/mmap: move VMA locking before vma_adjust_trans_huge call
` [PATCH v3 15/35] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH v3 16/35] mm/mmap: write-lock VMAs before merging, splitting or expanding them
` [PATCH v3 17/35] mm/mmap: write-lock VMA before shrinking or expanding it
` [PATCH v3 18/35] mm/mremap: write-lock VMA while remapping it to a new address range
` [PATCH v3 19/35] mm: write-lock VMAs before removing them from VMA tree
` [PATCH v3 20/35] mm: conditionally write-lock VMA in free_pgtables
` [PATCH v3 21/35] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area
` [PATCH v3 22/35] kernel/fork: assert no VMA readers during its destruction
` [PATCH v3 23/35] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [PATCH v3 24/35] mm: introduce vma detached flag
` [PATCH v3 25/35] mm: introduce lock_vma_under_rcu to be used from arch-specific code
` [PATCH v3 26/35] mm: fall back to mmap_lock if vma->anon_vma is not yet set
` [PATCH v3 27/35] mm: add FAULT_FLAG_VMA_LOCK flag
` [PATCH v3 28/35] mm: prevent do_swap_page from handling page faults under VMA lock
` [PATCH v3 29/35] mm: prevent userfaults to be handled under per-vma lock
` [PATCH v3 30/35] mm: introduce per-VMA lock statistics
` [PATCH v3 31/35] x86/mm: try VMA lock-based page fault handling first
` [PATCH v3 32/35] arm64/mm: "
` [PATCH v3 33/35] powerc/mm: "
` [PATCH v3 34/35] mm/mmap: free vm_area_struct without call_rcu in exit_mmap
` [PATCH v3 35/35] mm: separate vma->lock from vm_area_struct

PROBLEM: sparc64 random crashes starting w/ Linux 6.1 (regression)
 2023-02-16  5:32 UTC  (6+ messages)

[PATCH v4 0/9] Linear Address Masking (LAM) KVM Enabling
 2023-02-16  5:31 UTC  (7+ messages)
` [PATCH v4 1/9] KVM: x86: Intercept CR4.LAM_SUP when LAM feature is enabled in guest

[RESEND v8 0/5] Add resets for ADSP based audio clock controller driver
 2023-02-16  5:31 UTC  (3+ messages)
` [RESEND v8 4/5] clk: qcom: lpassaudiocc-sc7280: Merge AHB clocks into lpass_aon

[PATCH net-next] net: lan966x: Use automatic selection of VCAP rule actionset
 2023-02-16  5:30 UTC  (2+ messages)

[PATCH] arm_pmu: Invert fallback armpmu_filter() return value
 2023-02-16  5:29 UTC  (3+ messages)
` [PATCH] arm_pmu: Invert fallback armpmu_filter() return value (*6.2 regression*)

[PATCH net-next] net: msg_zerocopy: elide page accounting if RLIM_INFINITY
 2023-02-16  5:30 UTC  (2+ messages)

[PATCH net 1/1] igb: conditionalize I2C bit banging on external thermal sensor support
 2023-02-16  5:30 UTC  (2+ messages)

[PATCH net-next v1 1/1] net: phy: c45: genphy_c45_an_config_aneg(): fix uninitialized symbol error
 2023-02-16  5:30 UTC  (2+ messages)

[PATCH v2 net-next] net: phy: motorcomm: uninitialized variables in yt8531_link_change_notify()
 2023-02-16  5:30 UTC  (2+ messages)

[PATCH v4 00/11] Adjust the dma-ranges for MTK IOMMU
 2023-02-16  5:27 UTC  (5+ messages)
` [PATCH v4 05/11] iommu/mediatek: mt8192: Add iova_region_larb_msk

[PATCH] ebpf: fix compatibility with libbpf 1.0+
 2023-02-16  5:28 UTC  (6+ messages)

[PATCH v2 0/8] x86/mtrr: fix handling with PAT but without MTRR
 2023-02-16  5:22 UTC  (6+ messages)
` [PATCH v2 7/8] x86/mm: only check uniform after calling mtrr_type_lookup()

[PATCH vhost 00/10] virtio core prepares for AF_XDP
 2023-02-16  5:27 UTC  (2+ messages)

[PULL V2 00/10] Net patches
 2023-02-16  5:24 UTC  (11+ messages)
` [PULL V2 01/10] net: Move the code to collect available NIC models to a separate function
` [PULL V2 02/10] net: Restore printing of the help text with "-nic help"
` [PULL V2 03/10] net: Replace "Supported NIC models" with "Available NIC models"
` [PULL V2 04/10] hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
` [PULL V2 05/10] hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a value
` [PULL V2 06/10] net: Increase L2TPv3 buffer to fit jumboframes
` [PULL V2 07/10] vmnet: stop recieving events when VM is stopped
` [PULL V2 08/10] hw/net/can/xlnx-zynqmp-can: fix assertion failures in transfer_fifo()
` [PULL V2 09/10] net: stream: add a new option to automatically reconnect
` [PULL V2 10/10] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check

[Intel-gfx] [PATCH 0/9] Add OAM support for MTL
 2023-02-16  5:08 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/9] drm/i915/perf: Drop wakeref on GuC RC error
` [Intel-gfx] [PATCH 2/9] drm/i915/perf: Add helper to check supported OA engines
` [Intel-gfx] [PATCH 3/9] drm/i915/perf: Validate OA sseu config outside switch

[regression, bisected, pci/iommu] Bug 216865 - Black screen when amdgpu started during 6.2-rc1 boot with AMD IOMMU enabled
 2023-02-16  5:25 UTC  (4+ messages)

[PATCH 5.4 00/25] xfs stable candidate patches for 5.4.y (from v5.10)
 2023-02-16  5:20 UTC  (5+ messages)
` [PATCH 5.4 07/25] xfs: turn dfp_intent into a xfs_log_item
` [PATCH 5.4 17/25] xfs: change the order in which child and parent defer ops are finished
` [PATCH 5.4 21/25] xfs: fix missing CoW blocks writeback conversion retry
` [PATCH 5.4 23/25] xfs: fix the forward progress assertion in xfs_iwalk_run_callbacks

[PATCH 0/10] crypto: api - Restructure stats code
 2023-02-16  5:18 UTC  (4+ messages)
` [PATCH 9/10] crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.h

[PATCH v1 RFC Zisslpcfi 1/9] target/riscv: adding zimops and zisslpcfi extension to RISCV cpu config
 2023-02-16  5:20 UTC  (12+ messages)
` [PATCH v1 RFC Zisslpcfi 3/9] target/riscv: implements CSRs and new bits in existing CSRs in zisslpcfi

[PATCH 0/5] i2c: cadence: Small cleanups
 2023-02-16  5:18 UTC  (2+ messages)

[PATCH v2 0/4] target/mips: misc microMIPS fixes
 2023-02-16  5:17 UTC  (5+ messages)
` [PATCH v2 1/4] target/mips: fix JALS32/J32 instruction handling for microMIPS
` [PATCH v2 2/4] target/mips: fix SWM32 handling for micromips
` [PATCH v2 3/4] target/mips: implement CP0.Config7.WII bit support
` [PATCH v2 4/4] target/mips: set correct CP0.Config[4, 5] values for M14K(c)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-16  5:13 UTC  (2+ messages)

[PATCH 1/2] kcsan: xtensa: Add atomic builtin stubs for 32-bit systems
 2023-02-16  5:09 UTC  (2+ messages)
` [PATCH 2/2] powerpc/{32,book3e}: kcsan: Extend KCSAN Support

[PATCH v3] vdpa/mlx5: should not activate virtq object when suspended
 2023-02-16  5:10 UTC  (7+ messages)

[PATCH v3 00/10] sched/fair: Avoid unnecessary migrations within SMT domains
 2023-02-16  5:21 UTC  (10+ messages)
` [PATCH v3 06/10] sched/fair: Use the prefer_sibling flag of the current sched domain

[jgunthorpe:iommufd_hwpt 13/18] drivers/iommu/iommufd/selftest.c:161:22: warning: no previous prototype for 'iommufd_selftest_domain_alloc'
 2023-02-16  5:10 UTC 

[Paatch] [staging][atomisp] Remove unneeded version.h include pointed out by 'make versioncheck'
 2023-02-16  5:09 UTC  (3+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS eef8b008d76a4df811b4cc42a50f0130bcade3bd
 2023-02-16  5:06 UTC 

[RFC PATCH 0/5] Retire IA64/Itanium support
 2023-02-16  5:04 UTC  (7+ messages)

[PATCH] Adding ability to change disassembler syntax in TCG plugins
 2023-02-16  5:04 UTC  (4+ messages)

drivers/net/wireless/intel/iwlwifi/mvm/d3.c:2789 iwl_mvm_resume_firmware() error: uninitialized symbol 'd3_status'
 2023-02-16  5:00 UTC 

[jfern:timers/dyn_hrtimer 2/2] kernel/time/hrtimer.c:527: undefined reference to `tick_sched_timer'
 2023-02-16  5:00 UTC 

[PATCH v2 bpf-next 0/3] Fix BPF verifier global subprog context argument logic
 2023-02-16  4:59 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] bpf: fix global subprog context argument resolution logic
` [PATCH v2 bpf-next 2/3] selftests/bpf: convert test_global_funcs test to test_loader framework
` [PATCH v2 bpf-next 3/3] selftests/bpf: add global subprog context passing tests

How many colours does the ARC cache have?
 2023-02-16  4:59 UTC  (2+ messages)

[PATCH intel-next v4 0/8] i40e: support XDP multi-buffer
 2023-02-16  4:56 UTC  (5+ messages)
` [PATCH intel-next v4 8/8] i40e: add support for XDP multi-buffer Rx

[Patch] [drivers/accessibility] Remove unneeded version.h
 2023-02-16  4:53 UTC  (2+ messages)

[PATCH bpf-next v5 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
 2023-02-16  4:49 UTC  (2+ messages)

[jfern:timers/dyn_hrtimer 2/2] kernel/time/tick-sched.c:1466:22: warning: no previous prototype for 'tick_sched_timer'
 2023-02-16  4:49 UTC 

[PULL 00/10] Net patches
 2023-02-16  4:45 UTC  (5+ messages)

[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-02-16  4:43 UTC  (3+ messages)

[PATCH] enable RAID for SATA under VMD
 2023-02-16  4:41 UTC 

[PATCH v1 00/37] Implementation of ML CNXK driver
 2023-02-16  4:41 UTC  (8+ messages)
` [PATCH v5 00/39] "
  ` [PATCH v5 32/39] ml/cnxk: enable support to get xstats in cycles
  ` [PATCH v5 38/39] ml/cnxk: add user guide for marvell cnxk ml driver
  ` [PATCH v5 39/39] ml/cnxk: enable support for configurable ocm page

Does earlyprintk=ttyS0 work for an AMD SNP guest on KVM?
 2023-02-16  4:40 UTC 

[Bug] Test 1450.91 Fails on NonStop
 2023-02-16  4:34 UTC  (8+ messages)
          ` [PATCH] test-genzeros: avoid raw write(2)

[PATCH] net: ipv6: IPv6 environment variable cleanup
 2023-02-16  4:38 UTC 

[isar-cip-core][PATCH v5 4/8] swupdate: only check partition uuids on swupdate
 2023-02-16  4:37 UTC 

drivers/gpu/drm/i915/i915_hwmon.c:69 hwm_in_read() error: uninitialized symbol 'reg_value'
 2023-02-16  4:28 UTC 

[intel-lts:5.10/yocto 97/888] ld.lld: error: drivers/gpu/drm/mgag200/mgag200_pll.o:(.riscv.attributes): rv32i2p0_m2p0_a2p0_zicsr2p0_zifencei2p0: unsupported version number 2.0 for extension 'zicsr'
 2023-02-16  4:28 UTC 

[PATCH RESEND 00/18] Support smp.clusters for x86
 2023-02-16  4:33 UTC  (4+ messages)
` [PATCH RESEND 07/18] i386: Support modules_per_die in X86CPUTopoInfo

[PATCH 9/7] arm64: Implement the new page table range API
 2023-02-16  4:26 UTC  (5+ messages)
` [PATCH 14/17] ia64: "
  ` [PATCH 15/17] m68k: "

[PATCH] branch: introduce --(no-)has-upstream and --(no-)gone options
 2023-02-16  4:14 UTC 

[PATCH v2] memory: Optimize replay of guest mapping
 2023-02-16  4:21 UTC  (3+ messages)

[PATCH v1 00/12] implement mldev test application
 2023-02-16  4:21 UTC  (4+ messages)
` [PATCH v4 00/12] Implementation of "
  ` [PATCH v4 11/12] app/mldev: enable reporting stats in mldev app

[PATCH v3] x86/vlapic: call vmx_vlapic_msr_changed through an hvm_function callback
 2023-02-16  4:18 UTC  (2+ messages)

[PATCH v4 0/3] Add ASPEED AST2600 I2C new controller driver
 2023-02-16  4:17 UTC  (7+ messages)
` [PATCH v4 2/3] dt-bindings: i2c-ast2600: Add support for AST2600 i2C driver

[PATCHv2 0/2] Apple Magic Keyboard Backlight
 2023-02-16  4:12 UTC  (3+ messages)
` [PATCH 1/2] Documentation: leds: standardise keyboard backlight led names
` [PATCH 2/2] HID: apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards

[PATCH V2 0/8] kvm: x86/mmu: Share the same code to invalidate each vTLB entry
 2023-02-16  4:16 UTC  (4+ messages)
` [PATCH V2 6/8] kvm: x86/mmu: Remove FNAME(invlpg)

[PATCH net] net/smc: fix application data exception
 2023-02-16  4:14 UTC  (4+ messages)

[pull] amdgpu drm-fixes-6.2
 2023-02-16  4:11 UTC 

[PATCH v10 07/26] mailbox: Add Gunyah message queue mailbox
 2023-02-16  4:07 UTC  (3+ messages)

[PATCH] riscv: binman: Add help message for missing blobs
 2023-02-16  4:03 UTC  (2+ messages)

International Dental Show & Expo_2023 Attendees Contacts List
 2023-02-16  4:01 UTC 

[PATCH] ARM: dts: mvebu: Add support for Thecus N2350 board
 2023-02-16  3:59 UTC  (3+ messages)

[PATCH net-next v2 0/5] tls: implement key updates for TLS1.3
 2023-02-16  3:57 UTC  (6+ messages)

[linux-next:master 10828/13038] arch/mips/kernel/vpe.c:643:35: error: no member named 'mod_mem' in 'struct module'
 2023-02-16  3:56 UTC 

linux-next: Tree for Feb 16
 2023-02-16  3:57 UTC 

[PATCH] ASoC: da7219: Improve the IRQ process to increase the stability
 2023-02-16  3:51 UTC  (5+ messages)

[isar-cip-core][PATCH v5 5/8] make sw-description spec compliant
 2023-02-16  3:45 UTC  (4+ messages)
` [isar-cip-core][PATCH v5 6/8] swu: replace custom image compression
` [isar-cip-core][PATCH v5 7/8] prefix swu related variables with SWU
` [isar-cip-core][PATCH v5 8/8] refactor verity image creation

[jpoimboe:arch-cpu-idle-dead-noreturn 25/25] vmlinux.o: warning: objtool: x86_64_start_reservations+0x28: unreachable instruction
 2023-02-16  3:46 UTC 

[PATCH v2 0/2] kprobes: Fix issues related to optkprobe
 2023-02-16  3:42 UTC  (3+ messages)
` [PATCH v2 1/2] x86/kprobes: Fix __recover_optprobed_insn check optimizing logic
` [PATCH v2 2/2] x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe range

[isar-cip-core][PATCH v5 3/8] swu: directly image from squashfs rootfs
 2023-02-16  3:42 UTC 

linux-next: build warning after merge of the powerpc tree
 2023-02-16  3:40 UTC  (2+ messages)

[PATCH 01/13] common/Kconfig: Reword text for BOARD_TYPES
 2023-02-16  3:36 UTC  (13+ messages)
` [PATCH 02/13] arm: mvebu: Add select on ARCH_EARLY_INIT_R if ARM64
` [PATCH 03/13] arm: zynq: Move to select'ing ARCH_EARLY_INIT_R if we have FPGA
` [PATCH 04/13] arm: rk3368: Select ARCH_EARLY_INIT_R when used
` [PATCH 05/13] common: Make ARCH_EARLY_INIT_R be selected only
` [PATCH 06/13] imx9: Remove ARCH_MISC_INIT
` [PATCH 07/13] mvebe: Drop ARCH_MISC_INIT from alleycat 5
` [PATCH 08/13] mvebu: Drop empty arch_misc_init
` [PATCH 09/13] s5p: Remove "
` [PATCH 10/13] verdin-imx8mm: Remove unused SPL_BOARD_INIT
` [PATCH 11/13] imx8mm-mx8menlo: Drop SPL_BOARD_INIT
` [PATCH 12/13] global: Add a select for ARCH_MISC_INIT where used
` [PATCH 13/13] common: Make ARCH_MISC_INIT be selected only

[isar-cip-core][PATCH v5 0/8] Rework image classes
 2023-02-16  3:35 UTC  (3+ messages)
` [isar-cip-core][PATCH v5 1/8] register image classes via layer.conf
` [isar-cip-core][PATCH v5 2/8] refactor: use imagetypes for swu generation

[PATCH v2 3/3] arm64: dts: qcom: sdm845-oneplus: add tri-state-key
 2023-02-16  3:32 UTC  (4+ messages)

[net-next V2 01/15] net/mlx5: Lag, Control MultiPort E-Switch single FDB mode
 2023-02-16  3:30 UTC  (2+ messages)

[PATCH net-next v2 00/10] devlink: cleanups and move devlink health functionality to separate file
 2023-02-16  3:30 UTC  (2+ messages)


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.