All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-16 14:34:04 to 2021-10-16 18:11:33 UTC [more...]

[PATCH v2 00/13] hook.[ch]: new library to run hooks + simple hook conversion
 2021-10-16 18:10 UTC  (5+ messages)

[dtor-input:for-linus] BUILD SUCCESS a02dcde595f7cbd240ccd64de96034ad91cffc40
 2021-10-16 18:10 UTC 

[PATCH] mm: allow huge kvmalloc() calls if they're accounted to memcg
 2021-10-16 18:10 UTC  (4+ messages)

[PATCH 0/8] q800: GLUE updates for A/UX mode
 2021-10-16 18:08 UTC  (16+ messages)
` [PATCH 4/8] mac_via: add GPIO "
` [PATCH 5/8] q800: wire up auxmode GPIO to GLUE
` [PATCH 6/8] q800: route SONIC on-board Ethernet IRQ via nubus IRQ 9 in classic mode
` [PATCH 8/8] q800: add NMI handler

[PATCH V3 00/49] x86/entry/64: Convert a bunch of ASM entry code into C code
 2021-10-16 18:08 UTC  (3+ messages)
` [PATCH V3 04/49] x86/xen: Add xenpv_restore_regs_and_return_to_usermode()

[PATCH v3 0/5] pinctrl/GPIO driver for Apple SoCs
 2021-10-16 18:07 UTC  (3+ messages)
` [PATCH v3 4/5] pinctrl: add "

[syzbot] possible deadlock in wake_up_all_idle_cpus
 2021-10-16 18:07 UTC  (2+ messages)

[PATCH linux-next] firmware/psci: fix application of sizeof to pointer
 2021-10-16 18:10 UTC  (4+ messages)

[linux-next:master 7104/8410] drivers/power/supply/axp288_charger.c:411:8: error: implicit declaration of function 'iosf_mbi_block_punit_i2c_access'
 2021-10-16 18:05 UTC  (2+ messages)

[PATCH v3 0/6] target/riscv: support Zfh, Zfhmin extension v0.1
 2021-10-16 18:03 UTC  (2+ messages)

linux 5.14.3: free_user_ns causes NULL pointer dereference
 2021-10-16 18:00 UTC  (18+ messages)
                        ` [CFT][PATCH] ucounts: Fix signal ucount refcounting

[BlueZ PATCH] build: Fix build error with ell/cleanup.h
 2021-10-16 18:00 UTC 

[PATCH v4 0/2] add APIs to handle alternative sNaN propagation for fmax/fmin
 2021-10-16 17:59 UTC  (3+ messages)
` [PATCH v4 1/2] softfloat: "

[PATCH RESEND v3 0/2] add APIs to handle alternative sNaN propagation for fmax/fmin
 2021-10-16 17:56 UTC  (6+ messages)
` [PATCH v3 2/2] target/riscv: change the api for single/double fmin/fmax

[PATCH 0/3] staging: r8188eu: use completions and clean rtw_cmd_thread()
 2021-10-16 17:54 UTC  (3+ messages)

[PATCH] x86: add support DM&P devices
 2021-10-16 17:52 UTC  (4+ messages)

[PATCH v3 0/5] A few more cleanups and fixes for mwifiex
 2021-10-16 17:50 UTC  (7+ messages)
` [PATCH v3 1/5] mwifiex: Don't log error on suspend if wake-on-wlan is disabled
` [PATCH v3 2/5] mwifiex: Log an error on command failure during key-material upload
` [PATCH v3 3/5] mwifiex: Fix an incorrect comment
` [PATCH v3 4/5] mwifiex: Send DELBA requests according to spec
` [PATCH v3 5/5] mwifiex: Deactive host sleep using HSCFG after it was activated manually

[PATCH 2/2] Make a "gdb" dprintf that tells us load addresses
 2021-10-16 17:48 UTC 

[dm-devel] [git pull] device mapper fixes for 5.15-rc6
 2021-10-16 17:28 UTC  (3+ messages)
`  "

Grabster AV 350 no audio
 2021-10-16 17:35 UTC  (3+ messages)
  ` [Update] Grabster AV 350 no audio (now works with tvtime)

[PATCH v13 1/3] grep: refactor next_match() and match_one_pattern() for external use
 2021-10-16 17:12 UTC  (5+ messages)
` [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data

[PATCH 0/3] staging: r8188eu: clean up the Makefile
 2021-10-16 17:35 UTC  (4+ messages)
` [PATCH 1/3] staging: r8188eu: Makefile: remove unused driver config
` [PATCH 2/3] staging: r8188eu: Makefile: don't overwrite global settings
` [PATCH 3/3] staging: r8188eu: Makefile: use one file list

