All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-25 01:37:06 to 2021-05-25 02:44:55 UTC [more...]

[PATCHv2 0/5] Support for GE B1x5v2 and B1x5Pv2
 2021-05-24 22:29 UTC  (3+ messages)
` (subset) "

[PATCH v6 00/25] python: create installable package
 2021-05-25  2:42 UTC  (5+ messages)
` [PATCH v6 06/25] python: add directory structure README.rst files
` [PATCH v6 07/25] python: add MANIFEST.in

[PATCH] KVM: x86/mmu: Remove the repeated declaration
 2021-05-25  2:43 UTC 

[PATCH v2 0/5] tick/broadcast: Allow per-cpu timers to be used instead of broadcast
 2021-05-24 22:18 UTC  (6+ messages)
` [PATCH v2 1/5] tick/broadcast: Drop unneeded CONFIG_GENERIC_CLOCKEVENTS_BROADCAST guard
` [PATCH v2 2/5] tick/broadcast: Split __tick_broadcast_oneshot_control() into a helper
` [PATCH v2 3/5] tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcast
` [PATCH v2 4/5] tick/broadcast: Program wakeup timer when entering idle if required
` [PATCH v2 5/5] timer_list: Print name of per-cpu wakeup device

[PATCH] t1092: use GIT_PROGRESS_DELAY for consistent results
 2021-05-25  2:41 UTC  (4+ messages)

[PATCH net-next 00/13] Add NXP SJA1110 support to the sja1105 DSA driver
 2021-05-25  2:40 UTC  (25+ messages)
` [PATCH net-next 01/13] net: dsa: sja1105: be compatible with "ethernet-ports" OF node name
` [PATCH net-next 02/13] net: dsa: sja1105: allow SGMII PCS configuration to be per port
` [PATCH net-next 03/13] net: dsa: sja1105: the 0x1F0000 SGMII "base address" is actually MDIO_MMD_VEND2
` [PATCH net-next 04/13] net: dsa: sja1105: cache the phy-mode port property
` [PATCH net-next 05/13] net: dsa: sja1105: add a PHY interface type compatibility matrix
` [PATCH net-next 07/13] net: dsa: sja1105: always keep RGMII ports in the MAC role
` [PATCH net-next 09/13] dt-bindings: net: dsa: sja1105: add compatible strings for SJA1110
` [PATCH net-next 11/13] net: dsa: sja1105: register the MDIO buses for 100base-T1 and 100base-TX
` [PATCH net-next 12/13] net: dsa: sja1105: expose the SGMII PCS as an mdio_device
` [PATCH net-next 13/13] net: dsa: sja1105: add support for the SJA1110 SGMII/2500base-x PCS

M+ & H bugs with Milestone Movements WW21
 2021-05-25  2:40 UTC 

[PATCH v7 00/92] target/arm: Implement SVE2
 2021-05-25  2:37 UTC  (60+ messages)
