All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-30 03:39:08 to 2021-07-30 05:57:46 UTC [more...]

[PATCH v2 0/3] nvmem: qfprom: Add binding updates and power-domain handling
 2021-07-30  5:57 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: nvmem: qfprom: Add optional power-domains property
` [PATCH v2 2/3] nvmem: qfprom: sc7280: Handle the additional power-domains vote

[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
 2021-07-30  5:57 UTC 

[PATCH rcu 0/18] Miscellaneous fixes for v5.15
 2021-07-30  5:56 UTC  (5+ messages)
` [PATCH rcu 04/18] rcu: Weaken ->dynticks accesses and updates

[PATCH v2 00/10] coresight: TRBE and Self-Hosted trace fixes
 2021-07-30  5:54 UTC  (22+ messages)
` [PATCH v2 02/10] coresight: etm4x: Use Trace Filtering controls dynamically
` [PATCH v2 03/10] coresight: etm-pmu: Ensure the AUX handle is valid
` [PATCH v2 04/10] coresight: trbe: Ensure the format flag is set on truncation
` [PATCH v2 05/10] coresight: trbe: Drop duplicate TRUNCATE flags
` [PATCH v2 06/10] coresight: trbe: Fix handling of spurious interrupts
` [PATCH v2 08/10] coresight: trbe: Unify the enabling sequence
` [PATCH v2 09/10] coresight: trbe: End the AUX handle on truncation

[l1k:pciehp_reset_v1 4/4] eeh_driver.c:(.text.eeh_report_failure+0xac): undefined reference to `pci_uevent_ers'
 2021-07-30  5:54 UTC  (2+ messages)

[PATCH/RFC 00/11] expose btrfs subvols in mount table correctly
 2021-07-30  5:54 UTC  (24+ messages)
` [PATCH 04/11] VFS: export lookup_mnt()
` [PATCH 01/11] VFS: show correct dev num in mountinfo
` [PATCH 09/11] nfsd: Allow filehandle lookup to cross internal mount points

[PATCH v2 bpf-next 00/14] BPF perf link and user-provided context value
 2021-07-30  5:53 UTC  (18+ messages)
` [PATCH v2 bpf-next 01/14] bpf: refactor BPF_PROG_RUN into a function
` [PATCH v2 bpf-next 04/14] bpf: implement minimal BPF perf link
` [PATCH v2 bpf-next 05/14] bpf: allow to specify user-provided context value for BPF perf links
` [PATCH v2 bpf-next 06/14] bpf: add bpf_get_user_ctx() BPF helper to access user_ctx value

[igt-dev] [i-g-t] tests/kms_plane_alpha_blend: Align width to 256B
 2021-07-30  5:50 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: panel: Add Samsung S6E3FA2 panel
 2021-07-30  5:48 UTC  (4+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-07-29
 2021-07-30  5:48 UTC 

[LTP] [PATCH] syscalls/readv02: Convert to new API and merge readv03 into readv02
 2021-07-30  5:48 UTC 

[linux-stable-rc:linux-4.4.y 573/615] drivers/ata/sata_dwc_460ex.c:1158:14: warning: initialization of 'enum ata_completion_errors (*)(struct ata_queued_cmd *)' from incompatible pointer type 'void (*)(struct ata_queued_cmd *)'
 2021-07-30  5:43 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/php: bump version to 8.0.9
 2021-07-30  5:42 UTC 

RE:GENTLE REMINDER: [“PATCH” 0/3] Add support for eMMC PHY on Intel Thunder Bay
 2021-07-30  5:40 UTC 

[RFC PATCH 0/8] Add configurable block device LED triggers
 2021-07-30  5:22 UTC  (6+ messages)
` [RFC PATCH 1/8] docs: Add block device LED trigger documentation

[Bug 213923] New: Bluetooth: AC9560 doesn't respond any more after suspend multiple times
 2021-07-30  5:37 UTC 

[dpdk-dev] [PATCH 0/2] fixes to bnxt PMD
 2021-07-30  5:36 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/2] net/bnxt: fix resource qcap list handling
