linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-13 18:49:06 to 2024-02-13 21:07:36 UTC [more...]

linux-next: Fixes tag needs some work in the hid tree
 2024-02-13 21:07 UTC 

[patch 00/30] x86/apic: Rework APIC registration
 2024-02-13 21:06 UTC  (31+ messages)
` [patch 01/30] x86/cpu/topology: Move registration out of APIC code
` [patch 02/30] x86/cpu/topology: Provide separate APIC registration functions
` [patch 03/30] x86/acpi: Use new "
` [patch 04/30] x86/jailhouse: Use new APIC registration function
` [patch 05/30] x86/of: Use new APIC registration functions
` [patch 06/30] x86/mpparse: Use new APIC registration function
` [patch 07/30] x86/acpi: Dont invoke topology_register_apic() for XEN PV
` [patch 08/30] x86/xen/smp_pv: Register fake APICs
` [patch 09/30] x86/cpu/topology: Confine topology information
` [patch 10/30] x86/cpu/topology: Simplify APIC registration
` [patch 11/30] x86/cpu/topology: Use a data structure for topology info
` [patch 12/30] x86/smpboot: Make error message actually useful
` [patch 13/30] x86/cpu/topology: Sanitize the APIC admission logic
` [patch 14/30] x86/cpu/topology: Rework possible CPU management
` [patch 15/30] x86/cpu: Detect real BSP on crash kernels
` [patch 16/30] x86/topology: Add a mechanism to track topology via APIC IDs
` [patch 17/30] x86/cpu/topology: Reject unknown APIC IDs on ACPI hotplug
` [patch 18/30] x86/cpu/topology: Assign hotpluggable CPUIDs during init
` [patch 19/30] x86/xen/smp_pv: Count number of vCPUs early
` [patch 20/30] x86/cpu/topology: Let XEN/PV use topology from CPUID/MADT
` [patch 21/30] x86/cpu/topology: Use topology bitmaps for sizing
` [patch 22/30] x86/cpu/topology: Mop up primary thread mask handling
` [patch 23/30] x86/cpu/topology: Simplify cpu_mark_primary_thread()
` [patch 24/30] x86/cpu/topology: Provide logical pkg/die mapping
` [patch 25/30] x86/cpu/topology: Use topology logical mapping mechanism
` [patch 26/30] x86/cpu/topology: Retrieve cores per package from topology bitmaps
` [patch 27/30] x86/cpu/topology: Rename smp_num_siblings
` [patch 28/30] x86/cpu/topology: Rename topology_max_die_per_package()
` [patch 29/30] x86/cpu/topology: Provide __num_[cores|threads]_per_package
` [patch 30/30] x86/cpu/topology: Get rid of cpuinfo:: X86_max_cores

[RFC v2 00/14] enable bs > ps in XFS
 2024-02-13 21:05 UTC  (4+ messages)
