All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-05 03:21:07 to 2026-01-05 05:17:29 UTC [more...]

[PATCH 00/36] AES library improvements
 2026-01-05  5:13 UTC  (56+ messages)
` [PATCH 01/36] crypto: powerpc/aes - Rename struct aes_key
` [PATCH 02/36] lib/crypto: aes: Introduce improved AES library
` [PATCH 03/36] crypto: arm/aes-neonbs - Use AES library for single blocks
` [PATCH 04/36] crypto: arm/aes - Switch to aes_enc_tab[] and aes_dec_tab[]
` [PATCH 05/36] crypto: arm64/aes "
` [PATCH 06/36] crypto: arm64/aes - Select CRYPTO_LIB_SHA256 from correct places
` [PATCH 07/36] crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[]
` [PATCH 08/36] crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TI
` [PATCH 09/36] crypto: aes - Replace aes-generic with wrapper around lib
` [PATCH 10/36] lib/crypto: arm/aes: Migrate optimized code into library
` [PATCH 11/36] lib/crypto: arm64/aes: "
` [PATCH 12/36] lib/crypto: powerpc/aes: Migrate SPE "
` [PATCH 13/36] lib/crypto: powerpc/aes: Migrate POWER8 "
` [PATCH 14/36] lib/crypto: riscv/aes: Migrate "
` [PATCH 15/36] lib/crypto: s390/aes: "
` [PATCH 16/36] lib/crypto: sparc/aes: "
` [PATCH 17/36] lib/crypto: x86/aes: Add AES-NI optimization
` [PATCH 18/36] crypto: x86/aes - Remove the superseded AES-NI crypto_cipher
` [PATCH 19/36] Bluetooth: SMP: Use new AES library API
` [PATCH 20/36] chelsio: "
` [PATCH 21/36] net: phy: mscc: macsec: "
` [PATCH 22/36] staging: rtl8723bs: core: "
` [PATCH 23/36] crypto: arm/ghash - "
` [PATCH 24/36] crypto: arm64/ghash "
` [PATCH 25/36] crypto: x86/aes-gcm "
` [PATCH 26/36] crypto: ccp "
` [PATCH 27/36] crypto: chelsio "

[PATCH i-g-t v7 0/6] Introduce intel_hdcp tool
 2026-01-05  5:16 UTC  (9+ messages)
` [PATCH i-g-t v7 1/6] tools/intel_hdcp: Basic init and cleanup for hdcp, constants, enums
` [PATCH i-g-t v7 2/6] tools/intel_hdcp: Helpers to get/set HDCP and report info
` [PATCH i-g-t v7 3/6] tools/intel_hdcp: Interactive keypress thread for menu
` [PATCH i-g-t v7 4/6] tools/intel_hdcp: Add video playback loop with thread

[PATCH] omap-cpufreq: Fix regulator resource leak in probe()
 2026-01-05  5:16 UTC  (2+ messages)

[PATCH 0/7] clk: qcom: gcc: Do not turn off PCIe GDSCs during gdsc_disable()
 2026-01-05  5:15 UTC  (9+ messages)

[PATCH v2 00/11] plugins: enable C++ plugins
 2026-01-05  5:13 UTC  (5+ messages)
` [PATCH v2 01/11] plugins: move win32_linker.c file to plugins directory
` [PATCH v2 06/11] plugins: move qemu-plugin.h to include/plugins/

[PATCH v2 0/3] ACPI: APEI: GHES: Performance improvements for error notification handlers
 2026-01-05  5:12 UTC  (3+ messages)
` [PATCH v2 2/3] ACPI: APEI: GHES: Extract helper functions for error status handling

[PATCH] mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted merge
 2026-01-05  5:11 UTC  (2+ messages)

[PATCH] OPP: of: Simplify with scoped for each OF child loop
 2026-01-05  5:11 UTC  (2+ messages)