` [dpdk-dev] [PATCH 2/2] net/bnxt: fix stats counter resource

[PATCH v3 bpf-next 00/14] BPF perf link and user-provided bpf_cookie
 2021-07-30  5:34 UTC  (15+ messages)
` [PATCH v3 bpf-next 01/14] bpf: refactor BPF_PROG_RUN into a function
` [PATCH v3 bpf-next 02/14] bpf: refactor BPF_PROG_RUN_ARRAY family of macros into functions
` [PATCH v3 bpf-next 03/14] bpf: refactor perf_event_set_bpf_prog() to use struct bpf_prog input
` [PATCH v3 bpf-next 04/14] bpf: implement minimal BPF perf link
` [PATCH v3 bpf-next 05/14] bpf: allow to specify user-provided bpf_cookie for BPF perf links
` [PATCH v3 bpf-next 06/14] bpf: add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
` [PATCH v3 bpf-next 07/14] libbpf: re-build libbpf.so when libbpf.map changes
` [PATCH v3 bpf-next 08/14] libbpf: remove unused bpf_link's destroy operation, but add dealloc
` [PATCH v3 bpf-next 09/14] libbpf: use BPF perf link when supported by kernel
` [PATCH v3 bpf-next 10/14] libbpf: add bpf_cookie support to bpf_link_create() API
` [PATCH v3 bpf-next 11/14] libbpf: add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs
` [PATCH v3 bpf-next 12/14] selftests/bpf: test low-level perf BPF link API
` [PATCH v3 bpf-next 13/14] selftests/bpf: extract uprobe-related helpers into trace_helpers.{c,h}
` [PATCH v3 bpf-next 14/14] selftests/bpf: add bpf_cookie selftests for high-level APIs

[dpdk-dev] [PATCH 0/2] vhost: v21.11 deprecation notices
 2021-07-30  5:33 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/2] vhost: announce vDPA driver API marking as internal
` [dpdk-dev] [PATCH 2/2] vhost: notice Vhost ops struct renaming

[RFC v1 0/2] crypto: tcrypt: small changes to run under KUnit
 2021-07-30  5:33 UTC  (6+ messages)
` [RFC v1 1/2] crypto: tcrypt: minimal conversion "

EFI from usb HDD
 2021-07-30  5:33 UTC  (10+ messages)

[PATCH 3/3] mm: mmap_lock: add ip to mmap_lock tracepoints
 2021-07-30  5:32 UTC  (3+ messages)
  `  "

next/pending-fixes build: 198 builds: 3 failed, 195 passed, 2 errors, 11 warnings (v5.14-rc3-353-gf8730f66145e)
 2021-07-30  5:31 UTC 

[PATCH] RFC: ARM: dts: Proposed Goramo MultiLink device tree
 2021-07-30  5:26 UTC  (4+ messages)

[dpdk-dev] [PATCH] drivers: remove meson 0.46.0 warning
 2021-07-30  5:24 UTC 

[PATCH] apparmor: use per file locks for transactional queries
 2021-07-30  5:23 UTC 

[PATCH 0/5] tty: serial: uartlite: Disable changing fixed parameters
 2021-07-30  5:25 UTC  (7+ messages)
` [PATCH 5/5] tty: serial: uartlite: Prevent "

[PATCH v1 0/5] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-07-30  5:24 UTC  (5+ messages)
` [PATCH v1 5/5] "

[PATCH bpf-next v2] libbpf: add libbpf_load_vmlinux_btf/libbpf_load_module_btf APIs
 2021-07-30  5:22 UTC  (3+ messages)

[PATCH v8 0/5] use bin_attribute to break the size limitation of cpumap ABI
 2021-07-30  5:22 UTC  (3+ messages)

[PATCH] ARM: move the (z/u)install rules to arch/arm/Makefile
 2021-07-30  5:18 UTC  (3+ messages)

[PATCH] mmc: Add support for enumerating MMC card in a given mode using mmc command
 2021-07-30  5:21 UTC  (6+ messages)

[powerpc][next-20210727] Boot failure - kernel BUG at arch/powerpc/kernel/interrupt.c:98!
 2021-07-30  5:17 UTC  (6+ messages)

[PATCH] drm: clean up unused kerneldoc in drm_lease.c
 2021-07-30  5:17 UTC  (2+ messages)