[PATCH] btrfs-progs: Skip device tree when we failed to read it
 2021-10-16 17:35 UTC  (13+ messages)
            ` 12 TB btrfs file system on virtual machine broke again
                    ` need help in a broken 2TB BTRFS partition

[PATCH v3 00/14] target/riscv: Rationalize XLEN and operand length
 2021-10-16 17:14 UTC  (30+ messages)
` [PATCH v3 01/14] target/riscv: Move cpu_get_tb_cpu_state out of line
` [PATCH v3 02/14] target/riscv: Create RISCVMXL enumeration
` [PATCH v3 03/14] target/riscv: Split misa.mxl and misa.ext
` [PATCH v3 04/14] target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
` [PATCH v3 05/14] target/riscv: Add MXL/SXL/UXL to TB_FLAGS
` [PATCH v3 06/14] target/riscv: Use REQUIRE_64BIT in amo_check64
` [PATCH v3 07/14] target/riscv: Properly check SEW in amo_op
` [PATCH v3 08/14] target/riscv: Replace is_32bit with get_xl/get_xlen
` [PATCH v3 09/14] target/riscv: Replace DisasContext.w with DisasContext.ol
` [PATCH v3 10/14] target/riscv: Use gen_arith_per_ol for RVM
` [PATCH v3 11/14] target/riscv: Adjust trans_rev8_32 for riscv64
` [PATCH v3 12/14] target/riscv: Use gen_unary_per_ol for RVB
` [PATCH v3 13/14] target/riscv: Use gen_shift*_per_ol for RVB, RVI
` [PATCH v3 14/14] target/riscv: Compute mstatus.sd on demand

[GIT PULL] clk fixes for v5.15-rc5
 2021-10-16 17:28 UTC  (2+ messages)

[PATCH 0/2] staging: r8188eu: remove CONFIG_BT_COEXIST
 2021-10-16 17:23 UTC  (3+ messages)
` [PATCH 1/2] staging: r8188eu: remove unused components in pwrctrl_priv
` [PATCH 2/2] staging: r8188eu: remove BT_COEXIST settings from Makefile

[linux-nvme:nvme-5.15] BUILD SUCCESS 857fca76fb4392c0d11c7819fcaaba029c2e1721
 2021-10-16 17:20 UTC 

[PATCH] clk: meson: gxbb: Add the spread spectrum bit for MPLL0 on GXBB
 2021-10-16 17:18 UTC  (6+ messages)

[dpdk-dev] [PATCH 0/1] net: fix aliasing issue in checksum computation
 2021-10-16 17:17 UTC  (7+ messages)
` [dpdk-dev] [PATCH 1/1] "

[PATCH v2] mm/damon/core: Optimize kdamod.%d thread creation code
 2021-10-16 16:59 UTC 

[PATCH] tools/Makefile: fix {C,LD}FLAGS with CROSS_BUILD_TOOLS
 2021-10-16 16:57 UTC 

[PATCH] mm/damon/core: Optimize kdamod.%d thread creation code
 2021-10-16 16:58 UTC  (2+ messages)

[PATCH v3 0/4] add TOC support
 2021-10-16 16:56 UTC  (4+ messages)
` [PATCH v3 4/4] parisc: add support for TOC (transfer of control)

[PATCH 1/2] drm/bridge: parade-ps8640: Enable runtime power management
 2021-10-16 16:57 UTC  (2+ messages)
` [PATCH 2/2] drm/bridge: parade-ps8640: Populate devices on aux-bus

[meta-oe][PATCH 1/3] protobuf-c: Do not use gold linker
 2021-10-16 16:52 UTC  (3+ messages)
` [meta-perl][PATCH 2/3] libcrypt-openssl-rsa-perl: Fix build with openssl3+
` [meta-oe][PATCH 3/3] nodejs: Upgrade to 14.18.1

[linux-nvme:nvme-5.16] BUILD SUCCESS 1e4d14b5752641d774124e239c1101ff7860a0a1
 2021-10-16 16:51 UTC 

[Buildroot] [PATCH v2 00/11] package/python3: bump to version 3.10
 2021-10-16 16:51 UTC  (3+ messages)
` [Buildroot] [PATCH v2 01/11] package/util-linux: bump to version 2.37.2

[Buildroot] [git commit] package/util-linux: bump to version 2.37.2
 2021-10-16 16:49 UTC 

