All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-10 18:49:21 to 2021-12-10 19:25:58 UTC [more...]

[Printing-architecture] OpenPrinting News
 2021-12-10 19:25 UTC 

[PATCH] perf cs-etm: Remove duplicate and incorrect aux size checks
 2021-12-10 19:03 UTC  (7+ messages)

[PATCH] KVM: x86/svm: Add module param to control PMU virtualization
 2021-12-10 19:25 UTC  (3+ messages)

[PATCH v4 00/25] Introduce power-off+restart call chain API
 2021-12-10 19:14 UTC  (34+ messages)
` [PATCH v4 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v4 06/25] reboot: Warn if unregister_restart_handler() fails
` [PATCH v4 07/25] reboot: Remove extern annotation from function prototypes

[PATCH v2 0/2] perf vendor events: Arm Neoverse N2
 2021-12-10 19:01 UTC  (5+ messages)
` [PATCH v2 2/2] perf vendor events: Rename arm64 arch std event files

[RFC PATCH 00/10] range-diff: fix segfault due to integer overflow
 2021-12-10 19:24 UTC  (7+ messages)
` [RFC PATCH 02/10] range-diff.c: don't use st_mult() for signed "int"

stable-rc/queue/4.4 baseline: 104 runs, 2 regressions (v4.4.294-8-g82596861969b)
 2021-12-10 19:24 UTC 

stable-rc/queue/4.19 build: 190 builds: 6 failed, 184 passed, 2 errors, 28 warnings (v4.19.220-22-g3f51770c38de)
 2021-12-10 19:24 UTC 

[PATCH v7 0/5] Expand Semtech SAR Sensors support
 2021-12-10 19:23 UTC  (6+ messages)
` [PATCH v7 1/5] iio: sx9310: Add frequency in read_avail
` [PATCH v7 2/5] iio: sx9310: Extract common Semtech sensor logic
` [PATCH v7 3/5] iio: proximity: Add SX9324 support
` [PATCH v7 4/5] dt-bindings: iio: Add sx9324 binding
` [PATCH v7 5/5] iio: sx9324: Add dt_binding support

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-10 19:23 UTC  (10+ messages)
` [PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v8 20/40] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v8 24/40] x86/compressed/acpi: move EFI system table lookup to helper
` [PATCH v8 27/40] x86/boot: Add Confidential Computing type to setup_data

[PATCH V6 1/2] dt-bindings: soc: imx: Add binding doc for spba bus
 2021-12-10 18:53 UTC  (3+ messages)

[PATCH] mtd_blkdevs: don't scan partitions for plain mtdblock
 2021-12-10 18:52 UTC  (3+ messages)

[PATCH net-next v8 0/6] MediaTek Ethernet Patches on MT8195
 2021-12-10 18:52 UTC  (9+ messages)
` [PATCH net-next v8 4/6] net: dt-bindings: dwmac: Convert mediatek-dwmac to DT schema
` [PATCH net-next v8 6/6] net: dt-bindings: dwmac: add support for mt8195

[PATCH v2 0/4] drm: exynos: dsi: Convert drm bridge
 2021-12-10 19:19 UTC  (5+ messages)
` [PATCH v2 1/4] drm: exynos: dsi: Check panel for panel helpers
` [PATCH v2 2/4] drm: exynos: dsi: Use drm panel_bridge API
` [PATCH v2 3/4] drm: exynos: dsi: Convert to bridge driver
` [PATCH v2 4/4] drm: exynos: dsi: Switch to atomic funcs

[PATCH v2 00/11] iommu: refactor flush queues into iommu-dma
 2021-12-10 19:19 UTC  (6+ messages)
` [PATCH v2 01/11] iommu/iova: Fix race between FQ timeout and teardown

[PATCH] mm: delete unsafe BUG from page_cache_add_speculative()
 2021-12-10 19:18 UTC  (3+ messages)