` [PATCH v7 29/92] target/arm: Implement SVE2 SQSHRN, SQRSHRN
` [PATCH v7 34/92] target/arm: Implement SVE2 saturating multiply-add long
` [PATCH v7 35/92] target/arm: Implement SVE2 saturating multiply-add high
` [PATCH v7 37/92] target/arm: Implement SVE2 complex integer multiply-add
` [PATCH v7 38/92] target/arm: Implement SVE2 ADDHNB, ADDHNT
` [PATCH v7 39/92] target/arm: Implement SVE2 RADDHNB, RADDHNT
` [PATCH v7 40/92] target/arm: Implement SVE2 SUBHNB, SUBHNT
` [PATCH v7 42/92] target/arm: Implement SVE2 HISTCNT, HISTSEG
` [PATCH v7 43/92] target/arm: Implement SVE2 XAR
` [PATCH v7 44/92] target/arm: Implement SVE2 scatter store insns
` [PATCH v7 45/92] target/arm: Implement SVE2 gather load insns
` [PATCH v7 46/92] target/arm: Implement SVE2 FMMLA
` [PATCH v7 47/92] target/arm: Implement SVE2 SPLICE, EXT
` [PATCH v7 48/92] target/arm: Use correct output type for gvec_sdot_*_b
` [PATCH v7 49/92] target/arm: Pass separate addend to {U, S}DOT helpers
` [PATCH v7 50/92] target/arm: Pass separate addend to FCMLA helpers
` [PATCH v7 51/92] target/arm: Split out formats for 2 vectors + 1 index
` [PATCH v7 52/92] target/arm: Split out formats for 3 "
` [PATCH v7 53/92] target/arm: Implement SVE2 integer multiply (indexed)
` [PATCH v7 54/92] target/arm: Implement SVE2 integer multiply-add (indexed)
` [PATCH v7 55/92] target/arm: Implement SVE2 saturating multiply-add high (indexed)
` [PATCH v7 56/92] target/arm: Implement SVE2 saturating multiply-add (indexed)
` [PATCH v7 57/92] target/arm: Implement SVE2 saturating multiply (indexed)
` [PATCH v7 58/92] target/arm: Implement SVE2 signed saturating doubling multiply high
` [PATCH v7 59/92] target/arm: Implement SVE2 saturating multiply high (indexed)
` [PATCH v7 60/92] target/arm: Implement SVE2 multiply-add long (indexed)
` [PATCH v7 61/92] target/arm: Implement SVE2 integer multiply "
` [PATCH v7 62/92] target/arm: Implement SVE2 complex integer multiply-add (indexed)
` [PATCH v7 63/92] target/arm: Implement SVE2 complex integer dot product
` [PATCH v7 64/92] target/arm: Macroize helper_gvec_{s,u}dot_{b,h}
` [PATCH v7 65/92] target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h}
` [PATCH v7 66/92] target/arm: Implement SVE mixed sign dot product (indexed)
` [PATCH v7 67/92] target/arm: Implement SVE mixed sign dot product
` [PATCH v7 68/92] target/arm: Implement SVE2 crypto unary operations
` [PATCH v7 69/92] target/arm: Implement SVE2 crypto destructive binary operations
` [PATCH v7 70/92] target/arm: Implement SVE2 crypto constructive "
` [PATCH v7 71/92] target/arm: Implement SVE2 TBL, TBX
` [PATCH v7 72/92] target/arm: Implement SVE2 FCVTNT
` [PATCH v7 73/92] target/arm: Implement SVE2 FCVTLT
` [PATCH v7 74/92] target/arm: Implement SVE2 FCVTXNT, FCVTX
` [PATCH v7 75/92] target/arm: Implement SVE2 FLOGB
` [PATCH v7 76/92] target/arm: Share table of sve load functions
` [PATCH v7 77/92] target/arm: Tidy do_ldrq
` [PATCH v7 78/92] target/arm: Implement SVE2 LD1RO
` [PATCH v7 79/92] target/arm: Implement 128-bit ZIP, UZP, TRN
` [PATCH v7 80/92] target/arm: Implement SVE2 bitwise shift immediate
` [PATCH v7 81/92] target/arm: Move endian adjustment macros to vec_internal.h
` [PATCH v7 82/92] target/arm: Implement SVE2 fp multiply-add long
` [PATCH v7 83/92] target/arm: Implement aarch64 SUDOT, USDOT
` [PATCH v7 84/92] target/arm: Split out do_neon_ddda_fpst
` [PATCH v7 85/92] target/arm: Remove unused fpst from VDOT_scalar
` [PATCH v7 86/92] target/arm: Fix decode for VDOT (indexed)
` [PATCH v7 87/92] target/arm: Split out do_neon_ddda
` [PATCH v7 88/92] target/arm: Split decode of VSDOT and VUDOT
` [PATCH v7 89/92] target/arm: Implement aarch32 VSUDOT, VUSDOT
` [PATCH v7 90/92] target/arm: Implement integer matrix multiply accumulate
` [PATCH v7 91/92] linux-user/aarch64: Enable hwcap bits for sve2 and related extensions
` [PATCH v7 92/92] target/arm: Enable SVE2 "

Enhancements/Bugs closed WW21!
 2021-05-25  2:38 UTC 

[PATCH] selftests: timers: rtcpie: skip test if default RTC device does not exist
 2021-05-25  2:36 UTC 

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-05-24 22:11 UTC  (17+ messages)
` [RFC PATCH v3 2/8] vfio/type1: Add a page fault handler
` [RFC PATCH v3 5/8] vfio/type1: VFIO_IOMMU_ENABLE_IOPF
` [RFC PATCH v3 8/8] vfio: Add nested IOPF support

[PATCH_V2 1/2] Adding ifdefs to call the respective routines only when their configs are enabled
 2021-05-25  2:33 UTC  (2+ messages)
` [PATCH_V2 2/2] Removed double declaration

[PATCH v3 0/9] target/ppc: add support to disable-tcg
 2021-05-25  2:13 UTC  (7+ messages)