[PATCH] opensbi-payloads: Add dependency on kernel if fdt is set
 2021-10-16 16:49 UTC 

[PATCH] mm/vmalloc: fix numa spreading for large hash tables
 2021-10-16 16:46 UTC  (9+ messages)
` [PATCH] mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory allocation

[PATCH v2 1/2] dt-bindings: phy: Introduce Qualcomm eDP/DP PHY binding
 2021-10-16 16:36 UTC  (4+ messages)
` [PATCH v2 2/2] phy: qcom: Introduce new eDP PHY driver

[PATCH 0/8] staging: r8188eu: another round of removals
 2021-10-16 16:33 UTC  (3+ messages)

[PATCH V4 0/3] irqchip: riscv: Add thead,c900-plic support
 2021-10-16 16:31 UTC  (5+ messages)
` [PATCH V4 2/3] dt-bindings: update riscv plic compatible string

[PATCH 0/3] MHI patches for v5.16
 2021-10-16 16:31 UTC  (11+ messages)
` [PATCH 2/3] bus: mhi: Add inbound buffers allocation flag
` [PATCH 3/3] bus: mhi: replace snprintf in show functions with sysfs_emit

BMI160 accelerometer on AyaNeo tablet
 2021-10-16 16:27 UTC 

Suspend/resume issues with Mediatek MT7961 wifi card
 2021-10-16 16:26 UTC 

[dpdk-dev] [Bug 811] BPF tests fail with clang
 2021-10-16 16:26 UTC  (2+ messages)

[GIT PULL] ARM: SoC fixes for 5.15, part 2
 2021-10-16 16:23 UTC  (3+ messages)

[GIT PULL] ARC fix for 5.15-rc6
 2021-10-16 16:23 UTC  (3+ messages)

[GIT PULL] csky fixes for v5.15-rc6
 2021-10-16 16:23 UTC  (2+ messages)

[GIT PULL] s390 updates for 5.15-rc6
 2021-10-16 16:23 UTC  (3+ messages)

[GIT PULL] ACPI fix for v5.15-rc5
 2021-10-16 16:23 UTC  (2+ messages)

[GIT PULL] PCI fixes for v5.15
 2021-10-16 16:23 UTC  (2+ messages)

[PATCH] sysctl: Avoid open coded arithmetic in memory allocator functions
 2021-10-16 16:18 UTC  (2+ messages)

[PATCH 0/2] riscv: switch to relative extable
 2021-10-16 16:05 UTC  (6+ messages)
` [PATCH 1/2] riscv: consolidate __ex_table construction
` [PATCH 2/2] riscv: switch to relative exception tables

[PATCH 1/2] drm/msm: Add hrtimer + kthread_work helper
 2021-10-16 16:08 UTC  (3+ messages)
  ` [PATCH 2/2] drm/msm/devfreq: Add 1ms delay before clamping freq

[PATCH] Input: cpcap-pwrbutton - do not set input parent explicitly
 2021-10-16 16:03 UTC  (2+ messages)

[PATCH 0/4] Getting rid of the reset controller in i2s-tdm
 2021-10-16 15:50 UTC  (11+ messages)
` [PATCH 1/4] ASoC: rockchip: i2s-tdm: Strip out direct CRU use
` [PATCH 2/4] ASoC: dt-bindings: rockchip: i2s-tdm: Drop rockchip, cru property
  ` [PATCH 2/4] ASoC: dt-bindings: rockchip: i2s-tdm: Drop rockchip,cru property

[PATCH 1/4] dt-bindings: vendor-prefixes: Document liteon vendor prefix
 2021-10-16 15:55 UTC  (3+ messages)

How to mmap any address space using huge pages?
 2021-10-16 15:50 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: rk3328: add gpu opp table
 2021-10-16 15:45 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: rock64: add gpu regulator

[PULL] 1st set of counter and IIO new features, drivers etc for 5.16
 2021-10-16 15:51 UTC 

[PATCH] char: xillybus: fix msg_ep UAF in xillyusb_probe()
 2021-10-16 15:43 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add pasemi i2c to ARM/APPLE MACHINE
 2021-10-16 15:41 UTC  (3+ messages)

[PATCH 0/3] serial: 8250: fix racy uartclk update
 2021-10-16 15:40 UTC  (5+ messages)
` [PATCH 2/3] serial: 8250: rename unlock labels

[PATCH v2] sound/usb : Fix mic sound on Jieli webcam
 2021-10-16 15:38 UTC 

