linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-28 16:09:07 to 2023-03-28 19:58:56 UTC [more...]

[PATCH v17 0/8] Parallel CPU bringup for x86_64
 2023-03-28 19:57 UTC  (5+ messages)
` [PATCH v17 1/8] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v17 4/8] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v17 5/8] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v17 7/8] x86/smpboot: Serialize topology updates for secondary bringup

[PATCH 0/4] Atmel crypto engine fixes
 2023-03-28 19:56 UTC  (5+ messages)
` [PATCH 1/4] crypto: atmel-sha: Add zero length message digest support for hmac
` [PATCH 2/4] crypto: atmel-tdes - Detecting in-place operations with two sg lists
` [PATCH 3/4] crypto: atmel-aes - Detecting in-place operations "
` [PATCH 4/4] crypto: atmel-aes - Match cfb block size with generic implementation

[BUG] systemd-devd triggers kernel memleak apparently in drivers/core/dd.c: driver_register()
 2023-03-28 19:55 UTC  (9+ messages)

[syzbot] [fat?] possible deadlock in do_user_addr_fault
 2023-03-28 19:53 UTC 

[PATCH] arm64: remove special treatment for the link order of head.o
 2023-03-28 19:52 UTC  (9+ messages)

[PATCH v2 net-next 0/6] ATU and FDB synchronization on locked ports
 2023-03-28 19:45 UTC  (15+ messages)
` [PATCH v2 net-next 2/6] net: dsa: propagate flags down towards drivers
` [PATCH v2 net-next 6/6] selftests: forwarding: add dynamic FDB test

linux-next: build failure after merge of the perf tree
 2023-03-28 19:47 UTC  (7+ messages)

[PATCH v2 0/2] arm64: dts: ti: k3-am625-sk: Enable Type-C dual-role
 2023-03-28 19:46 UTC  (6+ messages)
` [PATCH v2 2/2] arm64: dts: ti: k3-am625-sk: Enable Type-C port for USB0

[PATCH] userfaultfd: don't fail on unrecognized features
 2023-03-28 19:45 UTC  (4+ messages)

[PATCH v1 0/9] memcg: make rstat flushing irq and sleep friendly
 2023-03-28 19:42 UTC  (34+ messages)
` [PATCH v1 1/9] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v1 2/9] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v1 3/9] memcg: do not flush stats in irq context
` [PATCH v1 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v1 5/9] memcg: replace stats_flush_lock with an atomic
` [PATCH v1 6/9] memcg: sleep during flushing stats in safe contexts
` [PATCH v1 7/9] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v1 8/9] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v1 9/9] memcg: do not modify rstat tree for zero updates

[PATCH] EDAC/amd81*1: Remove "\n" from MODULE_AUTHOR
 2023-03-28 19:40 UTC  (4+ messages)

[PATCH] cpufreq: CPPC: use 10ms delay instead of 2us to avoid high error
 2023-03-28 19:38 UTC 

[PATCH 0/7] arm64: dts: qcom: sa8775p: add more IOMMUs
 2023-03-28 19:36 UTC  (8+ messages)
` [PATCH 1/7] dt-bindings: clock: qcom: describe the GPUCC clock for SA8775P
` [PATCH 2/7] clk: qcom: add the GPUCC driver for sa8775p
` [PATCH 3/7] arm64: defconfig: enable the SA8775P GPUCC driver
` [PATCH 4/7] dt-bindings: iommu: arm,smmu: enable clocks for sa8775p
` [PATCH 5/7] arm64: dts: qcom: sa8775p: add the pcie smmu node
` [PATCH 6/7] arm64: dts: qcom: sa8775p: add the GPU clock controller node
` [PATCH 7/7] arm64: dts: qcom: sa8775p: add the GPU IOMMU node

[PATCH] drm/sun4i: uncouple DSI dotclock divider from TCON0_DCLK_REG
 2023-03-28 19:28 UTC  (4+ messages)

[PATCH v2 0/3] mcb-pci: fix memory overlapping on MCB devices
 2023-03-28 19:16 UTC  (3+ messages)
` [PATCH v2 1/3] mcb: Return actual parsed size when reading chameleon table

