All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-18 20:03:20 to 2022-05-18 21:01:35 UTC [more...]

[PATCH bpf-next v5 00/17] Introduce eBPF support for HID devices
 2022-05-18 20:59 UTC  (12+ messages)
` [PATCH bpf-next v5 01/17] bpf/btf: also allow kfunc in tracing and syscall programs
` [PATCH bpf-next v5 02/17] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v5 03/17] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v5 04/17] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
` [PATCH bpf-next v5 05/17] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v5 06/17] HID: export hid_report_type to uapi
` [PATCH bpf-next v5 07/17] HID: initial BPF implementation
` [PATCH bpf-next v5 08/17] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v5 09/17] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v5 11/17] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v5 16/17] selftests/bpf: Add a test for BPF_F_INSERT_HEAD

[PATCH 0/1] platform/x86: Drop the PMC_ATOM Kconfig option
 2022-05-18 21:00 UTC  (3+ messages)
` [PATCH 1/1] "

+ selftests-vm-add-process_mrelease-tests.patch added to mm-unstable branch
 2022-05-18 21:00 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-18 20:59 UTC 

[PATCH] io_uring: initialize io_buffer_list head when shared ring is unregistered
 2022-05-18 20:58 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/3] Clock fixes for Ingenic SoCs
 2022-05-18 20:58 UTC  (7+ messages)
` [PATCH v2 1/3] clk: ingenic: Allow specifying common clock flags
` [PATCH v2 2/3] clk: ingenic: Mark critical clocks in Ingenic SoCs
` [PATCH v2 3/3] mips: ingenic: Do not manually reference the CPU clock

[PATCH bpf v3 0/2] Fix kprobe_multi interface issues for 5.18
 2022-05-18 20:57 UTC  (9+ messages)
` [PATCH bpf v3 1/2] bpf_trace: check size for overflow in bpf_kprobe_multi_link_attach
` [PATCH bpf v3 2/2] bpf_trace: bail out from bpf_kprobe_multi_link_attach when in compat

[PATCH v3 0/3] eDP/DP Phy vdda realted function
 2022-05-18 20:57 UTC  (14+ messages)
` [PATCH v3 1/3] phy/qualcomm: add regulator_set_load to edp phy
` [PATCH v3 2/3] phy/qualcomm: add regulator_set_load to dp phy
` [PATCH v3 3/3] drm/msm/dp: delete vdda regulator related functions from eDP/DP controller

[igt-dev] [PATCH i-g-t v3 0/4] RPM Test on HEADLESS
 2022-05-18 20:57 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for RPM Test on HEADLESS (rev3)

[PATCH net-next] net: tls: fix messing up lists when bpf enabled
 2022-05-18 20:56 UTC 

[pull] amdgpu, amdkfd drm-next-5.19
 2022-05-18 20:56 UTC 

[igt-dev] [PATCH i-g-t] tests/i915/gem_close_race: Adopt to use softpin
 2022-05-18 20:54 UTC 

[PATCH] hwmon: (dimmtemp) Fix bitmap handling
 2022-05-18 20:54 UTC  (2+ messages)

[PATCH] fpga: altera-cvp: Truncated bitstream error support
 2022-05-18 20:54 UTC  (3+ messages)

[PATCH 0/1] devcoredump support for Panfrost GPU driver
 2022-05-18 20:54 UTC  (3+ messages)
` [PATCH 1/1] drm/panfrost: Add support for devcoredump

[PATCH] Input: ili210x - Fix reset timing
 2022-05-18 20:52 UTC  (3+ messages)

[PATCH v3 0/2] bitmap: Fix return values to be unsigned
 2022-05-18 20:52 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] nodemask: "

[PATCH] stash: added safety flag for stash clear subcommand
 2022-05-18 20:51 UTC  (2+ messages)

[PATCH net-next v4 0/2] Broadcom PTP PHY support
 2022-05-18 20:50 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-18 20:49 UTC 

[PATCH v2] Input: ili210x - Fix reset timing
 2022-05-18 20:49 UTC 

[PATCH] of/fdt: Ignore disabled memory nodes
 2022-05-18 20:46 UTC  (9+ messages)

[meta-security][PATCH 1/3] aide: Update 01.17.4
 2022-05-18 20:48 UTC  (3+ messages)
` [meta-security][PATCH 2/3] ossec-hids: update to 3.7.0
` [meta-security][PATCH 3/3] suricata: update to 5.0.5

[PATCH] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]
 2022-05-18 20:47 UTC  (4+ messages)

[PATCH v5 0/2] Fix missing TCU clock for X1000/X1830 SoCs
 2022-05-18 20:47 UTC  (3+ messages)
` [PATCH v5 2/2] clk: ingenic-tcu: Fix missing TCU clock for X1000 SoCs

