All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-12 09:19:09 to 2021-01-12 09:49:06 UTC [more...]

[PATCH] mm, compaction: make sure we isolate a valid freepage when high_pfn is used
 2021-01-12  9:47 UTC  (2+ messages)
` [PATCH] mm, compaction: move high_pfn to the for loop scope

[PATCH v6 00/72] support vector extension v1.0
 2021-01-12  9:39 UTC  (79+ messages)
` [PATCH v6 01/72] target/riscv: drop vector 0.7.1 and add 1.0 support
` [PATCH v6 02/72] target/riscv: Use FIELD_EX32() to extract wd field
` [PATCH v6 03/72] target/riscv: rvv-1.0: add mstatus VS field
` [PATCH v6 04/72] target/riscv: rvv-1.0: add sstatus "
` [PATCH v6 05/72] target/riscv: rvv-1.0: introduce writable misa.v field
` [PATCH v6 06/72] target/riscv: rvv-1.0: add translation-time vector context status
` [PATCH v6 07/72] target/riscv: rvv-1.0: remove rvv related codes from fcsr registers
` [PATCH v6 08/72] target/riscv: rvv-1.0: add vcsr register
` [PATCH v6 09/72] target/riscv: rvv-1.0: add vlenb register
` [PATCH v6 10/72] target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registers
` [PATCH v6 11/72] target/riscv: rvv-1.0: remove MLEN calculations
` [PATCH v6 12/72] target/riscv: rvv-1.0: add fractional LMUL
` [PATCH v6 13/72] target/riscv: rvv-1.0: add VMA and VTA
` [PATCH v6 14/72] target/riscv: rvv-1.0: update check functions
` [PATCH v6 15/72] target/riscv: introduce more imm value modes in translator functions
` [PATCH v6 16/72] target/riscv: rvv:1.0: add translation-time nan-box helper function
` [PATCH v6 17/72] target/riscv: rvv-1.0: configure instructions
` [PATCH v6 18/72] target/riscv: rvv-1.0: stride load and store instructions
` [PATCH v6 19/72] target/riscv: rvv-1.0: index "
` [PATCH v6 20/72] target/riscv: rvv-1.0: fix address index overflow bug of indexed load/store insns
` [PATCH v6 21/72] target/riscv: rvv-1.0: fault-only-first unit stride load
` [PATCH v6 22/72] target/riscv: rvv-1.0: amo operations
` [PATCH v6 23/72] target/riscv: rvv-1.0: load/store whole register instructions
` [PATCH v6 24/72] target/riscv: rvv-1.0: update vext_max_elems() for load/store insns
` [PATCH v6 25/72] target/riscv: rvv-1.0: take fractional LMUL into vector max elements calculation
` [PATCH v6 26/72] target/riscv: rvv-1.0: floating-point square-root instruction
` [PATCH v6 27/72] target/riscv: rvv-1.0: floating-point classify instructions
` [PATCH v6 28/72] target/riscv: rvv-1.0: mask population count instruction
` [PATCH v6 29/72] target/riscv: rvv-1.0: find-first-set mask bit instruction
` [PATCH v6 30/72] target/riscv: rvv-1.0: set-X-first mask bit instructions
` [PATCH v6 31/72] target/riscv: rvv-1.0: iota instruction
` [PATCH v6 32/72] target/riscv: rvv-1.0: element index instruction
` [PATCH v6 33/72] target/riscv: rvv-1.0: allow load element with sign-extended
` [PATCH v6 34/72] target/riscv: rvv-1.0: register gather instructions
` [PATCH v6 35/72] target/riscv: rvv-1.0: integer scalar move instructions
` [PATCH v6 36/72] target/riscv: rvv-1.0: floating-point move instruction
` [PATCH v6 37/72] target/riscv: rvv-1.0: floating-point scalar move instructions
` [PATCH v6 38/72] target/riscv: rvv-1.0: whole register "
` [PATCH v6 39/72] target/riscv: rvv-1.0: integer extension instructions
` [PATCH v6 40/72] target/riscv: rvv-1.0: single-width averaging add and subtract instructions
` [PATCH v6 41/72] target/riscv: rvv-1.0: single-width bit shift instructions
` [PATCH v6 42/72] target/riscv: rvv-1.0: integer add-with-carry/subtract-with-borrow
` [PATCH v6 43/72] target/riscv: rvv-1.0: narrowing integer right shift instructions
` [PATCH v6 44/72] target/riscv: rvv-1.0: widening integer multiply-add instructions
` [PATCH v6 45/72] target/riscv: rvv-1.0: single-width saturating add and subtract instructions
` [PATCH v6 46/72] target/riscv: rvv-1.0: integer comparison instructions
` [PATCH v6 47/72] target/riscv: rvv-1.0: floating-point compare instructions
` [PATCH v6 48/72] target/riscv: rvv-1.0: mask-register logical instructions
` [PATCH v6 49/72] target/riscv: rvv-1.0: slide instructions
` [PATCH v6 50/72] target/riscv: rvv-1.0: floating-point "
` [PATCH v6 51/72] target/riscv: rvv-1.0: narrowing fixed-point clip instructions
` [PATCH v6 52/72] target/riscv: rvv-1.0: single-width floating-point reduction
` [PATCH v6 53/72] target/riscv: rvv-1.0: widening floating-point reduction instructions
` [PATCH v6 54/72] target/riscv: rvv-1.0: single-width scaling shift instructions
` [PATCH v6 55/72] target/riscv: rvv-1.0: remove widening saturating scaled multiply-add
` [PATCH v6 56/72] target/riscv: rvv-1.0: remove vmford.vv and vmford.vf
` [PATCH v6 57/72] target/riscv: rvv-1.0: remove integer extract instruction
` [PATCH v6 58/72] target/riscv: rvv-1.0: floating-point min/max instructions
` [PATCH v6 59/72] target/riscv: introduce floating-point rounding mode enum
` [PATCH v6 60/72] target/riscv: rvv-1.0: floating-point/integer type-convert instructions
` [PATCH v6 61/72] target/riscv: rvv-1.0: widening floating-point/integer type-convert
` [PATCH v6 62/72] target/riscv: add "set round to odd" rounding mode helper function
` [PATCH v6 63/72] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert
` [PATCH v6 64/72] target/riscv: rvv-1.0: relax RV_VLEN_MAX to 1024-bits
` [PATCH v6 65/72] target/riscv: rvv-1.0: implement vstart CSR
` [PATCH v6 66/72] target/riscv: rvv-1.0: trigger illegal instruction exception if frm is not valid
` [PATCH v6 67/72] target/riscv: rvv-1.0: set mstatus.SD bit when writing vector CSRs
` [PATCH v6 68/72] target/riscv: gdb: modify gdb csr xml file to align with csr register map
` [PATCH v6 69/72] target/riscv: gdb: support vector registers for rv64 & rv32
` [PATCH v6 70/72] target/riscv: rvv-1.0: floating-point reciprocal square-root estimate instruction
` [PATCH v6 71/72] target/riscv: rvv-1.0: floating-point reciprocal "
` [PATCH v6 72/72] target/riscv: set mstatus.SD bit when writing fp CSRs

[PATCH v2 0/5] mm: Fix pfn_to_online_page() with respect to ZONE_DEVICE
 2021-01-12  9:46 UTC  (14+ messages)
` [PATCH v2 1/5] mm: Move pfn_to_online_page() out of line
` [PATCH v2 2/5] mm: Teach pfn_to_online_page() to consider subsection validity
` [PATCH v2 3/5] mm: Teach pfn_to_online_page() about ZONE_DEVICE section collisions
` [PATCH v2 4/5] mm: Fix page reference leak in soft_offline_page()
` [PATCH v2 5/5] libnvdimm/namespace: Fix visibility of namespace resource attribute

