mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v4 0/4] Add Mobileye EyeQ clock support
 2024-10-04 15:45 UTC  (2+ messages)
` [PATCH v4 1/4] Revert "dt-bindings: clock: mobileye,eyeq5-clk: add bindings"

[PATCH net-next] net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
 2024-10-04 15:45 UTC 

[PATCH 0/3] riscv: interrupt-controller: Add T-HEAD C900 ACLINT SSWI
 2024-10-04 15:44 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: interrupt-controller: Add Sophgo SG2044 "

[PATCH v9 00/29] Generic `Allocator` support for Rust
 2024-10-04 15:41 UTC  (30+ messages)
` [PATCH v9 01/29] rust: alloc: add `Allocator` trait
` [PATCH v9 02/29] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH v9 03/29] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH v9 04/29] rust: alloc: implement `ReallocFunc`
` [PATCH v9 05/29] rust: alloc: make `allocator` module public
` [PATCH v9 06/29] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v9 07/29] rust: alloc: add module `allocator_test`
` [PATCH v9 08/29] rust: alloc: implement `Vmalloc` allocator
` [PATCH v9 09/29] rust: alloc: implement `KVmalloc` allocator
` [PATCH v9 10/29] rust: alloc: add __GFP_NOWARN to `Flags`
` [PATCH v9 11/29] rust: alloc: implement kernel `Box`
` [PATCH v9 12/29] rust: treewide: switch to our kernel `Box` type
` [PATCH v9 13/29] rust: alloc: remove extension of std's `Box`
` [PATCH v9 14/29] rust: alloc: add `Box` to prelude
` [PATCH v9 15/29] rust: alloc: introduce `ArrayLayout`
` [PATCH v9 16/29] rust: alloc: implement kernel `Vec` type
` [PATCH v9 17/29] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v9 18/29] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v9 19/29] rust: treewide: switch to the kernel `Vec` type
` [PATCH v9 20/29] rust: alloc: remove `VecExt` extension
` [PATCH v9 21/29] rust: alloc: add `Vec` to prelude
` [PATCH v9 22/29] rust: error: use `core::alloc::LayoutError`
` [PATCH v9 23/29] rust: error: check for config `test` in `Error::name`
` [PATCH v9 24/29] rust: alloc: implement `contains` for `Flags`
` [PATCH v9 25/29] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH v9 26/29] rust: str: test: replace `alloc::format`
` [PATCH v9 27/29] rust: alloc: update module comment of alloc.rs
` [PATCH v9 28/29] kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
` [PATCH v9 29/29] MAINTAINERS: add entry for the Rust `alloc` module

arch/arc/kernel/smp.c:267:18: sparse: sparse: cast removes address space '__percpu' of expression
 2024-10-04 15:41 UTC  (3+ messages)

[PATCHSET 0/8] perf tools: Do not set attr.exclude_guest by default (v4)
 2024-10-04 15:40 UTC  (4+ messages)

[PATCH bpf v3] bpf: fix unpopulated name_len field in perf_event link info
 2024-10-04 15:40 UTC  (3+ messages)
` [PATCH bpf v4 1/2] "
  ` [PATCH bpf v4 2/2] selftests/bpf: fix perf_event link info name_len assertion

[PATCH] ceph: fix cap ref leak via netfs init_request
 2024-10-04 15:37 UTC  (3+ messages)

[PATCH net v3 0/2] fix ti-am65-cpsw-nuss module removal
 2024-10-04 15:37 UTC  (4+ messages)
` [PATCH net v3 2/2] net: ethernet: ti: am65-cpsw: avoid devm_alloc_etherdev, fix "

[PATCH v2 1/1] dt-bindings: interrupt-controller: fsl,ls-extirq: workaround wrong interrupt-map number
 2024-10-04 15:36 UTC  (3+ messages)

[PATCH] mm: avoid unconditional one-tick sleep when swapcache_prepare fails
 2024-10-04 15:35 UTC  (4+ messages)

[PATCH] ceph: fix cap ref leak via netfs init_request
 2024-10-04 15:34 UTC  (3+ messages)

[RFC net-next v2 0/2] tg3: Link IRQs, NAPIs, and queues
 2024-10-04 15:33 UTC  (8+ messages)
` [RFC net-next v2 2/2] tg3: Link queues to NAPIs