[PATCH v3 bpf-next 0/5] net: netfilter: add kfunc helper to update ct timeout
 2022-05-18 20:47 UTC  (8+ messages)
` [PATCH v3 bpf-next 3/5] "
` [PATCH v3 bpf-next 4/5] net: netfilter: add kfunc helper to add a new ct entry
` [PATCH v3 bpf-next 5/5] selftests/bpf: add selftest for bpf_xdp_ct_add and bpf_ct_refresh_timeout kfunc

stable/linux-5.4.y baseline: 144 runs, 17 regressions (v5.4.195)
 2022-05-18 20:46 UTC 

stable-rc/linux-4.14.y baseline: 93 runs, 16 regressions (v4.14.280)
 2022-05-18 20:46 UTC 

[PATCH] riscv: Fix ALT_THEAD_PMA's asm parameters
 2022-05-18 20:45 UTC  (3+ messages)

[PATCH v3 1/3] driver core: Support asynchronous driver shutdown
 2022-05-18 20:45 UTC  (4+ messages)

[PATCH v3 1/1] selftests: vm: add process_mrelease tests
 2022-05-18 20:43 UTC 

[PATCH] Revert "mm/vmscan: never demote for memcg reclaim"
 2022-05-18 20:42 UTC  (3+ messages)

[RFC 0/2] i2c: core and si7020: Add adapter transfer callback
 2022-05-18 20:41 UTC  (3+ messages)
` [RFC 1/2] i2c: core: "
` [RFC 2/2] iio: humidity: si7020: Use core transfer callback to sleep after reset

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-seccomp: 6 runs, 1 regressions (v5.10.115-cip7-81-gd05f72e501084) #kernelci
 2022-05-18 20:41 UTC 

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-futex: 9 runs, 1 regressions (v5.10.115-cip7-81-gd05f72e501084) #kernelci
 2022-05-18 20:41 UTC 

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-filesystems: 10 runs, 1 regressions (v5.10.115-cip7-81-gd05f72e501084) #kernelci
 2022-05-18 20:41 UTC 

stable-rc/linux-5.10.y baseline: 147 runs, 10 regressions (v5.10.117)
 2022-05-18 20:40 UTC 

[PATCH] bpf: avoid grabbing spin_locks of all cpus when no free elems
 2022-05-18 20:39 UTC  (4+ messages)
  ` [External] "

RTT-PROBE: lore-subspace-rtt
 2022-05-18 20:39 UTC 

[PATCH v6 0/3] Additional processing in NL80211_CMD_SET_BEACON
 2022-05-18 20:39 UTC  (4+ messages)
` [PATCH v6 1/3] cfg80211: modify prototype for change_beacon
` [PATCH v6 2/3] nl80211: additional processing in NL80211_CMD_SET_BEACON
` [PATCH v6 3/3] mac80211: additional processing in ieee80211_change_beacon

[Buildroot] [PATCH 01/19] package/x11r7/xserver_xorg-server: bump version to 21.1.3
 2022-05-18 20:37 UTC  (3+ messages)
` [Buildroot] [PATCH 02/19] package/x11r7/xdriver_xf86-video-amdgpu: fix glamor support

[PATCH] xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIO
 2022-05-18 20:38 UTC  (2+ messages)

Covid19 Funds
 2022-05-18 20:37 UTC 

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-05-18 20:35 UTC  (4+ messages)
` [PATCH Part2 v5 27/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command

[PATCH] blk-mq: use force attribute for blk_status_t casts
 2022-05-18 20:35 UTC  (3+ messages)
` [PATCH v2] blk-mq: fix incorrect "

[PATCH v4 0/3] LoadPin: Enable loading from trusted dm-verity devices
 2022-05-18 20:35 UTC  (11+ messages)
` [PATCH v4 1/3] dm: Add verity helpers for LoadPin
  ` [dm-devel] "

[PATCH] clk: ux500: fix a possible off-by-one in u8500_prcc_reset_base()
 2022-05-18 20:34 UTC  (3+ messages)

ERROR: cp: cannot stat 'Module.symvers': No such file or directory
 2022-05-18 20:34 UTC  (3+ messages)
