All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-29 18:36:07 to 2020-09-29 19:11:16 UTC [more...]

[PATCH v4 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-09-29 18:39 UTC  (13+ messages)

[PATCH] Only allow to set crash_kexec_post_notifiers on boot time
 2020-09-29 19:10 UTC  (14+ messages)

[PATCH] arm64: Make CONFIG_CMDLINE behavior configurable
 2020-09-29 19:09 UTC  (2+ messages)

[PATCH 0/8] Implement firmware quirks for Qualcomm ARM-SMMUv2
 2020-09-29 19:10 UTC  (3+ messages)
` [PATCH 3/8] dt-bindings: arm-smmu: add binding for SMMUv2 on Qualcomm SDM660

[PATCH 1/2] dt-bindings: vendor-prefixes: Add kobol prefix
 2020-09-29 19:10 UTC  (3+ messages)

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

[Buildroot] [PATCH] gcc: powerpc32 transition to secureplt
 2020-09-29 19:09 UTC  (3+ messages)

[PATCH v3 0/5] USB DWC3 host wake up support from system suspend
 2020-09-29 19:09 UTC  (7+ messages)
` [PATCH v3 2/5] usb: dwc3: host: Add suspend_quirk for dwc3 host
` [PATCH v3 3/5] usb: dwc3: qcom: Configure wakeup interrupts and set genpd active wakeup flag
` [PATCH v3 5/5] arm64: dts: qcom: sc7180: Add wakeup-source property for USB controller node

[Buildroot] [git commit branch/2020.08.x] package/gcc: transition PowerPC 32 to secureplt
 2020-09-29 19:09 UTC 

[Buildroot] [git commit branch/2020.05.x] package/gcc: transition PowerPC 32 to secureplt
 2020-09-29 19:09 UTC 

[Buildroot] [PATCH] package/qt5: allow to use imx-gpu-viv as GBM provider
 2020-09-29 19:09 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.02.x] package/gcc: transition PowerPC 32 to secureplt
 2020-09-29 19:08 UTC 

[PATCH] ath10k: Introduce a devicetree quirk to skip host cap QMI requests
 2020-09-29 19:08 UTC  (3+ messages)

[PATCH 0/8] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-09-29 19:08 UTC  (9+ messages)
` [PATCH 2/8] selftests/vm: use a common gup_test.h

[Intel-gfx] [PATCH] drm/i915: Read DIMM size in Gb rather than GB
 2020-09-29 19:07 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

RTL8402 stops working after hibernate/resume
 2020-09-29 19:07 UTC  (15+ messages)

[PATCH] export.h: fix section name for CONFIG_TRIM_UNUSED_KSYMS for Clang
 2020-09-29 19:07 UTC 

refactor the nvme scanning and validation code
 2020-09-29 19:07 UTC  (11+ messages)
` [PATCH 10/20] nvme: freeze the queue over ->lba_shift updates
` [PATCH 16/20] nvme: revalidate zone bitmaps in nvme_update_ns_info
` [PATCH 19/20] nvme: refactor nvme_validate_ns

[PATCH] arm-bsp/u-boot: fix patches for a5ds
 2020-09-29 19:06 UTC 

✅ PASS: Test report for kernel 5.8.12 (stable-queue)
 2020-09-29 19:06 UTC 

[Buildroot] [PATCH 1/1] package/open-plc-utils: fix build with gcc 10
 2020-09-29 19:05 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.08.x] package/open-plc-utils: fix build with gcc 10
 2020-09-29 19:05 UTC 

[RFC iproute2-next] devlink: display elapsed time during flash update
 2020-09-29 19:04 UTC  (6+ messages)

[Buildroot] [PATCH v2] package/live555: bump to version 2020.08.19
 2020-09-29 19:03 UTC  (3+ messages)

[PATCH 00/45] Add support for vangoh
 2020-09-29 19:02 UTC  (9+ messages)
` [PATCH 05/45] drm/amdgpu: add vangogh_reg_base_init function for van gogh
` [PATCH 36/45] drm/amdgpu: add TOC firmware support for apu (v2)

[PATCH v3 0/4] TPM 2.0 fixes in IMA tests
 2020-09-29 19:01 UTC  (4+ messages)
` [PATCH v3 4/4] ima_tpm.sh: Fix calculating PCR aggregate
    ` [LTP] "

[PATCH 1/2] drm/vc4: hdmi: Disable Wifi Frequencies
 2020-09-29 19:00 UTC  (4+ messages)

[Intel-wired-lan] [PATCH][next] ice: Replace one-element array with flexible-array member
 2020-09-29 19:01 UTC  (2+ messages)
