public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-08 14:59:56 to 2024-08-08 16:45:57 UTC [more...]

Backtrace in ppc SMP code after enabling security modules
 2024-08-08 16:45 UTC 

[PATCH 00/10] mm: remove vma_merge()
 2024-08-08 16:45 UTC  (11+ messages)
` [PATCH 02/10] mm: introduce vma_merge_struct and abstract merge parameters
` [PATCH 04/10] mm: abstract parameters for vma_expand/shrink()
` [PATCH 05/10] mm: abstract vma_merge_new_vma() to use vma_merge_struct
` [PATCH 07/10] mm: avoid using vma_merge() for new VMAs

[PATCH 0/3] Add power-controller support for rk3576
 2024-08-08 16:43 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: Add power-domain header for RK3576 SoCs

[PATCH] drm/amdgpu: add dce6 drm_panic support
 2024-08-08 16:43 UTC  (3+ messages)

[PATCH] init/main.c: Initialize early LSMs after arch code
 2024-08-08 16:43 UTC  (15+ messages)

[PATCH] can: netlink: avoid call to do_set_data_bittiming callback with stale can_priv::ctrlmode
 2024-08-08 16:42 UTC 

[PATCH v2 0/2] Add power-controller support for rk3576
 2024-08-08 16:41 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: power: Add support for RK3576 SoC
` [PATCH v2 2/2] pmdomain: rockchip: Add support for rk3576 SoC

[PATCH v2 0/2] Add pinctrl support for rk3576
 2024-08-08 16:39 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: Add rk3576 pinctrl bindings
` [PATCH v2 2/2] pinctrl: rockchip: Add rk3576 pinctrl support

[PATCH v8 0/7] Linux RISC-V IOMMU Support
 2024-08-08 16:40 UTC  (5+ messages)
` [PATCH v8 7/7] iommu/riscv: Paging domain support

[PATCH 1/1] x86/ioremap: Use is_vmalloc_addr in iounmap
 2024-08-08 16:39 UTC  (6+ messages)

[PATCH 6.10 000/809] 6.10.3-rc3 review
 2024-08-08 16:33 UTC  (14+ messages)

[PATCH] ALSA: snd-usb-caiaq: use snd_pcm_rate_to_rate_bit
 2024-08-08 16:33 UTC  (2+ messages)

[PATCH v7 RESENT] io_uring: releasing CPU resources when polling
 2024-08-08 16:30 UTC  (2+ messages)

[PATCH 1/2] maple_tree: add test to replicate low memory race conditions
 2024-08-08 16:30 UTC  (2+ messages)
` [PATCH 2/2] maple_tree: reset mas->index and mas->last on write retries

[PATCH 0/2] NUMA emulation for arm64
 2024-08-08 16:27 UTC  (6+ messages)
` [PATCH 1/2] numa: Add simple generic NUMA emulation

[PATCH v4 0/6] Refine i.MX8QM SATA based on generic PHY callbacks
 2024-08-08 16:24 UTC  (7+ messages)
` [PATCH v4 4/6] ata: ahci_imx: Add 32bits DMA limit for i.MX8QM AHCI SATA

[PATCH v3 0/3] Add CRU support for rk3576 SoC
 2024-08-08 16:20 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: reset: Add rk3576 reset definitions
` [PATCH v3 2/3] dt-bindings: clock: Add rk3576 clock definitions and documentation
` [PATCH v3 3/3] clk: rockchip: Add clock controller for the RK3576

[PATCH v5 0/2] Enhance network interface feature testing
 2024-08-08 16:23 UTC  (3+ messages)