` [yocto] "

[PATCH] powerpc: check previous kernel's ima-kexec-buffer against memory bounds
 2022-05-18 20:30 UTC  (4+ messages)

[PATCH net-next v2] net: ifdefy the wireless pointers in struct net_device
 2022-05-18 20:31 UTC  (2+ messages)

stable-rc/linux-5.4.y baseline: 143 runs, 18 regressions (v5.4.195)
 2022-05-18 20:31 UTC 

[PATCH 1/5] arm-bsp/optee-os: set PV correctly for the corstone1000 build
 2022-05-18 20:30 UTC  (2+ messages)

[PATCH 1/3] CI: remove preferred version from external-gccarm
 2022-05-18 20:30 UTC  (2+ messages)

[igt-dev] [PATCH] tests/amdgpu/amd_basic: refactoring the basic tests
 2022-05-18 20:30 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 0/3] arm/trusted-firmware-a: upgrade mbedtls to 2.28
 2022-05-18 20:30 UTC  (2+ messages)

[PATCH 1/4] arm/scp: remove support for version 2.9
 2022-05-18 20:30 UTC  (2+ messages)

[PATCH][kirkstone] CI: use external-arm-toolchain 10.3
 2022-05-18 20:29 UTC  (2+ messages)

[PATCH 1/3] arm-toolchain/external-arm-toolchain: set the version in the recipe
 2022-05-18 20:29 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-18 20:29 UTC 

[PATCH v4 0/2] ceph: wait async unlink to finish
 2022-05-18 20:28 UTC  (3+ messages)
` [PATCH v4 2/2] ceph: wait the first reply of inflight async unlink

[PATCH v5 0/3] FUSE: Implement atomic lookup + open/create
 2022-05-18 20:28 UTC  (5+ messages)
` [PATCH v5 1/3] FUSE: Avoid lookups in fuse create

[PATCH 04/18] PCI: Add PCI_EXP_SLTCAP_*_SHIFT macros
 2022-05-18 20:27 UTC  (7+ messages)

stable-rc/queue/5.10 build: 124 builds: 2 failed, 122 passed, 4 errors, 5 warnings (v5.10.117-1-gea06152cdfca)
 2022-05-18 20:27 UTC 

[RFC PATCH] printk: console: Allow each console to have its own loglevel
 2022-05-18 20:27 UTC  (5+ messages)

[PATCH] HID: input: Reduce object size by minimizing repeated calls
 2022-05-18 20:26 UTC  (2+ messages)

[PATCH] builtin/receive-pack.c: remove redundant 'if'
 2022-05-18 20:26 UTC 

[PATCH] security: keys: add __randomize_layout to keyring_search_context
 2022-05-18 20:25 UTC  (2+ messages)

[Buildroot] [PATCH 1/5] arch/Config.in.sh: fixup MMU selection
 2022-05-18 20:24 UTC  (3+ messages)
` [Buildroot] [PATCH 3/5] arch/Config.in.arm: re-organize "

[PATCH 00/11] soc: bcm2835-power: Prepare BCM2711 V3D support
 2022-05-18 20:22 UTC  (3+ messages)

[PATCH v8 0/8] x86: Show in sysfs if a memory node is able to do encryption
 2022-05-18 20:23 UTC  (11+ messages)

[PATCH 1/2] i2c: designware: introduce a custom scl recovery for SoCFPGA platforms
 2022-05-18 20:22 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: i2c: dw: Add Intel's SoCFPGA I2C controller

[PATCH] generic/556: Adequate expected output to touch behavior change
 2022-05-18 20:22 UTC 

[tip:x86/core] BUILD SUCCESS a7fed5c0431dbfa707037848830f980e0f93cfb3
 2022-05-18 20:21 UTC 

[PATCHv2 0/3] direct io alignment relax
 2022-05-18 20:22 UTC  (5+ messages)
` [PATCHv2 1/3] block/bio: remove duplicate append pages code
` [PATCHv2 2/3] block: export dma_alignment attribute

[PATCH v2] netfs: Use container_of() for offset casting
 2022-05-18 20:22 UTC 

[PATCH] tpm: sleep at least <...> ms in tpm_msleep()
 2022-05-18 20:21 UTC  (7+ messages)

[Buildroot] [PATCH v2 1/1] package/pkg-utils: prevent kconfig_enable_opt from changing =m to =y
 2022-05-18 20:21 UTC  (3+ messages)

[PATCH can-next] can: can-dev: remove obsolete CAN LED support
 2022-05-18 20:21 UTC  (2+ messages)

[PATCH] netfs: Use container_of() for offset casting
 2022-05-18 20:21 UTC  (3+ messages)

[pull] amdgpu drm-fixes-5.18
 2022-05-18 20:20 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-18 20:19 UTC 

[PATCH] arch: arm: mach-k3: am642_init: bring back MCU_PADCFG_MMR1 unlock
 2022-05-18 20:19 UTC  (2+ messages)

[PATCH v2 0/2] eDP/DP Phy vdda realted function
 2022-05-18 20:19 UTC  (6+ messages)

[PATCH RFC] ARM: dts: bcm2711: Fix DMA constrains for newer BCM2711 boards
 2022-05-18 20:18 UTC  (4+ messages)