[PATCH] tracing/user_events: Use print_format_fields() for trace output
 2023-03-28 19:14 UTC 

Slim and optimized LLVM toolchains for building the Linux kernel
 2023-03-28 19:09 UTC  (2+ messages)

Linux 6.3-rc3
 2023-03-28 19:07 UTC  (10+ messages)

[PATCH 6.1 000/224] 6.1.22-rc1 review
 2023-03-28 18:56 UTC  (2+ messages)

[PATCH 0/3] Move Loongson1 PWM timer to clocksource framework
 2023-03-28 18:52 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: timer: Add Loongson-1 clocksource

[PATCH 0/1] tools/nolibc: tests: use volatile to force stack smashing
 2023-03-28 18:51 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] tracing: Add "fields" option to show raw trace event fields
 2023-03-28 18:51 UTC 

[PATCH v3 0/3] Add RISC-V 32 NOMMU support
 2023-03-28 18:50 UTC  (2+ messages)
` (subset) "

[PATCH v14 0/4] Checkpoint Support for Syscall User Dispatch
 2023-03-28 18:46 UTC  (6+ messages)
` [PATCH v14 1/4] asm-generic,arm64: create task variant of access_ok
` [PATCH v14 2/4] syscall_user_dispatch: helper function to operate on given task
` [PATCH v14 3/4] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD
` [PATCH v14 4/4] selftest,ptrace: Add selftest for syscall user dispatch config api

[PATCH v1] thermal: core: Drop excessive lockdep_assert_held() calls
 2023-03-28 18:43 UTC 

[net-next Patch v5 0/6] octeontx2-pf: HTB offload support
 2023-03-28 18:42 UTC  (3+ messages)
` [net-next Patch v5 5/6] octeontx2-pf: Add support for HTB offload

[PATCH v1] mtd: rawnand: meson: fix bitmask for length in command word
 2023-03-28 18:36 UTC  (6+ messages)

[PATCH v9 1/4] Bluetooth: Add support for hci devcoredump
 2023-03-28 18:37 UTC  (2+ messages)

[PATCH] dma-buf/heaps: c9e8440eca61 staging: ion: Fix overflow and list bugs in system heap:
 2023-03-28 18:35 UTC  (3+ messages)

[PATCH] kunit: increase KUNIT_LOG_SIZE to 2048 bytes
 2023-03-28 18:30 UTC  (2+ messages)

[PATCH v3 0/8] Support ACPI PSP on Hyper-V
 2023-03-28 18:29 UTC  (6+ messages)
` [PATCH v3 4/8] x86/psp: Add IRQ support

[PATCH v5] staging: sm750: Rename sm750_hw_cursor_* functions to snake_case
 2023-03-28 18:23 UTC  (2+ messages)

[PATCH V2] iommu/vt-d: Fix a IOMMU perfmon warning when CPU hotplug
 2023-03-28 18:20 UTC 

[PATCH v6 00/12] Introduce Nuvoton ma35d1 SoC
 2023-03-28 18:18 UTC  (7+ messages)
` [PATCH v6 04/12] dt-bindings: reset: nuvoton: add binding for ma35d1 IP reset control
` [PATCH v6 08/12] arm64: dts: nuvoton: Add initial ma35d1 device tree
` [PATCH v6 09/12] clk: nuvoton: Add clock driver for ma35d1 clock controller

[PATCH CSDlock 4/4] kernel/smp: Make csdlock_debug= resettable
 2023-03-28 18:16 UTC  (3+ messages)
` [tip: smp/core] "

[PATCH v2 0/8] Re-enable IDXD kernel workqueue under DMA API
 2023-03-28 18:16 UTC  (17+ messages)
` [PATCH v2 3/8] iommu/sva: Support reservation of global SVA PASIDs
` [PATCH v2 4/8] iommu/vt-d: Reserve RID_PASID from global SVA PASID space
` [PATCH v2 7/8] iommu: Export iommu_get_dma_domain
` [PATCH v2 8/8] dmaengine/idxd: Re-enable kernel workqueue under DMA API

[PATCH v4 0/2] Validating UAPI backwards compatibility
 2023-03-28 18:10 UTC  (3+ messages)
` [PATCH v4 2/2] docs: dev-tools: Add UAPI checker documentation

