messages from 2025-03-07 10:24:34 to 2025-03-10 14:53:24 UTC [more...]
[PATCH v11 00/27] riscv control-flow integrity for usermode
2025-03-10 14:52 UTC (22+ messages)
` [PATCH v11 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v11 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v11 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v11 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v11 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v11 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v11 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v11 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v11 09/27] riscv mmu: write protect and shadow stack
` [PATCH v11 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v11 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v11 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v11 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v11 14/27] riscv/traps: Introduce software check exception
` [PATCH v11 15/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v11 16/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v11 17/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v11 18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v11 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v11 20/27] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v11 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
[PATCH V2 0/2] docs: core-api: Update kernel-api.rst to include cpumask.h
2025-03-10 14:53 UTC (13+ messages)
` [PATCH V2 1/2] cpumask: Fix kernel-doc formatting errors in cpumask.h
[PATCH 0/4] Add support for AD4052 device family
2025-03-10 14:31 UTC (21+ messages)
` [PATCH 2/4] dt-bindings: iio: adc: Add adi,ad4052
` [PATCH 3/4] docs: iio: new docs for ad4052 driver
` [PATCH 4/4] iio: adc: add support for ad4052
[PATCH] drm: Add UAPI for the Asahi driver
2025-03-10 14:14 UTC
[PATCH v2 0/8] Arm CoreSight: Support AUX pause and resume
2025-03-10 13:29 UTC (14+ messages)
` [PATCH v2 1/8] coresight: etm4x: Extract the trace unit controlling
` [PATCH v2 2/8] coresight: Introduce pause and resume APIs for source
` [PATCH v2 3/8] coresight: etm4x: Hook pause and resume callbacks
` [PATCH v2 4/8] coresight: perf: Support AUX trace pause and resume
` [PATCH v2 5/8] coresight: etm: Add an attribute for updating buffer
` [PATCH v2 6/8] coresight: perf: Update buffer on AUX pause
` [PATCH v2 7/8] Documentation: coresight: Document AUX pause and resume
` [PATCH v2 8/8] perf cs-etm: Sync kernel coresight-pmu.h header
[PATCH 0/2] vsprintf: remove redundant %pCn format specifier
2025-03-10 11:23 UTC (12+ messages)
` [PATCH 1/2] thermal: bcm2835: use %pC instead of %pCn
` [PATCH 2/2] vsprintf: remove redundant and unused %pCn format specifier
[PATCH v20 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2025-03-10 10:16 UTC (3+ messages)
[PATCH net-next v7 0/9] Device memory TCP TX
2025-03-10 10:00 UTC (11+ messages)
` [PATCH net-next v7 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v7 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v7 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v7 4/9] net: devmem: Implement TX path
` [PATCH net-next v7 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v7 6/9] net: enable driver support for netmem TX
` [PATCH net-next v7 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v7 8/9] net: check for driver support in netmem TX
` [PATCH net-next v7 9/9] selftests: ncdevmem: Implement devmem TCP TX
[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
2025-03-10 9:51 UTC (12+ messages)
` [PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag
[PATCH v16 0/7] drm/vkms: Add support for YUV and DRM_FORMAT_R*
2025-03-10 9:12 UTC (11+ messages)
` [PATCH v16 5/7] drm/vkms: Create KUnit tests for YUV conversions
[RFC PATCH 0/7] Add Linux Motion Control subsystem
2025-03-10 8:45 UTC (8+ messages)
` [RFC PATCH 1/7] drivers: Add motion control subsystem
[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
2025-03-10 8:16 UTC (21+ messages)
` [PATCH net-next v9 1/6] virtio_net: Add functions for hashing
` [PATCH net-next v9 2/6] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v9 4/6] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v9 5/6] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v9 6/6] vhost/net: Support VIRTIO_NET_F_HASH_REPORT
[PATCH bpf-next v12 0/5] xsk: TX metadata Launch Time support
2025-03-10 8:08 UTC (5+ messages)
` [PATCH bpf-next v12 5/5] igc: Add launch time support to XDP ZC
[PATCH 1/2] Revert "pid: allow pid_max to be set per pid namespace"
2025-03-10 7:32 UTC (2+ messages)
[PATCH net-next v08 0/1] net: hinic3: Add a driver for Huawei 3rd gen NIC
2025-03-10 6:32 UTC (3+ messages)
` [PATCH net-next v08 1/1] hinic3: module initialization and tx/rx logic
[PATCH v1 1/1] hwmon: (dell-smm) Increment the number of fans
2025-03-10 0:11 UTC (2+ messages)
[PATCH v6 0/5] Initial Nova Core series
2025-03-09 18:40 UTC (2+ messages)
[PATCH v3 00/12] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
2025-03-09 15:24 UTC (15+ messages)
` [PATCH v3 01/12] hwmon: (oxp-sensors) Distinguish the X1 variants
` [PATCH v3 02/12] hwmon: (oxp-sensors) Add all OneXFly variants
` [PATCH v3 03/12] platform/x86: oxpec: Move hwmon/oxp-sensors to platform/x86
` [PATCH v3 04/12] ABI: testing: add tt_toggle and tt_led entries
` [PATCH v3 05/12] power: supply: add inhibit-charge-s0 to charge_behaviour
` [PATCH v3 06/12] platform/x86: oxpec: Add charge threshold and behaviour to OneXPlayer
` [PATCH v3 07/12] platform/x86: oxpec: Rename ec group to tt_toggle
` [PATCH v3 08/12] platform/x86: oxpec: Add turbo led support to X1 devices
` [PATCH v3 09/12] platform/x86: oxpec: Move pwm_enable read to its own function
` [PATCH v3 10/12] platform/x86: oxpec: Move pwm value read/write to separate functions
` [PATCH v3 11/12] platform/x86: oxpec: Move fan speed read to separate function
` [PATCH v3 12/12] platform/x86: oxpec: Adhere to sysfs-class-hwmon and enable pwm on 2
[RFC PATCH 0/5] Introduce FDBox, and preserve memfd with shmem over KHO
2025-03-09 12:03 UTC (15+ messages)
` [RFC PATCH 1/5] misc: introduce FDBox
` [RFC PATCH 2/5] misc: add documentation for FDBox
[PATCH] docs/mm: Physical Memory: Populate the "Zones" section
2025-03-08 21:47 UTC (3+ messages)
[PATCH rdma-next v1 0/6] Introduce UCAP API and usage in mlx5
2025-03-08 19:23 UTC (2+ messages)
[PATCH net-next] net: revert to lockless TC_SETUP_BLOCK and TC_SETUP_FT
2025-03-08 17:08 UTC (3+ messages)
[PATCH v3 0/2] iio: ad7380: add SPI offload support
2025-03-08 16:17 UTC (3+ messages)
` [PATCH v3 1/2] iio: ad7380: add support for SPI offload
[PATCH v6 0/3] printf: convert self-test to KUnit
2025-03-08 12:52 UTC (7+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] printf: break kunit into test cases
` [PATCH v6 3/3] printf: implicate test line in failure messages
[PATCH v2] drop_caches: re-enable message after disabling
2025-03-08 8:05 UTC (2+ messages)
[PATCH v3 0/4] platform/x86: Add Lenovo Gaming Series WMI Drivers
2025-03-08 0:41 UTC (10+ messages)
` [PATCH v3 1/4] platform/x86: Add lenovo-wmi drivers Documentation
` [PATCH v3 2/4] platform/x86: Add Lenovo Gamezone WMI Driver
` [PATCH v3 3/4] platform/x86: Add Lenovo Capability Data 01 "
` [PATCH v3 4/4] platform/x86: Add Lenovo Other Mode "
[PATCH v4 0/1] ipe: add errno field to IPE policy load auditing
2025-03-07 22:03 UTC (2+ messages)
` [RFC PATCH v4 1/1] "
[PATCH] PNP: Remove prehistoric deadcode
2025-03-07 21:49 UTC
[PATCH v16 0/3] binder: report txn errors via generic netlink
2025-03-07 21:47 UTC (3+ messages)
` [PATCH v16 1/3] lsm, selinux: Add setup_report permission to binder
[PATCH net-next v5 0/2] netconsole: allow selection of egress interface via MAC address
2025-03-07 20:11 UTC (4+ messages)
` [PATCH net-next v5 2/2] "
[PATCH v12 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2025-03-07 19:46 UTC (29+ messages)
` [PATCH v12 03/19] x86: Secure Launch Resource Table header file
` [PATCH v12 04/19] x86: Secure Launch main "
` [PATCH v12 07/19] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v12 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v12 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v12 10/19] x86: Secure Launch kernel late "
` [PATCH v12 15/19] tpm, tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v12 17/19] tpm, sysfs: Show locality used by kernel
[PATCH net-next v2] net: ti: icssg-prueth: Add ICSSG FW Stats
2025-03-07 16:39 UTC (4+ messages)
[PATCH v5 0/3] printf: convert self-test to KUnit
2025-03-07 16:30 UTC (15+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] printf: break kunit into test cases
` crng init: was: "
` [PATCH v5 3/3] printf: implicate test line in failure messages
[PATCH v6 00/12] dmaengine: qcom: bam_dma: add cmd descriptor support
2025-03-07 13:37 UTC (3+ messages)
` [PATCH v6 03/12] dmaengine: qcom: bam_dma: add bam_pipe_lock flag support
[PATCH net-next] docs: netdev: add a note on selftest posting
2025-03-07 13:25 UTC (4+ messages)
[PATCH 0/2] drm/display: HDMI documentation improvements
2025-03-07 13:11 UTC (3+ messages)
` [PATCH 2/2] drm/display: hdmi: Mention Infoframes testing with edid-decode
[PATCH net-next v8 3/6] tun: Introduce virtio-net hash feature
2025-03-07 11:50 UTC (2+ messages)
[PATCH] drm/vkms: Add "hardware limitation" emulation TODO
2025-03-07 10:24 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).