All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-27 18:26:55 to 2022-05-27 19:46:10 UTC [more...]

[PATCH 000/114] target/arm: Rewrite sve feature tests
 2022-05-27 18:18 UTC  (72+ messages)
` [PATCH 001/114] target/arm: Introduce TRANS, TRANS_FEAT
` [PATCH 003/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_zz
` [PATCH 004/114] target/arm: Move null function and sve check into gen_gvec_ool_zzz
` [PATCH 005/114] target/arm: Introduce gen_gvec_ool_arg_zzz
` [PATCH 006/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zzz
` [PATCH 007/114] target/arm: Use TRANS_FEAT for do_sve2_zzz_ool
` [PATCH 008/114] target/arm: Move null function and sve check into gen_gvec_ool_zzzz
` [PATCH 009/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_zzzz
` [PATCH 010/114] target/arm: Introduce gen_gvec_ool_arg_zzzz
` [PATCH 011/114] target/arm: Use TRANS_FEAT for do_sve2_zzzz_ool
` [PATCH 012/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zzzz
` [PATCH 013/114] target/arm: Rename do_zzxz_ool to gen_gvec_ool_arg_zzxz
` [PATCH 014/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zzxz
` [PATCH 015/114] target/arm: Use TRANS_FEAT for do_sve2_zzz_data
` [PATCH 016/114] target/arm: Use TRANS_FEAT for do_sve2_zzzz_data
` [PATCH 017/114] target/arm: Use TRANS_FEAT for do_sve2_zzw_data
` [PATCH 018/114] target/arm: Use TRANS_FEAT for USDOT_zzzz
` [PATCH 019/114] target/arm: Move null function and sve check into gen_gvec_ool_zzp
` [PATCH 021/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zpz
` [PATCH 022/114] target/arm: Use TRANS_FEAT for do_sve2_zpz_data
` [PATCH 023/114] target/arm: Rename do_zpzi_ool to gen_gvec_ool_arg_zpzi
` [PATCH 024/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zpzi
` [PATCH 025/114] target/arm: Move null function and sve check into gen_gvec_ool_zzzp
` [PATCH 026/114] target/arm: Introduce gen_gvec_ool_arg_zpzz
` [PATCH 027/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zpzz
` [PATCH 028/114] target/arm: Use TRANS_FEAT for do_sve2_zpzz_ool
` [PATCH 029/114] target/arm: Merge gen_gvec_fn_zz into do_mov_z
` [PATCH 030/114] target/arm: Move null function and sve check into gen_gvec_fn_zzz
` [PATCH 031/114] target/arm: Rename do_zzz_fn to gen_gvec_fn_arg_zzz
` [PATCH 032/114] target/arm: More use of gen_gvec_fn_arg_zzz
` [PATCH 033/114] target/arm: Use TRANS_FEAT for gen_gvec_fn_arg_zzz
` [PATCH 034/114] target/arm: Use TRANS_FEAT for do_sve2_fn_zzz
` [PATCH 035/114] target/arm: Use TRANS_FEAT for RAX1
` [PATCH 036/114] target/arm: Introduce gen_gvec_fn_arg_zzzz
` [PATCH 037/114] target/arm: Use TRANS_FEAT for do_sve2_zzzz_fn
` [PATCH 038/114] target/arm: Introduce gen_gvec_fn_zzi
` [PATCH 039/114] target/arm: Use TRANS_FEAT for do_zz_dbm
` [PATCH 040/114] target/arm: Hoist sve access check through do_sel_z
` [PATCH 041/114] target/arm: Introduce gen_gvec_fn_arg_zzi
` [PATCH 042/114] target/arm: Use TRANS_FEAT for do_sve2_fn2i
` [PATCH 043/114] target/arm: Use TRANS_FEAT for do_vpz_ool
` [PATCH 044/114] target/arm: Use TRANS_FEAT for do_shift_imm
` [PATCH 045/114] target/arm: Introduce do_shift_zpzi
` [PATCH 046/114] target/arm: Use TRANS_FEAT for do_shift_zpzi
` [PATCH 047/114] target/arm: Use TRANS_FEAT for do_zpzzz_ool
` [PATCH 048/114] target/arm: Move sve check into do_index
` [PATCH 049/114] target/arm: Use TRANS_FEAT for do_index
` [PATCH 050/114] target/arm: Use TRANS_FEAT for do_adr
` [PATCH 051/114] target/arm: Use TRANS_FEAT for do_predset
` [PATCH 052/114] target/arm: Use TRANS_FEAT for RDFFR, WRFFR
` [PATCH 053/114] target/arm: Use TRANS_FEAT for do_pfirst_pnext
` [PATCH 054/114] target/arm: Use TRANS_FEAT for do_EXT
` [PATCH 055/114] target/arm: Use TRANS_FEAT for do_perm_pred3
` [PATCH 056/114] target/arm: Use TRANS_FEAT for do_perm_pred2
` [PATCH 057/114] target/arm: Move sve zip high_ofs into simd_data
` [PATCH 058/114] target/arm: Use gen_gvec_ool_arg_zzz for do_zip, do_zip_q
` [PATCH 059/114] target/arm: Use TRANS_FEAT "
` [PATCH 060/114] target/arm: Use TRANS_FEAT for do_clast_vector
` [PATCH 063/114] target/arm: Use TRANS_FEAT for do_last_fp
` [PATCH 065/114] target/arm: Use TRANS_FEAT for SPLICE
` [PATCH 067/114] target/arm: Use TRANS_FEAT for do_sve2_ppzz_flags
` [PATCH 069/114] target/arm: Use TRANS_FEAT for do_brk2, do_brk3
` [PATCH 071/114] target/arm: Reject dup_i w/ shifted byte early
` [PATCH 073/114] target/arm: Reject copy "
` [PATCH 074/114] target/arm: Use TRANS_FEAT for ADD_zzi
` [PATCH 076/114] target/arm: Use TRANS_FEAT for do_zzi_ool
` [PATCH 078/114] target/arm: Use TRANS_FEAT for FMMLA
` [PATCH 079/114] target/arm: Move sve check into gen_gvec_fn_ppp
` [PATCH 080/114] target/arm: Implement NOT (prediates) alias
` [PATCH 085/114] target/arm: Rename do_zzz_fp to gen_gvec_ool_fpst_arg_zzz
` [PATCH 086/114] target/arm: Use TRANS_FEAT for DO_FP3

RTT-PROBE: lore-subspace-rtt
 2022-05-27 19:45 UTC 

[PATCH] wireless-regdb: update regulatory rules for Bulgaria (BG) on 6GHz
 2022-05-27 19:44 UTC  (3+ messages)
  ` [wireless-regdb] "

[PATCH v2] Test renaming onto an open file
 2022-05-27 19:44 UTC 

[PATCH v4] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-27 19:39 UTC  (6+ messages)

[PATCH] nfsd: destroy percpu stats counters after reply cache #5.11.0-rc5
 2022-05-27 19:39 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/mpd: fix iconv detection w/ libiconv installed
 2022-05-27 19:38 UTC  (3+ messages)
` [Buildroot] [PATCH v2 "

[PATCH 0/3] Expand CRC to support interface blocks
 2022-05-27 19:38 UTC  (10+ messages)
` [PATCH 1/3] drm/msm/dpu: Move LM CRC code into separate method
` [PATCH 2/3] drm/msm/dpu: Add MISR register support for interface
` [PATCH 3/3] drm/msm/dpu: Add interface support for CRC debugfs

[WIP v1 0/4] mv: fix out-of-cone file/directory move logic
 2022-05-27 19:36 UTC  (4+ messages)
` [WIP v2 0/5] "
  ` [WIP v2 5/5] mv: use update_sparsity() after touching sparse contents

[wireless:for-next] BUILD SUCCESS a54ce3703613e41fe1d98060b62ec09a3984dc28
 2022-05-27 19:35 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-27 19:35 UTC 

[dm-devel] [PATCH]dm_get_map: fix segfault when can't found target
 2022-05-27 19:35 UTC  (2+ messages)

[PATCH] cifs: set length when cifs_copy_pages_to_iter is successful
 2022-05-27 19:32 UTC  (2+ messages)

[wireless-regdb] [PATCH] wireless-regdb: Remove AUTO-BW from 6 GHz rules
 2022-05-27 19:31 UTC  (2+ messages)
`  "

main - devices file: fail if --devicesfile filename doesn't exist
 2022-05-27 19:30 UTC 

[syzbot] WARNING in driver_unregister
 2022-05-27 19:29 UTC  (3+ messages)

[PATCH v2] media: imx-jpeg: Leave a blank space before the configuration data
 2022-05-27 19:26 UTC  (5+ messages)
  ` [EXT] "

[PATCH v21 0/5] FPGA MAX10 BMC Secure Update Driver
 2022-05-27 19:26 UTC  (6+ messages)
` [PATCH v21 5/5] fpga: m10bmc-sec: add max10 secure update functions

Reset controller within a clock driver
 2022-05-27 19:26 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-27 19:25 UTC 

[PATCH] mach-rockchip: make_fit_atf.py: support OP-TEE tee.bin v1 format
 2022-05-27 19:24 UTC  (2+ messages)

CTU CAN FD IP core SocketCAN driver - success with mainine Linux kernel and mainline QEMU builds
 2022-05-27 19:19 UTC 

drivers/xen/xenbus/xenbus_probe.c:755:37: sparse: sparse: incorrect type in assignment (different address spaces)
 2022-05-27 19:20 UTC 

[wireless-regdb] [PATCH] Regulatory update for 6 GHz operation in FI
 2022-05-27 19:19 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-27 19:15 UTC 

[Buildroot] [git commit branch/2022.02.x] package/elf2flt: update to version 2021.08
 2022-05-27 18:56 UTC 

[Buildroot] [git commit branch/2022.02.x] package/libcurl: bump version to 7.82.0
 2022-05-27 19:03 UTC 

[Buildroot] [git commit branch/2022.02.x] DEVELOPERS: add Dario Binacchi for libmnl
 2022-05-27 19:07 UTC 

[PATCH 0/1] systemd: Set RebootWatchdogSec to 60s as watchdog
 2022-05-27 19:12 UTC  (3+ messages)
` [PATCH 1/1] "
  ` [OE-core] "

[Buildroot] [git commit branch/2022.02.x] package/libcurl: security bump version to 7.83.0
 2022-05-27 19:04 UTC 

[Buildroot] [git commit branch/2022.02.x] Revert "toolchain/toolchain-external: error if BR2_TOOLCHAIN_EXTERNAL_PATH is not set"
 2022-05-27 19:02 UTC 

[Buildroot] [git commit branch/2022.02.x] package/libmnl: bump to version 1.0.5
 2022-05-27 19:07 UTC 

[Buildroot] [git commit branch/2022.02.x] boot/afboot-stm32: add patch fixing build issue with recent binutils
 2022-05-27 18:55 UTC 

[Buildroot] [git commit branch/2022.02.x] package/libv4l: drop -largp
 2022-05-27 19:10 UTC 

[Buildroot] [git commit branch/2022.02.x] package/binutils: re-enable recent versions of binutils for FLAT binaries
 2022-05-27 19:01 UTC 

[Buildroot] [git commit branch/2022.02.x] package/sdl2_ttf: disable builtin harfbuzz
 2022-05-27 18:53 UTC 

[Buildroot] [PATCH 1/2] package/libv4l: drop -largp
 2022-05-27 19:10 UTC  (2+ messages)

DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit" doesn't work
 2022-05-27 19:10 UTC  (2+ messages)
` [OE-core] "

[Buildroot] [PATCH 1/2] package/libmnl: bump to version 1.0.5
 2022-05-27 19:07 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/libmnl: add myself to DEVELOPERS

[PATCH v4 0/2] Memory poison recovery in khugepaged collapsing
 2022-05-27 19:07 UTC  (3+ messages)
` [PATCH v4 1/2] mm: khugepaged: recover from poisoned anonymous memory
` [PATCH v4 2/2] mm: khugepaged: recover from poisoned file-backed memory

[SELinux-notebook PATCH] network_support.md: clarify local port range and name_bind
 2022-05-27 19:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] ASoC: dt-bindings: mediatek: mt8192: Add i2s-share properties
 2022-05-27 19:05 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-27 19:05 UTC 

[PATCH 0/5] usage API: add and use a bug() + BUG_if_bug()
 2022-05-27 19:05 UTC  (4+ messages)
` [PATCH 1/5] usage.c: add a non-fatal bug() function to go with BUG()

[Buildroot] [PATCH 1/1] package/libcurl: security bump version to 7.83.0
 2022-05-27 19:04 UTC  (2+ messages)

[PATCH v3 0/2] Memory poison recovery in khugepaged collapsing
 2022-05-27 19:03 UTC  (6+ messages)
` [PATCH v3 1/2] mm: khugepaged: recover from poisoned anonymous memory

[PATCH v6 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-05-27 19:03 UTC  (6+ messages)
` [PATCH v6 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()

[Buildroot] [git commit] Revert "toolchain/toolchain-external: error if BR2_TOOLCHAIN_EXTERNAL_PATH is not set"
 2022-05-27 19:02 UTC  (2+ messages)

[PATCH v5 0/7] scalar: implement the subcommand "diagnose"
 2022-05-27 19:01 UTC  (10+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/7] archive: optionally add "virtual" files

[PATCH 0/4] Miscellaneous fixes/improvements
 2022-05-27 18:39 UTC  (4+ messages)
` [PATCH 1/4] tests: Show host determined fs UUID when hfs UUID test fails

filecache LRU performance regression
 2022-05-27 18:59 UTC 

[PATCH RESEND] perf/marvell_cn10k: Add MPAM support for TAD PMU
 2022-05-27 18:56 UTC  (2+ messages)

[PATCH 1/1] iio: Prefer octal over symbolic permissions
 2022-05-27 18:56 UTC 

[Buildroot] [git commit] package/elf2flt: update to version 2021.08
 2022-05-27 18:56 UTC  (2+ messages)

mainline build failure due to f1e4c916f97f ("drm/edid: add EDID block count and size helpers")
 2022-05-27 18:56 UTC  (3+ messages)

[PATCH v2 1/2] mm: Add PAGE_ALIGN_DOWN macro
 2022-05-27 18:56 UTC  (4+ messages)
` [PATCH v2 2/2] UML: add support for KASAN under x86_64

RTT-PROBE: lore-subspace-rtt
 2022-05-27 18:55 UTC 

[PATCH] PCI: PM: Quirk bridge D3 on Elo i2
 2022-05-27 18:55 UTC  (3+ messages)

[Buildroot] [git commit] boot/afboot-stm32: add patch fixing build issue with recent binutils
 2022-05-27 18:55 UTC  (2+ messages)

[PATCH v3 0/3] Rewrite jevents program in python
 2022-05-27 18:54 UTC  (4+ messages)
` [PATCH v3 1/3] perf jevents: Add python converter script
` [PATCH v3 2/3] perf jevents: Switch build to use jevents.py
` [PATCH v3 3/3] perf jevents: Remove jevents.c

[Buildroot] [PATCH 1/1] package/sdl2_ttf: disable builtin harfbuzz
 2022-05-27 18:54 UTC  (2+ messages)

Finding x86_setup among FIT configurations
 2022-05-27 16:37 UTC 

[PATCH v2] imx8m: fixup thermal trips
 2022-05-27 13:20 UTC 

[PATCH v1 06/11] PCI/PM: Write 0 to PMCSR in pci_power_up() in all cases
 2022-05-27 18:52 UTC  (3+ messages)

[PATCH v2] perf: Fix segbase for ld.lld linked objects
 2022-05-27 18:51 UTC  (2+ messages)

[kdevops reboot-limit] x86-64 kernel stalls 1/10,000 reboots v5.17-rc7
 2022-05-27 18:49 UTC 

[GIT PULL] hotfixes for 5.19-rc1
 2022-05-27 18:48 UTC  (2+ messages)

[GIT PULL] additional MM updates for 5.19-rc1
 2022-05-27 18:48 UTC  (3+ messages)

[GIT PULL] non-MM updates for 5.19-rc1
 2022-05-27 18:48 UTC  (2+ messages)

[ovmf test] 170755: all pass - PUSHED
 2022-05-27 18:47 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-27 18:45 UTC 

[PATCH 1/4] KVM: PPC: Book3S HV P9: Restore stolen time logging in dtl
 2022-05-27 18:45 UTC  (2+ messages)

[Buildroot] [PATCH] package/strace: download from Github
 2022-05-27 18:45 UTC 

[PATCH v4 0/2] Uwb: Nxp: Driver for SR1XX SOCs
 2022-05-27 18:43 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: uwb: Device tree information for Nxp "
` [PATCH v4 2/3] misc: uwb: Maintainers list for Nxp Uwb SR1XX SOCs family drivers
` [PATCH v4 3/3] misc: uwb: nxp: sr1xx: UWB driver support for sr1xx series chip

[PATCH] MAINTAINERS: Update Xen maintainership
 2022-05-27 18:42 UTC  (3+ messages)

[PATCH] drm/i915/dg2: Catch and log more unexpected values in DG1_MSTR_TILE_INTR
 2022-05-27 18:42 UTC  (7+ messages)
          ` [Intel-gfx] "

[PATCH] imx8mn_evk: Add the missing spl.bin entry
 2022-05-27 18:41 UTC  (2+ messages)

[PATCH] urlmatch: create fetch.credentialsInUrl config
 2022-05-27 18:40 UTC  (4+ messages)
` [PATCH v2] "

RTT-PROBE: lore-subspace-rtt
 2022-05-27 18:35 UTC 

[PATCH] perf: Fix segbase for ld.lld linked objects
 2022-05-27 18:35 UTC  (4+ messages)

[PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
 2022-05-27 18:33 UTC  (14+ messages)

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-05-27 18:35 UTC  (12+ messages)

drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c:1175:34: warning: unused variable 'c8sectpfe_match'
 2022-05-27 18:29 UTC 

[PATCH v3 00/15] target/arm: SME prep patches
 2022-05-27 18:06 UTC  (2+ messages)
` [PATCH v3 11/15] target/arm: Export sve contiguous ldst support functions

[GIT PULL] Rockchip driver changes for 5.19 #2
 2022-05-27 18:26 UTC  (2+ messages)

[GIT PULL] Rockchip dts32 changes for 5.19 #2
 2022-05-27 18:25 UTC  (2+ messages)

[GIT PULL] Rockchip dts64 changes for 5.19 #2
 2022-05-27 18:25 UTC  (2+ messages)


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.