drivers/net/can/spi/mcp251xfd/mcp251xfd.h:481:34: warning: field hw_tx_obj within 'struct mcp251xfd_tx_obj_load_buf::(unnamed at drivers/net/can/spi/mcp251xfd/mcp251xfd.h:479:2)' is less aligned than 'struct mcp251xfd_hw_tx_obj_raw' and is usually due to 
 2022-05-18 20:15 UTC  (7+ messages)
` [PATCH] can: mcp251xfd: silence clang's -Wunaligned-access warning

[REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
 2022-05-18 20:15 UTC  (5+ messages)

[PATCH v2 1/2] perf: coresight_pmu: Add support for ARM CoreSight PMU driver
 2022-05-18 20:10 UTC  (4+ messages)

[PATCH v2 0/5] arm64: add ethernet to orange pi 3
 2022-05-18 20:09 UTC  (12+ messages)
` [PATCH v2 1/5] regulator: Add of_get_regulator_from_list
` [PATCH v2 2/5] regulator: Add regulator_bulk_get_all
` [PATCH v2 3/5] phy: handle optional regulator for PHY
` [PATCH v2 4/5] dt-bindings: net: Add documentation for optional regulators
` [PATCH v2 5/5] arm64: dts: allwinner: orange-pi-3: Enable ethernet

[PATCH v5 00/12] mm: userspace hugepage collapse
 2022-05-18 20:11 UTC  (4+ messages)
` [PATCH v5 02/13] mm/khugepaged: add struct collapse_control

[PATCH v3 08/11] smp: replace smp_call_function_many_cond() with __smp_call_mask_cond()
 2022-05-18 20:09 UTC  (2+ messages)

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc baseline-nfs: 29 runs, 1 regressions (v5.10.115-cip7-81-gd05f72e501084) #kernelci
 2022-05-18 20:11 UTC 

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc baseline: 119 runs, 17 regressions (v5.10.115-cip7-81-gd05f72e501084) #kernelci
 2022-05-18 20:11 UTC 

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc baseline-cip-nfs: 13 runs, 1 regressions (v5.10.115-cip7-81-gd05f72e501084) #kernelci
 2022-05-18 20:11 UTC 

[PATCH 0/5] arm64: bcmbca: add bcm63158 soc support
 2022-05-18 20:08 UTC  (16+ messages)
` [PATCH 1/5] dt-bindings: arm64: add BCM63158 soc to binding document
` [PATCH 2/5] arm64: bcmbca: add arch bcmbca machine entry
` [PATCH 3/5] arm64: dts: add dts files for bcmbca soc 63158
` [PATCH 4/5] MAINTAINERS: add bcm63158 to bcmbca arch entry
` [PATCH 5/5] arm64: defconfig: enable bcmbca soc support

RTT-PROBE: lore-subspace-rtt
 2022-05-18 20:08 UTC 

[PATCH v5 0/2] Input: cros-ec-keyb: Better matrixless support
 2022-05-18 20:07 UTC  (3+ messages)

[PATCH v2] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-18 20:06 UTC  (2+ messages)

stable-rc/queue/5.15 build: 180 builds: 4 failed, 176 passed, 14 errors, 5 warnings (v5.15.41-1-ge0c4f9f56342a)
 2022-05-18 20:06 UTC 

[PATCH 0/6] hook API: connect hooks to the TTY again, fixes a v2.36.0 regression
 2022-05-18 20:05 UTC  (10+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] run-command tests: change if/if/... to if/else if/else
  ` [PATCH v2 2/8] run-command API: use "opts" struct for run_processes_parallel{,_tr2}()
  ` [PATCH v2 3/8] run-command tests: test stdout of run_command_parallel()
  ` [PATCH v2 4/8] run-command.c: add an initializer for "struct parallel_processes"
  ` [PATCH v2 5/8] run-command: add an "ungroup" option to run_process_parallel()
  ` [PATCH v2 6/8] hook tests: fix redirection logic error in 96e7225b310
  ` [PATCH v2 7/8] hook API: don't redundantly re-set "no_stdin" and "stdout_to_stderr"
  ` [PATCH v2 8/8] hook API: fix v2.36.0 regression: hooks should be connected to a TTY

[PATCH v3] tracing: add 'accounted' entry into output of allocation tracepoints
 2022-05-18 20:04 UTC  (3+ messages)

[PULL 0/7] Artist cursor fix final patches
 2022-05-18 20:03 UTC  (2+ messages)

[PATCH 0/3] Broadband SoC BCM63178
 2022-05-18 20:02 UTC  (7+ messages)
` [PATCH 1/3] ARM: dts: add dts files for bcmbca soc 63178
` [PATCH 2/3] dt-bindings: arm: add BCM63178 soc to binding document
` [PATCH 3/3] MAINTAINERS: add bcm63178 to bcmbca arch entry


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.