messages from 2020-09-29 18:55:51 to 2020-09-29 19:25:51 UTC [more...]
[PATCH v2 devicetree 0/2] Add Seville Ethernet switch to T1040RDB
2020-09-29 19:11 UTC (3+ messages)
` [PATCH v2 devicetree 2/2] powerpc: dts: t1040rdb: add ports for Seville Ethernet switch
[PATCH] phy: qcom-qusb2: Add support for SDM630/660
2020-09-29 19:25 UTC (3+ messages)
Linux-specific kernel hardening
2020-09-29 19:25 UTC (2+ messages)
[RFC v5 00/68] support vector extension v1.0
2020-09-29 19:04 UTC (90+ 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
[meta-freescale] gstreamer-plugins-bad build error in dunfell for SABRESD platform
2020-09-29 19:24 UTC (7+ messages)
[kbuild] [leon-rdma:rdma-next 67/71] drivers/infiniband/hw/mlx5/qp.c:861:42: sparse: sparse: subtraction of Share your drugs
2020-09-29 19:24 UTC (2+ messages)
` "
[PATCH 0/7] Add minimal boot support for IPQ5018
2020-09-29 19:24 UTC (3+ messages)
` [PATCH 2/7] dt-bindings: arm64: ipq5018: Add binding descriptions for clock and reset
[PATCH] srcu: avoid escaped section names
2020-09-29 19:22 UTC (2+ messages)
[PATCH] ath11k: removing the ath11k debugfs dir properly
2020-09-29 19:21 UTC (3+ messages)
[PATCH 1/2] dt-bindings: arm: fsl: Add imx8mn ddr3l evk board
2020-09-29 19:21 UTC (2+ messages)
[PATCH v3 1/2] dt-bindings: power: Convert ingenic,battery.txt to YAML
2020-09-29 19:21 UTC (2+ messages)
[PATCH 01/14] dt-bindings: vendor-prefixes: add DFI
2020-09-29 19:19 UTC (30+ messages)
` [PATCH 02/14] dt-bindings: vendor-prefixes: add iMX6 Rex Project
` [PATCH 03/14] dt-bindings: vendor-prefixes: add Embest RIoT
` [PATCH 04/14] dt-bindings: vendor-prefixes: add Wandbord/Technexion
` [PATCH 05/14] dt-bindings: vendor-prefixes: add Zealz
` [PATCH 06/14] dt-bindings: arm: fsl: document i.MX25 and i.MX27 boards
` [PATCH 07/14] dt-bindings: arm: fsl: document i.MX51 boards
` [PATCH 08/14] dt-bindings: arm: fsl: document i.MX53 boards
` [PATCH 09/14] dt-bindings: arm: fsl: document VF boards
` [PATCH 10/14] dt-bindings: arm: fsl: document i.MX6DL boards
[PATCH net-next 13/15] sctp: support for sending packet over udp4 sock
2020-09-29 19:19 UTC (5+ messages)
[leon-rdma:rdma-next 67/71] drivers/infiniband/hw/mlx5/qp.c:861:42: sparse: sparse: subtraction of Share your drugs
2020-09-29 19:19 UTC
[RFC PATCH net-next 0/6] implement kthread based napi poll
2020-09-29 19:19 UTC (3+ messages)
[Intel-gfx] [PATCH v2] vfio/pci: Refine Intel IGD OpRegion support
2020-09-29 19:19 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for vfio/pci: Refine Intel IGD OpRegion support (rev2)
[ 186.758123] kernel BUG at drivers/md/bcache/writeback.c:324!
2020-09-29 19:18 UTC
[PATCH v2 0/3] objtool: Extend CFA updating/checking
2020-09-29 19:18 UTC (3+ messages)
` [PATCH v2 1/3] objtool: check: Fully validate the stack frame
next/master baseline: 459 runs, 10 regressions (next-20200929)
2020-09-29 19:18 UTC
[PATCH bpf-next 0/2] introduce BPF_F_SHARE_PE
2020-09-29 19:18 UTC (5+ messages)
` [PATCH bpf-next 1/2] bpf: introduce BPF_F_SHARE_PE for perf event array
auditing signals
2020-09-29 19:17 UTC
[PATCH] PCI: Rename d3_delay in the pci_dev struct to align with PCI specification
2020-09-29 19:17 UTC (2+ messages)
[xen-4.11-testing bisection] complete test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm
2020-09-29 19:15 UTC
[PATCH 1/3] dt-bindings: watchdog: fsl-imx: document i.MX compatibles
2020-09-29 19:13 UTC (3+ messages)
[PATCH] arm64: Make CONFIG_CMDLINE behavior configurable
2020-09-29 19:12 UTC (4+ messages)
[PATCH V6 0/5] Intel Platform Monitoring Technology
2020-09-29 19:12 UTC (4+ messages)
` [PATCH V6 3/5] platform/x86: Intel PMT class driver
[PATCH 0/8] Implement firmware quirks for Qualcomm ARM-SMMUv2
2020-09-29 19:10 UTC (4+ 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 (4+ messages)
[linux-next:master 11142/11173] ld.lld: warning: arch/arm/built-in.a(kernel/elf.o):(".discard.ksym") is being placed in '".discard.ksym"'
2020-09-29 19:11 UTC (2+ messages)
RAID 5 disk full, can't balance
2020-09-29 19:11 UTC
[PATCH] Only allow to set crash_kexec_post_notifiers on boot time
2020-09-29 19:10 UTC (14+ messages)
[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 (5+ messages)
` [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 (5+ messages)
` [PATCH 10/20] nvme: freeze the queue over ->lba_shift updates
[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
OpenSBI: Boot HART ISA display
2020-09-29 19:05 UTC (2+ messages)
[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 (5+ messages)
[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
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.