` [PATCH v5 1/2] selftests: net: Create veth pair for testing in networkless kernel

[PATCH v3 1/1] arm64: dts: imx93: add lpi2c1 and st lsm6dso node
 2024-08-08 16:21 UTC 

[GIT PULL] tracing: Updates for 6.11-rc2
 2024-08-08 16:21 UTC 

[PATCH] net: pse-pd: tps23881: include missing bitfield.h header
 2024-08-08 16:20 UTC  (4+ messages)

[PATCH resubmit net] net: fec: Stop PPS on driver remove
 2024-08-08 16:20 UTC  (2+ messages)

[PATCH net v2] net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilities
 2024-08-08 16:20 UTC  (2+ messages)

[PATCH] PCI: Add PCI_EXT_CAP_ID_PL_64GT define
 2024-08-08 16:20 UTC  (3+ messages)

[PATCH v2] filemap: add trace events for get_pages, map_pages, and fault
 2024-08-08 16:19 UTC  (3+ messages)

[PATCH 6.10 000/123] 6.10.4-rc1 review
 2024-08-08 16:17 UTC  (4+ messages)

[PATCH v9 0/8] File abstractions needed by Rust Binder
 2024-08-08 16:15 UTC  (9+ messages)
` [PATCH v9 1/8] rust: types: add `NotThreadSafe`
` [PATCH v9 2/8] rust: task: add `Task::current_raw`
` [PATCH v9 3/8] rust: file: add Rust abstraction for `struct file`
` [PATCH v9 4/8] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v9 5/8] rust: security: add abstraction for secctx
` [PATCH v9 6/8] rust: file: add `FileDescriptorReservation`
` [PATCH v9 7/8] rust: file: add `Kuid` wrapper
` [PATCH v9 8/8] rust: file: add abstraction for `poll_table`

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-08 16:16 UTC  (7+ messages)
` [PATCH v12 13/84] KVM: Annotate that all paths in hva_to_pfn() might sleep

[PATCH 1/4] mm: Add optional close() to struct vm_special_mapping
 2024-08-08 16:15 UTC  (10+ messages)
` [PATCH 2/4] powerpc/mm: Handle VDSO unmapping via close() rather than arch_unmap()

[PATCH 1/1] arm64: dts: lx2160a: Change PCIe compatible string to fsl,ls2088a-pcie
 2024-08-08 16:15 UTC  (5+ messages)

[PATCH v3] lib/stackdepot: Double DEPOT_POOLS_CAP if KASAN is enabled
 2024-08-08 16:12 UTC  (2+ messages)

[GIT PULL] LOCKDEP changes for v6.12
 2024-08-08 16:11 UTC  (3+ messages)

[PATCH v6 1/3] mm/memblock: introduce a new helper memblock_estimated_nr_free_pages()
 2024-08-08 16:10 UTC  (4+ messages)

[RFC PATCH 0/4] mm/arm64: re-enable HVO
 2024-08-08 16:09 UTC  (3+ messages)
` [RFC PATCH 2/4] arm64: use IPIs to pause/resume remote CPUs

[PATCH 0/4] Enable PMU for ArrowLake-H
 2024-08-08 16:07 UTC  (2+ messages)

[PATCH v4 1/4] x86/split_lock: Move Split and Bus lock code to a dedicated file
 2024-08-08 16:07 UTC  (2+ messages)
` [tip: x86/splitlock] "

[PATCH v4 2/4] x86/bus_lock: Add support for AMD
 2024-08-08 16:07 UTC  (2+ messages)
` [tip: x86/splitlock] "

[PATCH v8 0/8] File abstractions needed by Rust Binder
 2024-08-08 16:04 UTC  (9+ messages)
` [PATCH v8 3/8] rust: file: add Rust abstraction for `struct file`

[PATCH 0/4] PCI: mobivel: Drop layerscape gen4 support
 2024-08-08 16:02 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: PCI: layerscape-pci: drop compatible string fsl,lx2160a-pcie
` [PATCH 2/4] dt-bindings: PCI: drop layerscape-pcie-gen4.txt
` [PATCH 3/4] PCI: mobiveil: Drop layerscape-gen4 support
` [PATCH 4/4] MAINTAINERS: drop NXP LAYERSCAPE GEN4 CONTROLLER

[PATCH v1 1/2] perf callchain: Fix stitch LBR memory leaks
 2024-08-08 16:01 UTC  (6+ messages)
` [PATCH v1 2/2] perf test: Add set of perf record LBR tests

[PATCH] apparmor: fix policy_unpack_test on big endian systems
 2024-08-08 15:59 UTC 

[PATCH] spi: imx: fix use-after-free during driver removal
 2024-08-08 15:58 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] rust: x86: remove `-3dnow{,a}` from target features
 2024-08-08 15:58 UTC  (2+ messages)

[PATCH v2 0/4] mm: split underutilized THPs
 2024-08-08 15:56 UTC  (8+ messages)