[PATCH v13 00/35] NVIDIA Tegra power management patches for 5.16
 2021-10-16 15:36 UTC  (4+ messages)
` [PATCH v13 11/35] drm/tegra: dc: Support OPP and SoC core voltage scaling

[PATCH v2 0/5] A few more cleanups and fixes for mwifiex
 2021-10-16 15:33 UTC  (4+ messages)
` [PATCH v2 4/5] mwifiex: Send DELBA requests according to spec

[PATCH v5 0/3] usb: gadget: configfs: add some trace event
 2021-10-16 15:29 UTC  (4+ messages)
` [PATCH v5 3/3] "

[PATCH 0/8] Add support for MSM8996 Pro
 2021-10-16 15:27 UTC  (12+ messages)
` [PATCH 1/8] dt-bindings: clk: qcom: msm8996-apcc: Add CBF
` [PATCH 2/8] dt-bindings: clk: qcom: msm8996-apcc: Add MSM8996 Pro compatible
` [PATCH 7/8] arm64: dts: qcom: msm8996: Add MSM8996 Pro support

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS dc0234f4504c270d77b5097a65b163e8fa959e13
 2021-10-16 15:26 UTC 

[xen-unstable test] 165534: regressions - FAIL
 2021-10-16 15:21 UTC 

[PATCH v6] usb: gadget: add configfs trace events
 2021-10-16 15:21 UTC 

[Buildroot] how can i implement my kernel module and debug it
 2021-10-16 17:21 UTC  (2+ messages)

[Buildroot] Error performing Make with External Toolchain
 2021-10-16 15:18 UTC 

[PATCH 0/5] Rockchip PX30 RGA and VPU support
 2021-10-16 15:15 UTC  (5+ messages)

[PATCH v4 0/4] Introduce Platform Firmware Runtime Update and Telemetry drivers
 2021-10-16 15:16 UTC  (5+ messages)
` [PATCH v4 2/4] drivers/acpi: Introduce Platform Firmware Runtime Update device driver
` [PATCH v4 3/4] drivers/acpi: Introduce Platform Firmware Runtime Update Telemetry

Question on PD validation
 2021-10-16 15:05 UTC  (4+ messages)

[dpdk-dev] [PATCH 0/5] Support MLX5 crypto driver on Windows
 2021-10-16 15:05 UTC  (3+ messages)
` [dpdk-dev] [PATCH 5/5] crypto/mlx5: support "
  ` [dpdk-dev] [EXT] "

Question About Patch Set Tracking
 2021-10-16 15:03 UTC 

[freescale-fslc:pr/475 13126/14916] drivers/firmware/imx/s400-api.c:455:3: error: implicit declaration of function '__cpuc_flush_dcache_area'
 2021-10-16 14:59 UTC 

[Intel-wired-lan] [tnguy-next-queue:10GbE] BUILD SUCCESS bece72b74c2352f70a0ee501a3e7b05d92a82e41
 2021-10-16 14:58 UTC 

[PATCH] drm/panel: ilitek-ili9881c: Avoid unbalance prepare/unprepare
 2021-10-16 14:58 UTC 

[PATCH] arm64: dts: imx8mm: Add CSI nodes
 2021-10-16 14:56 UTC  (9+ messages)

HiFive Unmatched: U-Boot stuck when loading Ramdisk
 2021-10-16 14:47 UTC  (4+ messages)

[dpdk-dev] [PATCH] cryptodev: extend data-unit length field
 2021-10-16 14:47 UTC  (2+ messages)
` [dpdk-dev] [EXT] "

[patch 13/31] x86/fpu: Move KVMs FPU swapping to FPU core
 2021-10-16 14:45 UTC  (2+ messages)

xtable-addons document request
 2021-10-16 14:38 UTC  (2+ messages)

[mm] 1a02176bc9: BUG:kernel_NULL_pointer_dereference,address
 2021-10-16 14:38 UTC 

[groeck-staging:hwmon-next] BUILD SUCCESS 51369c0f05347c1f4762cb05e9775e81eec04262
 2021-10-16 14:37 UTC 

[PATCH v11 1/4] HID: wacom_sys: Add support for flipping the data values
 2021-10-16 14:34 UTC  (3+ messages)

[PATCH v10 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2021-10-16 14:36 UTC  (2+ messages)

[PATCHSET v2 0/9] Batched completions
 2021-10-16 14:33 UTC  (8+ messages)
` [PATCH 8/9] io_uring: utilize the io_batch infrastructure for more efficient polled IO


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.