All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-08 00:54:28 to 2021-05-08 02:31:27 UTC [more...]

[PATCH 00/72] Convert floatx80 and float128 to FloatParts
 2021-05-08  1:47 UTC  (52+ messages)
` [PATCH 01/72] qemu/host-utils: Use __builtin_bitreverseN
` [PATCH 02/72] qemu/host-utils: Add wrappers for overflow builtins
` [PATCH 03/72] qemu/host-utils: Add wrappers for carry builtins
` [PATCH 04/72] accel/tcg: Use add/sub overflow routines in tcg-runtime-gvec.c
` [PATCH 05/72] tests/fp: add quad support to the benchmark utility
` [PATCH 06/72] softfloat: Move the binary point to the msb
` [PATCH 07/72] softfloat: Inline float_raise
` [PATCH 08/72] softfloat: Use float_raise in more places
` [PATCH 09/72] softfloat: Tidy a * b + inf return
` [PATCH 10/72] softfloat: Add float_cmask and constants
` [PATCH 11/72] softfloat: Use return_nan in float_to_float
` [PATCH 12/72] softfloat: fix return_nan vs default_nan_mode
` [PATCH 13/72] target/mips: Set set_default_nan_mode with set_snan_bit_is_one
` [PATCH 14/72] softfloat: Do not produce a default_nan from parts_silence_nan
` [PATCH 15/72] softfloat: Rename FloatParts to FloatParts64
` [PATCH 16/72] softfloat: Move type-specific pack/unpack routines
` [PATCH 17/72] softfloat: Use pointers with parts_default_nan
` [PATCH 18/72] softfloat: Use pointers with unpack_raw
` [PATCH 19/72] softfloat: Use pointers with ftype_unpack_raw
` [PATCH 20/72] softfloat: Use pointers with pack_raw
` [PATCH 21/72] softfloat: Use pointers with ftype_pack_raw
` [PATCH 22/72] softfloat: Use pointers with ftype_unpack_canonical
` [PATCH 23/72] softfloat: Use pointers with ftype_round_pack_canonical
` [PATCH 24/72] softfloat: Use pointers with parts_silence_nan
` [PATCH 25/72] softfloat: Rearrange FloatParts64
` [PATCH 26/72] softfloat: Convert float128_silence_nan to parts
` [PATCH 27/72] softfloat: Convert float128_default_nan "
` [PATCH 28/72] softfloat: Move return_nan to softfloat-parts.c.inc
` [PATCH 29/72] softfloat: Move pick_nan "
` [PATCH 30/72] softfloat: Move pick_nan_muladd "
` [PATCH 31/72] softfloat: Move sf_canonicalize "
` [PATCH 32/72] softfloat: Move round_canonical "
` [PATCH 33/72] softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h
` [PATCH 34/72] softfloat: Move addsub_floats to softfloat-parts.c.inc
` [PATCH 35/72] softfloat: Implement float128_add/sub via parts
` [PATCH 36/72] softfloat: Move mul_floats to softfloat-parts.c.inc
` [PATCH 37/72] softfloat: Move muladd_floats "
` [PATCH 38/72] softfloat: Use mulu64 for mul64To128
` [PATCH 39/72] softfloat: Use add192 in mul128To256
` [PATCH 40/72] softfloat: Tidy mul128By64To192
` [PATCH 41/72] softfloat: Introduce sh[lr]_double primitives
` [PATCH 42/72] softfloat: Move div_floats to softfloat-parts.c.inc
` [PATCH 43/72] softfloat: Split float_to_float
` [PATCH 46/72] softfloat: Move rount_to_int_and_pack to softfloat-parts.c.inc
` [PATCH 47/72] softfloat: Move rount_to_uint_and_pack "
` [PATCH 48/72] softfloat: Move int_to_float "
` [PATCH 49/72] softfloat: Move uint_to_float "
` [PATCH 50/72] softfloat: Move minmax_flags "
` [PATCH 55/72] softfloat: Reduce FloatFmt
` [PATCH 61/72] softfloat: Convert floatx80_div to FloatParts
` [PATCH 62/72] softfloat: Convert floatx80_sqrt "

[qemu-mainline bisection] complete test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm
 2021-05-08  2:30 UTC 

[Intel-gfx] [PATCH v3 00/48] Alder Lake-P Support
 2021-05-08  2:28 UTC  (49+ messages)
` [Intel-gfx] [PATCH v3 01/48] drm/i915/xelpd: Handle proper AUX interrupt bits
` [Intel-gfx] [PATCH v3 02/48] drm/i915/xelpd: Enhanced pipe underrun reporting
` [Intel-gfx] [PATCH v3 03/48] drm/i915/xelpd: Define plane capabilities
` [Intel-gfx] [PATCH v3 04/48] drm/i915/xelpd: Handle new location of outputs D and E
` [Intel-gfx] [PATCH v3 05/48] drm/i915/xelpd: Add XE_LPD power wells
` [Intel-gfx] [PATCH v3 06/48] drm/i915/xelpd: Increase maximum watermark lines to 255
` [Intel-gfx] [PATCH v3 07/48] drm/i915/xelpd: Required bandwidth increases when VT-d is active
` [Intel-gfx] [PATCH v3 08/48] drm/i915/xelpd: Add Wa_14011503030
` [Intel-gfx] [PATCH v3 09/48] drm/i915/display/dsc: Refactor intel_dp_dsc_compute_bpp
` [Intel-gfx] [PATCH v3 10/48] drm/i915/xelpd: Support DP1.4 compression BPPs
` [Intel-gfx] [PATCH v3 11/48] drm/i915: Get slice height before computing rc params
` [Intel-gfx] [PATCH v3 12/48] drm/i915/xelpd: Calculate VDSC RC parameters
` [Intel-gfx] [PATCH v3 13/48] drm/i915/xelpd: Add rc_qp_table for rcparams calculation
` [Intel-gfx] [PATCH v3 14/48] drm/i915/xelpd: Add VRR guardband for VRR CTL
` [Intel-gfx] [PATCH v3 15/48] drm/i915/xelpd: Provide port/phy mapping for vbt
` [Intel-gfx] [PATCH v3 16/48] drm/i915/adl_p: Add PCH support
` [Intel-gfx] [PATCH v3 17/48] drm/i915/adl_p: Add dedicated SAGV watermarks
` [Intel-gfx] [PATCH v3 18/48] drm/i915/adl_p: Extend PLANE_WM bits for blocks & lines
` [Intel-gfx] [PATCH v3 19/48] drm/i915/adl_p: Setup ports/phys
` [Intel-gfx] [PATCH v3 20/48] drm/i915/adl_p: Add cdclk support for ADL-P
` [Intel-gfx] [PATCH v3 21/48] drm/i915/display/tc: Rename safe_mode functions ownership
` [Intel-gfx] [PATCH v3 22/48] drm/i915/adl_p: Handle TC cold
` [Intel-gfx] [PATCH v3 23/48] drm/i915/adl_p: Implement TC sequences
` [Intel-gfx] [PATCH v3 24/48] drm/i915/adl_p: Enable modular fia
` [Intel-gfx] [PATCH v3 25/48] drm/i915/adl_p: Don't config MBUS and DBUF during display initialization
` [Intel-gfx] [PATCH v3 26/48] drm/i915/adl_p: Add ddb allocation support
` [Intel-gfx] [PATCH v3 27/48] drm/i915: Introduce MBUS relative dbuf offsets
` [Intel-gfx] [PATCH v3 28/48] drm/i915: Move intel_modeset_all_pipes()
` [Intel-gfx] [PATCH v3 29/48] drm/i915/adl_p: MBUS programming
` [Intel-gfx] [PATCH v3 30/48] drm/i915/adl_p: Tx escape clock with DSI
` [Intel-gfx] [PATCH v3 31/48] drm/i915/display: Replace dc3co_enabled with dc3co_exitline on intel_psr struct
` [Intel-gfx] [PATCH v3 32/48] drm/i915/display: Remove a redundant function argument from intel_psr_enable_source()
` [Intel-gfx] [PATCH v3 33/48] drm/i915/display: Add PSR interrupt error check function
` [Intel-gfx] [PATCH v3 34/48] drm/i915/display: Introduce new intel_psr_pause/resume function
` [Intel-gfx] [PATCH v3 35/48] drm/i915/adl_p: Define and use ADL-P specific DP translation tables
` [Intel-gfx] [PATCH v3 36/48] drm/i915/adl_p: Enable/disable loadgen sharing
` [Intel-gfx] [PATCH v3 37/48] drm/i915/adl_p: Add PLL Support
` [Intel-gfx] [PATCH v3 38/48] drm/i915/adl_p: Program DP/HDMI link rate to DDI_BUF_CTL
` [Intel-gfx] [PATCH v3 39/48] drm/i915/bigjoiner: Mode validation with uncompressed pipe joiner
` [Intel-gfx] [PATCH v3 40/48] drm/i915/bigjoiner: Avoid dsc_compute_config for uncompressed bigjoiner
` [Intel-gfx] [PATCH v3 41/48] drm/i915/bigjoiner: atomic commit changes for uncompressed joiner
` [Intel-gfx] [PATCH v3 42/48] drm/i915/adlp: Add PIPE_MISC2 programming
` [Intel-gfx] [PATCH v3 43/48] drm/i915/adl_p: Update memory bandwidth parameters
` [Intel-gfx] [PATCH v3 44/48] drm/i915/adl_p: Add IPs stepping mapping
` [Intel-gfx] [PATCH v3 45/48] drm/i915/adl_p: Implement Wa_22011091694
` [Intel-gfx] [PATCH v3 46/48] drm/i915/display/adl_p: Implement Wa_22011320316
` [Intel-gfx] [PATCH v3 47/48] drm/i915/adl_p: Disable CCS on a-step (Wa_22011186057)
` [Intel-gfx] [PATCH v3 48/48] drm/i915/perf: Enable OA formats for ADL_P

[PATCH 1/1] drm/msm: Fix error return code in msm_drm_init()
 2021-05-08  2:28 UTC 

[PATCH] net: openvswitch: Remove unnecessary skb_nfct()
 2021-05-08  2:27 UTC 

stable-rc/linux-5.4.y baseline: 122 runs, 5 regressions (v5.4.117)
 2021-05-08  2:27 UTC 

[Accel-config] [PATCH v1] accel-config: Update with new driver name changes
 2021-05-08  2:26 UTC 

[PATCH 00/17] misc: Some more misc patches
 2021-05-08  2:26 UTC  (16+ messages)
` [PATCH 03/17] x86: Allow coreboot serial driver to guess the UART