` [PATCH v2 1/4] mm: free zapped tail pages when splitting isolated thp
` [PATCH v2 2/4] mm: remap unused subpages to shared zeropage "
` [PATCH v2 4/4] mm: split underutilized THPs

[PATCH v2 2/5] x86/tdx: Add validation of userspace MMIO instructions
 2024-08-08 15:56 UTC  (9+ messages)
  ` [PATCH v3 6/7] x86/tdx: Add a restriction on access to MMIO address
  ` [PATCH v3 7/7] x86/tdx: Avoid crossing the page boundary

[PATCH] vfs: only read fops once in fops_get/put
 2024-08-08 15:54 UTC 

[PATCH v2 0/3] Fix kallsyms with CONFIG_LTO_CLANG
 2024-08-08 15:52 UTC  (22+ messages)
` [PATCH v2 2/3] kallsyms: Add APIs to match symbol without .XXXX suffix
` [PATCH v2 3/3] tracing/kprobes: Use APIs that matches symbols without .XXX suffix

[RFC PATCH 0/6] ASoC: fsl: add memory to memory function for ASRC
 2024-08-08 15:51 UTC  (8+ messages)
` [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support

[PATCH v2] dt-bindings: nvmem: Use soc-nvmem node name instead of nvmem
 2024-08-08 15:51 UTC  (2+ messages)

[net-next PATCH v10 00/11] Introduce RVU representors
 2024-08-08 15:51 UTC  (6+ messages)
` [net-next PATCH v10 01/11] octeontx2-pf: Refactoring RVU driver
` [net-next PATCH v10 03/11] octeontx2-pf: Create representor netdev

[PATCH v2] perf script python: Add the ins_lat field to event handler
 2024-08-08 15:50 UTC  (2+ messages)

[PATCH v4 0/7] mm/mprotect: Fix dax puds
 2024-08-08 15:49 UTC  (6+ messages)
` [PATCH v4 2/7] mm/mprotect: Push mmu notifier to PUDs
` [PATCH v4 5/7] mm/x86: arch_check_zapped_pud()

[PATCH v2 1/4] x86/entry: Remove unwanted instrumentation in common_interrupt()
 2024-08-08 15:49 UTC  (2+ messages)
` [tip: x86/build] "

[PATCH v2 2/4] kcov: add interrupt handling self test
 2024-08-08 15:49 UTC  (2+ messages)
` [tip: x86/build] kcov: Add "

[PATCH v2 3/4] module: Fix KCOV-ignored file name
 2024-08-08 15:49 UTC  (2+ messages)
` [tip: x86/build] "

[PATCH v2 4/4] x86: Ignore stack unwinding in KCOV
 2024-08-08 15:49 UTC  (2+ messages)
` [tip: x86/build] "

[PATCH v5 0/8] Add support for the LAN966x PCI device using a DT overlay
 2024-08-08 15:46 UTC  (9+ messages)
` [PATCH v5 1/8] misc: Add support for LAN966x PCI device
` [PATCH v5 2/8] MAINTAINERS: Add the Microchip LAN966x PCI driver entry
` [PATCH v5 3/8] mfd: syscon: Add reference counting and device managed support
` [PATCH v5 4/8] reset: mchp: sparx5: Add MCHP_LAN966X_PCI dependency
` [PATCH v5 5/8] reset: mchp: sparx5: Allow building as a module
` [PATCH v5 6/8] reset: mchp: sparx5: Release syscon when not use anymore
` [PATCH v5 7/8] reset: core: add get_device()/put_device on rcdev
` [PATCH v5 8/8] reset: mchp: sparx5: set the dev member of the reset controller

NULL pointer deref when running BPF monitor program (6.11.0-rc1)
 2024-08-08 15:43 UTC  (7+ messages)

[PATCH] hid-asus-ally: Add full gamepad support
 2024-08-08 15:35 UTC 

[PATCH v3 0/4] Fixes for memmap accounting
 2024-08-08 15:42 UTC  (5+ messages)
` [PATCH v3 1/4] mm: update the memmap stat before page is freed
` [PATCH v3 2/4] mm: don't account memmap on failure
` [PATCH v3 3/4] mm: add system wide stats items category
` [PATCH v3 4/4] mm: don't account memmap per-node

[PATCH v1 0/4] x86/tdx: Allow MMIO instructions from userspace
 2024-08-08 15:42 UTC  (5+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 5/5] x86/tdx: Implement movs for MMIO

[PATCH] net: qualcomm: emac: use devm for alloc_etherdev
 2024-08-08 15:40 UTC  (2+ messages)

[PATCH v2 net] net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings
 2024-08-08 15:39 UTC  (6+ messages)

[PATCH v8 0/2] Add support for Loongson-1 NAND
 2024-08-08 15:37 UTC  (3+ messages)
` [PATCH v8 1/2] dt-bindings: mtd: Add Loongson-1 NAND Controller

[GIT PULL] bcachefs fixes for 6.11-rc3
 2024-08-08 15:32 UTC 

[PATCH] x86/mm: Don't print out SRAT table information
 2024-08-08 15:32 UTC  (2+ messages)
` [tip: x86/mm] "

[PATCH V2] xfs: Make the fsmap more precise
 2024-08-08 15:29 UTC  (2+ messages)

[PATCH net-next v3 0/6] netdev_features: start cleaning netdev_features_t up
 2024-08-08 15:27 UTC  (7+ messages)
` [PATCH net-next v3 1/6] netdevice: convert private flags > BIT(31) to bitfields
` [PATCH net-next v3 2/6] netdev_features: remove unused __UNUSED_NETIF_F_1
` [PATCH net-next v3 3/6] netdev_features: convert NETIF_F_LLTX to dev->lltx
` [PATCH net-next v3 4/6] netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
` [PATCH net-next v3 5/6] netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
` [PATCH net-next v3 6/6] net: netdev_features: remove NETIF_F_ALL_FCOE

[PATCH] virtio: Remove virtio devices on device_shutdown()
 2024-08-08 15:28 UTC  (8+ messages)

[PATCH] netfilter: nf_tables: Add __percpu annotation to *stats pointer in nf_tables_updchain()
 2024-08-08 15:28 UTC  (2+ messages)

[PATCH] tty: serial: fsl_lpuart: mark last busy before uart_add_one_port
 2024-08-08 15:27 UTC  (2+ messages)

[PATCH] usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c
 2024-08-08 15:25 UTC  (4+ messages)

[PATCH v3 00/11] i2c: riic: Add support for Renesas RZ/G3S
 2024-08-08 15:25 UTC  (15+ messages)
` [PATCH v3 02/11] i2c: riic: Call pm_runtime_get_sync() when need to access registers
` [PATCH v3 03/11] i2c: riic: Use pm_runtime_resume_and_get()
` [PATCH v3 04/11] i2c: riic: Enable runtime PM autosuspend support
` [PATCH v3 05/11] i2c: riic: Add suspend/resume support
` [PATCH v3 06/11] i2c: riic: Define individual arrays to describe the register offsets
` [PATCH v3 07/11] dt-bindings: i2c: renesas,riic: Document the R9A08G045 support
` [PATCH v3 08/11] i2c: riic: Add support for fast mode plus

[PATCH] dt-bindings: memory-controllers: fsl,imx-weim: Fix "fsl,weim-cs-timing" schema
 2024-08-08 15:24 UTC  (2+ messages)

[PATCH v4] pinctrl: samsung: Add support for pull-up and pull-down
 2024-08-08 15:24 UTC  (2+ messages)

[PATCH v2 0/3] Fixes for memmap accounting
 2024-08-08 15:23 UTC  (3+ messages)

[syzbot] [v9fs?] WARNING in v9fs_begin_writeback
 2024-08-08 15:23 UTC  (3+ messages)

[tip: irq/core] irqchip/armada-370-xp: Drop IPI_DOORBELL_START and rename IPI_DOORBELL_END
 2024-08-08 15:21 UTC 

[tip: irq/core] irqchip/armada-370-xp: Add the __init attribute to mpic_msi_init()
 2024-08-08 15:21 UTC 

[tip: irq/core] irqchip/armada-370-xp: Drop msi_doorbell_end()
 2024-08-08 15:21 UTC 

[tip: irq/core] irqchip/armada-370-xp: Put __init attribute after return type in mpic_ipi_init()
 2024-08-08 15:21 UTC 

[tip: irq/core] irqchip/armada-370-xp: Put static variables into driver private structure
 2024-08-08 15:21 UTC 

[tip: irq/core] irqchip/armada-370-xp: Put MSI doorbell limits into the mpic structure
 2024-08-08 15:21 UTC 

[PATCH v7 00/23] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-08-08 15:21 UTC  (8+ messages)
` [PATCH v7 16/23] powerpc/e500: Switch to 64 bits PGD on 85xx (32 bits)

[tip: irq/core] irqchip/armada-370-xp: Fix reenabling last per-CPU interrupt
 2024-08-08 15:21 UTC 

[tip: irq/core] irqchip/armada-370-xp: Dynamically allocate the driver private structure
 2024-08-08 15:21 UTC 

[tip: irq/core] irqchip/armada-370-xp: Pass around the driver private structure
 2024-08-08 15:21 UTC 

[tip: irq/core] irqchip/armada-370-xp: Allow mapping only per-CPU interrupts
 2024-08-08 15:21 UTC 

[tip: irq/core] irqchip/armada-370-xp: Iterate only valid bits of the per-CPU interrupt cause register
 2024-08-08 15:21 UTC 

[tip: irq/core] irqchip/armada-370-xp: Use mpic_is_ipi_available() in mpic_of_init()
 2024-08-08 15:21 UTC 

[PATCH] irqchip/mbigen: Simplify code logic with for_each_child_of_node_scoped()
 2024-08-08 15:21 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 1/3] genirq/irq_sim: Remove unused irq_sim_work_ctx::irq_base
 2024-08-08 15:21 UTC  (2+ messages)