[PATCH v2] platform/x86: dell-ddv: Fix typo in documentation
 2024-10-04 15:33 UTC  (2+ messages)

[syzbot] [mm?] WARNING in page_counter_cancel (5)
 2024-10-04 15:31 UTC 

[PATCH v5 0/5] Correct perf sampling with Guest VMs
 2024-10-04 15:31 UTC  (7+ messages)
` [PATCH v5 1/5] arm: perf: Drop unused functions
` [PATCH v5 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v5 5/5] perf: Correct perf sampling with guest VMs

[PATCH v1 0/2] USB: xhci: add support for PWRON polarity invert (TI TUSB73x0)
 2024-10-04 15:31 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: usb: add TUSB73x0 PCIe

[PATCH] lib/iov_iter.c: extract virt-contiguous pages in iov_iter_extract_bvec_pages
 2024-10-04 15:30 UTC 

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-10-04 15:28 UTC  (44+ messages)
` [PATCH v5 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v5 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v5 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v5 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v5 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v5 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v5 07/43] arm64: RME: Check for RME support at KVM init
` [PATCH v5 08/43] arm64: RME: Define the user ABI
` [PATCH v5 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v5 10/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v5 11/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v5 12/43] arm64: RME: Keep a spare page delegated to the RMM
` [PATCH v5 13/43] arm64: RME: RTT tear down
` [PATCH v5 14/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v5 15/43] arm64: RME: Support for the VGIC in realms
` [PATCH v5 16/43] KVM: arm64: Support timers in realm RECs
` [PATCH v5 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v5 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v5 19/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v5 20/43] arm64: RME: Allow populating initial contents
` [PATCH v5 21/43] arm64: RME: Runtime faulting of memory
` [PATCH v5 22/43] KVM: arm64: Handle realm VCPU load
` [PATCH v5 23/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v5 24/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v5 25/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v5 26/43] arm64: Don't expose stolen time for realm guests
` [PATCH v5 27/43] arm64: rme: allow userspace to inject aborts
` [PATCH v5 28/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v5 29/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v5 30/43] arm64: RME: Always use 4k pages for realms
` [PATCH v5 31/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v5 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v5 33/43] arm64: rme: Enable PMU support with a realm guest
` [PATCH v5 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v5 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v5 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v5 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v5 38/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v5 39/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v5 40/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v5 41/43] arm64: RME: Provide accurate register list
` [PATCH v5 42/43] arm64: kvm: Expose support for private memory
` [PATCH v5 43/43] KVM: arm64: Allow activating realms

[PATCHv4 1/1] platform/x86: dell-sysman: add support for alienware products
 2024-10-04 15:27 UTC 

[PATCH RFC net 0/2] MAINTAINERS: Networking file coverage updates
 2024-10-04 15:27 UTC  (6+ messages)
` [PATCH RFC net 1/2] MAINTAINERS: consistently exclude wireless files from NETWORKING [GENERAL]
` [PATCH RFC net 2/2] MAINTAINERS: Add headers and mailing list to UDP section

[PATCH 1/2] dt-bindings: net: bluetooth: nxp: add support for supply and reset
 2024-10-04 15:24 UTC  (2+ messages)

[PATCH net-next v4 0/3] net: fec: add PPS channel configuration
 2024-10-04 15:24 UTC  (4+ messages)
` [PATCH net-next v4 1/3] dt-bindings: net: fec: add pps channel property
` [PATCH net-next v4 2/3] net: fec: refactor PPS channel configuration
` [PATCH net-next v4 3/3] net: fec: make PPS channel configurable

[PATCH 1/1] PCI: Cleanup convoluted logic in pci_create_slot()
 2024-10-04 15:22 UTC 

[PATCH v6 0/3] I3C: master: fix the address assign issue if assign-address is exist in dts
 2024-10-04 15:20 UTC  (4+ messages)
` [PATCH v6 2/3] i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIRED

[PATCH v2 1/7] iio: backend: add API for interface get
 2024-10-04 15:18 UTC  (3+ messages)
` [PATCH v2 5/7] dt-bindings: iio: adc: add ad485x

[PATCH v3] Fixes: null pointer dereference in pfnmap_lockdep_assert
 2024-10-04 15:17 UTC  (2+ messages)

[PATCH v1 11/11] perf build: Rename PERF_HAVE_DWARF_REGS to PERF_HAVE_LIBDW_REGS
 2024-10-04 15:15 UTC  (16+ messages)

[PATCH][next] media: i2c: ds90ub960: Fix missing return check on ub960_rxport_read call
 2024-10-04 15:11 UTC  (2+ messages)

[PATCH v2 00/10] Add iio backend compatibility for ad7606
 2024-10-04 15:10 UTC  (6+ messages)
` [PATCH v2 07/10] iio: adc: ad7606: Add compatibility to fw_nodes

