All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-09 15:56:55 to 2021-03-09 16:22:18 UTC [more...]

[PATCH v4 00/78] target/arm: Implement SVE2
 2021-03-09 16:20 UTC  (57+ messages)
` [PATCH v4 01/78] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PATCH v4 02/78] target/arm: Implement SVE2 Integer Multiply - Unpredicated
` [PATCH v4 03/78] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PATCH v4 04/78] target/arm: Implement SVE2 integer unary operations (predicated)
` [PATCH v4 05/78] target/arm: Split out saturating/rounding shifts from neon
` [PATCH v4 06/78] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PATCH v4 07/78] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PATCH v4 08/78] target/arm: Implement SVE2 integer pairwise arithmetic
` [PATCH v4 09/78] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PATCH v4 10/78] target/arm: Implement SVE2 integer add/subtract long
` [PATCH v4 11/78] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PATCH v4 12/78] target/arm: Implement SVE2 integer add/subtract wide
` [PATCH v4 13/78] target/arm: Implement SVE2 integer multiply long
` [PATCH v4 14/78] target/arm: Implement PMULLB and PMULLT
` [PATCH v4 15/78] target/arm: Implement SVE2 bitwise shift left long
` [PATCH v4 16/78] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PATCH v4 17/78] target/arm: Implement SVE2 bitwise permute
` [PATCH v4 18/78] target/arm: Implement SVE2 complex integer add
` [PATCH v4 19/78] target/arm: Implement SVE2 integer absolute difference and accumulate long
` [PATCH v4 20/78] target/arm: Implement SVE2 integer add/subtract long with carry
` [PATCH v4 21/78] target/arm: Implement SVE2 bitwise shift right and accumulate
` [PATCH v4 22/78] target/arm: Implement SVE2 bitwise shift and insert
` [PATCH v4 23/78] target/arm: Implement SVE2 integer absolute difference and accumulate
` [PATCH v4 24/78] target/arm: Implement SVE2 saturating extract narrow
` [PATCH v4 25/78] target/arm: Implement SVE2 floating-point pairwise
` [PATCH v4 26/78] target/arm: Implement SVE2 SHRN, RSHRN
` [PATCH v4 27/78] target/arm: Implement SVE2 SQSHRUN, SQRSHRUN
` [PATCH v4 28/78] target/arm: Implement SVE2 UQSHRN, UQRSHRN
` [PATCH v4 29/78] target/arm: Implement SVE2 SQSHRN, SQRSHRN
` [PATCH v4 30/78] target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHS
` [PATCH v4 31/78] target/arm: Implement SVE2 WHILERW, WHILEWR
` [PATCH v4 32/78] target/arm: Implement SVE2 bitwise ternary operations
` [PATCH v4 33/78] target/arm: Implement SVE2 MATCH, NMATCH
` [PATCH v4 34/78] target/arm: Implement SVE2 saturating multiply-add long
` [PATCH v4 35/78] target/arm: Implement SVE2 saturating multiply-add high
` [PATCH v4 36/78] target/arm: Implement SVE2 integer multiply-add long
` [PATCH v4 37/78] target/arm: Implement SVE2 complex integer multiply-add
` [PATCH v4 38/78] target/arm: Implement SVE2 ADDHNB, ADDHNT
` [PATCH v4 39/78] target/arm: Implement SVE2 RADDHNB, RADDHNT
` [PATCH v4 40/78] target/arm: Implement SVE2 SUBHNB, SUBHNT
` [PATCH v4 41/78] target/arm: Implement SVE2 RSUBHNB, RSUBHNT
` [PATCH v4 42/78] target/arm: Implement SVE2 HISTCNT, HISTSEG
` [PATCH v4 43/78] target/arm: Implement SVE2 XAR
` [PATCH v4 44/78] target/arm: Implement SVE2 scatter store insns
` [PATCH v4 45/78] target/arm: Implement SVE2 gather load insns
` [PATCH v4 46/78] target/arm: Implement SVE2 FMMLA
` [PATCH v4 47/78] target/arm: Implement SVE2 SPLICE, EXT
` [PATCH v4 48/78] target/arm: Pass separate addend to {U,S}DOT helpers
` [PATCH v4 49/78] target/arm: Pass separate addend to FCMLA helpers
` [PATCH v4 50/78] target/arm: Split out formats for 2 vectors + 1 index
` [PATCH v4 51/78] target/arm: Split out formats for 3 "
` [PATCH v4 52/78] target/arm: Implement SVE2 integer multiply (indexed)
` [PATCH v4 53/78] target/arm: Implement SVE2 integer multiply-add (indexed)
` [PATCH v4 54/78] target/arm: Implement SVE2 saturating multiply-add high (indexed)
` [PATCH v4 55/78] target/arm: Implement SVE2 saturating multiply-add (indexed)
` [PATCH v4 56/78] target/arm: Implement SVE2 integer multiply long (indexed)

[PATCH] libtracefs: An API to set the filtering of functions
 2021-03-10 16:21 UTC 

[PULL 00/17] NBD patches through 2021-03-09
 2021-03-09 15:52 UTC  (14+ messages)
` [PULL 01/17] MAINTAINERS: add Vladimir as co-maintainer of NBD
` [PULL 02/17] nbd: server: Report holes for raw images
` [PULL 03/17] utils: Enhance testsuite for do_strtosz()
` [PULL 04/17] utils: Improve qemu_strtosz() to have 64 bits of precision
` [PULL 06/17] block: check return value of bdrv_open_child and drop error propagation
` [PULL 07/17] blockdev: fix drive_backup_prepare() missed error
` [PULL 09/17] block/mirror: drop extra error propagation in commit_active_start()
` [PULL 10/17] blockjob: return status from block_job_set_speed()
` [PULL 11/17] block/qcow2: qcow2_get_specific_info(): drop error propagation
` [PULL 12/17] block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface
` [PULL 13/17] block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmaps
` [PULL 14/17] block/qcow2: read_cache_sizes: return status value
` [PULL 16/17] block/qed: bdrv_qed_do_open: deal with errp

