messages from 2022-08-03 18:24:27 to 2022-08-09 02:10:48 UTC [more...]
[PATCH 0/9] docs: i2c: rework I2C documentation, part II
2022-08-09 2:08 UTC (12+ messages)
` [PATCH 1/9] docs: i2c: i2c-protocol: update introductory paragraph
` [PATCH 2/9] docs: i2c: i2c-protocol,smbus-protocol: remove nonsense words
` [PATCH 3/9] docs: i2c: i2c-protocol: remove unused legend items
` [PATCH 4/9] docs: i2c: smbus-protocol: improve DataLow/DataHigh definition
` [PATCH 5/9] docs: i2c: instantiating-devices: add syntax coloring to dts and C blocks
` [PATCH 6/9] docs: i2c: i2c-topology: fix incorrect heading
` [PATCH 7/9] docs: i2c: i2c-topology: reorder sections more logically
` [PATCH 8/9] docs: i2c: i2c-sysfs: improve wording
` [PATCH 9/9] docs: i2c: i2c-sysfs: fix hyperlinks
[PATCH v5 0/6] Add spi-hid, transport for HID over SPI bus
2022-08-09 0:53 UTC (2+ messages)
[PATCH v2 00/11] Drivers for gunyah hypervisor
2022-08-08 23:38 UTC (29+ messages)
` [PATCH v2 01/11] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v2 03/11] arm64: gunyah: Add Gunyah hypercalls ABI
` [PATCH v2 04/11] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v2 07/11] gunyah: msgq: Add Gunyah message queues
` [PATCH v2 09/11] gunyah: rsc_mgr: Add auxiliary devices for console
` [PATCH v2 11/11] gunyah: Add tty console driver for RM Console Serivces
[PATCH v2 0/5] Update the maintainer PGP guide
2022-08-08 21:31 UTC (6+ messages)
` [PATCH v2 1/5] maintainer-pgp-guide: use key terminology consistent with upstream
` [PATCH v2 2/5] maintainer-pgp-guide: remove keyserver instructions
` [PATCH v2 3/5] maintainer-pgp-guide: update ECC support information
` [PATCH v2 4/5] maintainer-pgp-guide: add a section on PGP-signed patches
` [PATCH v2 5/5] maintainer-pgp-guide: minor wording tweaks
[RFC PATCH net-next] docs: net: add an explanation of VF (and other) Representors
2022-08-08 20:48 UTC (6+ messages)
[RFC net-next v2 0/6] net: support QUIC crypto
2022-08-08 19:05 UTC (9+ messages)
` [RFC net-next v2 1/6] Documentation on QUIC kernel Tx crypto
` [RFC net-next v2 2/6] Define QUIC specific constants, control and data plane structures
` [RFC net-next v2 3/6] Add UDP ULP operations, initialization and handling prototype functions
` [RFC net-next v2 4/6] Implement QUIC offload functions
` [RFC net-next v2 5/6] Add flow counters and Tx processing error counter
` [RFC net-next v2 6/6] Add self tests for ULP operations, flow setup and crypto tests
[PATCH v5 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
2022-08-08 17:56 UTC (6+ messages)
` [PATCH v5 1/5] selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
` [PATCH v5 2/5] userfaultfd: add /dev/userfaultfd for fine grained access control
` [PATCH v5 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v5 4/5] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v5 5/5] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh
[PATCH v3 0/3] Move TLB invalidation code for its own file and document it
2022-08-08 16:58 UTC (7+ messages)
` [PATCH v3 3/3] drm/i915/gt: document TLB cache invalidation functions
` [Intel-gfx] "
[PATCH] docs: Fix Typo
2022-08-08 15:59 UTC (2+ messages)
[PATCH v2 0/3] Add generic framebuffer support to EFI earlycon driver
2022-08-08 15:55 UTC (9+ messages)
` [PATCH v2 1/3] drivers: serial: earlycon: Correct argument name
` [PATCH v2 2/3] drivers: serial: earlycon: Pass device-tree node
` [PATCH v2 3/3] efi: earlycon: Add support for generic framebuffers and move to console subsystem
[PATCH v2 0/2] docs: driver-api: virtio: virtio on Linux
2022-08-08 13:47 UTC (9+ messages)
` [PATCH v2 1/2] virtio: kerneldocs fixes and enhancements
` [PATCH v2 2/2] docs: driver-api: virtio: virtio on Linux
[PATCH v3 0/2] docs: driver-api: virtio: virtio on Linux
2022-08-08 13:27 UTC (3+ messages)
` [PATCH v3 1/2] virtio: kerneldocs fixes and enhancements
` [PATCH v3 2/2] docs: driver-api: virtio: virtio on Linux
[PATCH 1/3] x86/tsc: implement tsc=directsync for systems without IA32_TSC_ADJUST
2022-08-08 11:39 UTC (3+ messages)
` [PATCH 2/3] x86: touch clocksource watchdog after syncing TSCs
` [PATCH 3/3] x86/tsc: don't check for random warps if using direct sync
[PATCH v2 00/10] sched/psi: some optimization and extension
2022-08-08 11:03 UTC (11+ messages)
` [PATCH v2 01/10] sched/psi: fix periodic aggregation shut off
` [PATCH v2 02/10] sched/psi: optimize task switch inside shared cgroups again
` [PATCH v2 03/10] sched/psi: move private helpers to sched/stats.h
` [PATCH v2 04/10] sched/psi: don't change task psi_flags when migrate CPU/group
` [PATCH v2 05/10] sched/psi: don't create cgroup PSI files when psi_disabled
` [PATCH v2 06/10] sched/psi: save percpu memory when !psi_cgroups_enabled
` [PATCH v2 07/10] sched/psi: remove NR_ONCPU task accounting
` [PATCH v2 08/10] sched/psi: add PSI_IRQ to track IRQ/SOFTIRQ pressure
` [PATCH v2 09/10] sched/psi: per-cgroup PSI stats disable/re-enable interface
` [PATCH v2 10/10] sched/psi: cache parent psi_group to speed up groups iterate
[PATCH v2 0/3] docs: conf.py: Reduce texlive dependency
2022-08-08 8:53 UTC (4+ messages)
` [PATCH v2 1/3] docs/conf.py: Treat mathjax as fallback math renderer
` [PATCH v2 2/3] docs/conf.py: Respect env variable SPHINX_IMGMATH
` [PATCH v2 3/3] docs: kerneldoc-preamble: Test xeCJK.sty before loading
[PATCH AUTOSEL 5.10 01/29] x86: Handle idle=nomwait cmdline properly for x86_idle
2022-08-08 1:37 UTC
[PATCH AUTOSEL 5.4 01/23] x86: Handle idle=nomwait cmdline properly for x86_idle
2022-08-08 1:38 UTC
[PATCH AUTOSEL 5.15 01/45] x86: Handle idle=nomwait cmdline properly for x86_idle
2022-08-08 1:35 UTC
[PATCH AUTOSEL 5.18 01/53] x86: Handle idle=nomwait cmdline properly for x86_idle
2022-08-08 1:33 UTC (2+ messages)
` [PATCH AUTOSEL 5.18 12/53] arm64: errata: Remove AES hwcap for COMPAT tasks
[PATCH AUTOSEL 5.19 01/58] x86: Handle idle=nomwait cmdline properly for x86_idle
2022-08-08 1:30 UTC (2+ messages)
` [PATCH AUTOSEL 5.19 14/58] arm64: errata: Remove AES hwcap for COMPAT tasks
[RFC tracing 0/4] tracing: support > 8 byte filter predicates
2022-08-07 22:53 UTC (6+ messages)
` [RFC tracing 1/4] tracing: predicate matching trigger crashes for > 8-byte arrays
` [RFC tracing 2/4] tracing: support > 8 byte array filter predicates
` [RFC tracing 3/4] selftests/ftrace: add test coverage for "
` [RFC tracing 4/4] tracing: document > 8 byte numeric filtering support
EARN OVER $1200 PER DAY ONLINE WITH THE BITCOIN PROFIT METHOD!
2022-08-07 10:43 UTC
[PATCH v1 1/3] hwmon: (pwm-fan) Make use of device properties
2022-08-07 9:20 UTC (7+ messages)
` [PATCH v1 2/3] pwm: core: Get rid of unused devm_of_pwm_get()
` [PATCH v1 3/3] pwm: core: Make of_pwm_get() static
[PATCH 0/2] Add generic framebuffer support to EFI earlycon driver
2022-08-07 6:53 UTC (7+ messages)
` [PATCH 2/2] efi: earlycon: Add support for generic framebuffers and move to fbdev subsystem
Copie de : BITCOIN WILL MAKE YOU A MILLIONAIRE
2022-08-06 23:22 UTC
[PATCH 00/10] Encrypted Hibernation
2022-08-06 18:21 UTC (14+ messages)
` [PATCH 04/10] security: keys: trusted: Allow storage of PCR values in creation data
[PATCH v5 19/33] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
2022-08-06 12:40 UTC (2+ messages)
[PATCH 4/5] drm/vkms: Add ConfigFS scaffolding to VKMS
2022-08-05 21:23 UTC (2+ messages)
[PATCH 0/3] docs: conf.py: Reduce texlive dependency
2022-08-05 20:35 UTC (5+ messages)
` [PATCH 1/3] docs/conf.py: Treat mathjax as fallback math renderer
` [PATCH 2/3] docs/conf.py: Respect env variable LOAD_IMGMATH
` [PATCH 3/3] docs: kerneldoc-preamble: Test xeCJK.sty before loading
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-05 19:54 UTC (18+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 02/14] selftests/memfd: Add tests for F_SEAL_AUTO_ALLOCATE
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*
[PATCH 0/2] landlock: truncate(2) support
2022-08-05 17:12 UTC (3+ messages)
[PATCH v9 00/27] Rust support
2022-08-05 15:42 UTC (4+ messages)
` [PATCH v9 14/27] vsprintf: add new `%pA` format specifier
` [PATCH v9 24/27] docs: add Rust documentation
` [PATCH v9 25/27] x86: enable initial Rust support
[PATCH v3] PCI: update the links for aer-inject git tree
2022-08-05 14:53 UTC (3+ messages)
[PATCH] Doc update: Correct magic values from nbd protocol, V2
2022-08-05 8:25 UTC
[PATCH] filemap: Make the accounting of thrashing more consistent
2022-08-05 3:38 UTC
[RFC net-next 0/6] net: support QUIC crypto
2022-08-05 3:37 UTC (2+ messages)
[PATCH v2] PCI: update the link for aer-inject git tree
2022-08-05 2:48 UTC (3+ messages)
[PATCH 0/3] cxl: documentation fixes
2022-08-05 0:48 UTC (8+ messages)
` [PATCH 1/3] cxl/regions: add padding for cxl_rr_ep_add nested lists
` [PATCH 2/3] cxl/region: describe targets and nr_targets members of cxl_region_params
` [PATCH 3/3] Documentation: cxl: remove dangling kernel-doc reference
[PATCH v4 0/8] phy: Add support for Lynx 10G SerDes
2022-08-04 22:05 UTC (2+ messages)
` [PATCH v4 4/8] phy: fsl: Add Lynx 10G SerDes driver
[RFC net-next 0/6] net: support QUIC crypto
2022-08-04 18:45 UTC (10+ messages)
` [RFC net-next 1/6] net: Documentation on QUIC kernel Tx crypto
[PATCH 0/9] sched/psi: some optimization and extension
2022-08-04 16:56 UTC (11+ messages)
` [PATCH 8/9] sched/psi: add kernel cmdline parameter psi_inner_cgroup
[PATCH v2 4/4] landlock: Document Landlock's file truncation support
2022-08-04 16:45 UTC (2+ messages)
[PATCH 1/2] HID: Add driver for RC Simulator Controllers
2022-08-04 16:10 UTC (2+ messages)
` [PATCH 2/2] MAINTAINERS: Add entry "
[PATCH] docs/kselftest: Fix build commands in guidelines
2022-08-04 15:18 UTC (4+ messages)
[PATCH 0/2] docs/zh_CN: Update two file in zh_CN/process to 5.19
2022-08-04 8:27 UTC (3+ messages)
[PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
2022-08-04 7:58 UTC (11+ messages)
[PATCH v2 00/10] x86/resctrl: Support for AMD QoS new features and bug fix
2022-08-04 7:57 UTC (5+ messages)
` [PATCH v2 10/10] Documentation/x86: Update resctrl_ui.rst for new features
[PATCH v2 0/2] Move TLB invalidation code for its own file and document it
2022-08-04 7:24 UTC (4+ messages)
` [PATCH v2 2/2] drm/i915/gt: document TLB cache invalidation functions
` [Intel-gfx] "
[PATCH] docs: driver-api: virtio: virtio on Linux
2022-08-04 2:46 UTC (2+ messages)
[PATCH] PCI: fix the invalid aer-inject git tree
2022-08-04 10:25 UTC (3+ messages)
[PATCH v2 0/4] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 1)
2022-08-04 1:12 UTC (4+ messages)
` [PATCH v2 2/4] docs/zh_CN: core-api: Add circular-buffers Chinese translation
[PATCH v2] x86/bugs: Add "unknown" reporting for MMIO Stale Data
2022-08-03 21:41 UTC
fs/btrfs/raid56.c:1000: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2022-08-03 18:49 UTC
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).