[PATCH v3 0/4] update xenon controller properties in CN913X
 2021-01-12  9:46 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: mmc: xenon: add AP807 compatible string
` [PATCH v3 2/4] "
` [PATCH v3 3/4] arm64: dts: change AP807 SDHCI compatibility string
` [PATCH v3 4/4] arm64: dts: cn913x-db: enable MMC HS400

[PATCH v6 00/13] Generalize memory encryption models
 2021-01-12  9:46 UTC  (3+ messages)
` [PATCH v6 02/13] confidential guest support: Introduce new confidential guest support class

[PATCH v4 0/3] Add new controls for QP and layer bitrate
 2021-01-12  9:45 UTC  (3+ messages)
` [PATCH v4 3/3] venus: venc: Add support for frame-specific min/max qp controls

[PATCH v3 0/6] Fix some bugs about HugeTLB code
 2021-01-12  9:45 UTC  (7+ messages)
` [PATCH v3 1/6] mm: migrate: do not migrate HugeTLB page whose refcount is one
    ` [External] "
` [PATCH v3 2/6] mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page

[PATCH 00/20] pack-revindex: prepare for on-disk reverse index
 2021-01-12  9:45 UTC  (18+ messages)
` [PATCH 01/20] pack-revindex: introduce a new API
` [PATCH 14/20] unpack_entry(): convert to new revindex API
` [PATCH 16/20] builtin/gc.c: guess the size of the revindex
` [PATCH 18/20] pack-revindex: remove unused 'find_revindex_position()'
` [PATCH 19/20] pack-revindex: hide the definition of 'revindex_entry'
` [PATCH 20/20] pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'