`  "

[Buildroot] [git commit branch/2020.08.x] package/live555: bump to version 2020.08.19
 2020-09-29 19:01 UTC 

[PATCH net-next 11/15] sctp: add udphdr to overhead when udp_port is set
 2020-09-29 19:00 UTC  (4+ messages)

[PATCH bpf-next 0/2] introduce BPF_F_SHARE_PE
 2020-09-29 19:00 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: introduce BPF_F_SHARE_PE for perf event array

[linux-next:master 7142/11956] drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:1229:7: error: implicit declaration of function 'msm_dp_display_pre_disable'
 2020-09-29 18:59 UTC 

[PATCH v5 00/10] Function Granular KASLR
 2020-09-29 18:58 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] bluetooth: hci_h5: close serdev device and free hu in h5_close
 2020-09-29 18:58 UTC  (2+ messages)
` [Linux-kernel-mentees][PATCH] "

[PATCH 4.9 000/121] 4.9.238-rc1 review
 2020-09-29 18:58 UTC  (2+ messages)

[PATCH] arm: use mmap_write_(un)lock for copy_to_user
 2020-09-29 18:56 UTC  (3+ messages)

stable-rc/linux-4.9.y build: 197 builds: 1 failed, 196 passed, 4 warnings (v4.9.237-122-g054f04eb3d5d)
 2020-09-29 18:58 UTC 

[PATCH] dt-bindings: example: Grammar improvements
 2020-09-29 18:56 UTC  (2+ messages)

[PATCH v3 0/2] hwmon: pmbus: max20730: adjust the vout base on
 2020-09-29 18:56 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: max20730: adding device tree doc for max20730

[PATCH v1 2/2] dt: bindings: pca9532: add description of pwm and psc settings
 2020-09-29 18:56 UTC  (3+ messages)

[PATCH v3 0/2] arm64/acpi: restrict AML opregion memory access
 2020-09-29  9:29 UTC  (6+ messages)
` [PATCH v3 1/2] arm64/acpi: disallow AML memory opregions to access kernel memory

[PATCH 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
 2020-09-29 17:26 UTC  (3+ messages)
` [PATCH 03/13] x86: Add early SHA support for Secure Launch early measurements

[PATCH v3 0/6] Add virtio-iommu built-in topology
 2020-09-29 17:28 UTC  (7+ messages)

[PATCH] diff: get rid of redundant 'dense' argument
 2020-09-29 18:54 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/quagga: fix build with gcc 10
 2020-09-29 18:54 UTC  (2+ messages)

[PATCH v3 0/7] Netronix embedded controller driver for Kobo and Tolino ebook readers
 2020-09-29 18:52 UTC  (4+ messages)
` [PATCH v3 2/7] dt-bindings: mfd: Add binding for Netronix embedded controller

[PATCH v3 1/3] iio: dac: ad5686: add support for AD5338R
 2020-09-29 18:53 UTC  (3+ messages)
` [PATCH v3 3/3] dt-bindings: iio: dac: ad5686: add binding

stable-rc/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 66 warnings (v4.14.199-167-g7b80cb61f2b2)
 2020-09-29 18:52 UTC 

[PATCH V2 0/3] riscv: Enable LOCKDEP
 2020-09-29 18:51 UTC  (9+ messages)
` [PATCH V2 1/3] riscv: Fixup static_obj() fail

[PATCH v1] arm: socfpga: fix Gen5 enable of EMAC via FPGA
 2020-09-29 18:52 UTC 

[PATCH v2 0/2] mainline Protonic WD3 board
 2020-09-29 18:50 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: arm: fsl: add "

[dunfell/master][PATCH v2] kmscube: enable gles3 targets conditionally
 2020-09-29 18:48 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/bnxt: fix variable size of port id
 2020-09-29 18:51 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 1/3] net: fix variable size of ethdev "

[PATCH linux dev-5.8] fsi: Aspeed: Add mutex to protect HW access
 2020-09-29 18:49 UTC 

[MPTCP] [kselftest UNSTABLE] mptcp/export d94d08e790 ("DO-NOT-MERGE: mptcp: enabled by default") (fwd)
 2020-09-29 18:51 UTC 

[Buildroot] [git commit branch/2020.08.x] package/quagga: fix build with gcc 10
 2020-09-29 18:50 UTC 

[RFC PATCH] fuse: update attributes on read() only on timeout
 2020-09-29 18:50 UTC  (2+ messages)
` [Virtio-fs] "

[PATCH v4 6/6] io_uring: add support for zone-append
 2020-09-29 18:49 UTC  (16+ messages)

[PATCH bpf-next] selftests: Make sure all 'skel' variables are declared static
 2020-09-29 18:50 UTC  (3+ messages)

[PATCH v2 1/1] sandbox: redefine getc()
 2020-09-29 18:50 UTC  (2+ messages)

[PATCH v3] dt-bindings: gpu: samsung-rotator: Add missing properties
 2020-09-29 18:49 UTC  (3+ messages)