[PATCH] drm: msm: Add 680 gpu to the adreno gpu list
 2021-07-30  5:17 UTC  (6+ messages)
    ` [Freedreno] "

[PATCH] cgroup: Fix typo in comments and documents
 2021-07-30  5:16 UTC  (2+ messages)

patch "serial: 8250_mtk: fix uart corruption issue when rx power off" added to tty-linus
 2021-07-30  5:15 UTC 

[BUG] FLOPPY DRIVER since 5.10.20
 2021-07-30  5:15 UTC  (7+ messages)

[PATCH v3 1/8] overlayfs-qa: common functions for overlayfs
 2021-07-30  5:14 UTC  (4+ messages)
` [PATCH v3 2/8] overlayfs.bbclass: generate overlayfs mount units
  ` [OE-core] "

[GIT PULL] fallthrough fixes for Clang for 5.14-rc4
 2021-07-30  5:13 UTC  (2+ messages)

[PULL] alpha.git
 2021-07-30  5:13 UTC  (2+ messages)

[git pull] drm fixes for 5.14-rc4
 2021-07-30  5:13 UTC  (3+ messages)

[v5,0/3] watchdog: mt8195: add wdt support
 2021-07-30  5:09 UTC  (5+ messages)
` [v5,2/3] dt-bindings: reset: mt8195: add toprgu reset-controller head file
  ` [v5, 2/3] "

usb-storage & xhci_hcd & swiotlb buffer problem filling systemd with error during operation with SSD on USB3
 2021-07-30  5:10 UTC  (2+ messages)

[PATCH 1/3] drm/amd/pm: Don't output SMU version for smu13 every time
 2021-07-30  5:08 UTC  (6+ messages)
` [PATCH 2/3] drm/amdgpu: Convert SMU version to decimal in debugfs
` [PATCH 3/3] drm/amd/pm: Downgrade SMU mismatch information messages

[PATCH v3 0/2] Allow deferred execution of iomem_get_mapping()
 2021-07-30  5:06 UTC  (2+ messages)

[PATCH v2 0/7] Add support to the mmsys driver to be a reset controller
 2021-07-30  5:04 UTC  (5+ messages)
` [PATCH v2 1/7] arm64: dts: mediatek: Move reset controller constants into common location

[PATCH] rteval: Add __contains__ in rtevalConfig
 2021-07-30  5:03 UTC  (2+ messages)

[PATCH v3 0/5] Add pidfd support to the fanotify API
 2021-07-30  5:03 UTC  (7+ messages)
` [PATCH v3 5/5] fanotify: add "

[PATCH 0/4] pinctrl: pinctrl-zynq: yaml conversion and minor driver updates
 2021-07-30  4:59 UTC  (5+ messages)
` [PATCH 4/4] arm: dts: zynq: Replace 'io-standard' with 'power-source' property

[PATCH v4 0/3] watchdog: meson_gxbb_wdt: improve
 2021-07-30  4:58 UTC  (21+ messages)
` [PATCH v4 1/3] watchdog: meson_gxbb_wdt: add nowayout parameter
` [PATCH v4 2/3] watchdog: meson_gxbb_wdt: add timeout parameter
` [PATCH v4 3/3] watchdog: meson_gxbb_wdt: remove stop_on_reboot

[PATCH v2 1/3] samsung: exynos: Convert SROMC interface to a driver
 2021-07-30  4:58 UTC  (6+ messages)
` [PATCH v2 2/3] test: Fix size_t formats in strlcat test
` [PATCH v2 3/3] snow: Enable unit tests

[PATCH 5.10 00/24] 5.10.55-rc1 review
 2021-07-30  4:58 UTC  (3+ messages)

[PATCH v3] KEYS: trusted: Fix trusted key backends when building as module
 2021-07-30  4:54 UTC  (2+ messages)

[PATCH nft 1/3] expression: missing != in flagcmp expression print function
 2021-07-30  4:53 UTC  (10+ messages)
` [PATCH nft 2/3] netlink_linearize: incorrect netlink bytecode with binary operation and flags

[PATCH 1/3] dma-buf: nuke seqno-fence
 2021-07-30  4:52 UTC  (5+ messages)
` [PATCH 3/3] dma-buf: nuke SW_SYNC debugfs files

[PATCH] kobject: kobject_add_internal cleanup
 2021-07-30  4:48 UTC  (4+ messages)
    `  "

[PATCH 5.13 00/22] 5.13.7-rc1 review
 2021-07-30  4:47 UTC  (2+ messages)

Why usable space can be so different?
 2021-07-30  4:47 UTC  (2+ messages)

[PATCH v22 00/16] Delayed Attributes
 2021-07-30  4:46 UTC  (3+ messages)
` [PATCH v22 08/16] xfs: Set up infrastructure for deferred attribute operations

[PATCH kernel] powerpc/powernv: Check if powernv_rng is initialized
 2021-07-30  4:43 UTC  (3+ messages)

stable-rc/queue/4.4 baseline: 83 runs, 8 regressions (v4.4.277-10-g7d39dda8af40)
 2021-07-30  4:41 UTC 

[PATCH 5.13 000/223] 5.13.6-rc1 review
 2021-07-30  4:38 UTC  (4+ messages)
` [PATCH 5.13 191/223] selftest: use mmap instead of posix_memalign to allocate memory