` [PATCH v3 4/9] target/ppc: overhauled and moved logic of storing fpscr
` [PATCH v3 6/9] target/ppc: moved ppc_cpu_do_interrupt to cpu.c
` [PATCH v3 9/9] target/ppc: updated meson.build to support disable-tcg

[syzbot] KASAN: use-after-free Read in check_all_holdout_tasks_trace
 2021-05-25  2:31 UTC  (5+ messages)

[PATCH 00/12] e2fsprogs: some bugfixs and some code cleanups
 2021-05-25  2:32 UTC  (6+ messages)
` [PATCH 03/12] zap_sector: fix memory leak
` [PATCH 07/12] argv_parse: check return value of malloc in argv_parse()

[PATCH v6 00/21] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-05-24 22:08 UTC  (24+ messages)
` [PATCH v6 02/21] arm64: Allow mismatched 32-bit EL0 support
` [PATCH v6 07/21] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v6 08/21] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
` [PATCH v6 11/21] sched: Split the guts of sched_setaffinity() into a helper function
` [PATCH v6 12/21] sched: Allow task CPU affinity to be restricted on asymmetric systems
` [PATCH v6 18/21] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system
` [PATCH v6 21/21] Documentation: arm64: describe asymmetric 32-bit support

Current high bug count owners for Yocto Project 3.4
 2021-05-25  2:30 UTC 

[PATCH v5 0/5] running kernel mode SIMD with softirqs disabled
 2021-05-24 21:53 UTC  (11+ messages)
` [PATCH v5 1/5] crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path
` [PATCH v5 2/5] crypto: arm64/aes-neonbs - stop using SIMD helper for skciphers
` [PATCH v5 3/5] crypto: arm64/aes-ce "
` [PATCH v5 4/5] crypto: arm64/aes-ccm - remove non-SIMD fallback path
` [PATCH v5 5/5] crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_data

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2021-05-25  2:28 UTC 

[dm-devel] [PATCH v4 00/11] dm: Improve zoned block device support
 2021-05-25  2:25 UTC  (24+ messages)
`  "
` [dm-devel] [PATCH v4 01/11] block: improve handling of all zones reset operation
  `  "
` [dm-devel] [PATCH v4 02/11] block: introduce bio zone helpers
  `  "
` [dm-devel] [PATCH v4 03/11] block: introduce BIO_ZONE_WRITE_LOCKED bio flag
  `  "
` [dm-devel] [PATCH v4 04/11] dm: Fix dm_accept_partial_bio()
  `  "
` [dm-devel] [PATCH v4 05/11] dm: cleanup device_area_is_invalid()
  `  "
` [dm-devel] [PATCH v4 06/11] dm: move zone related code to dm-zone.c
  `  "
` [dm-devel] [PATCH v4 07/11] dm: Introduce dm_report_zones()
  `  "
` [dm-devel] [PATCH v4 08/11] dm: Forbid requeue of writes to zones
  `  "
` [dm-devel] [PATCH v4 09/11] dm: rearrange core declarations
  `  "
` [dm-devel] [PATCH v4 10/11] dm: introduce zone append emulation
  `  "
` [dm-devel] [PATCH v4 11/11] dm crypt: Fix zoned block device support
  `  "

[RFC v2 16/32] x86/tdx: Handle MWAIT, MONITOR and WBINVD
 2021-05-25  2:26 UTC  (10+ messages)
` [RFC v2-fix-v2 1/2] x86/tdx: Handle MWAIT and MONITOR
  ` [RFC v2-fix-v2 2/2] x86/tdx: Ignore WBINVD instruction for TDX guest

[PATCH 0/3] virtio_blk: blk-mq io_poll support
 2021-05-25  2:25 UTC  (7+ messages)
` [PATCH 1/3] virtio: add virtioqueue_more_used()
` [PATCH 2/3] virtio_blk: avoid repeating vblk->vqs[qid]

[Intel-gfx] [CI 0/3] More DMC cleanup
 2021-05-25  2:24 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for More DMC cleanup (rev4)

[PATCH] Adding ifdefs to call the respective routines only when their configs are enabled
 2021-05-25  2:14 UTC  (3+ messages)

[PATCH 0/4] Review/Extend SCMI Transport Core layer
 2021-05-25  2:20 UTC  (7+ messages)
` [PATCH 2/4] firmware: arm_scmi: Add support for type handling in common functions
` [PATCH 3/4] firmware: arm_scmi: Introduce monotonically increasing tokens
` [PATCH 4/4] firmware: arm_scmi: Introduce delegated xfers support

[PATCH 0/3] i2c: aspeed: avoid new registers definition of AST2600
 2021-05-25  2:08 UTC  (14+ messages)
` [PATCH 1/3] "

[PATCH 0/2] arm64: remove page granularity limitation from KFENCE
 2021-05-25  2:15 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH 0/9] arm64: dts: rockchip: Initial Toybrick TB-RK1808M0 support
 2021-05-24 21:13 UTC  (5+ messages)
` [PATCH 3/9] arm64: dts: rockchip: Prepare Rockchip RK1808

[PATCH] staging: vchiq_arm: Using copy_from_user() to copy data from userspace address
 2021-05-25  2:12 UTC  (4+ messages)

[PATCH v6 13/21] sched: Admit forcefully-affined tasks into SCHED_DEADLINE
 2021-05-24 20:47 UTC  (11+ messages)

[PATCH for-next v7 00/10] RDMA/rxe: Implement memory windows
 2021-05-25  2:08 UTC  (4+ messages)