` [tip: irq/core] genirq/irq_sim: Remove unused irq_sim_work_ctx:: Irq_base

[PATCH 2/3] genirq: Remove unused irq_chip_generic::{type,polarity}_cache
 2024-08-08 15:21 UTC  (2+ messages)
` [tip: irq/core] genirq: Remove unused irq_chip_generic:: {type,polarity}_cache

[PATCH 3/3] genirq: Remove irq_chip_regs::polarity
 2024-08-08 15:21 UTC  (2+ messages)
` [tip: irq/core] genirq: Remove irq_chip_regs:: Polarity

[PATCH v4] dt-bindings: media: s5p-mfc: Remove s5p-mfc.txt binding
 2024-08-08 15:21 UTC  (2+ messages)

[PATCH] octeontx2-af: Fix CPT AF register offset calculation
 2024-08-08 15:21 UTC  (2+ messages)

[PATCH] powerpc/mm: Fix size of allocated PGDIR
 2024-08-08 15:20 UTC  (2+ messages)

[PATCH v2 0/4] KCOV fixes
 2024-08-08 15:18 UTC  (6+ messages)

[PATCH] selftests/sched/Makefile: remove relative rpath usage
 2024-08-08 15:16 UTC 

[PATCH v5] x86/mtrr: Check if fixed MTRRs exist before saving them
 2024-08-08 15:13 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH] selftests/rseq/Makefile: fix relative rpath usage
 2024-08-08 15:13 UTC 

[PATCH v2 0/3] Add source filtering for multi-port output
 2024-08-08 15:13 UTC  (7+ messages)
` [PATCH v2 2/3] coresight: "

