messages from 2024-02-14 14:52:56 to 2024-02-15 12:00:35 UTC [more...]
[PATCH v3] Documentation: Document the Linux Kernel CVE process
2024-02-15 12:00 UTC (16+ messages)
[PATCH v6 000/164] pwm: Improve lifetime tracking for pwm_chips
2024-02-15 11:46 UTC (2+ messages)
[PATCH v1 0/5] Introduce SandBox Mode (SBM)
2024-02-15 11:39 UTC (17+ messages)
` [PATCH v1 5/5] sbm: SandBox Mode documentation
[PATCH] docs: Only load the translations extension for HTML output
2024-02-15 11:24 UTC (5+ messages)
[PATCH] docs: translations: use attribute to store current language
2024-02-15 11:22 UTC (2+ messages)
Re: [PATCH v5 08/44] drm/connector: hdmi: Add Broadcast RGB property
2024-02-15 11:00 UTC (13+ messages)
` "
` "
` "
` "
` "
[PATCH v8 00/15] x86: Trenchboot secure dynamic launch Linux kernel support
2024-02-15 10:56 UTC (24+ messages)
` [PATCH v8 01/15] x86/boot: Place kernel_info at a fixed offset
` [PATCH v8 02/15] Documentation/x86: Secure Launch kernel documentation
` [PATCH v8 03/15] x86: Secure Launch Kconfig
` [PATCH v8 04/15] x86: Secure Launch Resource Table header file
` [PATCH v8 05/15] x86: Secure Launch main "
` [PATCH v8 06/15] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v8 07/15] x86: Secure Launch kernel early boot stub
` [PATCH v8 08/15] x86: Secure Launch kernel late "
` [PATCH v8 09/15] x86: Secure Launch SMP bringup support
` [PATCH v8 10/15] kexec: Secure Launch kexec SEXIT support
` [PATCH v8 11/15] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v8 12/15] tpm: Add ability to set the preferred locality the TPM chip uses
` [PATCH v8 13/15] tpm: Add sysfs interface to allow setting and querying the preferred locality
` [PATCH v8 14/15] x86: Secure Launch late initcall platform module
` [PATCH v8 15/15] x86: EFI stub DRTM launch support for Secure Launch
[PATCH net-next v3 00/17] net: Add support for Power over Ethernet (PoE)
2024-02-15 10:41 UTC (26+ messages)
` [PATCH net-next v3 01/17] MAINTAINERS: net: Add Oleksij to pse-pd maintainers
` [PATCH net-next v3 02/17] of: property: Add fw_devlink support for pse parent
` [PATCH net-next v3 05/17] net: pse-pd: Introduce PSE types enumeration
` [PATCH net-next v3 06/17] net: ethtool: pse-pd: Expand pse commands with the PSE PoE interface
` [PATCH net-next v3 07/17] netlink: specs: Modify pse attribute prefix
` [PATCH net-next v3 08/17] netlink: specs: Expand the pse netlink command with PoE interface
` [PATCH net-next v3 09/17] MAINTAINERS: Add myself to pse networking maintainer
` [PATCH net-next v3 10/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs
` [PATCH net-next v3 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
[PATCH 0/3] TEE driver for Trusted Services
2024-02-15 10:32 UTC (8+ messages)
` [PATCH 2/3] tee: tstee: Add Trusted Services TEE driver
` [PATCH 3/3] Documentation: tee: Add TS-TEE driver
[PATCH net-next v8 1/2] ethtool: Add GTP RSS hash options to ethtool.h
2024-02-15 10:26 UTC (3+ messages)
[PATCH v2] arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata
2024-02-15 9:57 UTC (5+ messages)
[PATCH v1 0/8] x86_64 SandBox Mode arch hooks
2024-02-15 9:37 UTC (22+ messages)
` [PATCH v1 7/8] sbm: documentation of the x86-64 SandBox Mode implementation
[PATCH v3 00/35] Memory allocation profiling
2024-02-15 9:22 UTC (49+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v3 25/35] xfs: Memory allocation profiling fixups
` [PATCH v3 31/35] lib: add memory allocations report in show_mem()
[PATCH 00/31] NT synchronization primitive driver
2024-02-15 7:28 UTC (36+ messages)
` [PATCH 01/31] ntsync: Introduce the ntsync driver and character device
` [PATCH 02/31] ntsync: Introduce NTSYNC_IOC_CREATE_SEM
` [PATCH 03/31] ntsync: Introduce NTSYNC_IOC_SEM_POST
` [PATCH 04/31] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH 05/31] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH 06/31] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH 07/31] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH 08/31] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH 09/31] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH 10/31] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [PATCH 11/31] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [PATCH 12/31] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [PATCH 13/31] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [PATCH 14/31] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [PATCH 15/31] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [PATCH 16/31] ntsync: Introduce alertable waits
` [PATCH 17/31] ntsync: Allow waits to use the REALTIME clock
` [PATCH 18/31] selftests: ntsync: Add some tests for semaphore state
` [PATCH 19/31] selftests: ntsync: Add some tests for mutex state
` [PATCH 20/31] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [PATCH 21/31] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [PATCH 22/31] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH 23/31] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH 24/31] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH 25/31] selftests: ntsync: Add some tests for auto-reset "
` [PATCH 26/31] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH 27/31] selftests: ntsync: Add tests for alertable waits
` [PATCH 28/31] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH 29/31] selftests: ntsync: Add a stress test for contended waits
` [PATCH 30/31] maintainers: Add an entry for ntsync
` [PATCH 31/31] docs: ntsync: Add documentation for the ntsync uAPI
[PATCH 1/1] Documentation: hyperv: Add overview of PCI pass-thru device support
2024-02-14 23:22 UTC
[PATCH v15 00/50] Introduce QC USB SND audio offloading support
2024-02-14 23:04 UTC (10+ messages)
` [PATCH v15 18/50] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v15 39/50] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v15 46/50] ALSA: usb-audio: Add USB offloading capable kcontrol
[PATCH v8 0/1] mm: report per-page metadata information
2024-02-14 22:57 UTC (2+ messages)
` [PATCH v8 1/1] "
[PATCH v4] docs: admin-guide: Update bootloader and installation instructions
2024-02-14 22:54 UTC (2+ messages)
[PATCH] Documentation: update mailing list addresses
2024-02-14 22:46 UTC (2+ messages)
[PATCH] docs: Makefile: Fix make cleandocs by deleting generated .rst files
2024-02-14 22:43 UTC (2+ messages)
[PATCH docs-next] scripts/kernel-doc: reindent
2024-02-14 22:42 UTC (2+ messages)
[PATCH v2] docs: scripts: sphinx-pre-install: Fix building docs with pyyaml package
2024-02-14 22:32 UTC (3+ messages)
` [PATCH v3] "
[PATCH] doc:it_IT: add translation for I2C summary and protocol
2024-02-14 22:31 UTC (2+ messages)
[PATCH] doc:it_IT: remove unreferenced and not translated page
2024-02-14 22:28 UTC (2+ messages)
[PATCH] Documentation: embargoed-hardware-issues.rst: Fix Trilok's email
2024-02-14 22:06 UTC (5+ messages)
[PATCH] docs: kbuild: Kconfig: Fix grammar and formatting
2024-02-14 21:51 UTC (2+ messages)
[PATCH] Documentation: Document the Linux Kernel CVE process
2024-02-14 19:02 UTC (8+ messages)
[PATCH v2 0/2] net: ipconfig: remove wait for drivers
2024-02-14 17:47 UTC (6+ messages)
` [PATCH v2 1/2] net: make driver settling time configurable
[PATCH RFC bpf-next v2 00/10] allow HID-BPF to do device IOs
2024-02-14 17:18 UTC (11+ messages)
` [PATCH RFC bpf-next v2 01/10] bpf/verifier: introduce in_sleepable() helper
` [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
` [PATCH RFC bpf-next v2 03/10] bpf/verifier: allow more maps in sleepable bpf programs
` [PATCH RFC bpf-next v2 04/10] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH RFC bpf-next v2 05/10] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH RFC bpf-next v2 06/10] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH RFC bpf-next v2 07/10] HID: bpf: allow to inject HID event from BPF
` [PATCH RFC bpf-next v2 08/10] selftests/hid: add tests for hid_bpf_input_report
` [PATCH RFC bpf-next v2 09/10] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks
` [PATCH RFC bpf-next v2 10/10] selftests/hid: add test for bpf_timer
[PATCH RFC bpf-next 0/9] allow HID-BPF to do device IOs
2024-02-14 17:10 UTC (11+ messages)
[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
2024-02-14 16:33 UTC (9+ messages)
` [PATCH v12 08/20] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
[PATCH v7 0/3] w1: add UART w1 bus driver
2024-02-14 15:48 UTC (5+ messages)
` [PATCH v7 2/3] dt-bindings: w1: UART 1-Wire bus
` [PATCH v7 3/3] w1: add UART w1 bus driver
` (subset) "
[RFC PATCH net-next v5 00/14] Device Memory TCP
2024-02-14 15:30 UTC (5+ messages)
` [RFC PATCH net-next v5 07/14] page_pool: devmem support
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).