[dpdk-dev] 18.11.11 (LTS) patches review and test
 2021-01-12  9:45 UTC  (2+ messages)

[PATCH] mm: Teach pfn_to_online_page() about ZONE_DEVICE section collisions
 2021-01-12  9:44 UTC  (8+ messages)

[PATCH v4 0/2] Add base layer priority id control
 2021-01-12  9:44 UTC  (3+ messages)
` [PATCH v4 2/2] venus: venc : Add support for priority ID control

[PATCH v2 00/10] allow unprivileged overlay mounts
 2021-01-12  9:43 UTC  (6+ messages)
` [PATCH v2 01/10] vfs: move cap_convert_nscap() call into vfs_setxattr()

[PATCH V5 0/8] remoteproc: imx_rproc: support iMX8MQ/M
 2021-01-12  9:41 UTC  (5+ messages)
` [PATCH V5 7/8] remoteproc: imx_rproc: ignore mapping vdev regions

[RFC 0/2] kbuild: Add support to build overlays (%.dtbo)
 2021-01-12  9:41 UTC  (8+ messages)

[PATCH v4 00/11] xen/arm: Add support for SMMUv3 driver
 2021-01-12  9:41 UTC  (4+ messages)
` [PATCH v4 11/11] xen/arm: smmuv3: "

[PATCH] tools/perf: Fix powerpc gap between kernel end and module start
 2021-01-12  9:38 UTC  (2+ messages)

[dpdk-dev] [dpdk-dev 21.02 0/5] enable UDP ecpri configure in dcf
 2021-01-12  9:32 UTC  (5+ messages)
` [dpdk-dev] [dpdk-dev v3 0/3] net/ice: refactor PTYPE parsing
  ` [dpdk-dev] [dpdk-dev v3 1/3] net/ice/base: add package PTYPE enable information
  ` [dpdk-dev] [dpdk-dev v3 2/3] net/ice/base: add PTYPE value
  ` [dpdk-dev] [dpdk-dev v3 3/3] net/ice: refactor PTYPE parsing

[RFC PATCH v2] selinux: security: Move selinux_state to a separate page
 2021-01-12  9:36 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Allow huge_gem_object to kick the shrinker
 2021-01-12  9:37 UTC  (2+ messages)

[PATCH] ffmpeg: Fix CVE-2020-35964, CVE-2020-35965
 2021-01-12  9:37 UTC 

[dpdk-dev] [PATCH v2] pci: support both PIO and MMIO BAR for legacy virtio on x86
 2021-01-12  9:37 UTC  (4+ messages)
` [dpdk-dev] [PATCH v5 0/3] support both PIO and MMIO BAR for virtio PMD
  ` [dpdk-dev] [PATCH v5 3/3] PCI: don't use vfio ioctl call to access PIO resource

[PATCH v3 0/2] Synchronize user layer access with system PM ops and error handling
 2021-01-12  9:36 UTC  (3+ messages)
` [PATCH 2/2] scsi: ufs: Protect PM ops and err_handler from user access through sysfs

[PATCH v6 00/35] Hexagon patch series
 2021-01-12  9:35 UTC  (6+ messages)
` [PATCH v6 05/35] Hexagon (disas) disassembler

