All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-16 11:23:51 to 2021-05-16 14:25:08 UTC [more...]

[mm/slub] ad36bafb3b: BUG:sleeping_function_called_from_invalid_context_at_mm/page_alloc.c
 2021-05-16 14:41 UTC 

[PATCH] Documentation: i2c: Add doc for I2C sysfs
 2021-05-16 14:24 UTC  (2+ messages)

[PULL v2 0/4] tcg patch queue
 2021-05-16 14:11 UTC  (5+ messages)
` [PULL v2 1/4] MAINTAINERS: Add include/exec/gen-icount.h to 'Main Loop' section
` [PULL v2 2/4] exec/gen-icount.h: Add missing "exec/exec-all.h" include
` [PULL v2 3/4] tcg: Add tcg_constant_tl
` [PULL v2 4/4] accel/tcg: Align data dumped at end of TB

ADV7280-M probe failure
 2021-05-16 14:22 UTC 

[PATCH 00/26] imx: update for i.MX8M
 2021-05-16 14:21 UTC  (5+ messages)
` [PATCH 03/26] imx8mm_evk: Switch to new imx8mm evk board

[Buildroot] [PATCH 1/1] package/environment-setup: Fix incorrect order of the `sed` expressions
 2021-05-16 14:19 UTC 

[PATCH v6 00/11] hvf: Implement Apple Silicon Support
 2021-05-16 14:12 UTC  (4+ messages)
` [PATCH v6 03/11] hvf: Move common code out

Feedback on sched_quota modification
 2021-05-16 14:15 UTC  (3+ messages)

[bitbake][PATCH 1/3] bitbake: fetch2/repo: add support for projects to be fetched simultaneously
 2021-05-16 14:10 UTC  (7+ messages)
` [bitbake][PATCH 2/3] bitbake: fetch2/repo: add support for sync specific projects
` [bitbake][PATCH 3/3] bitbake: fetch2/repo: add support for --repo-url and --repo-branch
  ` [OE-core] "
` [OE-core] [bitbake][PATCH 1/3] bitbake: fetch2/repo: add support for projects to be fetched simultaneously

[RFC 0/3] hwmon: (dell-smm-hwmon) Use platform device
 2021-05-16 14:08 UTC  (2+ messages)

[PATCH] mm/page_alloc: Split per cpu page lists and zone stats -fix -fix
 2021-05-16 14:07 UTC 

[Buildroot] [PATCH 0/6] Update Cage, wlroots, and wayland
 2021-05-16 14:07 UTC  (10+ messages)
` [Buildroot] [PATCH 1/6] package/wayland: bump to version 1.19.0
` [Buildroot] [PATCH 2/6] package/wlroots: bump to version 0.13.0
` [Buildroot] [PATCH 3/6] package/seatd: new package
` [Buildroot] [PATCH 4/6] package/seatd: install init scripts

[PATCH] meson: Set implicit_include_directories to false
 2021-05-16 14:05 UTC  (2+ messages)

[PATCH 0/2] QOMify Sifive UART model
 2021-05-16 11:13 UTC  (5+ messages)
` [PATCH 2/2] QOMify sifive_uart model

OE-core CVE metrics for master on Sun 16 May 2021 04:00:01 AM HST
 2021-05-16 14:05 UTC 

[PATCH] accel/tcg: Align data dumped at end of TB
 2021-05-16 14:01 UTC  (2+ messages)

[PATCH 5.12] MIPS: Reinstate platform `__div64_32' handler
 2021-05-16 14:01 UTC  (3+ messages)

[PATCH] linux-user/syscall: zero-init msghdr in do_sendrecvmsg_locked
 2021-05-16 12:57 UTC  (3+ messages)

[PATCH] common/rc: make _mkfs_dev return mkfs_status
 2021-05-16 14:00 UTC  (2+ messages)

[PATCH 0/2] am335x: set pinmux registers from pins debug file
 2021-05-16 13:55 UTC  (5+ messages)
` [PATCH 1/2] pinctrl: core: configure pinmux "
` [PATCH 2/2] pinctrl: single: set "

[PATCH 0/3] bcachefs support
 2021-05-16 13:54 UTC  (5+ messages)

[PATCH net] netns: export get_net_ns_by_id()
 2021-05-16 13:47 UTC  (5+ messages)

[PATCH] riscv: mm: init: Consolidate vars, functions
 2021-05-16 13:19 UTC  (4+ messages)

[xen-unstable test] 161964: tolerable FAIL
 2021-05-16 13:24 UTC 