vmlinux.o: warning: objtool: local_clock+0xaa: call to preempt_schedule_notrace_thunk() leaves .noinstr.text section
 2023-03-28 18:05 UTC 

[PATCH v4 0/2] spi: dw: DW SPI DMA Driver updates
 2023-03-28 18:03 UTC  (3+ messages)
` [PATCH v4 2/2] spi: dw: Add dma controller capability checks

[PATCH v2 0/4] Add support for NanoPi R2C and OrangePi R1 Plus LTS
 2023-03-28 17:58 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: Add doc for FriendlyARM NanoPi R2C

[PATCH] blktrace: Gracefully return if fail in blk_register_tracepoints()
 2023-03-28 17:58 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port
 2023-03-28 17:58 UTC  (8+ messages)
` [PATCH 2/4] dt-bindings: display: feiyang,fy07024di26a30d: "
` [PATCH 3/4] dt-bindings: display: elida,kd35t133: document port and rotation
` [PATCH 4/4] dt-bindings: display: sitronix,st7701: "

[PATCH] net: ethernet: 8390: axnet_cs: remove unused xfer_count variable
 2023-03-28 17:57 UTC  (2+ messages)

[RFC PATCH 0/5] Prototype for direct map awareness in page allocator
 2023-03-28 17:55 UTC  (12+ messages)
` [RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()

[PATCH] media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_setup
 2023-03-28 17:54 UTC  (3+ messages)

[PATCH v2 1/5] thermal/core: Update cooling device during thermal zone unregistration
 2023-03-28 17:54 UTC  (7+ messages)
` [PATCH 2/5] thermal/core: Reset cooling state during cooling device unregistration

[RFC PATCH] ipv6: add option to explicitly enable reachability test
 2023-03-28 17:54 UTC  (2+ messages)

[Patch v4 10/10] PCI: tegra194: add interconnect support in Tegra234
 2023-03-28 17:53 UTC  (2+ messages)

[RFC PATCH 0/7] SVM guest shadow stack support
 2023-03-28 17:51 UTC  (4+ messages)

[Patch v4 00/18] NUMA aware page table allocation
 2023-03-28 17:50 UTC  (16+ messages)