[PATCH v7 00/37] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-12-10 18:41 UTC  (30+ messages)
` [PATCH v7 09/37] arm64/sme: Provide ABI documentation for SME
` [PATCH v7 10/37] arm64/sme: System register and exception syndrome definitions
` [PATCH v7 11/37] arm64/sme: Define macros for manually encoding SME instructions
` [PATCH v7 12/37] arm64/sme: Early CPU setup for SME
` [PATCH v7 13/37] arm64/sme: Basic enumeration support
` [PATCH v7 14/37] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v7 15/37] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v7 16/37] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v7 17/37] arm64/sme: Implement support for TPIDR2
` [PATCH v7 18/37] arm64/sme: Implement SVCR context switching
` [PATCH v7 19/37] arm64/sme: Implement streaming SVE "
` [PATCH v7 20/37] arm64/sme: Implement ZA "
` [PATCH v7 21/37] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v7 22/37] arm64/sme: Implement streaming SVE signal handling
` [PATCH v7 23/37] arm64/sme: Implement ZA "
` [PATCH v7 24/37] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v7 25/37] arm64/sme: Add ptrace support for ZA
` [PATCH v7 26/37] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v7 27/37] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v7 28/37] arm64/sme: Provide Kconfig for SME
` [PATCH v7 29/37] kselftest/arm64: sme: Add streaming SME support to vlset
` [PATCH v7 30/37] kselftest/arm64: Add tests for TPIDR2
` [PATCH v7 31/37] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v7 32/37] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v7 33/37] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v7 34/37] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v7 35/37] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v7 36/37] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v7 37/37] kselftest/arm64: Add SME support to syscall ABI test

[PATCH v20 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-12-10 19:14 UTC  (24+ messages)
` [PATCH v20 bpf-next 01/23] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v20 bpf-next 02/23] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v20 bpf-next 03/23] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v20 bpf-next 04/23] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v20 bpf-next 05/23] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v20 bpf-next 06/23] net: marvell: rely on "
` [PATCH v20 bpf-next 07/23] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v20 bpf-next 08/23] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v20 bpf-next 09/23] bpf: introduce BPF_F_XDP_MB flag in prog_flags loading the ebpf program
` [PATCH v20 bpf-next 10/23] net: mvneta: enable jumbo frames if the loaded XDP program support mb
` [PATCH v20 bpf-next 11/23] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v20 bpf-next 12/23] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v20 bpf-next 13/23] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v20 bpf-next 14/23] bpf: move user_size out of bpf_test_init
` [PATCH v20 bpf-next 15/23] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v20 bpf-next 16/23] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v20 bpf-next 17/23] bpf: selftests: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v20 bpf-next 18/23] libbpf: Add SEC name for xdp_mb programs
` [PATCH v20 bpf-next 19/23] bpf: generalise tail call map compatibility check
` [PATCH v20 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v20 bpf-next 21/23] bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
` [PATCH v20 bpf-next 22/23] bpf: selftests: add CPUMAP/DEVMAP selftests for xdp multi-buff
` [PATCH v20 bpf-next 23/23] xdp: disable XDP_REDIRECT "

linux-next: manual merge of the bitmap tree with the kvm tree
 2021-12-10 19:15 UTC 

[PATCHSET cgroup/for-5.16-fixes] cgroup: Use open-time creds and namespace for migration perm checks
 2021-12-10 19:14 UTC  (7+ messages)
` [PATCH 2/6] cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv

[Buildroot] [Bug 13436] New: PPP 2.4.9 is out
 2021-12-10 19:13 UTC  (2+ messages)
` [Buildroot] [Bug 13436] "

[Buildroot] [git commit] utils/checkpackagelib/lib_mk.py: fix check for overridden variable
 2021-12-10 19:01 UTC 

[Buildroot] [git commit] package/qt5*: change project URLs to https
 2021-12-10 18:33 UTC 

[Buildroot] [git commit] package/rpi-firmware: update vcdbg runtime dependencies
 2021-12-10 19:01 UTC 

[Buildroot] [git commit] package/pppd: bump to version 2.4.9
 2021-12-10 18:28 UTC 

[Buildroot] [git commit] package/qt5quickcontrols2: fix project URL
 2021-12-10 18:33 UTC 

Nokia N900 increased power draw with panel-sony-acx565akm loaded v5.9 and v5.10
 2021-12-10 19:18 UTC 

Question: Git and ActiveTcl
 2021-12-10 18:54 UTC 

[PATCH] usb: hub: avoid warm port reset during USB3 disconnect
 2021-12-10 19:12 UTC  (2+ messages)

[Buildroot] [git commit] package/mpd: correct typo in help message
 2021-12-10 18:34 UTC 

[Buildroot] [git commit] package/mpd: update to version 0.23.y
 2021-12-10 19:01 UTC 

[Buildroot] [git commit] utils/checkpackagelib/lib_mk.py: check DEPENDENCIES
 2021-12-10 18:26 UTC 

[Buildroot] [PATCH] package/rpi-firmware: update vcdbg runtime dependencies
 2021-12-10 19:11 UTC  (2+ messages)

Reuse framebuffer after a kexec (amdgpu / efifb)
 2021-12-10 19:11 UTC  (17+ messages)

[Buildroot] [PATCH/next v1 1/2] package/qt5*: change project URLs to https
 2021-12-10 19:11 UTC  (2+ messages)

[PATCH 00/36] ceph+fscrypt: context, filename, symlink and size handling support
 2021-12-10 19:10 UTC  (3+ messages)
` [PATCH 02/36] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode

[RFC PATCH v2 net-next 0/4] DSA master state tracking
 2021-12-10 19:10 UTC  (8+ messages)

[PATCH bpf-next 0/4] Stop using bpf_object__find_program_by_title API
 2021-12-10 19:08 UTC  (5+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: "
` [PATCH bpf-next 2/4] samples/bpf: "
` [PATCH bpf-next 3/4] tools/perf: "
` [PATCH bpf-next 4/4] libbpf: Mark bpf_object__find_program_by_title API deprecated

[PATCH 00/22] Refactor perf cpumap
 2021-12-10 19:10 UTC  (7+ messages)
` [PATCH 01/22] libperf: Add comments to perf_cpu_map
` [PATCH 02/22] perf stat: Add aggr creators that are passed a cpu

[PATCH] selftests: mptcp: remove duplicate include in mptcp_inq.c
 2021-12-10 19:10 UTC  (2+ messages)

[Buildroot] [PATCH v2,1/1] package/pppd: bump to version 2.4.9
 2021-12-10 19:09 UTC  (2+ messages)

[tisdk-build-scripts][PATCH 00/10] Build scripts simplification/cleanup pass #1
 2021-12-10 19:09 UTC  (3+ messages)
  ` [EXTERNAL] [meta-arago] "

[Buildroot] [PATCH] utils/checkpackagelib/lib_mk.py: fix check for overridden variable
 2021-12-10 19:09 UTC  (2+ messages)

Please, paint new branch errors in RED (or any visible color)
 2021-12-10 19:09 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] utils/checkpackagelib/lib_mk.py: check DEPENDENCIES
 2021-12-10 19:09 UTC  (2+ messages)

stable-rc/queue/5.10 build: 114 builds: 2 failed, 112 passed, 4 errors, 8 warnings (v5.10.84-42-gae3c5a22353f)
 2021-12-10 19:08 UTC 

[PATCH v13 0/7] gpio-sim: configfs-based GPIO simulator
 2021-12-10 19:08 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/mpd: update to version 0.23.2
 2021-12-10 19:07 UTC  (5+ messages)
` [Buildroot] [PATCH v2 1/2] package/mpd: correct typo in help message
` [Buildroot] [PATCH v2 2/2] package/mpd: update to version 0.23.y

[PATCH] Instantiate key with user-provided decrypted data
 2021-12-10 19:07 UTC  (2+ messages)

[RESEND, v9 00/10] Add support for audio on SC7280 based targets
 2021-12-10 19:06 UTC  (4+ messages)
` [RESEND, v9 06/10] ASoC: qcom: Add regmap config support for codec dma driver

[PATCH RESEND v3 0/7] rtc-cmos,rtc-mc146818-lib: fixes
 2021-12-10 19:05 UTC  (6+ messages)
` [PATCH RESEND v3 2/7] rtc-mc146818-lib: fix RTC presence check

fs/ext4/ioctl.c:45:5: sparse: sparse: symbol 'ext4_modify_primary_sb' was not declared. Should it be static?
 2021-12-10 19:04 UTC  (2+ messages)

[helgaas-pci:pci/driver-cleanup 8/27] drivers/pci/controller/cadence/pci-j721e.c:370:14: warning: assignment discards 'const' qualifier from pointer target type
 2021-12-10 19:04 UTC  (2+ messages)