[PATCH] treewide: Remove leading spaces in Kconfig files
 2021-05-16 13:22 UTC  (2+ messages)

stable-rc/queue/5.12 build: 174 builds: 0 failed, 174 passed, 13 warnings (v5.12.4-273-gd5d304081053)
 2021-05-16 13:24 UTC 

[PATCH v3] samples/kprobes: Fix typo in handler_{post,fault}()
 2021-05-16 13:20 UTC  (4+ messages)

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

[Buildroot] [PATCH/next 1/1] package/kodi-pvr-iptvsimple: bump version to 7.6.5-Matrix
 2021-05-16 13:19 UTC 

[Bug 1922252] [NEW] [feature request] webcam support
 2021-05-16 12:49 UTC  (2+ messages)
` [Bug 1922252] "

[PATCH-next] x86/kernel: Fix unchecked return value
 2021-05-16 13:17 UTC  (4+ messages)

[PATCH 00/10] hw: Various Kconfig fixes
 2021-05-16 12:42 UTC  (6+ messages)
` [PATCH 01/10] hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'

[Buildroot] [git commit branch/next] package/wayland: bump to version 1.19.0
 2021-05-16 13:15 UTC 

[Bug 1926521] [NEW] QEMU-user ignores MADV_DONTNEED
 2021-05-16 12:37 UTC  (2+ messages)
` [Bug 1926521] "

[PATCH v6 00/26] TCI fixes and cleanups
 2021-05-16 12:53 UTC  (7+ messages)
` [PATCH v6 04/26] plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb
` [PATCH v6 07/26] tcg: Add tcg_call_func

[PATCH] disas/libvixl: Protect C system header for C++ compiler
 2021-05-16 12:46 UTC  (3+ messages)

git repack on shallow clone of large repo (linux kernel) hangs at "Enumerating objects"
 2021-05-16 13:09 UTC 

meta-selinux issues. Depending on what I put in my local.conf, I get boot loops or can't log in
 2021-05-16 13:07 UTC  (4+ messages)
` [yocto] "

[PATCH] riscv: Add __init section marker to some functions again
 2021-05-16 12:59 UTC  (2+ messages)

[PATCH-next] sched: Fix Null pointer derefrence
 2021-05-16 13:01 UTC  (3+ messages)

[PATCH] describe-doc: clarify default length of abbreviation
 2021-05-16 12:58 UTC  (5+ messages)

ALSA: intel8x0: div by zero in snd_intel8x0_update()
 2021-05-16 12:55 UTC  (11+ messages)

stable-rc/queue/5.10 build: 177 builds: 4 failed, 173 passed, 4 errors, 15 warnings (v5.10.37-212-g8d2b6fc5d616)
 2021-05-16 12:54 UTC 

[RFC PATCH] rev-parse: fix segfault with missing --path-format argument
 2021-05-16 12:53 UTC  (2+ messages)

[Buildroot] [PATCH] Makefile: remove cpe-updates on clean
 2021-05-16 12:42 UTC 

Linux-5.12 regression
 2021-05-16 12:07 UTC 

[PATCH v2] drm/rockchip: remove existing generic drivers to take over the device
 2021-05-16 12:31 UTC  (4+ messages)

[PATCH v2] rcu: fix a deadlock caused by not release rcu_node->lock
 2021-05-16 12:33 UTC  (2+ messages)

[PATCH] mm: fix struct page layout on 32-bit systems
 2021-05-16 12:31 UTC  (2+ messages)

[PATCH 0/7] Staging: rtl8723bs: fix warnings in HalBtc8723b1Ant.c
 2021-05-16 12:29 UTC  (16+ messages)
` [PATCH 1/7] Staging: rtl8723bs: remove unnecessary braces "
` [PATCH 2/7] Staging: rtl8723bs: fix spaces "
` [PATCH 3/7] Staging: rtl8723bs: fix indentation "
` [PATCH 4/7] Staging: rtl8723bs: fix comparison formatting "
` [PATCH 5/7] Staging: rtl8723bs: add missing blank line "
` [PATCH 6/7] Staging: rtl8723bs: fix line continuations "
` [PATCH 7/7] Staging: rtl8723bs: fix block comment "

[PATCH v2 1/2] iio: adc: driver for texas instruments ads7142
 2021-05-16 12:30 UTC  (5+ messages)
` [PATCH v2 2/2] dt-bindings: iio: adc: devicetree bindings "