[PATCH 7/8] cxl/port: Introduce cxl_port objects
 2021-05-08  2:24 UTC  (3+ messages)

[Nouveau] [RFC v5 0/9] drm: Extract DPCD backlight helpers from i915, add support in nouveau
 2021-05-08  2:24 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm: Extract DPCD backlight helpers from i915, add support in nouveau (rev7)

Preserving the ability to have both SHA1 and SHA256 signatures
 2021-05-08  2:22 UTC 

arch/riscv/kernel/machine_kexec.c:164:1: sparse: void extern [addressable] [noreturn] [toplevel] machine_kexec( ... )
 2021-05-08  2:20 UTC 

[PATCH 1/1] xen/unpopulated-alloc: fix error return code in fill_list()
 2021-05-08  2:19 UTC 

linux-next: Fixes tag needs some work in the tip tree
 2021-05-08  2:18 UTC 

[PATCH -next] iommu/virtio: Add missing MODULE_DEVICE_TABLE
 2021-05-08  3:14 UTC  (2+ messages)

[PATCH] mm/page-writeback: Fix performance when BDI's share of ratio is 0
 2021-05-08  2:17 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the drm-msm tree
 2021-05-08  2:16 UTC 

[LTP] [PATCH v2] syscalls/bind03: Bugfix for running with option "-i"
 2021-05-08  2:14 UTC 