` [Patch v4 11/18] KVM: x86/mmu: Add documentation of NUMA aware page table capability
` [Patch v4 12/18] KVM: x86/mmu: Allocate NUMA aware page tables on TDP huge page splits
` [Patch v4 13/18] KVM: mmu: Add common initialization logic for struct kvm_mmu_memory_cache{}
` [Patch v4 14/18] KVM: mmu: Initialize kvm_mmu_memory_cache.gfp_zero to __GFP_ZERO by default
` [Patch v4 15/18] KVM: mmu: Add NUMA node support in struct kvm_mmu_memory_cache{}

[PATCH] fs: quota: avoid unused function warning for !CONFIG_SYSCTL
 2023-03-28 17:48 UTC  (2+ messages)

[GIT PULL] Fix rcu_torture_read ftrace event
 2023-03-28 17:48 UTC 

[PATCH V8 1/2] mm: compaction: move compaction sysctl to its own file
 2023-03-28 17:46 UTC  (3+ messages)

[PATCH 0/2] pinctrl-amd debugfs improvements
 2023-03-28 17:42 UTC  (3+ messages)
` [PATCH 1/2] pinctrl: amd: Adjust debugfs output
` [PATCH 2/2] pinctrl: amd: Add fields for interrupt status and wake status

[PATCH v1 0/6] Simplify linking against tools/perf code
 2023-03-28 17:42 UTC  (5+ messages)

[PATCH v1 0/4] Remove the qdsp6ss register from lpasscc
 2023-03-28 17:41 UTC  (4+ messages)

9p caching with cache=loose and cache=fscache
 2023-03-28 17:41 UTC  (5+ messages)

[PATCH v2] PCI/P2PDMA: Fix the comments on pci_p2pmem_find_many()
 2023-03-28 17:36 UTC  (4+ messages)

[PATCH V5 02/16] io_uring: add IORING_OP_FUSED_CMD
 2023-03-28 17:33 UTC  (2+ messages)

Panic starting 6.2.x and later 6.1.x kernels
 2023-03-28 17:33 UTC  (9+ messages)

[EXTERNAL] [PATCH 1/6] PCI: hv: fix a race condition bug in hv_pci_query_relations()
 2023-03-28 17:24 UTC  (2+ messages)

[PATCH v2 4/5] cxl/pci: Forward RCH downstream port-detected errors to the CXL.mem dev handler
 2023-03-28 17:21 UTC  (2+ messages)

[PATCH v8 0/6] Add a multicolor LED driver for groups of monochromatic LEDs
 2023-03-28 17:20 UTC  (9+ messages)
` [PATCH v8 1/6] devres: provide devm_krealloc_array()
` [PATCH v8 2/6] leds: class: simplify the implementation of devm_of_led_get()
` [PATCH v8 3/6] leds: provide devm_of_led_get_optional()
` [PATCH v8 4/6] leds: class: store the color index in struct led_classdev
` [PATCH v8 5/6] dt-bindings: leds: Add binding for a multicolor group of LEDs
` [PATCH v8 6/6] leds: Add a multicolor LED driver to group monochromatic LEDs

[PATCH] MAINTAINERS: remove the linux-nfc@lists.01.org list
 2023-03-28 17:19 UTC  (3+ messages)

[RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace
 2023-03-28 17:15 UTC  (4+ messages)

[PATCH v2] ARM: dts: stm32: add FMC support on STM32MP13x SoC family
 2023-03-28 17:07 UTC 

[PATCH v8 2/2] drm: add kms driver for loongson display controller
 2023-03-28 17:06 UTC  (4+ messages)

[PATCH] riscv/fault: Dump user opcode bytes on fatal faults
 2023-03-28 17:03 UTC  (2+ messages)

[PATCH] PCI: Assign PCI domain by ida_alloc()
 2023-03-28 17:02 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 0/4] Improve PTT filter interface and some fixes
 2023-03-28 17:02 UTC  (9+ messages)
` [PATCH 1/4] hwtracing: hisi_ptt: Make cpumask only present online CPUs
` [PATCH 2/4] hwtracing: hisi_ptt: Add support for dynamically updating the filter list
` [PATCH 3/4] hwtracing: hisi_ptt: Export available filters through sysfs
` [PATCH 4/4] hwtracing: hisi_ptt: Advertise PERF_PMU_CAP_NO_EXCLUDE for PTT PMU

[PATCH 6.2 000/240] 6.2.9-rc1 review
 2023-03-28 17:02 UTC  (2+ messages)

[PATCH V10 0/4] Add minimal boot support for IPQ9574
 2023-03-28 16:59 UTC  (5+ messages)
` [PATCH V10 2/4] clk: qcom: Add Global Clock Controller driver "

[PATCH 0/2] bio iter improvements
 2023-03-28 16:57 UTC  (3+ messages)

[PATCH] Refactor 'peeksiginfo' ptrace test part
 2023-03-28 16:56 UTC  (2+ messages)

[PATCH] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
 2023-03-28 16:56 UTC  (3+ messages)

[PATCH v2] selftests: prctl: Add new prctl test for PR_SET_VMA action
 2023-03-28 16:55 UTC  (2+ messages)

[PATCH] locking/rtmutex: Flush the plug before entering the slowpath
 2023-03-28 16:54 UTC  (2+ messages)
` [PATCH] locking/rtmutex: Do the trylock-slowpath with DEBUG_RT_MUTEXES enabled

[PATCH v2] mtdblock: tolerate corrected bit-flips
 2023-03-28 16:51 UTC  (2+ messages)

[PATCH v3 0/2] remoteproc: get rproc devices for clusters
 2023-03-28 16:49 UTC  (3+ messages)
` [PATCH v3 1/2] remoteproc: Make rproc_get_by_phandle() work "
` [PATCH v3 2/2] remoteproc: enhance rproc_put() "

[PATCH 0/6] pci-hyper: fix race condition bugs for fast device hotplug
 2023-03-28 16:48 UTC  (3+ messages)
` [PATCH 1/6] PCI: hv: fix a race condition bug in hv_pci_query_relations()

[PATCH v11 1/4] Bluetooth: Add support for hci devcoredump
 2023-03-28 16:42 UTC  (4+ messages)