[PATCH] drm/atmel_hlcdc: Fix uninitialized variable
 2024-10-04 15:08 UTC 

[PATCH v6 00/11] arm64: Support for running as a guest in Arm CCA
 2024-10-04 15:05 UTC  (13+ messages)
` [PATCH v6 01/11] arm64: rsi: Add RSI definitions
` [PATCH v6 02/11] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v6 03/11] arm64: realm: Query IPA size from the RMM
` [PATCH v6 04/11] arm64: rsi: Add support for checking whether an MMIO is protected
` [PATCH v6 05/11] arm64: rsi: Map unprotected MMIO as decrypted
` [PATCH v6 06/11] efi: arm64: Map Device with Prot Shared
` [PATCH v6 07/11] arm64: Enforce bounce buffers for realm DMA
` [PATCH v6 08/11] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v6 09/11] arm64: Enable memory encrypt for Realms
` [PATCH v6 10/11] virt: arm-cca-guest: TSM_REPORT support for realms
` [PATCH v6 11/11] arm64: Document Arm Confidential Compute

[RFC PATCH v1 0/7] landlock: Add UDP access control support
 2024-10-04 15:04 UTC  (3+ messages)
` [RFC PATCH v1 5/7] samples/landlock: Add sandboxer UDP access control

[PATCH v7 00/24] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-10-04 15:02 UTC  (8+ messages)
` [PATCH v7 22/24] x86/resctrl: Update assignments on event configuration changes

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in set_powered_sync
 2024-10-04 15:02 UTC 

[PATCH 0/3] Interrupt and Continuous mode support for VL6180
 2024-10-04 15:01 UTC  (4+ messages)
` [PATCH 1/3] iio: light: vl6180: Add configurable inter-measurement period support
` [PATCH 2/3] iio: light: vl6180: Added Interrupt support for single shot access
` [PATCH 3/3] iio: light: vl6180: Add support for Continuous Mode

[PATCH v3 0/8] tracing: Allow system call tracepoints to handle page faults
 2024-10-04 14:58 UTC  (9+ messages)
` [PATCH v3 1/8] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL
` [PATCH v3 2/8] tracing/ftrace: guard syscall probe with preempt_notrace
` [PATCH v3 3/8] tracing/perf: "
` [PATCH v3 4/8] tracing/bpf: "
` [PATCH v3 5/8] tracing: Allow system call tracepoints to handle page faults
` [PATCH v3 6/8] tracing/ftrace: Add might_fault check to syscall probes
` [PATCH v3 7/8] tracing/perf: "
` [PATCH v3 8/8] tracing/bpf: "

[PATCH 00/14] Remove support for platform data from samsung keypad
 2024-10-04 14:58 UTC  (4+ messages)