[PATCH 5.4] mm: fix struct page layout on 32-bit systems
 2021-05-16 12:30 UTC 

[PATCH v1 0/3] drm/msm/dpu: rework irq handling
 2021-05-16 12:29 UTC  (5+ messages)
` [PATCH v1 3/3] drm/msm/dpu: simplify interrupt managing

[PATCH 0/4] drm: Finally retire struct drm_format_name_buf
 2021-05-16 12:24 UTC  (12+ messages)
` [PATCH 1/4] drm/amdgpu: Use %p4cc to print 4CC format
` [PATCH 2/4] drm/simpledrm: "
` [PATCH 3/4] drm: Remove drm_get_format_name()
` [PATCH 4/4] drm/fourcc: Remove struct drm_format_buf_name

stable-rc/queue/5.4 build: 185 builds: 0 failed, 185 passed, 91 warnings (v5.4.119-104-g700d2de76117)
 2021-05-16 12:23 UTC 

[GIT PULL] irqchip fixes for 5.13, take #1
 2021-05-16 12:22 UTC 

[PATCH] drm/msm/dp: remove most of usbpd-related remains
 2021-05-16 12:18 UTC  (4+ messages)

stable-rc/queue/4.4 build: 183 builds: 0 failed, 183 passed, 9 warnings (v4.4.268-164-g905608b6b30f)
 2021-05-16 12:18 UTC 

post-receive: pub/scm/linux/kernel/git/maz/arm-platforms
 2021-05-16 12:16 UTC 

[PATCH] perf/x86: Improve code format
 2021-05-16 12:15 UTC  (2+ messages)

[PATCH] RISC-V: Fix memblock_free() usages in init_resources()
 2021-05-16 12:15 UTC 

[Buildroot] [PATCH v2 0/7] CPE validation
 2021-05-16 12:13 UTC  (5+ messages)
` [Buildroot] [PATCH v2 5/7] support/scripts/gen-missing-cpe: add new script

some confusions about the design of some bluetooth function
 2021-05-16 12:12 UTC  (2+ messages)

[PATCH v2 1/1] irqchip: Remove redundant error printing
 2021-05-16 12:09 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

post-receive: pub/scm/linux/kernel/git/maz/arm-platforms
 2021-05-16 12:08 UTC 

stable-rc/queue/4.14 build: 192 builds: 0 failed, 192 passed, 63 warnings (v4.14.232-281-g5fe9dd19d1d1)
 2021-05-16 12:01 UTC 

[powerpc:merge] BUILD SUCCESS 3a81c0495fdb91fd9a9b4f617098c283131eeae1
 2021-05-16 11:58 UTC 

[powerpc:next-test] BUILD SUCCESS 4938c440ff7f2c27641f6639d1202f52759ea3ff
 2021-05-16 11:58 UTC 

[Buildroot] [git commit] Makefile: add new missing-cpe target
 2021-05-16 11:58 UTC 

[Buildroot] [git commit] support/scripts/gen-missing-cpe: add new script
 2021-05-16 11:57 UTC 

[Buildroot] [PATCH 1/2] package/jquery-validation: add CPE variables
 2021-05-16 11:48 UTC  (2+ messages)

[Buildroot] [git commit] package/jquery-validation: security bump to version 1.19.3
 2021-05-16 11:47 UTC 

[Buildroot] [git commit] package/jquery-validation: add CPE variables
 2021-05-16 11:47 UTC 

5.10.37 won't boot on my system, but 5.10.36 with same config does
 2021-05-16 11:34 UTC 

[PATCH v6 0/3] docs/zh_CN add three core api docs
 2021-05-16 11:40 UTC  (7+ messages)
` [PATCH v6 1/3] docs/zh_CN: add core-api kernel-api.rst translation
` [PATCH v6 2/3] docs/zh_CN: add core-api printk-basics.rst translation
` [PATCH v6 3/3] docs/zh_CN: add core-api printk-formats.rst translation

[Buildroot] [PATCH 1/1] package/bullet: needs wchar
 2021-05-16 11:38 UTC  (6+ messages)

[Buildroot] [git commit] package/bullet: needs wchar
 2021-05-16 11:36 UTC 

post-receive: pub/scm/git/git
 2021-05-16 11:35 UTC 

stable-rc/queue/4.9 build: 184 builds: 0 failed, 184 passed, 4 warnings (v4.9.268-207-g9053b8475129)
 2021-05-16 11:34 UTC 

[Buildroot] [PATCH 1/1] package/libldns: add CPE variables
 2021-05-16 11:25 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.