[helgaas-pci:pci/driver-cleanup 8/27] drivers/pci/controller/cadence/pci-j721e.c:370:7: error: assigning to 'struct j721e_pcie_data *' from 'const void *' discards qualifiers
 2021-12-10 19:04 UTC  (2+ messages)

[PATCH 00/32] KVM: s390: enable zPCI for interpretive execution
 2021-12-10 19:04 UTC  (7+ messages)
` [PATCH 08/32] s390/pci: stash associated GISA designation
` [PATCH 11/32] s390/pci: add helper function to find device by handle
` [PATCH 13/32] KVM: s390: pci: add basic kvm_zdev structure

[xiang-erofs:dev 5/5] fs/erofs/data.c:143:15: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 2021-12-10 19:04 UTC 

[PATCH v2] soc/tegra: fuse: Fix bitwise vs. logical OR warning
 2021-12-10 19:03 UTC  (2+ messages)

[isar-cip-core][PATCH] linux-cip-rt: Add 5.10.83-cip1-rt1 recipe
 2021-12-10 19:02 UTC  (2+ messages)

[PATCH] btrfs: fix double free of anon_dev after failure to create subvolume
 2021-12-10 19:02 UTC 

[Virtio-fs] [virtiofsd-rs] Issue opened: Instructions on building and installing from the source code
 2021-12-10 19:01 UTC 

[Accel-config] [ANNOUNCE] accel-config-v3.4.4 release
 2021-12-10 19:01 UTC 

[PATCH v1 1/2] ata: libahci_platform: Get rid of dup message when IRQ can't be retrieved
 2021-12-10 19:01 UTC  (9+ messages)

[patch 21/32] NTB/msi: Convert to msi_on_each_desc()
 2021-12-10 19:00 UTC  (13+ messages)

[RFC PATCH] ext4: ext4_modify_primary_sb() can be static
 2021-12-10 18:59 UTC  (2+ messages)

[PATCH v3] perf/core: Set event shadow time for inactive events too
 2021-12-10 18:59 UTC  (6+ messages)

stable-rc/queue/4.14 baseline: 146 runs, 1 regressions (v4.14.257-7-gb7688924d160)
 2021-12-10 18:58 UTC 

[PATCH v2 0/3] Transition git-p4.py to support Python 3 only
 2021-12-10 18:57 UTC  (3+ messages)
` [PATCH v2 3/3] git-p4: add "Nvidia Corporation" to copyright header

[PATCH] x86/boot/string: Add missing function declarations
 2021-12-10 18:57 UTC  (2+ messages)
` [tip: x86/cleanups] x86/boot/string: Add missing function prototypes

[ovmf test] 167349: regressions - FAIL
 2021-12-10 18:56 UTC 

[PATCH v4 0/3] kselftest: alsa: Add basic mixer selftest
 2021-12-10 18:54 UTC  (8+ messages)
` [PATCH v4 1/3] kselftest: alsa: Add simplistic test for ALSA mixer controls kselftest
` [PATCH v4 2/3] kselftest: alsa: optimization for SNDRV_CTL_ELEM_ACCESS_VOLATILE
` [PATCH v4 3/3] kselftest: alsa: Use private alsa-lib configuration in mixer test

fs/ext4/ioctl.c:45:5: warning: no previous prototype for 'ext4_modify_primary_sb'
 2021-12-10 18:54 UTC  (2+ messages)

[PATCH v6 00/14] genirq: Cleanup the abuse of irq_set_affinity_hint()
 2021-12-10 18:54 UTC  (7+ messages)

[PATCH v2 0/5] Sparse index: fetch, pull, ls-files
 2021-12-10 18:53 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] aio: Fix incorrect usage of eventfd_signal_allowed()
 2021-12-10 18:53 UTC  (3+ messages)

[PATCH 0/4] Enable PASID for DMA API users
 2021-12-10 18:53 UTC  (12+ messages)
` [PATCH 3/4] iommu/vt-d: Support PASID DMA for in-kernel usage

[RFC PATCH v2] blog post: how to get your new feature up-streamed
 2021-12-10 18:49 UTC  (2+ messages)

[PATCH net-next] tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not set
 2021-12-10 18:50 UTC 

[PATCH v10 0/7] PCI: brcmstb: root port turns on sub-device power
 2021-12-10 18:44 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.