[PATCH 1/2] mm/numa: no task_numa_fault() call if page table is changed
 2024-08-08 15:12 UTC  (9+ messages)

[PATCH v2 0/3] use device_for_each_child_node_scoped to access device child nodes
 2024-08-08 15:12 UTC  (4+ messages)
` [PATCH v2 1/3] coresight: cti: use device_* to iterate over "
` [PATCH v2 2/3] iio: adc: xilinx-ams: "
` [PATCH v2 3/3] leds: as3645a: "

[PATCH] fs/select: Annotate struct poll_list with __counted_by()
 2024-08-08 15:11 UTC  (2+ messages)

[PATCH net v4] net-sysfs: check device is present when showing duplex
 2024-08-08 15:10 UTC  (2+ messages)

[tip:x86/apic] BUILD SUCCESS 00e5bd44389145cd2f42be8e98cadb210731e72a
 2024-08-08 15:08 UTC 

[PATCH v3] rust: Kbuild: Skip -fmin-function-alignment in bindgen flags
 2024-08-08 15:07 UTC  (3+ messages)

[PATCH] arm/virt: place power button pin number on a define
 2024-08-08 15:06 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-am64* Disable ethernet by default at SoC level
 2024-08-08 15:05 UTC  (3+ messages)

[PATCH 0/5] xen: fix dom0 PV boot on some AMD machines
 2024-08-08 15:03 UTC  (5+ messages)
` [PATCH 5/5] xen: tolerate ACPI NVS memory overlapping with Xen allocated memory

[PATCH] perf scripts python arm-cs-trace-disasm.py: Skip disasm if address continuity is broken
 2024-08-08 15:01 UTC  (20+ messages)


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