messages from 2023-11-02 00:38:07 to 2023-11-02 01:50:36 UTC [more...]
[PATCH v3 00/88] target/hppa: Implement hppa64 cpu
2023-11-02 1:30 UTC (86+ messages)
` [PATCH v3 01/88] target/hppa: Include PSW_P in tb flags and mmu index
` [PATCH v3 02/88] target/hppa: Rename hppa_tlb_entry to HPPATLBEntry
` [PATCH v3 03/88] target/hppa: Use IntervalTreeNode in HPPATLBEntry
` [PATCH v3 04/88] target/hppa: Always report one page to tlb_set_page
` [PATCH v3 05/88] target/hppa: Split out hppa_flush_tlb_range
` [PATCH v3 06/88] target/hppa: Populate an interval tree with valid tlb entries
` [PATCH v3 07/88] tcg: Improve expansion of deposit of constant
` [PATCH v3 08/88] tcg: Improve expansion of deposit into a constant
` [PATCH v3 09/88] target/hppa: Remove get_temp
` [PATCH v3 10/88] target/hppa: Remove get_temp_tl
` [PATCH v3 11/88] target/hppa: Remove load_const
` [PATCH v3 12/88] target/hppa: Fix hppa64 case in machine.c
` [PATCH v3 13/88] target/hppa: Fix load in do_load_32
` [PATCH v3 14/88] target/hppa: Truncate rotate count in trans_shrpw_sar
` [PATCH v3 15/88] target/hppa: Fix trans_ds for hppa64
` [PATCH v3 16/88] target/hppa: Fix do_add, do_sub "
` [PATCH v3 17/88] target/hppa: Fix bb_sar "
` [PATCH v3 18/88] target/hppa: Fix extrw and depw with sar "
` [PATCH v3 19/88] target/hppa: Introduce TYPE_HPPA64_CPU
` [PATCH v3 20/88] target/hppa: Make HPPA_BTLB_ENTRIES variable
` [PATCH v3 21/88] target/hppa: Implement cpu_list
` [PATCH v3 22/88] target/hppa: Implement hppa_cpu_class_by_name
` [PATCH v3 23/88] target/hppa: Update cpu_hppa_get/put_psw for hppa64
` [PATCH v3 24/88] target/hppa: Handle absolute addresses for pa2.0
` [PATCH v3 25/88] target/hppa: Adjust hppa_cpu_dump_state for hppa64
` [PATCH v3 26/88] target/hppa: Fix hppa64 addressing
` [PATCH v3 27/88] target/hppa: Pass DisasContext to copy_iaoq_entry
` [PATCH v3 28/88] target/hppa: Always use copy_iaoq_entry to set cpu_iaoq_[fb]
` [PATCH v3 29/88] target/hppa: Use copy_iaoq_entry for link in do_ibranch
` [PATCH v3 30/88] target/hppa: Mask inputs in copy_iaoq_entry
` [PATCH v3 31/88] target/hppa: sar register allows only 5 bits on 32-bit CPU
` [PATCH v3 32/88] target/hppa: Pass d to do_cond
` [PATCH v3 33/88] target/hppa: Pass d to do_sub_cond
` [PATCH v3 34/88] target/hppa: Pass d to do_log_cond
` [PATCH v3 35/88] target/hppa: Pass d to do_sed_cond
` [PATCH v3 36/88] target/hppa: Pass d to do_unit_cond
` [PATCH v3 37/88] linux-user/hppa: Fixes for TARGET_ABI32
` [PATCH v3 38/88] target/hppa: Drop attempted gdbstub support for hppa64
` [PATCH v3 39/88] target/hppa: Remove TARGET_HPPA64
` [PATCH v3 40/88] target/hppa: Decode d for logical instructions
` [PATCH v3 41/88] target/hppa: Decode d for unit instructions
` [PATCH v3 42/88] target/hppa: Decode d for cmpclr instructions
` [PATCH v3 43/88] target/hppa: Decode d for add instructions
` [PATCH v3 44/88] target/hppa: Decode d for sub instructions
` [PATCH v3 45/88] target/hppa: Decode d for bb instructions
` [PATCH v3 46/88] target/hppa: Decode d for cmpb instructions
` [PATCH v3 47/88] target/hppa: Decode CMPIB double-word
` [PATCH v3 48/88] target/hppa: Decode ADDB double-word
` [PATCH v3 49/88] target/hppa: Implement LDD, LDCD, LDDA, STD, STDA
` [PATCH v3 50/88] target/hppa: Implement DEPD, DEPDI
` [PATCH v3 51/88] target/hppa: Implement EXTRD
` [PATCH v3 53/88] target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
` [PATCH v3 54/88] target/hppa: Implement STDBY
` [PATCH v3 56/88] hw/hppa: Use uint32_t instead of target_ureg
` [PATCH v3 57/88] target/hppa: Remove TARGET_REGISTER_BITS
` [PATCH v3 58/88] target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
` [PATCH v3 59/88] target/hppa: Remove remaining "
` [PATCH v3 60/88] target/hppa: Adjust vmstate_env for pa2.0 tlb
` [PATCH v3 61/88] target/hppa: Use tcg_temp_new_i64 not tcg_temp_new
` [PATCH v3 62/88] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
` [PATCH v3 63/88] target/hppa: Implement HADD
` [PATCH v3 64/88] target/hppa: Implement HSUB
` [PATCH v3 65/88] target/hppa: Implement HAVG
` [PATCH v3 66/88] target/hppa: Implement HSHL, HSHR
` [PATCH v3 67/88] target/hppa: Implement HSHLADD, HSHRADD
` [PATCH v3 68/88] target/hppa: Implement MIXH, MIXW
` [PATCH v3 69/88] target/hppa: Implement PERMH
` [PATCH v3 71/88] target/hppa: Precompute zero into DisasContext
` [PATCH v3 72/88] target/hppa: Return zero for r0 from load_gpr
` [PATCH v3 73/88] include/hw/elf: Remove truncating signed casts
` [PATCH v3 74/88] hw/hppa: Translate phys addresses for the cpu
` [PATCH v3 75/88] linux-user/hppa: Drop EXCP_DUMP from handled exceptions
` [PATCH v3 76/88] target/hppa: Implement pa2.0 data prefetch instructions
` [PATCH v3 77/88] target/hppa: Add pa2.0 cpu local tlb flushes
` [PATCH v3 78/88] target/hppa: Avoid async_safe_run_on_cpu on uniprocessor system
` [PATCH v3 79/88] target/hppa: Clear upper bits in mtctl for pa1.x
` [PATCH v3 80/88] target/hppa: Add unwind_breg to CPUHPPAState
` [PATCH v3 81/88] target/hppa: Create raise_exception_with_ior
` [PATCH v3 82/88] target/hppa: Update IIAOQ, IIASQ for pa2.0
` [PATCH v3 83/88] target/hppa: Improve interrupt logging
` [PATCH v3 84/88] hw/pci-host/astro: Map Astro chip into 64-bit I/O memory region
` [PATCH v3 85/88] hw/pci-host/astro: Trigger CPU irq on CPU HPA in high memory
` [PATCH v3 86/88] hw/hppa: Turn on 64-bit CPU for C3700 machine
` [PATCH v3 87/88] hw/hppa: Allow C3700 with 64-bit and B160L with 32-bit CPU only
` [PATCH v3 88/88] hw/hppa: Map PDC ROM and I/O memory area into lower memory
[PATCH v2 00/14] Update RISC-V vector crypto to ratified v1.0.0
2023-11-02 1:38 UTC (30+ messages)
` [PATCH v2 01/14] target/riscv: Add cfg property for Zvkt extension
` [PATCH v2 02/14] target/riscv: Expose Zvkt extension property
` [PATCH v2 03/14] target/riscv: Add cfg property for Zvkb extension
` [PATCH v2 04/14] target/riscv: Replace Zvbb checking by Zvkb
` [PATCH v2 05/14] target/riscv: Expose Zvkb extension property
` [PATCH v2 06/14] target/riscv: Add cfg properties for Zvkn[c|g] extensions
` [PATCH v2 07/14] target/riscv: Expose Zvkn[c|g] extnesion properties
` [PATCH v2 08/14] target/riscv: Add cfg properties for Zvks[c|g] extensions
` [PATCH v2 09/14] target/riscv: Expose Zvks[c|g] extnesion properties
` [PATCH v2 10/14] target/riscv: Move vector crypto extensions to riscv_cpu_extensions
` [PATCH v2 11/14] disas/riscv: Add rv_fmt_vd_vs2_uimm format
` [PATCH v2 12/14] disas/riscv: Add rv_codec_vror_vi for vror.vi
` [PATCH v2 13/14] disas/riscv: Add support for vector crypto extensions
` [PATCH v2 14/14] disas/riscv: Replace TABs with space
[PATCH v3] scsi: ufs: ufs-sysfs: Expose UFS power info
2023-11-02 1:48 UTC (3+ messages)
[PATCH 6.5 000/111] 6.5.10-rc2 review
2023-11-02 1:46 UTC (3+ messages)
Update mail account
2023-11-02 1:34 UTC (4+ messages)
` [PATCH 1/1] MAINTAINERS: update mail address for Weiwei Li
[PATCH bpf-next v8 00/10] Registrating struct_ops types from modules
2023-11-02 1:43 UTC (13+ messages)
` [PATCH bpf-next v8 07/10] bpf, net: switch to dynamic registration
` [PATCH bpf-next v8 10/10] selftests/bpf: test case for register_bpf_struct_ops()
[PATCH V2] systemd: fix DynamicUser issue
2023-11-02 1:42 UTC
[PATCH] net/ice: fix DCF port statistics not cleared
2023-11-02 1:50 UTC (2+ messages)
` [PATCH v2] "
[PATCH net] tcp: Fix -Wc23-extensions in tcp_options_write()
2023-11-02 1:42 UTC (4+ messages)
[igt-dev] [i-g-t] lib/intel_aux_pgtable: Add XE support for pagetable mapping
2023-11-02 1:40 UTC (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for lib/intel_aux_pgtable: Add XE support for pagetable mapping (rev2)
[PATCH v5 00/13] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
2023-11-02 1:37 UTC (4+ messages)
` [PATCH v5 09/13] hw/riscv/virt-acpi-build.c: Add MMU node in RHCT
[PATCH 0/4] Packet/beacon loss roaming improvements
2023-11-02 1:39 UTC (7+ messages)
[RFC PATCH v1] mm: zswap: Store large folios without splitting
2023-11-02 1:37 UTC (4+ messages)
[igt-dev] [RFC v2 i-g-t 0/3] xe: Validate fixed CCS mode setting
2023-11-02 1:33 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ CI.xeBAT: "
[PATCH v2 0/3] Add atomic transfers to s3c24xx i2c driver
2023-11-02 1:31 UTC (4+ messages)
` [PATCH v2 1/3] i2c: s3c24xx: fix read transfers in polling mode
[PATCH v2 bpf-next 0/9] bpf: File verification with LSM and fsverity
2023-11-02 1:27 UTC (3+ messages)
` [PATCH v2 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
[PATCH v8 0/3] mm: use memmap_on_memory semantics for dax/kmem
2023-11-02 1:27 UTC (4+ messages)
` [PATCH v8 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks
[RFCv2 bpf-next 0/7] Add bpf_xdp_get_xfrm_state() kfunc
2023-11-02 1:27 UTC (3+ messages)
` [RFCv2 bpf-next 1/7] bpf: xfrm: "
[PATCH] net/enic: avoid extra unlock when setting MTU in enic
2023-11-02 1:25 UTC (2+ messages)
[PATCH 00/11] Clean up NFP PMD
2023-11-02 1:25 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 04/11] net/nfp: remove the unneeded data abstraction
[RFC] md/raid5: fix hung by MD_SB_CHANGE_PENDING
2023-11-02 1:24 UTC (2+ messages)
[PATCH v2 0/2] v4l2-cci: little-endian registers
2023-11-02 1:23 UTC (5+ messages)
` [PATCH v2 1/2] media: v4l2-cci: Add support for little-endian encoded registers
` [PATCH v2 2/2] media: i2c: imx290: Properly encode registers as little-endian
[f2fs-dev] [PATCH] f2fs: fix thread name cannot be fully displayed
2023-11-02 1:20 UTC (2+ messages)
` "
[PATCH] net/tap: fix L4 checksum
2023-11-02 1:21 UTC (3+ messages)
` [PATCH v3 1/3] net/tap: fix L4 checksum offloading
[PATCH bpf-next 0/5] bpf: file verification with LSM and fsverity
2023-11-02 1:19 UTC (4+ messages)
` [PATCH bpf-next 1/5] bpf: Add kfunc bpf_get_file_xattr
[PATCH] btrfs: add dmesg output when mounting and unmounting
2023-11-02 1:16 UTC (2+ messages)
[PATCH 2/2] PCI: Ignore PCIe ports used for tunneling in pcie_bandwidth_available()
2023-11-02 1:14 UTC (2+ messages)
[BUG] hp-wmi-sensors: probe of 8F1F6435-9F42-42C8-BADC-0E9424F20C9A failed with error -22
2023-11-02 1:11 UTC (5+ messages)
[PATCH 0/6] rebalance_work btree
2023-11-02 1:11 UTC (5+ messages)
` [PATCH 6/6] bcachefs: rebalance_work
[GIT PULL 0/4] ARM/SoC updates for 6.7
2023-11-02 1:10 UTC (13+ messages)
` [GIT PULL 1/4] SoC DT updates for v6.7
` [GIT PULL 2/4] SoC driver updates for 6.7
` [GIT PULL 3/4] ARM defconfig "
` [GIT PULL 4/4] ARM: SoC code changes "
[PATCH 0/7 v3] block: Add config option to not allow writing to mounted devices
2023-11-02 1:09 UTC (5+ messages)
` [PATCH 1/7] bcachefs: Convert to bdev_open_by_path()
[PATCH 0/5] use abstracted bit count functions
2023-11-02 1:05 UTC (6+ messages)
` [PATCH 1/5] table: "
` [PATCH 2/5] distributor: "
` [PATCH 3/5] hash: "
` [PATCH 4/5] member: "
` [PATCH 5/5] rcu: "
[PATCH 0/3] reduce latency of synchronize_rcu()
2023-11-02 1:04 UTC (8+ messages)
` [PATCH 1/3] rcu: Reduce synchronize_rcu() waiting time
[PATCH v2 1/2] drm/amdgpu: Optimize the asic type fix code
2023-11-02 1:03 UTC (3+ messages)
[Intel-xe] [RFC v2 0/2] drm/xe/pvc: Enable fixed CCS mode
2023-11-02 0:59 UTC (2+ messages)
` [Intel-xe] ✗ CI.BAT: failure for drm/xe/pvc: Enable fixed CCS mode (rev2)
[virtio-comment] [PATCH v2 0/9] virtio-iommu: Support page tables
2023-11-02 0:54 UTC (7+ messages)
` [virtio-comment] [PATCH v2 5/9] virtio-iommu: Add VT-d IO page table
` [virtio-comment] "
` [virtio-comment] "
[PATCH v7 0/5] Reduce overhead of LSMs with static calls
2023-11-02 0:55 UTC (6+ messages)
` [PATCH v7 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v7 2/5] security: Count the LSMs enabled at compile time
` [PATCH v7 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v7 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
` [PATCH v7 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY
[PATCH bpf-next v3 1/2] bpf: add skcipher API support to TC/XDP programs
2023-11-02 0:54 UTC (8+ messages)
` [PATCH bpf-next v3 2/2] selftests: bpf: crypto skcipher algo selftests
[PATCH] ARM: npcm: Add CPU hotplug callbacks for kexec support
2023-11-02 0:53 UTC (4+ messages)
` [PATCH RESEND] "
[PATCH v2] cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()
2023-11-02 0:53 UTC
How can I make dma_alloc to use the device's reserved memory?
2023-11-02 0:51 UTC
[PATCH v2 1/1] device property: Add fwnode_name_eq()
2023-11-02 0:51 UTC (2+ messages)
drivers/net/wireless/realtek/rtw89/coex.c:1448:17: warning: writing 8 bytes into a region of size 0
2023-11-02 0:46 UTC (2+ messages)
[PATCH mptcp-next] net/mptcp: don't overwrite sock_ops in mptcp_is_tcpsk()
2023-11-02 0:51 UTC (2+ messages)
[PATCH] block: add SB_I_STABLE_WRITES to bdev sb flag
2023-11-02 0:14 UTC
[PATCH v5 0/3] media: i2c: Add driver for THine THP7312 ISP
2023-11-02 0:47 UTC (4+ messages)
` [PATCH v5 1/3] dt-bindings: media: Add bindings "
[PATCH v6 0/5] Reduce overhead of LSMs with static calls
2023-11-02 0:46 UTC (4+ messages)
` [PATCH v6 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
[PATCH v2 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
2023-11-01 23:36 UTC (12+ messages)
` [PATCH v2 02/27] iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID
` [PATCH v2 06/27] iommu/arm-smmu-v3: Consolidate clearing a CD table entry
` [PATCH v2 07/27] iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
` [PATCH v2 13/27] iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
` [PATCH v2 14/27] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH v2 16/27] iommu/arm-smmu-v3: Keep track of valid CD entries in the cd_table
` [PATCH v2 18/27] iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
` [PATCH v2 20/27] iommu: Add ops->domain_alloc_sva()
` [PATCH v2 22/27] iommu/arm-smmu-v3: Consolidate freeing the ASID/VMID
` [PATCH v2 25/27] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
` [PATCH v2 27/27] iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID
Requesting your attention and expertise regarding a Tablet/Kernel issue
2023-11-02 0:44 UTC (2+ messages)
[PATCH v2 1/1] target/riscv: correct csr_ops[CSR_MSECCFG]
2023-11-02 0:43 UTC (3+ messages)
[RFC PATCH v11 13/19] dm verity: consume root hash digest and signature data via LSM hook
2023-11-02 0:41 UTC (3+ messages)
` [PATCH RFC "
[RFC PATCH v11 12/19] dm: add finalize hook to target_type
2023-11-02 0:41 UTC (3+ messages)
` [PATCH RFC "
[RFC PATCH v11 11/19] dm verity: set DM_TARGET_SINGLETON feature flag
2023-11-02 0:40 UTC (3+ messages)
` [PATCH RFC "
[RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
2023-11-02 0:40 UTC (3+ messages)
` [PATCH RFC "
[PATCH v5 0/5] Support discontinuous PMU counters
2023-11-02 0:39 UTC (3+ messages)
` [PATCH v5 4/5] target/riscv: Add "pmu-mask" property to replace "pmu-num"
Intermittent storage (dm-crypt?) freeze - regression 6.4->6.5
2023-11-02 0:38 UTC (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.