linux-next: Fixes tag needs some work in the bluetooth tree
 2021-05-08  2:13 UTC 

Ceph Kernel client bad performance for 5.4
 2021-05-08  2:13 UTC 

Pain points in Git's patch flow
 2021-05-08  2:10 UTC  (10+ messages)

[LTP] [PATCH] syscalls/bind03: Bugfix for running with option "-i"
 2021-05-08  2:10 UTC 

[Buildroot] PocketBeagle: U-Boot 2021.04 is broken
 2021-05-08  2:09 UTC 

stable-rc/linux-5.10.y baseline: 126 runs, 1 regressions (v5.10.35)
 2021-05-08  2:04 UTC 

[PATCH 1/1] mmc: usdhi6rol0: fix error return code in usdhi6_probe()
 2021-05-08  2:03 UTC 

systemtap release 4.5
 2021-05-08  2:02 UTC 

[PATCH V5 3/4] blk-mq: clear stale request in tags->rq[] before freeing one request pool
 2021-05-08  2:02 UTC  (12+ messages)

drivers/irqchip/irq-xilinx-intc.c:127:14: warning: no previous prototype for function 'xintc_get_irq'
 2021-05-08  2:01 UTC  (2+ messages)

[PATCH] tpm_tis_spi: set default probe function if device id not match
 2021-05-08  2:01 UTC  (2+ messages)