[PATCH 00/11] PM / devfreq: a few small fixes and improvements
 2021-03-09 16:20 UTC  (14+ messages)
` [PATCH 07/11] PM / devfreq: check get_dev_status before start monitor
` [PATCH 08/11] PM / devfreq: check get_dev_status in devfreq_update_stats
` [PATCH 09/11] PM / devfreq: governor: optimize simpleondemand get_target_freq

[PATCH v2] Add chainloaded image as shim's verifiable object
 2021-03-09 16:18 UTC  (2+ messages)

[yocto] Swap management: vm.swappiness best values?
 2021-03-09 16:21 UTC  (2+ messages)

[PATCH v2 0/2] clk: renesas: r8a779a0: Add clocks to support thermal
 2021-03-09 16:14 UTC  (3+ messages)
` [PATCH v2 1/2] clk: renesas: r8a779a0: Add CL16M clock
` [PATCH v2 2/2] clk: renesas: r8a779a0: Add TSC clock

[PATCH 1/1] rasdaemon: fix build error in register_ns_ev_decoder if the sqlite3 is not enabled
 2021-03-09 16:18 UTC 

[PATCH v4 00/15] pinctrl: add BCM63XX pincontrol support
 2021-03-09 16:20 UTC  (3+ messages)
` [PATCH v4 01/15] gpio: guard gpiochip_irqchip_add_domain() with GPIOLIB_IRQCHIP

[PATCH net-next v3] net: Add Qcom WWAN control driver
 2021-03-09 16:01 UTC  (5+ messages)

[PATCH] drm/amdgpu: add ih waiter on process until checkpoint
 2021-03-09 16:19 UTC 

[meta-ti] [dunfell/master] PATCH] Recipe changes for TI img Codec driver for ti-5.4.y kernel
 2021-03-09 16:20 UTC 

[PATCH RESEND 0/6] hw/mips/gt64120: Minor fixes
 2021-03-09 15:52 UTC  (10+ messages)
` [PATCH RESEND 1/6] hw/mips/gt64xxx: Initialize ISD I/O memory region in DeviceRealize()
` [PATCH RESEND 2/6] hw/mips/gt64xxx: Simplify ISD MemoryRegion read/write handlers
` [PATCH RESEND 5/6] hw/mips/gt64xxx: Trace accesses to ISD registers
` [PATCH RESEND 6/6] hw/mips/gt64xxx: Let the GT64120 manage the lower 512MiB hole

[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-09 16:19 UTC  (3+ messages)

patch: do_wait: make PIDTYPE_PID case O(1) instead of O(n)
 2021-03-09 16:18 UTC  (2+ messages)

[PATCH v2] do_wait: make PIDTYPE_PID case O(1) instead of O(n)
 2021-03-09 16:15 UTC 

[PATCH v2] mm: page_alloc: dump migrate-failed pages
 2021-03-09 16:15 UTC  (3+ messages)

[PATCH] rtc: add support for rv3028 rtc
 2021-03-09 16:15 UTC  (3+ messages)

[dpdk-dev] [PATCH] guides: add a testing guide for developing tests
 2021-03-09 16:14 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2] "
  ` [dpdk-dev] [PATCH v3] guides: add a guide for developing unit tests

[PATCH 1/4] watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()
 2021-03-09 16:14 UTC  (14+ messages)
` [PATCH 3/4] watchdog: Allow to use CONFIG_WDT without starting watchdog
` [PATCH v2 1/4] watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()
  ` [PATCH v2 2/4] watchdog: Show error message when initr_watchdog() cannot start watchdog
  ` [PATCH v2 3/4] watchdog: Allow to use CONFIG_WDT without starting watchdog
  ` [PATCH v2 4/4] arm: mvebu: Espressobin: Enable watchdog support but do not start it

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.179-21-gc964fee72067)
 2021-03-09 16:12 UTC 