` [RFC v2 01/14] fs: Allow fine-grained control of folio sizes

[patch V3 00/22] x86/topology: More cleanups and preparatory work
 2024-02-13 21:05 UTC  (23+ messages)
` [patch V3 01/22] x86/cpu/topology: Make the APIC mismatch warnings complete
` [patch V3 02/22] x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_ids
` [patch V3 03/22] x86/ioapic: Replace some more set bit nonsense
` [patch V3 04/22] x86/apic: Get rid of get_physical_broadcast()
` [patch V3 05/22] x86/ioapic: Make io_apic_get_unique_id() simpler
` [patch V3 06/22] x86/ioapic: Simplify setup_ioapic_ids_from_mpc_nocheck()
` [patch V3 07/22] x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()
` [patch V3 08/22] x86/mpparse: Rename default_find_smp_config()
` [patch V3 09/22] x86/mpparse: Provide separate early/late callbacks
` [patch V3 10/22] x86/mpparse: Prepare for callback separation
` [patch V3 11/22] x86/dtb: Rename x86_dtb_init()
` [patch V3 12/22] x86/platform/ce4100: Prepare for separate mpparse callbacks
` [patch V3 13/22] x86/platform/intel-mid: "
` [patch V3 14/22] x86/jailhouse: "
` [patch V3 15/22] x86/xen/smp_pv: "
` [patch V3 16/22] x86/hyperv/vtl: "
` [patch V3 17/22] x86/mpparse: Switch to new init callbacks
` [patch V3 18/22] x86/mm/numa: Move early mptable evaluation into common code
` [patch V3 19/22] x86/mpparse: Remove the physid_t bitmap wrapper
` [patch V3 20/22] x86/apic: Remove the pointless writeback of boot_cpu_physical_apicid
` [patch V3 21/22] x86/apic: Remove yet another dubious callback
` [patch V3 22/22] x86/apic: Use a proper define for invalid ACPI CPU ID

[PATCH v2] arm64/sve: Lower the maximum allocation for the SVE ptrace regset
 2024-02-13 21:04 UTC  (2+ messages)

[PATCH 6.1 00/64] 6.1.78-rc1 review
 2024-02-13 21:04 UTC  (4+ messages)

[patch V6 00/19] x86/cpu: Rework topology evaluation
 2024-02-13 21:04 UTC  (20+ messages)
` [patch V6 01/19] x86/cpu: Provide cpuid_read() et al
` [patch V6 02/19] x86/cpu: Provide cpu_init/parse_topology()
` [patch V6 03/19] x86/cpu: Add legacy topology parser
` [patch V6 04/19] x86/cpu: Use common topology code for Centaur and Zhaoxin
` [patch V6 05/19] x86/cpu: Move __max_die_per_package to common.c
` [patch V6 06/19] x86/cpu: Provide a sane leaf 0xb/0x1f parser
` [patch V6 07/19] x86/cpu: Use common topology code for Intel
` [patch V6 08/19] x86/cpu/amd: Provide a separate accessor for Node ID
` [patch V6 09/19] x86/cpu: Provide an AMD/HYGON specific topology parser
` [patch V6 10/19] x86/smpboot: Teach it about topo.amd_node_id
` [patch V6 11/19] x86/cpu: Use common topology code for AMD
` [patch V6 12/19] x86/cpu: Use common topology code for HYGON
` [patch V6 13/19] x86/mm/numa: Use core domain size on AMD
` [patch V6 14/19] x86/cpu: Make topology_amd_node_id() use the actual node info
` [patch V6 15/19] x86/cpu: Remove topology.c
` [patch V6 16/19] x86/cpu: Remove x86_coreid_bits
` [patch V6 17/19] x86/apic: Remove unused phys_pkg_id() callback
` [patch V6 18/19] x86/xen/smp_pv: Remove cpudata fiddling
` [patch V6 19/19] x86/apic/uv: Remove the private leaf 0xb parser

[PATCH] parisc: Fix ip_fast_csum
 2024-02-13 21:04 UTC  (2+ messages)

[net-next RFC PATCH 0/2] net: phy: aquantia: fix system interface provision
 2024-02-13 21:03 UTC  (5+ messages)

CPU data cache across reboot/kexec for pmem/dax devices
 2024-02-13 20:56 UTC  (3+ messages)

[PATCH 0/6] dts: Fix dtc interrupt warnings
 2024-02-13 20:56 UTC  (9+ messages)
` [PATCH 1/6] arm64: dts: freescale: Disable interrupt_map check
` [PATCH 2/6] arm: dts: Fix dtc interrupt_provider warnings
` [PATCH 3/6] arm64: "
` [PATCH 4/6] arm: dts: Fix dtc interrupt_map warnings
` [PATCH 5/6] arm64: dts: qcom: Fix interrupt-map cell sizes
` [PATCH 6/6] dtc: Enable dtc interrupt_provider check

[PATCH RFC bpf-next 0/9] allow HID-BPF to do device IOs
 2024-02-13 20:52 UTC  (13+ messages)

[PATCH 0/6] mfd: tmio: simplify header and move to platform_data
 2024-02-13 20:52 UTC  (3+ messages)
` [PATCH 6/6] mfd: tmio: move header "

[PATCH v17 0/6] Introducing trace buffer mapping by user-space
 2024-02-13 20:53 UTC  (3+ messages)
` [PATCH v17 2/6] ring-buffer: Introducing ring-buffer mapping functions

[PATCH -fixes v2 0/4] riscv: cbo.zero fixes
 2024-02-13 20:43 UTC  (5+ messages)
` [PATCH -fixes v2 3/4] riscv: Add ISA extension parsing for Sm and Ss

[PATCH v5 0/3] per-vma locks in userfaultfd
 2024-02-13 20:40 UTC  (17+ messages)
` [PATCH v5 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH v10 0/4] add zynqmp TCM bindings
 2024-02-13 20:37 UTC  (4+ messages)