[rteval PATCH] rteval: stressng.py: Fix argument passing to Popen
 2021-07-30  4:35 UTC  (4+ messages)

[RFC PATCH kernel] KVM: Stop leaking memory in debugfs
 2021-07-30  4:32 UTC 

[powerpc:merge] BUILD SUCCESS 3c639d9f60fff1b0d8b73d888ba27295318ae05f
 2021-07-30  4:28 UTC 

[PATCHSET v8 00/20] xfs: deferred inode inactivation
 2021-07-30  4:24 UTC  (3+ messages)
` [PATCH 03/20] xfs: defer inode inactivation to a workqueue

[Accel-config] [PATCH 2/2] accel-config: Ignore traffic_class in load-config if dev ver < 0x200
 2021-07-30  4:23 UTC 

[Accel-config] [PATCH 1/2] accel-config: Do not allow configuring traffic_class for dev ver < 0x200
 2021-07-30  4:23 UTC 

[Accel-config] [PATCH 0/2] Do not set traffic_class if dev ver < 200
 2021-07-30  4:23 UTC 

[v3 0/5] Mediatek MT8195 power domain support
 2021-07-30  4:20 UTC  (7+ messages)
` [v3 3/5] soc: mediatek: pm-domains: Add support for mt8195

[arnd-playground:asm-generic-uaccess-6 10/10] arch/xtensa/kernel/xtensa_ksyms.c:47:15: error: '__strncpy_user' undeclared here (not in a function); did you mean '__strnlen_user'?
 2021-07-30  4:17 UTC  (2+ messages)

[PATCH 0/2] locking/lockdep, drm: apply new lockdep assert in drm_auth.c
 2021-07-30  4:15 UTC  (9+ messages)
` [PATCH 1/2] locking/lockdep: Provide lockdep_assert{,_once}() helpers
  ` [PATCH 1/2] locking/lockdep: Provide lockdep_assert{, _once}() helpers
` [PATCH 2/2] drm: add lockdep assert to drm_is_current_master_locked

[PATCH] tpm: ibmvtpm: Avoid error message when process gets signal while waiting
 2021-07-30  4:15 UTC  (2+ messages)

[driver-core:driver-core-linus] BUILD SUCCESS 75d95e2e39b27f733f21e6668af1c9893a97de5e
 2021-07-30  4:11 UTC 

[PATCH 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-30  4:10 UTC  (5+ messages)
` [PATCH 10/13] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM

[igt-dev] [PATCH i-g-t 00/50] Add allocator support in IGT
 2021-07-30  4:07 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t 44/50] tests/kms_cursor_legacy: Adopt to use allocator

checkpatch does not like quoting patch subject with doublequotes
 2021-07-30  3:59 UTC  (2+ messages)

arch/m68k/coldfire/m5249.c:28:19: sparse: sparse: symbol 'm5249_clk_lookup' was not declared. Should it be static?
 2021-07-30  4:00 UTC  (2+ messages)

[PATCH] fstests: generic/204: fail if the mkfs fails
 2021-07-30  3:52 UTC  (2+ messages)

[PATCH v2 makedumpfile 0/3] Add option to limit file size
 2021-07-30  3:51 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2021-07-30  3:50 UTC 

[PATCH] selftests/net: remove min gso test in packet_snd
 2021-07-30  3:41 UTC 

[PATCH v1] virtio-mmio: Specify wait needed in driver during reset
 2021-07-30  3:49 UTC  (10+ messages)
` [virtio-dev] "

[lustre-devel] Lustre Arm64 Development and Release
 2021-07-30  3:48 UTC  (5+ messages)

[PATCH v2 00/14] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-07-30  3:47 UTC  (8+ messages)
` [PATCH v2 09/14] soc: mediatek: mmsys: Add reset controller support for MT8195 vdosys1

[xlnx:xlnx_rebase_v5.4 969/1765] drivers/net/ethernet/xilinx/xilinx_axienet.h:951:2: error: implicit declaration of function 'writeq'; did you mean 'writel'?
 2021-07-30  3:44 UTC  (2+ messages)

[linux-next:master 2746/4407] drivers/iio/proximity/vcnl3020.c:62:8: warning: Excessive padding in 'struct vcnl3020_data' (93 padding bytes, where 29 is optimal)
 2021-07-30  3:37 UTC  (2+ messages)


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.