` [PATCH v11 2/4] Bluetooth: Add vhci devcoredump support
` [PATCH v11 3/4] Bluetooth: btusb: Add btusb "
` [PATCH v11 4/4] Bluetooth: btintel: Add Intel "

[PATCH v2 1/9] ASoC: dt-bindings: qcom,lpass-rx-macro: narrow clocks per variants
 2023-03-28 16:41 UTC  (3+ messages)
` [PATCH v2 0/9] ASoC: add audio digital codecs for Qualcomm SM8550

[PATCH] KVM: x86/pmu: Add Intel PMU supported fixed counters bit mask
 2023-03-28 16:38 UTC  (6+ messages)

[PATCH v2] selftests: sched: Add more core schedule prctl calls
 2023-03-28 16:38 UTC  (2+ messages)

linux-next: manual merge of the rcu tree with the rdma tree
 2023-03-28 16:38 UTC  (2+ messages)

[PATCH v3 1/2] mm: vmalloc: Remove a global vmap_blocks xarray
 2023-03-28 16:37 UTC  (3+ messages)

[PATCH v10 1/4] Bluetooth: Add support for hci devcoredump
 2023-03-28 16:30 UTC  (4+ messages)
` [PATCH v10 2/4] Bluetooth: Add vhci devcoredump support
` [PATCH v10 3/4] Bluetooth: btusb: Add btusb "
` [PATCH v10 4/4] Bluetooth: btintel: Add Intel "

[PATCH net v2] virtio/vsock: fix leaks due to missing skb owner
 2023-03-28 16:29 UTC 

[PATCH net v3] net: ipa: compute DMA pool size properly
 2023-03-28 16:27 UTC 

[PATCH] perf vendor events power9: Remove UTF-8 characters from json files
 2023-03-28 16:21 UTC  (2+ messages)

[GIT PULL] Kselftest fixes update for Linux 6.3-rc5
 2023-03-28 16:20 UTC 

[syzbot] Monthly cluster report
 2023-03-28 16:19 UTC 

[PATCH 0/5] remove page_endio()
 2023-03-28 16:17 UTC  (4+ messages)
  ` [PATCH 1/5] zram: remove the call to page_endio in the bio end_io handler

[BUG] perf: No samples found when using kcore + coresight
 2023-03-28 16:16 UTC  (12+ messages)

[PATCH 01/12] net: dsa: lantiq_gswip: mark OF related data as maybe unused
 2023-03-28 16:13 UTC  (4+ messages)
` [PATCH 07/12] net: ieee802154: adf7242: drop of_match_ptr for ID table

[PATCH v2 00/15] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-03-28 16:13 UTC  (7+ messages)
` [PATCH v2 04/15] dmaengine: idxd: Export descriptor management functions
` [PATCH v2 06/15] dmaengine: idxd: Add private_data to struct idxd_wq

[PATCH 0/5] mailbox: apple: Move driver into soc/apple and stop using the subsystem
 2023-03-28 16:13 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: add FMC support on STM32MP13x SoC family
 2023-03-28 16:12 UTC  (3+ messages)

[PATCH] Series-to: Fred Bloggs <f.blogs@napier.co.nz> Series-cc: Sean O'Brien <seobrien@chromium.org> HID: input: Restore missing cursor for digitizer devices
 2023-03-28 16:11 UTC 

[PATCH net] virtio/vsock: fix leak due to missing skb owner
 2023-03-28  7:58 UTC  (3+ messages)

[PATCH v4 0/4] StarFive's SDIO/eMMC driver support
 2023-03-28 16:08 UTC  (4+ messages)
` [PATCH v4 2/4] mmc: starfive: Add sdio/emmc "

[PATCH v2 0/2] Handle core soft reset failure in pullup
 2023-03-28 16:07 UTC  (2+ messages)
` [PATCH v2 1/2] usb: dwc3: gadget: Bail out in pullup if soft reset timeout happens

[PATCH v7 0/3] Add single core R5F IPC for AM62 SoC family
 2023-03-28 16:08 UTC  (5+ messages)
` [PATCH v7 3/3] remoteproc: k3-r5: Use separate compatible string for TI AM62x "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).