[Buildroot] [Bug 13216] New: [Documentation] 2020.02.6 requires GNU find utils
 2020-09-29 18:49 UTC  (3+ messages)
` [Buildroot] [Bug 13216] "

[PATCH v1] dt-binding: can: mcp25xxfd: documentation fixes
 2020-09-29 18:49 UTC  (2+ messages)

[PATCH net-next 0/3] net: atlantic: phy tunables from mac driver
 2020-09-29 18:47 UTC  (4+ messages)

[PATCH v2] media: dt-bindings: convert CODA VPU bindings to yaml
 2020-09-29 18:47 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/22] Add DLB2 PMD
 2020-09-29 18:46 UTC  (6+ messages)

[PATCH] Revert "video: fbdev: amba-clcd: Retire elder CLCD driver"
 2020-09-29 18:44 UTC  (11+ messages)

[PATCH v3 0/3] xfs: fix some log stalling problems in defer ops
 2020-09-29 18:45 UTC  (8+ messages)
` [PATCH 3/3] xfs: periodically relog deferred intent items

[PATCH 0/4] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
 2020-09-29 18:45 UTC  (3+ messages)
` [PATCH 2/4] dt-bindings: rtc: Add bindings for LS2X RTC

[PATCH v8 0/2] Add PWM support for Intel Keem Bay SoC
 2020-09-29 18:42 UTC  (3+ messages)
` [PATCH v8 1/2] pwm: Add PWM driver for Intel Keem Bay
` [PATCH v8 2/2] dt-bindings: pwm: keembay: Add bindings for Intel Keem Bay PWM

[PATCH v3 0/3] dmaengine: Add support for QCOM GSI dma controller
 2020-09-29 18:44 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: dmaengine: Document qcom,gpi dma binding

[PATCH] mac80211: process S1G Operation element before HT
 2020-09-29 18:44 UTC  (3+ messages)

[PATCH 00/20] media: use semicolons rather than commas to separate statements
 2020-09-29 18:43 UTC  (6+ messages)
` [PATCH 10/20] media: lmedm04: "

[ext4:dev] BUILD SUCCESS bfd54e29c6101fcfccd16ec2069404d393a7fc23
 2020-09-29 18:42 UTC 

[Buildroot] [PATCH 1/1] package/x11r7/xserver_xorg-server: fix segfault on brcm platforms
 2020-09-29 18:42 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.02.x] package/x11r7/xserver_xorg-server: fix segfault on brcm platforms
 2020-09-29 18:42 UTC 

[Buildroot] [git commit branch/2020.05.x] package/x11r7/xserver_xorg-server: fix segfault on brcm platforms
 2020-09-29 18:42 UTC 

[Buildroot] [git commit branch/2020.08.x] package/x11r7/xserver_xorg-server: fix segfault on brcm platforms
 2020-09-29 18:41 UTC 

Outline for VHOST_USER_PROTOCOL_F_VDPA
 2020-09-29 18:38 UTC  (5+ messages)

[PATCH] dt-bindings: Add LM81 and DS1780 as trivial devices
 2020-09-29 18:40 UTC  (2+ messages)

[dpdk-dev] [PATCH] drivers/net/mlx: do not enforce RSS hash offload
 2020-09-29 18:39 UTC 

[MPTCP] Re: [RFC PATCH net 2/2] mptcp: Handle incoming 32-bit DATA_FIN values
 2020-09-29 18:39 UTC 

stable-rc/linux-4.4.y build: 190 builds: 1 failed, 189 passed, 2 errors, 13 warnings (v4.4.237-86-g0d240bae7702)
 2020-09-29 18:37 UTC 

[PATCH v16 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-09-29 18:36 UTC  (4+ messages)
` [PATCH v16 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings

[PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation
 2020-09-29 18:37 UTC  (5+ messages)

[PATCH v2 00/12] Overhaul multi-page lookups for THP
 2020-09-29 18:36 UTC  (4+ messages)
` [PATCH v2 02/12] mm/shmem: Use pagevec_lookup in shmem_unlock_mapping

[PATCH v10 00/17] mtd: spi-nor: add xSPI Octal DTR support
 2020-09-29 18:34 UTC  (7+ messages)
` [PATCH v10 05/17] mtd: spi-nor: add support for DTR protocol

[dpdk-dev] [PATCH] net/mlx5: fix Rx queue count calculation
 2020-09-29 18:36 UTC 

[PATCH RFC v2 0/6] Break heap spraying needed for exploiting use-after-free
 2020-09-29 18:35 UTC  (3+ messages)
` [PATCH RFC v2 5/6] lkdtm: Add heap quarantine tests
` [PATCH RFC v2 6/6] mm: Add heap quarantine verbose debugging (not for merge)


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.