linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-23 07:57:36 to 2022-08-25 07:22:02 UTC [more...]

[PATCH 1/3] x86/tsc: implement tsc=directsync for systems without IA32_TSC_ADJUST
 2022-08-25  7:21 UTC  (6+ messages)
` [PATCH 3/3] x86/tsc: don't check for random warps if using direct sync

[PATCH v2 0/4] Implement IOCTL to get and clear soft dirty PTE
 2022-08-25  7:21 UTC  (6+ messages)
` [PATCH v2 1/4] fs/proc/task_mmu: update functions to clear the soft-dirty bit
` [PATCH v2 2/4] fs/proc/task_mmu: Implement IOCTL to get and clear soft dirty PTE bit
` [PATCH v2 3/4] selftests: vm: add pagemap ioctl tests
` [PATCH v2 4/4] mm: add documentation of the new ioctl on pagemap

[PATCH v3] page_ext: introduce boot parameter 'early_page_ext'
 2022-08-25  7:11 UTC  (2+ messages)

[PATCH net-next v2 2/6] netlink: add support for ext_ack missing attributes
 2022-08-25  6:49 UTC  (2+ messages)

[RESEND PATCH 1/2] HID: Add driver for RC Simulator Controllers
 2022-08-25  6:48 UTC  (5+ messages)

[PATCH v2] page_ext: introduce boot parameter 'early_page_ext'
 2022-08-25  6:27 UTC  (4+ messages)

[PATCH] docs: Update version number from 5.x to 6.x in README.rst
 2022-08-25  3:24 UTC  (3+ messages)

[PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices
 2022-08-25  2:52 UTC  (8+ messages)
` [PATCH bpf-next v7 13/24] HID: initial BPF implementation
` [PATCH bpf-next v7 24/24] Documentation: add HID-BPF docs

[PATCH RFC 0/2] coding-style.rst: document BUG() and WARN() rules
 2022-08-25  2:30 UTC  (7+ messages)
` [PATCH RFC 1/2] coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")
` [PATCH RFC 2/2] checkpatch: warn on usage of VM_BUG_ON() and friends

[PATCH net-next] Documentation: sysctl: align cells in second content column
 2022-08-25  1:50 UTC  (2+ messages)

[PATCH AUTOSEL 5.19 04/38] rtla: Fix tracer name
 2022-08-25  1:33 UTC 

[PATCH v2 0/2] watermark related improvement on zone movable
 2022-08-25  0:49 UTC  (5+ messages)
` [PATCH v2 1/2] mm: Cap zone movable's min wmark to small value

[net-next v2 0/6] net: support QUIC crypto
 2022-08-24 23:09 UTC  (4+ messages)

[RESEND PATCH v3 0/9] Make ghes_edac a proper module
 2022-08-24 23:04 UTC  (9+ messages)
` [RESEND PATCH v3 3/9] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes
` [RESEND PATCH v3 4/9] EDAC/ghes: Move ghes_edac.force_load to setup parameter
` [RESEND PATCH v3 5/9] EDAC: Don't load chipset-specific edac drivers when ghes_edac is preferred

[PATCH bpf-next v2 0/2] Add table of BPF program types to docs
 2022-08-24 22:10 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] Add subdir support to Documentation makefile
` [PATCH bpf-next v2 2/2] Add table of BPF program types to libbpf docs

[PATCH v3 00/10] x86/resctrl: Support for AMD QoS new features and bug fix
 2022-08-24 21:16 UTC  (19+ messages)
` [PATCH v3 01/10] x86/resctrl: Fix min_cbm_bits for AMD
` [PATCH v3 02/10] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
` [PATCH v3 03/10] x86/resctrl: Add a new resource type RDT_RESOURCE_SMBA
` [PATCH v3 04/10] x86/resctrl: Detect and configure Slow Memory Bandwidth allocation
` [PATCH v3 06/10] x86/resctrl: Introduce mon_configurable to detect Bandwidth Monitoring Event Configuration
` [PATCH v3 07/10] x86/resctrl: Add sysfs interface files to read/write event configuration
` [PATCH v3 08/10] x86/resctrl: Add the sysfs interface to read the "
` [PATCH v3 09/10] x86/resctrl: Add sysfs interface to write "