[PATCH v2] linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>
 2021-05-08  1:59 UTC  (2+ messages)

[dpdk-dev] [PATCH v1] net/ixgbe: configure EXVET_T register
 2021-05-08  1:57 UTC  (2+ messages)

[PATCH 1/1] usb: dwc3: imx8mp: fix error return code in dwc3_imx8mp_probe()
 2021-05-08  1:53 UTC  (2+ messages)

[PATCH V1] audit: log xattr args not covered by syscall record
 2021-05-08  1:54 UTC  (4+ messages)

Question on guest enable msi fail when using GICv4/4.1
 2021-05-08  1:51 UTC  (7+ messages)

raid10 redundancy
 2021-05-08  1:54 UTC  (7+ messages)

[dpdk-dev] [PATCH] net/ice/base: fix mem allocations wrapper
 2021-05-08  1:53 UTC  (2+ messages)

[PATCH -next] crypto: nx842: add missing MODULE_DEVICE_TABLE
 2021-05-08  3:14 UTC  (2+ messages)

[PATCH -next] rtc: mxc_v2: add missing MODULE_DEVICE_TABLE
 2021-05-08  3:15 UTC 

[PATCH -next] ASoC: codecs: lpass-tx-macro: add missing MODULE_DEVICE_TABLE
 2021-05-08  3:15 UTC 

[PATCH -next] EDAC: ti: Add missing MODULE_DEVICE_TABLE
 2021-05-08  3:15 UTC 

[PATCH -next] pinctrl: equilibrium: Add missing MODULE_DEVICE_TABLE
 2021-05-08  3:15 UTC 

[PATCH -next] power: reset: gpio-poweroff: add missing MODULE_DEVICE_TABLE
 2021-05-08  3:14 UTC 

[PATCH -next] drm/tdfx: add missing MODULE_DEVICE_TABLE
 2021-05-08  3:14 UTC  (2+ messages)

[PATCH] docs/zh_CN: make reporting-bugs.rst obsolete
 2021-05-08  1:51 UTC  (4+ messages)

[PATCH -next] locking/static_keys: Make some symbols static
 2021-05-08  3:14 UTC 

[PATCH -next] HID: gt683r: add missing MODULE_DEVICE_TABLE
 2021-05-08  3:14 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_psr2_sf: Add option to run test with PSR disabled
 2021-05-08  1:48 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[xlnx:master 371/434] include/linux/sysfs.h:55:8: error: 'struct device_attribute' has no member named 'key'
 2021-05-08  1:47 UTC 

[dpdk-dev] [PATCH v1] net/ice: remove redundant RSS configuration for GTPU
 2021-05-08  1:44 UTC  (2+ messages)

[PATCH 1/1] fs/adfs: dir: fix error return code in adfs_fplus_read()
 2021-05-08  1:42 UTC 

[RFC suggestion] Generate manpage directly with Asciidoctor
 2021-05-08  1:42 UTC  (4+ messages)

[PATCH 0/9] riscv: Partially move to binman to generate u-boot.itb
 2021-05-08  1:42 UTC  (5+ messages)
` [PATCH 6/9] binman: Add support for RISC-V OpenSBI fw_dynamic blob

y2038: Migrate from syscall() to XENOMAI_SYSCALLx()
 2021-05-08  1:40 UTC  (2+ messages)

[PATCH v2] f2fs: restructure f2fs page.private layout
 2021-05-08  1:38 UTC  (3+ messages)
` [f2fs-dev] "