[RFT PATCH v3 00/27] Apple M1 SoC platform bring-up
 2021-03-09 16:11 UTC  (6+ messages)
` [RFT PATCH v3 06/27] dt-bindings: timer: arm,arch_timer: Add interrupt-names support

nftables carefully open the related-flow: ct state related ct helper "ftp-21" 
 2021-03-09 16:13 UTC  (7+ messages)

stable-rc/linux-4.9.y baseline: 127 runs, 7 regressions (v4.9.260)
 2021-03-09 16:11 UTC 

[Bug 1918302] [NEW] qemu-system-arm segfaults while servicing SYS_HEAPINFO
 2021-03-09 15:30 UTC 

[Bug 212107] New: Temperature increase by 15°C on radeon gpu
 2021-03-09 16:11 UTC  (3+ messages)
` [Bug 212107] "

[PATCH RESEND WITH CCs v3 1/4] perf tools: record aarch64 registers automatically
 2021-03-09 16:10 UTC  (5+ messages)
` [PATCH RESEND WITH CCs v3 3/4] perf tools: enable dwarf_callchain_users on aarch64

[dpdk-dev] [PATCH v1] sched : Initialize tc ov watermark
 2021-03-09 16:10 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v8 0/4] Add basic SoC support for mt6765
 2021-03-09 16:08 UTC  (5+ messages)
` [PATCH v8 3/4] arm64: dts: mediatek: add mt6765 support

[PATCH 1/3] openssl: Enable building for RISC-V 32-bit
 2021-03-09 16:10 UTC  (3+ messages)
` [PATCH 2/3] linux-yocto: Add qemuriscv32 as a compatible machine
` [PATCH 3/3] machine: Initial commit of qemuriscv32

[PATCH v2 5/5] ASoC: codecs: wsa881x: add static port map support
 2021-03-09 16:08 UTC  (4+ messages)

general protection fault in strncasecmp
 2021-03-09 16:08 UTC  (3+ messages)
`  "

[PATCH] HID: intel_ish-hid: HBM: Use connected standby state bit during suspend/resume
 2021-03-09 16:08 UTC  (5+ messages)

[dpdk-dev] [PATCH v1 1/5] net/ark: update pkt director initial state
 2021-03-09 16:08 UTC  (7+ messages)
` [dpdk-dev] [PATCH v4 1/6] "
  ` [dpdk-dev] [PATCH v4 2/6] net/ark: refactor Rx buffer recovery
  ` [dpdk-dev] [PATCH v4 3/6] net/ark: update internal structs to reflect FPGA updates
  ` [dpdk-dev] [PATCH v4 4/6] net/ark: cleanup ark dynamic extension interface
  ` [dpdk-dev] [PATCH v4 5/6] net/ark: generalize meta data between FPGA and PMD
  ` [dpdk-dev] [PATCH v4 6/6] net/ark: localize internal packet generator code

[PATCH 1/5] x86/sev-es: Introduce ip_within_syscall_gap() helper
 2021-03-09 16:08 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH 2/5] x86/sev-es: Check if regs->sp is trusted before adjusting #VC IST stack
 2021-03-09 16:08 UTC  (2+ messages)
` [tip: x86/urgent] x86/sev-es: Check "

[PATCH 4/5] x86/sev-es: Correctly track IRQ states in runtime #VC handler
 2021-03-09 16:08 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH 5/5] x86/sev-es: Use __copy_from_user_inatomic()
 2021-03-09 16:08 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH v6 1/6] MAINTAINERS: Add Advantech AHC1EC0 embedded controller entry
 2021-03-09 16:07 UTC  (3+ messages)
` [PATCH v6 4/6] mfd: ahc1ec0: Add support for Advantech embedded controller

[PATCH] w1: w1_therm: use clamp() in int_to_short()
 2021-03-09 16:06 UTC 

[syzbot] KASAN: use-after-free Write in h4_recv_buf
 2021-03-09 16:07 UTC 

[PATCH v2 0/2][4.15] x86: guest MSR access handling tweaks
 2021-03-09 16:07 UTC  (12+ messages)
` [PATCH v2 1/2][4.15] x86/PV: conditionally avoid raising #GP for early guest MSR reads

stable-rc/queue/5.10 baseline: 101 runs, 1 regressions (v5.10.21-42-gc1deb5ee76b3)
 2021-03-09 16:06 UTC 