[PATCH v3] mm/vmscan: fix demotion targets checks in reclaim/demotion
 2026-01-05  5:10 UTC  (7+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[PATCH v2 0/3] sched/fair: improve nohz fields for large systems
 2026-01-05  5:07 UTC  (4+ messages)
` [PATCH v2 2/3] sched/fair: Change likelyhood of nohz.nr_cpus and do stats update if its due

[RFC PATCH] usb: gadget: uvc: Prevent smmu fault in unstopped stream uvc teardown
 2026-01-05  5:07 UTC 

[PATCH v2 00/22] Fence deadlines in Xe
 2026-01-05  5:07 UTC  (27+ messages)
` [PATCH v2 01/22] drm/xe: Add dedicated message lock
` [PATCH v2 02/22] drm/xe: Add EXEC_QUEUE_FLAG_CAP_SYS_NICE
` [PATCH v2 03/22] drm/xe: Store exec queue in hardware fence
` [PATCH v2 04/22] drm/xe: Add deadline exec queue vfuncs
` [PATCH v2 05/22] drm/xe: Export to_xe_hw_fence
` [PATCH v2 06/22] drm/xe: Export xe_hw_fence_signaled
` [PATCH v2 07/22] drm/xe: Implement deadline manager
` [PATCH v2 08/22] drm/xe: Initialize deadline manager on exec queues
` [PATCH v2 09/22] drm/xe: Stub out execlists deadline vfuncs as NOPs
` [PATCH v2 10/22] drm/xe: Make scheduler message lock IRQ-safe
` [PATCH v2 11/22] drm/xe: Support unstable opcodes for static scheduler messages
` [PATCH v2 12/22] drm/xe: Implement GuC submission backend ops for deadlines
` [PATCH v2 13/22] drm/xe: Enable deadlines on hardware fences
` [PATCH v2 14/22] drm/xe: Fix Kconfig.profile newlines
` [PATCH v2 15/22] drm/xe: Add deadline Kconfig options
` [PATCH v2 16/22] drm/xe: Add exec queue deadline trace points
` [PATCH v2 17/22] drm/xe: Add hw fence "
` [PATCH v2 18/22] drm/xe: Add timestamp_ms to LRC snapshot
` [PATCH v2 19/22] drm/xe: Enforce GuC static message defines
` [PATCH v2 20/22] drm/xe: Document the deadline manager
` [PATCH v2 21/22] drm/atomic: Export fence deadline helper for atomic commits
` [PATCH v2 22/22] drm/i915/display: Use atomic helper to set plane fence deadlines
` ✗ CI.checkpatch: warning for Fence deadlines in Xe (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v2] arm64: dts: ti: Remove 4 watchdogs from common file and move them to J784S4
 2026-01-05  5:05 UTC 

[ebiggers:wip-aes 17/50] lib/crypto/aes.c:143:31: error: 'aes_dec_tab' causes a section type conflict with 'aes_inv_sbox'
 2026-01-05  5:06 UTC 

linux-next: build warnings after merge of the mm-nonmm-unstable tree
 2026-01-05  5:04 UTC 

[arm-platforms:kvm-arm64/pan-opticon 12/15] arm64/set_id_regs.c:94:2: error: use of undeclared identifier 'ID_AA64ISAR0_EL1_TME_SHIFT'
 2026-01-05  5:02 UTC 

[PATCH rdma-next 0/6] Batch of unrelated cleanups in IB
 2026-01-05  5:01 UTC  (14+ messages)
` [PATCH rdma-next 1/6] RDMA/umem: Remove redundant DMABUF ops check
` [PATCH rdma-next 2/6] RDMA/core: Avoid exporting module local functions and remove not-used ones
` [PATCH rdma-next 3/6] RDMA/mlx5: Fix ucaps init error flow
` [PATCH rdma-next 4/6] RDMA/mlx5: Avoid direct access to DMA device pointer
` [PATCH rdma-next 5/6] RDMA/qedr: Remove unused defines
` [PATCH rdma-next 6/6] RDMA/ocrdma: Remove unused OCRDMA_UVERBS definition

[PATCH] rust: cpufreq: replace `kernel::c_str!` with C-Strings
 2026-01-05  5:01 UTC  (2+ messages)

linux-next: build warnings after merge of the pci tree
 2026-01-05  5:00 UTC 

[PATCH] tests/intel/xe_exec_reset: Add spin-deadline section
 2026-01-05  4:58 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

[[PATCH v2] 1/1] kprobes: retry pending optprobe after freeing blocker
 2026-01-05  4:58 UTC  (2+ messages)

linux-next: build warning after merge of the drm-misc tree
 2026-01-05  4:57 UTC 

[PATCH RFC 00/13] fix DMA aligment issues around virtio
 2026-01-05  4:57 UTC  (5+ messages)
` [PATCH RFC 14/13] gpio: virtio: fix DMA alignment
` [PATCH RFC 15/13] gpio: virtio: reorder fields to reduce struct padding

[PATCH v7 00/15] Add dt-bindings and dtsi changes for CAMSS on x1e80100 silicon
 2026-01-05  4:55 UTC  (2+ messages)

[PATCH v3 1/1] tee: optee: expose OS revision via sysfs
 2026-01-05  4:53 UTC  (4+ messages)
` [PATCH v4 1/2] tee: add revision sysfs attribute

[BUG] - Short freezes in gameplay due to MMC_CAP_AGGRESSIVE_PM on RTS525A card reader
 2026-01-05  4:53 UTC  (6+ messages)

[PATCH v1] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
 2026-01-05  4:51 UTC  (6+ messages)

[PATCH] rcu: Reset stall detection after ftrace dump
 2026-01-05  4:46 UTC  (2+ messages)

[sashal-next:mm-next 5/7] arch/loongarch/net/bpf_jit.c:1322:7: error: call to undeclared function '__bpf_address_lookup'; ISO C99 and later do not support implicit function declarations
 2026-01-05  4:45 UTC 

linux-next: manual merge of the mhi tree with the ath-next tree
 2026-01-05  4:42 UTC 

[GIT PULL] aspeed: first batch of devicetree changes for 6.20
 2026-01-05  4:41 UTC 

[PATCH] arm64: dts: qcom: ipq9574: Enable eMMC variant
 2026-01-05  4:38 UTC  (4+ messages)

[PATCH RESEND -next 00/21] cpuset: rework local partition logic
 2026-01-05  4:33 UTC  (3+ messages)

[syzbot] [usb?] BUG: corrupted list in usb_hcd_link_urb_to_ep (5)
 2026-01-05  4:33 UTC  (3+ messages)

[PATCH v3 0/3] riscv: fix timer update hazards on RV32
 2026-01-05  4:31 UTC  (13+ messages)
` [PATCH v3 1/3] riscv: clocksource: Fix stimecmp update hazard "
` [PATCH v3 2/3] riscv: kvm: Fix vstimecmp "
` [PATCH v3 3/3] riscv: suspend: Fix stimecmp "

[PATCH v2 00/20] `syn` support
 2026-01-05  4:31 UTC  (4+ messages)
` [PATCH v2 19/20] rust: syn: enable support in kbuild

[v2 0/4] Enable HDR in IGT Frontbuffer Feature Tests
 2026-01-05  4:30 UTC  (9+ messages)
` [v2 1/4] lib/igt_hdr: Move HDR helpers from kms_hdr into shared library
` [v2 2/4] tests/intel/kms_frontbuffer_tracking: Add HDR feature support
` [v2 3/4] lib/igt_hdr: Add helpers to enable and disable HDR on an output
` [v2 4/4] tests/intel/kms_frontbuffer_tracking: Enable HDR in feature tests

[PATCH 1/3] arm: mach-k3: j721s2: Provide a way to obtain boot device for non SPLs
 2026-01-05  4:29 UTC  (3+ messages)
` [PATCH 2/3] board: phytec: Add PHYTEC phyCORE-AM68x/TDA4x SoM
  ` [Upstream] "

[PATCH 0/4] target/arm: Fix handling of HCR.TID* on v7A CPUs
 2026-01-05  4:30 UTC  (9+ messages)
` [PATCH 1/4] target/arm: Don't specify ID_PFR1 accessfn twice
` [PATCH 2/4] target/arm: Correctly honour HCR.TID3 for v7A cores
` [PATCH 3/4] target/arm: Correctly trap HCR.TID1 registers in v7A
` [PATCH 4/4] target/arm: Rename access_aa64_tid5() to access_tid5()

[anolis-intel-cloud:devel-6.6 2/2] mm/ksm.c:146: warning: Function parameter or member 'CK_KABI_RESERVE(1' not described in 'ksm_scan'
 2026-01-05  4:25 UTC 

[PATCH 0/7] Fix build with gcc-16
 2026-01-05  4:21 UTC  (4+ messages)
` [PATCH v2 0/7] Fix build with Gcc-16
  ` [PATCH v2 7/7] examples/fips_validation: avoid rte_memcpy() bug
    ` [EXTERNAL] "

[PATCH v2] nvme/host: fixup some typos
 2026-01-05  4:08 UTC 

[cgroup/for-6.20 PATCH v2 0/4] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict
 2026-01-05  4:06 UTC  (13+ messages)
` [cgroup/for-6.20 PATCH v2 2/4] cgroup/cpuset: Consistently compute effective_xcpus in update_cpumasks_hier()
` [cgroup/for-6.20 PATCH v2 3/4] cgroup/cpuset: Don't fail cpuset.cpus change in v2

linux-next: manual merge of the soundwire tree with the sound-asoc tree
 2026-01-05  4:03 UTC 

[PATCH i-g-t v13 00/11] Madvise feature in SVM for Multi-GPU configs
 2026-01-05  4:00 UTC  (12+ messages)
` [PATCH i-g-t v13 01/11] drm-uapi/xe: Sync with madvise interface
` [PATCH i-g-t v13 02/11] lib/xe: Add instance parameter to xe_vm_madvise
` [PATCH i-g-t v13 03/11] lib/xe: Add synchronous helpers for VM bind/unbind operations
` [PATCH i-g-t v13 04/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU xGPU memory access test
` [PATCH i-g-t v13 05/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU atomic operations
` [PATCH i-g-t v13 06/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU coherency test
` [PATCH i-g-t v13 07/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU performance test
` [PATCH i-g-t v13 08/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU fault handling test
` [PATCH i-g-t v13 09/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU simultaneous access test
` [PATCH i-g-t v13 10/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU conflicting madvise test
` [PATCH i-g-t v13 11/11] tests/intel/xe_multigpu_svm: Add SVM multi-GPU migration test

[RESEND] sched/rt: Skip currently executing CPU in rto_next_cpu()
 2026-01-05  3:40 UTC 

linux-next: manual merge of the phy-next tree with the phy tree
 2026-01-05  3:59 UTC 

[PATCH 00/19] i3c: aspeed: Add I3C support
 2026-01-05  3:49 UTC  (3+ messages)
` [PATCH 01/19] hw/misc/aspeed_i3c: Move to i3c directory

[PATCH] lib/glob: convert selftest to KUnit
 2026-01-05  3:48 UTC 

[PATCH net-next v3 0/8] selftest: Extend tun/virtio coverage for GSO over UDP tunnel
 2026-01-05  3:44 UTC  (9+ messages)
` [PATCH net-next v3 1/8] selftest: tun: Format tun.c existing code
` [PATCH net-next v3 2/8] selftest: tun: Introduce tuntap_helpers.h header for TUN/TAP testing
` [PATCH net-next v3 3/8] selftest: tun: Refactor tun_delete to use tuntap_helpers
` [PATCH net-next v3 4/8] selftest: tap: Refactor tap test "
` [PATCH net-next v3 5/8] selftest: tun: Add helpers for GSO over UDP tunnel
` [PATCH net-next v3 6/8] selftest: tun: Add test for sending gso packet into tun
` [PATCH net-next v3 7/8] selftest: tun: Add test for receiving gso packet from tun
` [PATCH net-next v3 8/8] selftest: tun: Add test data for success and failure paths

[PATCH] monitor: disable "info kvm" if !KVM
 2026-01-05  3:43 UTC 

[Bug] Git subtree regression
 2026-01-05  3:36 UTC  (3+ messages)

[meta-selinux][PATCH/V6] refpolicy: Add support to configure policy store root
 2026-01-05  3:36 UTC  (2+ messages)

[PATCH v5 0/2] Bluetooth: btqca: move WCN7850 WA and add WCN6855 firmware priority selection feature
 2026-01-05  3:36 UTC  (4+ messages)
` [PATCH v5 2/2] Bluetooth: btqca: Add "

[PATCH v3 0/6] Improve khugepaged scan logic
 2026-01-05  3:35 UTC  (7+ messages)
` [PATCH v3 5/6] mm: khugepaged: skip lazy-free folios at scanning

[jimc:dd-shrink-maple-2 35/42] checkpatch: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
 2026-01-05  3:35 UTC 

[PATCH RFC 0/7] virtio-gpu-virgl: introduce Venus support for macOS
 2026-01-05  3:30 UTC  (13+ messages)
` [PATCH RFC 1/7] egl-helpers: store handle to native device

[GSoC PATCH] t1420-lost-found.sh: use test_path_is_file for error logging
 2026-01-05  3:24 UTC  (2+ messages)

[PATCH 00/11] power: supply: Fix use-after-free in power_supply_changed()
 2026-01-05  3:16 UTC  (3+ messages)
` [PATCH 11/11] power: supply: sbs-battery: "

[PATCH v2] rcu: Align stall warning 'idle=' output with documentation
 2026-01-05  3:21 UTC 

[PATCH] regmap: maple: free entry on mas_store_gfp() failure
 2026-01-05  3:18 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.