[Re-send: PATCH i2c-next 0/6] i2c: mux: mlxcpld: Extend driver functionality and update licenses
 2021-01-12  9:35 UTC  (9+ messages)
` [Re-send: PATCH i2c-next 5/6] i2c: mux: mlxcpld: Extend driver to support word address space devices

[PATCH] shippable.yml: Remove jobs duplicated on Gitlab-CI
 2021-01-12  9:34 UTC  (2+ messages)

[PATCH v2 0/3] scsi: add runtime PM workaround for SD cardreaders
 2021-01-12  9:33 UTC  (4+ messages)
` [PATCH v2 1/3] scsi: add expecting_media_change flag to error path
` [PATCH v2 2/3] scsi: sd: add ignore_resume_medium_changed disk setting
` [PATCH v2 3/3] scsi: sd: Documentation: describe ignore_resume_medium_changed

[PATCH 0/3] nvme: fixes for command retry
 2021-01-12  9:34 UTC  (5+ messages)
` [PATCH 3/3] nvme: add parameter command_retry to enable retry

[PATCH] char_dev: replace cdev_map with an xarray
 2021-01-12  9:35 UTC  (3+ messages)

[Buildroot] [PATCH] package/gr-osmosdr: bump to 0.2.3
 2021-01-12  9:34 UTC 

[PATCH v1] i2c: tegra: Fix i2c_writesl() to use writel() instead of writesl()
 2021-01-12  9:32 UTC  (7+ messages)

[PATCH v5 0/5] MSFT offloading support for advertisement monitor
 2021-01-12  9:33 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gem: Remove stolen node before releasing the region
 2021-01-12  9:33 UTC  (2+ messages)

[PATCH] kvm: Fixes lack of KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 enabled check
 2021-01-12  9:29 UTC 

[RFC PATCH] Makefile: add GNU global tags support
 2021-01-12  9:27 UTC  (5+ messages)

[PATCH 0/2] media: Driver for OV1063x camera sensor
 2021-01-12  9:31 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: media: Add bindings for OmniVision OV1063x sensors

[PATCH] dmaengine: qcom: bam_dma: Add LOCK and UNLOCK flag bit support
 2021-01-12  9:31 UTC  (9+ messages)

[PATCH] perf test: Fix shadow stat test for non-bash shells
 2021-01-12  9:30 UTC  (2+ messages)

[PATCH v3 1/4] dp/dp_mst: Add support for sink event notify messages
 2021-01-12  9:24 UTC  (3+ messages)

[bug report] drm/amd/pm: add the parameters of power profiles for vangogh
 2021-01-12  9:31 UTC  (2+ messages)

[OE-core] [PATCH] socat: upgrade 1.7.3.4 ->1.7.4.0
 2021-01-12  9:31 UTC  (2+ messages)

[PATCH] systemd: use the absolute path in service file
 2021-01-12  9:29 UTC  (6+ messages)
` [OE-core] "

[PATCH] bus: arm-integrator-lm: Add of_node_put() before return statement
 2021-01-12  9:25 UTC  (3+ messages)

[pull request][net-next 00/15] mlx5 updates 2021-01-07
 2021-01-12  9:27 UTC  (7+ messages)
` [net-next 08/15] net/mlx5e: CT: Preparation for offloading +trk+new ct rules

[PATCH bpf 1/2] bpf: support PTR_TO_MEM{,_OR_NULL} register spilling
 2021-01-12  9:26 UTC  (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: add verifier test for PTR_TO_MEM spill

How to replace set_fs(KERNEL_DS) for a kernel 5.10.x module driver version
 2021-01-12  9:28 UTC  (8+ messages)

[PATCH 1/1] Set prev_flush_start and flush_bio in an atomic way
 2021-01-12  9:24 UTC  (2+ messages)

[RFC v6 00/11] i386 cleanup
 2021-01-12  9:23 UTC  (4+ messages)
` [RFC v6 08/11] accel: extend AccelState and AccelClass to user-mode

About scsi device queue depth
 2021-01-12  9:23 UTC  (5+ messages)

[PATCH v2 1/6] drivers: crypto: qce: sha: Restore/save ahash state with custom struct in export/import
 2021-01-12  9:24 UTC  (3+ messages)