stable-rc/queue/5.11 build: 179 builds: 0 failed, 179 passed, 13 warnings (v5.11.19-63-g69ff49c3dfd17)
 2021-05-08  1:37 UTC 

[PATCH 1/1] iommu/of: Fix request and enable ACS for of_iommu_configure
 2021-05-08  1:32 UTC  (3+ messages)

Report on University of Minnesota Breach-of-Trust Incident
 2021-05-08  1:30 UTC  (2+ messages)

[PATCH] usb: fotg210-hcd: Fix an error message
 2021-05-08  1:26 UTC  (4+ messages)

[PATCH v2] sched/pelt: Keep UTIL_AVG_UNCHANGED flag in sync when calculating last_enqueued_diff
 2021-05-08  1:23 UTC  (7+ messages)

[PATCH v1] spi: fix client driver can't register success when use GPIO as CS
 2021-05-08  1:22 UTC  (4+ messages)

[dpdk-dev] [DPDK] net/ice: fix txq mbuf release mode
 2021-05-08  1:20 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] net/ice: fix txq vector path selection

[PATCH] virtiofs: Enable multiple request queues
 2021-05-08  1:19 UTC  (5+ messages)
  ` [Virtio-fs] "

PROBLEM: double fault in md_end_io
 2021-05-08  1:17 UTC  (7+ messages)

stable-rc/linux-4.4.y baseline: 116 runs, 12 regressions (v4.4.268)
 2021-05-08  1:16 UTC 

[PATCH][SMB3] 3 small multichannel client patches
 2021-05-08  1:13 UTC 

[PATCH v2 0/3] mm/gup: Fix pin page write cache bouncing on has_pinned
 2021-05-08  1:12 UTC  (3+ messages)
` [PATCH v2 3/3] mm: gup: pack has_pinned in MMF_HAS_PINNED

[Bug 212985] ideapad_acpi: VPC2004:00: DYTC interface is not available. platform_profile interface is unavailable
 2021-05-08  1:09 UTC 

[p2pmem:p2pdma_map_ops_v2+user 14/27] include/linux/pci-p2pdma.h:122:40: warning: 'pci_p2pdma_map_segment' used but never defined
 2021-05-08  1:09 UTC 

[OE-core] [PATCH] at-spi2-core: upgrade 2.40.0 -> 2.40.1
 2021-05-08  1:04 UTC  (5+ messages)
` [OE-core] [PATCH] ell: upgrade 0.39 -> 0.40
` [OE-core] [PATCH] kexec-tools: upgrade 2.0.21 -> 2.0.22
` [OE-core] [PATCH] libepoxy: upgrade 1.5.5 -> 1.5.7
` [OE-core] [PATCH] python3-pygments: upgrade 2.8.1 -> 2.9.0

stable-rc/linux-5.12.y baseline: 124 runs, 1 regressions (v5.12.2)
 2021-05-08  1:06 UTC 

[RFC PATCH v2 2/3] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM
 2021-05-08  1:03 UTC  (2+ messages)

[PATCH] spi: set right CS polarity depend on gpiolib
 2021-05-08  1:01 UTC  (3+ messages)

nft_pipapo_avx2_lookup backtrace in linux 5.10
 2021-05-08  1:00 UTC  (7+ messages)

[GIT PULL] Networking for 5.13-rc1
 2021-05-08  0:59 UTC 

[RFC v2 00/32] Add TDX Guest Support
 2021-05-08  0:59 UTC  (4+ messages)
` [RFC v2 10/32] x86/tdx: Wire up KVM hypercalls

[linux-linus test] 161829: regressions - FAIL
 2021-05-07 23:32 UTC  (2+ messages)
` Regression when booting 5.15 as dom0 on arm64 (WAS: Re: [linux-linus test] 161829: regressions - FAIL)

[PATCH V3 0/4] soc: imx: add i.MX BLK-CTL support
 2021-05-08  0:54 UTC  (5+ messages)
` [PATCH V3 4/4] soc: imx: Add blk-ctl driver for i.MX8MM


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.