Bug#980963: dpkg: Please add ARC architecture
 2021-05-24 20:41 UTC  (4+ messages)

[PATCH v2] ocfs2: fix data corruption by fallocate
 2021-05-25  2:04 UTC  (5+ messages)
    ` [Ocfs2-devel] "

[PATCH v2 0/6] Complementary changes for error handling
 2021-05-25  2:04 UTC  (4+ messages)
` [PATCH v2 5/6] scsi: ufs: Let host_sem cover the entire system suspend/resume

[patch 0/8] genirq, perf: Cleanup the abuse of irq_set_affinity_hint()
 2021-05-24 20:20 UTC  (5+ messages)

[PATCH v2] nSVM: Test: Test VMRUN/VMEXIT's canonicalization of segement base addresses
 2021-05-25  1:12 UTC  (2+ messages)

[PATCH] usb: typec: intel_pmc_mux: Update IOM port status offset for AlderLake
 2021-05-25  2:04 UTC 

[PATCH] io-wq: Fix UAF when wakeup wqe in hash waitqueue
 2021-05-25  2:01 UTC  (4+ messages)
  ` 回复: "
      ` 回复: "

[PATCH 1/1] arm64: dts: lx2160a: Normalize the compatible string of "arm,sbsa-uart"
 2021-05-25  2:00 UTC  (3+ messages)
` [PATCH 1/1] arm64: dts: lx2160a: Normalize the compatible string of "arm, sbsa-uart"

[RFC PATCH v5 00/27] NVMeTCP Offload ULP and QEDN Device Driver
 2021-05-24 20:17 UTC  (13+ messages)
` [RFC PATCH v5 01/27] nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULP
` [RFC PATCH v5 03/27] nvme-tcp-offload: Add device scan implementation
` [RFC PATCH v5 06/27] nvme-tcp-offload: Add queue level implementation
` [RFC PATCH v5 08/27] nvme-tcp-offload: Add Timeout and ASYNC Support

[PATCH] lib/math/rational.c: Fix divide by zero
 2021-05-25  1:57 UTC  (10+ messages)

[PATCH v2] OF: of_address: clean up OF stub & extern functions
 2021-05-25  1:56 UTC  (4+ messages)

[PATCH] drm/ast: Add detect function support
 2021-05-25  1:55 UTC 

[qemu-mainline test] 162143: regressions - FAIL
 2021-05-25  1:52 UTC 

[meta-ti][dunfell/master][PATCH V3] linux-ti-staging: Add extra dtc flags to support dtb overlays
 2021-05-25  1:51 UTC  (2+ messages)

[usb:usb-testing] BUILD SUCCESS a0765597c986ad52c9bc93319987d41bc17f59ef
 2021-05-25  1:51 UTC 

[usb:usb-linus] BUILD SUCCESS e6809703e164e0e47d99a42084af06a60e386b13
 2021-05-25  1:51 UTC 

[PATCH 0/8] sunxi: mmc: Fixes and speed increase
 2021-05-25  1:43 UTC  (9+ messages)
  ` [PATCH 1/8] mmc: sunxi: Avoid #ifdefs in delay and width setup
  ` [PATCH 2/8] mmc: sunxi: Fix warnings with CONFIG_PHYS_64BIT
  ` [PATCH 4/8] mmc: sunxi: Cleanup "new timing mode" selection
  ` [PATCH 8/8] mmc: sunxi: Use mmc_of_parse()

[failures] mm-improve-mprotectrw-efficiency-on-pages-referenced-once.patch removed from -mm tree
 2021-05-25  1:50 UTC  (2+ messages)

[PATCH 1/2] f2fs: immutable file can have null address in compressed chunk
 2021-05-25  1:45 UTC  (7+ messages)
` [PATCH 2/2] f2fs: support RO feature
  ` [f2fs-dev] "

next/pending-fixes build: 189 builds: 1 failed, 188 passed, 12 warnings (v5.13-rc3-403-g45efcfb7fe0e)
 2021-05-25  1:45 UTC 

[PATCH RESEND] init/initramfs.c: make initramfs support pivot_root
 2021-05-25  1:43 UTC  (8+ messages)

[PATCH v1 0/3] Optimize host lock on TR send/compl paths and utilize UTRLCNR
 2021-05-25  1:40 UTC  (5+ messages)
` [PATCH v1 2/3] scsi: ufs: Optimize host lock on transfer requests send/compl paths

[PATCH 01/21] gdk-pixbuf: update a patch status
 2021-05-25  1:40 UTC  (4+ messages)
` [PATCH 02/21] systemd: update 247.6 -> 248.3
  ` [OE-core] "

[PATCH v3] bpftool: Add sock_release help info for cgroup attach/prog load command
 2021-05-25  1:41 UTC 


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.