linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-24 13:45:11 to 2022-08-26 09:13:27 UTC [more...]

[PATCH v12 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-26  9:12 UTC  (9+ messages)
` [PATCH v12 02/10] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v12 04/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
      ` [PATCH v14 04/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and add flags check function

[iproute2-next v3 0/3] devlink: support dry run attribute for flash update
 2022-08-26  8:38 UTC  (5+ messages)
` [iproute2-next v3 2/3] mnlg: add function to get CTRL_ATTR_MAXATTR value

[PATCH -next 0/5] landlock: add chmod and chown support
 2022-08-26  8:36 UTC  (7+ messages)
` [PATCH -next 2/5] "

[PATCH] docs: Update version number from 5.x to 6.x in README.rst
 2022-08-26  8:28 UTC  (11+ messages)

[PATCH] Documentation: stable: Document alternative for referring upstream commit hash
 2022-08-26  8:27 UTC  (3+ messages)

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

[PATCH] Add leds-qcom-lpg to leds kernel docs tree
 2022-08-26  8:11 UTC 

[PATCH net-next v2 0/7] add generic PSE support
 2022-08-26  7:49 UTC  (15+ messages)
` [PATCH net-next v2 1/7] dt-bindings: net: pse-dt: add bindings for generic PSE controller
` [PATCH net-next v2 2/7] dt-bindings: net: phy: add PoDL PSE property
` [PATCH net-next v2 3/7] net: add framework to support Ethernet PSE and PDs devices
` [PATCH net-next v2 4/7] net: mdiobus: fwnode_mdiobus_register_phy() rework error handling
` [PATCH net-next v2 5/7] net: mdiobus: search for PSE nodes by parsing PHY nodes
` [PATCH net-next v2 6/7] ethtool: add interface to interact with Ethernet Power Equipment
` [PATCH net-next v2 7/7] net: pse-pd: add generic PSE driver

[PATCH v13 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-26  7:31 UTC  (7+ messages)
` [PATCH v13 05/10] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs

[PATCH v2 0/8] Documentation: Kunit: clean kunit-tool.rst and start.rst
 2022-08-26  7:31 UTC  (17+ messages)
` [PATCH v2 1/8] Documentation: KUnit: remove duplicated docs for kunit_tool
` [PATCH v2 2/8] Documentation: KUnit: avoid repeating "kunit.py run" in start.rst
` [PATCH v2 3/8] Documentation: KUnit: add note about mrproper "
` [PATCH v2 4/8] Documentation: KUnit: Reword start guide for selecting tests
` [PATCH v2 5/8] Documentation: KUnit: add intro to the getting-started page
` [PATCH v2 6/8] Documentation: KUnit: update links in the index page
` [PATCH v2 7/8] lib: overflow: update reference to kunit-tool
` [PATCH v2 8/8] lib: stackinit: "

[PATCH 0/8] Documentation: Kunit: clean kunit-tool.rst and start.rst
 2022-08-26  7:01 UTC  (4+ messages)
` [PATCH 2/8] Documentation: KUnit: avoid repeating "kunit.py run" in start.rst

[PATCH -next] Documentation/hw-vuln: Update spectre doc
 2022-08-26  6:51 UTC 

[PATCH net-next] docs/conf.py: add function attribute '__fix_address' to conf.py
 2022-08-26  6:19 UTC 

[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-08-26  6:05 UTC  (15+ messages)
` [PATCH v1 1/5] "

[PATCH] Documentation: KUnit: Reword kunit_tool guide
 2022-08-26  4:55 UTC  (2+ messages)

[PATCH v4] page_ext: introduce boot parameter 'early_page_ext'
 2022-08-26  4:23 UTC  (4+ messages)

[PATCH] Documentation/mm/page_owner.rst: update experimental data
 2022-08-26  4:16 UTC  (4+ messages)

[PATCH net-next v3 2/6] netlink: add support for ext_ack missing attributes
 2022-08-26  3:09 UTC 

[PATCH linux-next] admin-guide: cgroup: fix a typo in description
 2022-08-26  2:48 UTC  (2+ messages)

[PATCH bpf-next v9 00/23] Introduce eBPF support for HID devices
 2022-08-26  2:26 UTC  (24+ 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 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 RFC 0/2] coding-style.rst: document BUG() and WARN() rules
 2022-08-26  1:43 UTC  (12+ 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 v1 0/3] docs: zh_CN/TW: Update and remove some old documents
 2022-08-26  0:22 UTC  (7+ messages)
` [PATCH v1 1/3] docs/zh_CN: Update the translation of io_ordering to 6.0-rc2
` [PATCH v1 2/3] docs/zh_CN: Remove IRQ and oops-tracing
` [PATCH v1 3/3] docs/zh_TW: Remove oops-tracing

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-25 23:43 UTC  (5+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "

[RESEND PATCH v3 0/9] Make ghes_edac a proper module
 2022-08-25 23:38 UTC  (11+ 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 v3 00/10] x86/resctrl: Support for AMD QoS new features and bug fix
 2022-08-25 22:42 UTC  (24+ 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 bpf-next v2 0/2] Add table of BPF program types to docs
 2022-08-25 20:35 UTC  (4+ 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 bpf-next] Add table of BPF program types to docs
 2022-08-25 20:29 UTC  (4+ messages)

[PATCH 0/2] docs/zh_CN: Update two file in zh_CN/process to 5.19
 2022-08-25 18:58 UTC  (5+ messages)
  ` [PATCH] docs/zh_CN: Fix two missing labels in zh_CN/process

[PATCH v2] Docs/admin-guide/mm/damon/usage: fix the example code snip
 2022-08-25 18:50 UTC  (2+ messages)

[Internet]linux-next: build warning after merge of the net-next tree
 2022-08-25 17:42 UTC 

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

[PATCH v3] hwmon: Add driver for the TEXAS TPS546D24 Buck Converter
 2022-08-25 14:43 UTC  (7+ messages)

[PATCH] gpio: Allow user to customise maximum number of GPIOs
 2022-08-25 14:00 UTC  (9+ messages)

[PATCH v3 00/10] sched/psi: some optimization and extension
 2022-08-25 13:29 UTC  (9+ messages)
` [PATCH v3 05/10] sched/psi: optimize task switch inside shared cgroups again
` [PATCH v3 10/10] sched/psi: per-cgroup PSI accounting disable/re-enable interface

[RESEND PATCH] Documentation: ABI: Mention retbleed vulnerability info file for sysfs
 2022-08-25 11:43 UTC  (2+ messages)

[PATCH v2 0/4] Implement IOCTL to get and clear soft dirty PTE
 2022-08-25 10:49 UTC  (8+ 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 10:17 UTC  (5+ messages)
  ` [PATCH v3] page_ext: introduce boot parameter early_page_ext

[PATCH v3 0/3] docs: i2c: rework I2C documentation, part II
 2022-08-25  7:42 UTC  (7+ 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 1/3] x86/tsc: implement tsc=directsync for systems without IA32_TSC_ADJUST
 2022-08-25  7:21 UTC  (5+ messages)
` [PATCH 3/3] x86/tsc: don't check for random warps if using direct sync

[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  (3+ messages)

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

[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  (4+ 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)

[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] 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  (6+ messages)
` [PATCH v2 1/2] kunit: add kunit.enable to enable/disable KUnit test

[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  (4+ messages)
` [PATCH v3 2/2] coresight: etm4x: docs: Add documentation for 'ts_source' sysfs interface


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