[PATCH v8 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
 2024-10-04 14:58 UTC  (5+ messages)

[PATCH v1 0/8] tracing: Allow system call tracepoints to handle page faults
 2024-10-04 14:52 UTC  (12+ messages)
` [PATCH v1 2/8] tracing/ftrace: guard syscall probe with preempt_notrace

[PATCH] mm: swap: prevent possible data-race in __try_to_reclaim_swap
 2024-10-04 14:50 UTC  (3+ messages)

RFC: Advice on adding support for Qualcomm IPQ9574 SoC Ethernet
 2024-10-04 14:50 UTC  (6+ messages)

[PATCH v2 0/7] tracing: Allow system call tracepoints to handle page faults
 2024-10-04 14:49 UTC  (2+ messages)

Problems with TPM timeouts
 2024-10-04 14:47 UTC  (5+ messages)
` [RFC PATCH] tpm: Workaround failed command reception on Infineon devices

[PATCH] mtd: parsers: ofpart: Use common of_node_put() code in bcm4908_partitions_fw_offset()
 2024-10-04 14:47 UTC 

[RFC PATCH v4 0/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04
 2024-10-04 14:46 UTC  (7+ messages)
` [RFC PATCH v4 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04 devices

[PATCH 00/13] media: i2c: ds90ub9xx: Misc fixes and improvements
 2024-10-04 14:46 UTC  (14+ messages)
` [PATCH 01/13] media: i2c: ds90ub9x3: Fix extra fwnode_handle_put()
` [PATCH 02/13] media: i2c: ds90ub960: Fix UB9702 refclk register access
` [PATCH 03/13] media: i2c: ds90ub960: Fix use of non-existing registers on UB9702
` [PATCH 04/13] media: i2c: ds90ub960: Fix logging SP & EQ status only for UB9702
` [PATCH 05/13] media: i2c: ds90ub960: Fix UB9702 VC map
` [PATCH 06/13] media: i2c: ds90ub960: Add support for I2C_RX_ID
` [PATCH 07/13] media: i2c: ds90ub960: Add RGB24, RAW8 and RAW10 formats
` [PATCH 08/13] media: i2c: ds90ub953: Clear CRC errors in ub953_log_status()
` [PATCH 09/13] media: i2c: ds90ub960: Drop unused indirect block define
` [PATCH 10/13] media: i2c: ds90ub960: Reduce sleep in ub960_rxport_wait_locks()
` [PATCH 11/13] media: i2c: ds90ub960: Handle errors in ub960_log_status_ub960_sp_eq()
` [PATCH 12/13] media: i2c: ds90ub913: Add error handling to ub913_hw_init()
` [PATCH 13/13] media: i2c: ds90ub953: Add error handling for i2c reads/writes

[PATCH] selftests: Do not skip BPF selftests by default
 2024-10-04 14:46 UTC  (4+ messages)

Linux 6.11.2
 2024-10-04 14:45 UTC  (2+ messages)

Linux 6.10.13
 2024-10-04 14:45 UTC  (2+ messages)

Linux 6.6.54
 2024-10-04 14:44 UTC  (2+ messages)

[PATCH 0/1] tty: Handle HAS_IOPORT dependencies
 2024-10-04 14:44 UTC  (11+ messages)
` [PATCH 1/1] tty: serial: handle "

[PATCH 0/5] gpio: notify user-space about config changes in the kernel
 2024-10-04 14:43 UTC  (6+ messages)
` [PATCH 1/5] gpiolib: use v2 defines for line state change events
` [PATCH 2/5] gpiolib: unify two loops initializing GPIO descriptors
` [PATCH 3/5] gpio: cdev: update flags at once when reconfiguring from user-space
` [PATCH 4/5] gpiolib: simplify notifying user-space about line requests
` [PATCH 5/5] gpiolib: notify user-space about in-kernel line state changes

[PATCH net-next v8 00/24] Introducing OpenVPN Data Channel Offload
 2024-10-04 14:41 UTC  (5+ messages)
` [PATCH net-next v8 01/24] netlink: add NLA_POLICY_MAX_LEN macro

[PATCH 0/3] selftests: net: add missing gitignore and EXTRA_CLEAN entries
 2024-10-04 14:40 UTC  (2+ messages)

[PATCH] block: Fix uninitialized symbol 'bio' in blk_rq_prep_clone
 2024-10-04 14:40 UTC  (5+ messages)
` Explanation on Uninitialized Variable bio "

[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
 2024-10-04 14:38 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 6.12-rc2
 2024-10-04 14:37 UTC 

[PATCH v2 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO
 2024-10-04 14:36 UTC  (5+ messages)

[RFC PATCH net-next v3 0/8] Add support for 10G Ethernet SerDes on MT7988
 2024-10-04 14:35 UTC  (8+ messages)
` [RFC PATCH net-next v3 3/8] net: pcs: pcs-mtk-lynxi: add platform driver for MT7988
          ` Aw: "

[PATCH] netfs: In readahead, put the folio refs as soon extracted
 2024-10-04 14:33 UTC 

[PATCH net v3] octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx()
 2024-10-04 14:33 UTC  (2+ messages)

[PATCH v4] clk: mvebu: Prevent division by zero in clk_double_div_recalc_rate()
 2024-10-04 14:31 UTC  (2+ messages)

[PATCHv3 1/2] platform/x86: dell-sysman: remove match on www.dell.com
 2024-10-04 14:30 UTC  (3+ messages)

[PATCH net-next v4 00/10] net: netconsole refactoring and warning fix
 2024-10-04 14:30 UTC  (4+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®