[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-08-24 20:57 UTC  (16+ messages)
` [PATCH v1 1/5] "

[PATCH bpf-next v9 00/23] Introduce eBPF support for HID devices
 2022-08-24 19:30 UTC  (27+ messages)
` [PATCH bpf-next v9 01/23] bpf/verifier: allow all functions to read user provided context
` [PATCH bpf-next v9 02/23] bpf/verifier: do not clear meta in check_mem_size
` [PATCH bpf-next v9 03/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v9 04/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v9 05/23] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v9 06/23] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v9 07/23] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
` [PATCH bpf-next v9 08/23] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v9 09/23] HID: export hid_report_type to uapi
` [PATCH bpf-next v9 10/23] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v9 11/23] HID: Kconfig: split HID support and hid-core compilation
` [PATCH bpf-next v9 12/23] HID: initial BPF implementation
` [PATCH bpf-next v9 13/23] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v9 14/23] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v9 15/23] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v9 16/23] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v9 17/23] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v9 18/23] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v9 19/23] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v9 20/23] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v9 21/23] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v9 21/23] samples/bpf: HID: "
` [PATCH bpf-next v9 22/23] HID: bpf: add Surface Dial example
` [PATCH bpf-next v9 22/23] samples/bpf: HID: "
` [PATCH bpf-next v9 23/23] Documentation: add HID-BPF docs

[PATCH v2 00/10] Encrypted Hibernation
 2022-08-24 17:34 UTC  (4+ messages)
` [PATCH v2 04/10] security: keys: trusted: Allow storage of PCR values in creation data

[PATCH v3 00/10] sched/psi: some optimization and extension
 2022-08-24 15:30 UTC  (20+ messages)
` [PATCH v3 01/10] sched/psi: fix periodic aggregation shut off
` [PATCH v3 02/10] sched/psi: don't create cgroup PSI files when psi_disabled
` [PATCH v3 03/10] sched/psi: save percpu memory when !psi_cgroups_enabled
` [PATCH v3 04/10] sched/psi: move private helpers to sched/stats.h
` [PATCH v3 05/10] sched/psi: optimize task switch inside shared cgroups again
` [PATCH v3 06/10] sched/psi: remove NR_ONCPU task accounting
` [PATCH v3 07/10] sched/psi: add PSI_IRQ to track IRQ/SOFTIRQ pressure
` [PATCH v3 08/10] sched/psi: consolidate cgroup_psi()
` [PATCH v3 09/10] sched/psi: cache parent psi_group to speed up groups iterate
` [PATCH v3 10/10] sched/psi: per-cgroup PSI accounting disable/re-enable interface

[PATCH] docs:kselftest: fix kselftest_module.h path of example module
 2022-08-24 14:25 UTC 

[PATCH v2 0/2] kunit: add boot time parameter to enable KUnit
 2022-08-24 14:13 UTC  (7+ messages)
` [PATCH v2 1/2] kunit: add kunit.enable to enable/disable KUnit test
` [PATCH v2 2/2] kunit: no longer call module_info(test, "Y") for kunit modules

[PATCH] docs: scheduler: Update new path for the sysctl knobs
 2022-08-24 14:04 UTC  (3+ messages)

[PATCH v3 0/2] coresight: etm4x: Expose default timestamp source in sysfs
 2022-08-24 13:59 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] coresight: etm4x: docs: Add documentation for 'ts_source' sysfs interface

[PATCH v4 2/2] ksm: add profit monitoring documentation
 2022-08-24 13:02 UTC  (2+ messages)

[PATCH v3 1/2] ksm: count allocated ksm rmap_items for each process
 2022-08-24 12:52 UTC  (4+ messages)