What's the correct way to implement rfi and related instruction
 2021-01-12  9:23 UTC  (6+ messages)

[PATCH 0/3] arm: mvebu: Espressobin: Set default env values at runtime
 2021-01-12  9:24 UTC  (4+ messages)

[RFC, v2 0/1] msi support for platform devices
 2021-01-12  9:22 UTC  (4+ messages)
` [RFC, v3 0/2] "
  ` [RFC v3 2/2] vfio/platform: msi: add Broadcom "

[PATCH v2] can: isotp: fix isotp_getname() leak
 2021-01-12  9:22 UTC  (2+ messages)

[dunfell][PATCH] rootfs_ipk: allow do_populate_sdk in parallel to do_rootfs
 2021-01-12  9:23 UTC  (2+ messages)
` [OE-core] "

[PATCH V4] nvme: enable char device per namespace
 2021-01-12  9:22 UTC  (4+ messages)
  `  "

[PATCH] mm: slub: Convert sys slab alloc_calls, free_calls to bin attribute
 2021-01-12  9:21 UTC 

[PATCH v3] scsi: ufs: Remove unnecessary devm_kfree
 2021-01-12  9:21 UTC 

[PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2021-01-12  9:21 UTC  (5+ messages)
` [PATCH v7 02/16] iommu/smmu: Report empty domain nesting info

[PATCH 0/4] sched/fair: Burstable CFS bandwidth controller
 2021-01-12  9:21 UTC  (5+ messages)
` [PATCH 1/4] sched/fair: Introduce primitives for CFS bandwidth burst

[PATCH 1/2] drm: distinguish return value of drm_dp_check_and_send_link_address
 2021-01-12  9:21 UTC  (4+ messages)

[PATCH v2 0/7] New libtracefs APIs
 2021-01-12  9:20 UTC  (8+ messages)
` [PATCH v2 1/7] libtracefs: tracefs_instance_file_read() get a const file name
` [PATCH v2 2/7] libtracefs: New APIs for opening and reading ftrace files
` [PATCH v2 3/7] libtracefs: New APIs for enable / disable tracing
` [PATCH v2 4/7] libtracefs: Documentation for the new APIs for opening and reading ftrace files
` [PATCH v2 5/7] libtracefs: Documentation for enable / disable tracing APIs
` [PATCH v2 6/7] libtracefs: Unit tests for the new APIs for opening and reading ftrace files
` [PATCH v2 7/7] libtracefs: Unit tests for enable / disable tracing APIs

[GIT PULL] First set of FPGA Manager changes for 5.12-rc1
 2021-01-12  9:22 UTC  (2+ messages)

[PATCH] edac: remove redundant error print in xgene_edac_probe
 2021-01-12  9:20 UTC  (2+ messages)

[PATCHv6 0/4] perf: Add mmap2 build id support
 2021-01-12  9:19 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/4] drm/i915/gt: Disable arbitration around Braswell's pdp updates
 2021-01-12  9:21 UTC  (7+ messages)
` [Intel-gfx] [PATCH 3/4] drm/i915/gt: Perform an arbitration check before busywaiting

[PATCH] rootfs_ipk: allow do_populate_sdk in parallel to do_rootfs
 2021-01-12  9:21 UTC  (2+ messages)
` [OE-core] "

[PATCH] drm/amdgpu: enable gpu recovery for navy_flounder
 2021-01-12  9:20 UTC  (4+ messages)

[PATCH v6 00/11] Raspberry Pi PoE HAT fan support
 2021-01-12  9:18 UTC  (4+ messages)
` [PATCH v6 11/11] pwm: Add Raspberry Pi Firmware based PWM bus

[PATCH] can: isotp: fix isotp_getname() leak
 2021-01-12  9:17 UTC  (3+ messages)

[PATCH v6 0/2] Two changes to fix ufs power down/on specs violation
 2021-01-12  9:18 UTC  (5+ messages)
` [PATCH v6 1/2] scsi: ufs: Fix ufs clk "
` [PATCH v6 2/2] scsi: ufs-qcom: Fix ufs RST_n "

[PATCH v3 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
 2021-01-12  9:17 UTC  (5+ messages)
` [PATCH v3 09/21] arm64: cpufeature: Add global feature override facility


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.