[PATCH v1] powerpc: Include running function as first entry in save_stack_trace() and friends
 2021-03-09 16:05 UTC  (9+ messages)

[PATCH kvmtool v2 00/22] Unify I/O port and MMIO trap handling
 2021-03-09 16:06 UTC  (7+ messages)
` [PATCH kvmtool v2 21/22] hw/serial: ARM/arm64: Use MMIO at higher addresses
` [PATCH kvmtool v2 22/22] hw/rtc: "

[PATCH v6 00/12] x86: major paravirt cleanup
 2021-03-09 16:06 UTC  (3+ messages)
` [PATCH v6 13/12] x86/alternative: merge include files
  ` [PATCH v6 14/12] x86/alternative: don't open code ALTERNATIVE_TERNARY() in _static_cpu_has()

[printk:for-5.13-vsprintf-pgp 3/4] lib/test_printf.c:612:17: error: 'tag' undeclared
 2021-03-09 16:05 UTC 

[dpdk-dev] [PATCH v15 00/12] Arm build options rework
 2021-03-09 16:04 UTC  (11+ messages)
` [dpdk-dev] [PATCH v16 0/3] "
  ` [dpdk-dev] [PATCH v16 1/3] build: disable/enable drivers in Arm builds

[PATCH v3 1/2] char: xillybus: Move class-related functions to new xillybus_class.c
 2021-03-09 16:03 UTC  (4+ messages)
` [kbuild] "

[PATCH v2] arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems
 2021-03-09 16:03 UTC  (3+ messages)

[PATCH v10 0/7] FPGA Security Manager Class Driver
 2021-03-09 16:03 UTC  (2+ messages)

[PATCH/RFC] test-lib: make --verbose work under prove
 2021-03-09 16:02 UTC  (9+ messages)
` [PATCH 0/6 + 1] test-lib: make --verbose output valid TAP
` [PATCH 1/7] test-lib: remove test_external
` [PATCH 2/7] test-lib: add say_color_tap helper to emit TAP format
` [PATCH 3/7] test-lib: color "ok" TAP directives green under --verbose (or -x)
` [PATCH 4/7] test-lib: add tee with TAP support to test-tool
` [PATCH 5/7] test-lib: indent and format GIT_TEST_TEE_OUTPUT_FILE code
` [PATCH 6/7] test-lib: make --verbose output valid TAP
` [RFC/PATCH 7/7] test-lib: generate JUnit output via TAP

[PATCH] tests/acceptance: Print expected message on wait_for_console_pattern
 2021-03-09 15:35 UTC 

[PATCH v2 0/2] AM64: Add support for GPIO
 2021-03-09 15:58 UTC  (5+ messages)

[PATCH] virtio-gpu: Add spaces around operator
 2021-03-09 15:43 UTC  (2+ messages)

[PATCH v3] powerpc/32: remove bogus ppc_select syscall
 2021-03-09 15:59 UTC  (5+ messages)

[meta-oe][PATCH] nss: upgrade 3.60.1 -> 3.62
 2021-03-09 15:58 UTC 

[PATCH] drm/amdgpu : Fix asic reset regression issue introduce by 3f61aa92b88c
 2021-03-09 15:59 UTC  (2+ messages)

[PATCH] hw/char: disable ibex uart receive if the buffer is full
 2021-03-09 15:35 UTC  (5+ messages)

make alloc_anon_inode more useful
 2021-03-09 15:53 UTC  (12+ messages)
` [PATCH 4/9] drm: remove the drm file system
` [PATCH 5/9] vmw_balloon: remove the balloon-vmware "
` [PATCH 6/9] virtio_balloon: remove the balloon-kvm "
` [PATCH 7/9] iomem: remove the iomem "
` [PATCH 8/9] z3fold: remove the z3fold "
` [PATCH 9/9] zsmalloc: remove the zsmalloc "

[PATCH v4 net-next] net: socket: use BIT() for MSG_*
 2021-03-09 15:57 UTC  (4+ messages)

[PATCH 1/2] iommu/iova: Add rbtree entry helper
 2021-03-09 15:55 UTC  (4+ messages)
` [PATCH 2/2] iommu/iova: Improve restart logic

[PATCH v1] scsi: storvsc: Cap cmd_per_lun at can_queue
 2021-03-09 15:57 UTC  (5+ messages)

[SECURITY PATCH 000/117] Multiple GRUB2 vulnerabilities - 2021/03/02 round
 2021-03-09 15:57 UTC  (4+ messages)

[PATCH v10 0/2] Enable power management for ufs wlun
 2021-03-09 15:56 UTC  (9+ messages)
` [PATCH v10 1/2] scsi: ufs: Enable power management for wlun


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.