` [PATCH v3 2/2] ksm: add profit monitoring documentation

[PATCH -next 0/5] landlock: add chmod and chown support
 2022-08-24 11:44 UTC  (15+ messages)
` [PATCH -next 2/5] "
` [PATCH -next 3/5] landlock/selftests: add selftests for chmod and chown

[PATCH v3] hwmon: Add driver for the TEXAS TPS546D24 Buck Converter
 2022-08-24 10:50 UTC  (4+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-24 10:37 UTC  (20+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH bpf-next] Add table of BPF program types to docs
 2022-08-24 10:24 UTC  (3+ messages)

[PATCH bpf-next v7 02/24] bpf/verifier: allow kfunc to read user provided context
 2022-08-24  9:57 UTC  (5+ messages)
` [PATCH bpf-next v8 "

[PATCH v3 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-08-24  9:46 UTC  (7+ messages)
` [PATCH v3 2/4] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v3 3/4] mm: rmap: Extend tlbbatch APIs to fit new platforms
` [PATCH v3 4/4] arm64: support batched/deferred tlb shootdown during page reclamation

[linux-stable-rc:linux-5.4.y 4226/5188] htmldocs: Warning: Documentation/admin-guide/sysctl/kernel.rst references a file that doesn't exist: Documentation/filesystems/devpts.rst
 2022-08-24  9:24 UTC 

[PATCH v3 0/3] docs: i2c: rework I2C documentation, part II
 2022-08-24  8:31 UTC  (4+ messages)
` [PATCH v3 1/3] docs: i2c: i2c-topology: fix typo
` [PATCH v3 2/3] docs: i2c: i2c-topology: fix incorrect heading
` [PATCH v3 3/3] docs: i2c: i2c-topology: reorder sections more logically

[PATCH v2 0/3] docs: i2c: rework I2C documentation, part II
 2022-08-24  7:25 UTC  (11+ messages)
` [PATCH v2 1/3] docs: i2c: i2c-topology: fix incorrect heading
` [PATCH v2 2/3] docs: i2c: i2c-topology: reorder sections more logically
` [PATCH v2 3/3] docs: i2c: i2c-topology: fix typo

[PATCH 0/2] Documentation/x86: Update the dynamic XSTATE doc
 2022-08-24  4:33 UTC  (7+ messages)
` [PATCH 1/2] Documentation/x86: Add the AMX enabling example
` [PATCH 2/2] Documentation/x86: Explain guest XSTATE permission control

[PATCH v2 2/2] ksm: add profit monitoring documentation
 2022-08-24  4:03 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-23 17:41 UTC  (12+ messages)

[PATCH net-next v1 0/7] add generic PSE support
 2022-08-23 16:22 UTC  (8+ messages)
` [PATCH net-next v1 1/7] dt-bindings: net: pse-dt: add bindings for generic PSE controller
` [PATCH net-next v1 2/7] dt-bindings: net: phy: add PoDL PSE property

[PATCH v2 00/10] sched/psi: some optimization and extension
 2022-08-23 16:20 UTC  (11+ messages)
` [PATCH v2 09/10] sched/psi: per-cgroup PSI stats disable/re-enable interface

[PATCH v13 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-23 15:00 UTC  (11+ messages)
` [PATCH v13 01/10] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v13 02/10] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v13 03/10] bpf: Export bpf_dynptr_get_size()
` [PATCH v13 04/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v13 05/10] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v13 06/10] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v13 07/10] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v13 08/10] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v13 09/10] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v13 10/10] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH v1] Documentation: filesystems: xfs: update pseudocode and typo fixes
 2022-08-23 14:25 UTC  (2+ messages)

[PATCH v2] Docs/admin-guide/mm/damon/usage: fix the example code snip
 2022-08-23 11:40 UTC 

[PATCH] Docs/admin-guide/mm/damon/usage: fix the example code snip
 2022-08-23 11:39 UTC  (3+ messages)

[PATCH v2] docs/arm64: elf_hwcaps: unify newlines in HWCAP lists
 2022-08-23 11:34 UTC  (3+ messages)
` [PATCH v3] "

arch/mips/pci/pci-ar2315.c:6: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2022-08-23  8:06 UTC  (3+ messages)
` [PATCH] mips: pci: remove extraneous asterisk from top level comment of ar2315 PCI driver

[PATCH v3 00/12] Drivers for gunyah hypervisor
 2022-08-23  8:06 UTC  (3+ messages)
` [PATCH v3 06/12] virt: gunyah: Add sysfs nodes

[PATCH v2 00/11] Drivers for gunyah hypervisor
 2022-08-23  8:01 UTC  (9+ messages)
` [PATCH v2 07/11] gunyah: msgq: Add Gunyah message queues

[PATCH] Documentation: KUnit: Reword kunit_tool guide
 2022-08-23  8:00 UTC  (2+ 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).