` [PATCH v10 2/4] dt-bindings: remoteproc: add Tightly Coupled Memory (TCM) bindings

Prebuilt LLVM 18.1.0-rc2 uploaded
 2024-02-13 20:37 UTC  (5+ messages)

[PATCH v2 2/2] alarmtimer: Modify alarmtimer suspend callback to check for imminent alarm using PM notifier
 2024-02-13 20:30 UTC  (2+ messages)

[PATCH v3 4/4] riscv/barrier: Resolve checkpath.pl error
 2024-02-13 20:29 UTC  (2+ messages)
` [PATCH v3 4/4] riscv/barrier: Resolve checkpatch.pl error

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-13 20:25 UTC  (14+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
` [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal

[patch v2 00/30] x86/apic: Rework APIC registration
 2024-02-13 20:23 UTC  (6+ messages)
` [patch v2 21/30] x86/cpu/topology: Use topology bitmaps for sizing

[PATCH] dt-bindings: leds: pwm-multicolour: re-allow active-low
 2024-02-13 20:13 UTC 

[PATCH v4 0/4] riscv/barrier: tidying up barrier-related macro
 2024-02-13 20:12 UTC  (5+ messages)
` [PATCH v4 1/4] riscv/barrier: Define __{mb,rmb,wmb}
` [PATCH v4 2/4] riscv/barrier: Define RISCV_FULL_BARRIER
` [PATCH v4 3/4] riscv/barrier: Consolidate fence definitions
` [PATCH v4 4/4] riscv/barrier: Resolve checkpatch.pl error

[PATCH v2 00/23] KVM: arm64: Improvements to LPI injection
 2024-02-13 20:12 UTC  (2+ messages)

[PATCH v1 0/2] RISC-V: enable rust
 2024-02-13 20:09 UTC  (19+ messages)

[PATCH] dl2k: Fix potential NULL pointer dereference in receive_packet()
 2024-02-13 20:09 UTC 

[PATCH] drm/rockchip: vop2: add a missing unlock in vop2_crtc_atomic_enable()
 2024-02-13 20:06 UTC  (2+ messages)

[PATCH v1] PCI / PM: Really allow runtime PM without callback functions
 2024-02-13 20:06 UTC  (2+ messages)

[PATCH v4 00/11] x86: Confine early 1:1 mapped startup code
 2024-02-13 20:05 UTC  (3+ messages)
` [PATCH v4 01/11] x86/startup_64: Simplify global variable accesses in GDT/IDT programming

[PATCH v2 1/1] spi-mxs: Fix chipselect glitch
 2024-02-13 20:04 UTC  (7+ messages)

[PATCH] x86/kernel: Validate ROM before DMI scanning when SEV-SNP is active
 2024-02-13 20:02 UTC  (2+ messages)

[RFC PATCH net-next v5 00/14] Device Memory TCP
 2024-02-13 20:01 UTC  (4+ messages)
` [RFC PATCH net-next v5 05/14] netdev: netdevice devmem allocator

[PATCH] gen_compile_commands: fix invalid escape sequence
 2024-02-13 20:00 UTC  (3+ messages)
` [PATCH v2] gen_compile_commands: fix invalid escape sequence warning

[PATCH net-next v3 0/6] net: ravb: Add runtime PM support (part 2)
 2024-02-13 19:58 UTC  (10+ messages)
` [PATCH net-next v3 4/6] net: ravb: Move the update of ndev->features to ravb_set_features()
` [PATCH net-next v3 5/6] net: ravb: Do not apply features to hardware if the interface is down

[PATCH] Documentation: Document the Linux Kernel CVE process
 2024-02-13 19:56 UTC  (4+ messages)

[PATCH 1/2] locking/mutex: Clean up mutex.h
 2024-02-13 19:51 UTC  (5+ messages)

[PATCH 6.6 000/121] 6.6.17-rc1 review
 2024-02-13 19:51 UTC  (3+ messages)

[PATCH] hrtimer: select housekeeping CPU during migration
 2024-02-13 19:49 UTC  (4+ messages)
` [PATCH v2] "
  ` [tip: timers/core] hrtimer: Select "

[PATCH v2 1/2] PCI/IOV: Revert "PCI/IOV: Serialize sysfs sriov_numvfs reads vs writes"
 2024-02-13 19:45 UTC  (2+ messages)

[PATCH] cxl/pci: Fix disabling CXL memory for zero-based addressing
 2024-02-13 19:45 UTC  (6+ messages)

[PATCH] tty: hvc-iucv: fix function pointer casts
 2024-02-13 19:12 UTC  (2+ messages)

[PATCH v4] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts
 2024-02-13 19:39 UTC  (6+ messages)

[PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
 2024-02-13 19:44 UTC  (3+ messages)
` [PATCH 06/15] x86/irq: Set up per host CPU posted interrupt descriptors

[PATCH v1 1/1] serial: 8250_pci1xxxx: Don't use "proxy" headers
 2024-02-13 19:38 UTC 

WARNING: arch/arm64/kernel/cpufeature.c:3369 this_cpu_has_cap
 2024-02-13 19:38 UTC  (3+ messages)

[PATCH v2 1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: remove port property
 2024-02-13 19:37 UTC  (3+ messages)
` (subset) "

[PATCH 1/2] arm64: dts: rockchip: rock-pi-e: adjust phy-handle name
 2024-02-13 19:37 UTC  (2+ messages)
` (subset) "

[RFC PATCH v2 0/3] bluetooth/gnss: GNSS support for TiWi chips
 2024-02-13 19:20 UTC  (4+ messages)
` [RFC PATCH v2 3/3] gnss: Add driver for AI2 protocol

[PATCH] arm64: allow post-init vmalloc PXNTable
 2024-02-13 19:35 UTC  (4+ messages)

[PATCH v2] kvm/x86: allocate the write-tracking metadata on-demand
 2024-02-13 19:32 UTC  (3+ messages)

[PATCH] dt-bindings: rockchip: Fix Hardkernel ODROID-M1 board bindings
 2024-02-13 19:31 UTC  (4+ messages)

[PATCH 0/5] spi: add support for pre-cooking messages
 2024-02-13 19:28 UTC  (13+ messages)
` [PATCH 1/5] spi: add spi_optimize_message() APIs
` [PATCH 5/5] iio: adc: ad7380: use spi_optimize_message()

[PATCH RFC 00/13] Coalesced Interrupt Delivery with posted MSI
 2024-02-13 19:31 UTC  (6+ messages)
` [PATCH RFC 12/13] iommu/vt-d: Add a helper to retrieve PID address

[RFC PATCH] KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()
 2024-02-13 19:25 UTC  (2+ messages)

[PATCH v3] kvm/x86: allocate the write-tracking metadata on-demand
 2024-02-13 19:23 UTC 

[PATCH v2 0/4] Add support for AF8133J magnetometer
 2024-02-13 19:23 UTC  (3+ messages)
` [PATCH v2 2/4] dt-bindings: iio: magnetometer: Add Voltafield AF8133J

[PATCH] nvmem: include bit index in cell sysfs file name
 2024-02-13 19:20 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: rk3588: remove redundant cd-gpios in sdmmc node
 2024-02-13 19:16 UTC 

[PATCH v2 00/12] RK3588 USBDP support
 2024-02-13 19:16 UTC  (2+ messages)
` (subset) "

[PATCH v6 0/2] serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou
 2024-02-13 19:16 UTC  (2+ messages)

[PATCH] arm64: dts: rk3588: minor whitespace cleanup
 2024-02-13 19:16 UTC  (2+ messages)

[PATCH v1] arm64: dts: rockchip: rk3328: Drop interrupts property from pwm-rockchip nodes
 2024-02-13 19:16 UTC  (2+ messages)

[PATCH v1 1/1] dyndbg: Replace kstrdup() + strchr() with kstrdup_and_replace()
 2024-02-13 19:14 UTC  (2+ messages)

[PATCH v2] dt-bindings: interrupt-controller: Convert Atmel AIC to json-schema
 2024-02-13 19:13 UTC  (4+ messages)

[PATCH] i2c: pasemi: split driver into two separate modules
 2024-02-13 19:13 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf, bpftool: Support dumping kfunc prototypes from BTF
 2024-02-13 19:09 UTC  (2+ messages)

[PATCH v3] cgroup2: New memory.max.effective like cgroup1 hierarchical_memory_limit
 2024-02-13 19:08 UTC  (2+ messages)

[PATCH] selftests: fuxex: Report a unique test name per run of futex_requeue_pi
 2024-02-13 19:06 UTC 

[PATCH 6.7 000/124] 6.7.5-rc1 review
 2024-02-13 19:04 UTC  (2+ messages)

[PATCH v14 0/8] Add support for Sub-NUMA cluster (SNC) systems
 2024-02-13 19:02 UTC  (9+ messages)
` [PATCH v15-RFC "

[PATCH v6 00/36] drm/connector: Create HDMI Connector infrastructure
 2024-02-13 19:01 UTC  (3+ messages)
` [PATCH v6 31/36] drm/rockchip: inno_hdmi: Switch to HDMI connector

[PATCH net] net: bcmasp: Handle RX buffer allocation failure
 2024-02-13 18:56 UTC  (2+ messages)

[PATCH] dt-bindings: dma: convert MediaTek High-Speed controller to the json-schema
 2024-02-13 18:52 UTC  (2+ messages)

[PATCH] perf tools: Fixup module symbol end address properly
 2024-02-13 18:48 UTC  (3+ messages)


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).