Linux Documentation
[Prev Page][Next Page]
- [PATCH net-next v5 10/12] doc/netlink: Add spec for rt addr messages, (continued)
- [PATCH] Docu: genericirq.rst: fix irq-example,
Philipp Stanner
- [PATCH v2] docs: add backporting and conflict resolution document,
Vegard Nossum
- [PATCH v4 0/7] Adds support for ConfigFS to VKMS!,
Brandon Pollack
- [PATCH 2/2] rust: upgrade to Rust 1.72.0,
Miguel Ojeda
- [PATCH net-next v4 00/12] tools/net/ynl: Add support for netlink-raw families,
Donald Hunter
- [PATCH net-next v4 01/12] doc/netlink: Fix typo in genetlink-* schemas, Donald Hunter
- [PATCH net-next v4 02/12] doc/netlink: Add a schema for netlink-raw families, Donald Hunter
- [PATCH net-next v4 03/12] doc/netlink: Update genetlink-legacy documentation, Donald Hunter
- [PATCH net-next v4 04/12] doc/netlink: Document the netlink-raw schema extensions, Donald Hunter
- [PATCH net-next v4 05/12] tools/ynl: Add mcast-group schema parsing to ynl, Donald Hunter
- [PATCH net-next v4 06/12] tools/net/ynl: Fix extack parsing with fixed header genlmsg, Donald Hunter
- [PATCH net-next v4 08/12] tools/net/ynl: Implement nlattr array-nest decoding in ynl, Donald Hunter
- [PATCH net-next v4 07/12] tools/net/ynl: Add support for netlink-raw families, Donald Hunter
- [PATCH net-next v4 09/12] tools/net/ynl: Add support for create flags, Donald Hunter
- [PATCH net-next v4 10/12] doc/netlink: Add spec for rt addr messages, Donald Hunter
- [PATCH net-next v4 12/12] doc/netlink: Add spec for rt route messages, Donald Hunter
- [PATCH net-next v4 11/12] doc/netlink: Add spec for rt link messages, Donald Hunter
- [PATCH] Btrfs: Replace obsolete wiki url with maintained doc url,
Bhaskar Chowdhury
- [PATCH] MAINTAINERS: pps: Update pps-gpio bindings location,
Fabio Estevam
- [robh:for-next 22/34] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/pps/pps-gpio.txt, kernel test robot
- [PATCH net-next v3 00/12] tools/net/ynl: Add support for netlink-raw families,
Donald Hunter
- [PATCH net-next v3 01/12] doc/netlink: Fix typo in genetlink-* schemas, Donald Hunter
- [PATCH net-next v3 02/12] doc/netlink: Add a schema for netlink-raw families, Donald Hunter
- [PATCH net-next v3 03/12] doc/netlink: Update genetlink-legacy documentation, Donald Hunter
- [PATCH net-next v3 04/12] doc/netlink: Document the netlink-raw schema extensions, Donald Hunter
- [PATCH net-next v3 05/12] tools/ynl: Add mcast-group schema parsing to ynl, Donald Hunter
- [PATCH net-next v3 06/12] tools/net/ynl: Fix extack parsing with fixed header genlmsg, Donald Hunter
- [PATCH net-next v3 07/12] tools/net/ynl: Add support for netlink-raw families, Donald Hunter
- [PATCH net-next v3 08/12] tools/net/ynl: Implement nlattr array-nest decoding in ynl, Donald Hunter
- [PATCH net-next v3 09/12] tools/net/ynl: Add support for create flags, Donald Hunter
- [PATCH net-next v3 10/12] doc/netlink: Add spec for rt addr messages, Donald Hunter
- [PATCH net-next v3 12/12] doc/netlink: Add spec for rt route messages, Donald Hunter
- [PATCH net-next v3 11/12] doc/netlink: Add spec for rt link messages, Donald Hunter
- Re: [PATCH net-next v3 00/12] tools/net/ynl: Add support for netlink-raw families, Jakub Kicinski
- [PATCH v5 00/37] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v5 01/37] arm64/mm: Restructure arch_validate_flags() for extensibility, Mark Brown
- [PATCH v5 02/37] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v5 03/37] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [PATCH v5 04/37] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v5 05/37] arm64/sysreg: Add new system registers for GCS, Mark Brown
- [PATCH v5 06/37] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v5 07/37] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v5 08/37] arm64/gcs: Provide copy_to_user_gcs(), Mark Brown
- [PATCH v5 09/37] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v5 10/37] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v5 12/37] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v5 11/37] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v5 13/37] KVM: arm64: Manage GCS registers for guests, Mark Brown
- [PATCH v5 14/37] arm64/gcs: Allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v5 15/37] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v5 17/37] arm64/traps: Handle GCS exceptions, Mark Brown
- [PATCH v5 19/37] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v5 16/37] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v5 20/37] arm64/gcs: Allocate a new GCS for threads with GCS enabled, Mark Brown
- [PATCH v5 22/37] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v5 26/37] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v5 24/37] arm64/signal: Expose GCS state in signal frames, Mark Brown
- [PATCH v5 27/37] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v5 18/37] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v5 25/37] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v5 21/37] arm64/gcs: Implement shadow stack prctl() interface, Mark Brown
- [PATCH v5 30/37] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v5 32/37] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v5 33/37] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v5 37/37] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
- [PATCH v5 36/37] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v5 34/37] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v5 35/37] selftests/arm64: Add GCS signal tests, Mark Brown
- [PATCH v5 31/37] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
- [PATCH v5 29/37] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v5 28/37] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v5 23/37] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
- [PATCH v8 0/8] x86/resctrl: Miscellaneous resctrl features,
Babu Moger
- [PATCH v5] io_uring: add a sysctl to disable io_uring system-wide,
Jeff Moyer
- [PATCH] dt-bindings: Fix typos,
Bjorn Helgaas
- [PATCH v5 0/2] hwmon: (isl28022) new driver for ISL28022 power monitor,
Carsten Spieß
- [PATCH v7 0/8] perf vendor events: Add JSON metrics for Arm CMN,
Jing Zhang
- [PATCH V5 0/3] coresight: etm: Make cycle count threshold user configurable,
Anshuman Khandual
- [PATCH v2] powerpc: Enable generic cpu idle-loop,
Vaibhav Jain
- [PATCH v6] Documentation: userspace-api: Document perf ring buffer mechanism,
Leo Yan
- [PATCH 0/3] btrfs: kconfig: Doc: MAINTAINERS: Obsolete wiki link replace,
Bhaskar Chowdhury
- [PATCH 0/4] Improve mm documentation,
Matthew Wilcox (Oracle)
- [PATCH v4 0/2] RISC-V: Probe for misaligned access speed,
Evan Green
- [PATCH] tee: amdtee: add support for use of cma region,
Devaraj Rangasamy
- [PATCH v3] Documentation/page_tables: Add info about MMU/TLB and Page Faults,
Fabio M. De Francesco
- [PATCH V4 0/3] coresight: etm: Make cycle count threshold user configurable,
Anshuman Khandual
- [PATCH] docs/mm/zh_CN: a few native ZH revisements,
Liang Li
- [PATCH v3 0/7] Adds support for ConfigFS to VKMS!,
Brandon Pollack
- Adds support for ConfigFS to VKMS!,
Brandon Pollack
- [PATCH] powerpc: Enable generic cpu idle-loop,
Vaibhav Jain
- [V9 0/9] Enable Wifi RFI interference mitigation feature support,
Evan Quan
- [RFC PATCH 0/1] Attempt to add Sponsored-by tag,
Giulio Benetti
- [PATCH] DOCUMENTATION: Correct filename in Documentation,
mail
- [linux-next:master] BUILD REGRESSION 47762f08697484cf0c2f2904b8c52375ed26c8cb, kernel test robot
- [PATCH net-next] macsec: introduce default_async_crypto sysctl,
Sabrina Dubroca
- [PATCH] doc: Always check kernel-doc,
Matthew Wilcox (Oracle)
- [PATCH v4 0/2] hwmon: (isl28022) new driver for ISL28022 power monitor,
Carsten Spieß
- [PATCH v1 1/1] docs: kernel-parameters: Refer to the correct bitmap function,
Andy Shevchenko
- [PATCH v7 1/3] Documentation: arm: Add bootargs to the table of added DT parameters,
Alexandre Ghiti
- [PATCH v7 0/2] Support pwm/tach driver for aspeed ast26xx,
Billy Tsai
- [PATCH v7 2/2] hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach, Billy Tsai
[PATCH net-next v3 0/8] devlink: Add port function attributes,
Leon Romanovsky
[PATCH] mm/khugepaged: increase transparent_hugepage_recommend_disable parameter to disable active modification of min_free_kbytes,
Liu Song
[RFC][PATCH] kconfig: introduce listunknownconfig,
Sergey Senozhatsky
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Sergey Senozhatsky
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Masahiro Yamada
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Sergey Senozhatsky
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Sergey Senozhatsky
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Masahiro Yamada
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Sergey Senozhatsky
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Sergey Senozhatsky
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Masahiro Yamada
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Sergey Senozhatsky
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Sergey Senozhatsky
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Masahiro Yamada
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Sergey Senozhatsky
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Masahiro Yamada
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Masahiro Yamada
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Sergey Senozhatsky
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Tomasz Figa
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Masahiro Yamada
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Sergey Senozhatsky
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Tomasz Figa
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Masahiro Yamada
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Tomasz Figa
- Re: [RFC][PATCH] kconfig: introduce listunknownconfig, Tomasz Figa
[PATCH v2] tpm_tis: Revert "tpm_tis: Disable interrupts on ThinkPad T490s", Jarkko Sakkinen
[linux-next:master] BUILD REGRESSION ef66bf8aeb91fd331cf8f5dca8f9d7bca9ab2849, kernel test robot
[PATCH v4] io_uring: add a sysctl to disable io_uring system-wide,
Jeff Moyer
Doc style for method functions,
Simon Glass
[PATCH net-next v7 5/6] page_pool: update document about frag API, Yunsheng Lin
[PATCH v5 16/17] drm/imagination: Add driver documentation,
Sarah Walker
[PATCH] doc: idmappings: fix an error and rephrase a paragraph,
GONG, Ruiqi
[PATCH net-next v5 15/15] idpf: configure SRIOV and add other ndo_ops,
Tony Nguyen
[davejiang:cxl-ide 20/24] htmldocs: Documentation/driver-api/acpi/keyp.rst: WARNING: document isn't included in any toctree, kernel test robot
[PATCH docs-next v3 0/2] Fix invalid kernel-doc warnings,
Pavan Kumar Linga
[PATCH net-next v2 00/10] tools/net/ynl: Add support for netlink-raw families,
Donald Hunter
- [PATCH net-next v2 03/10] doc/netlink: Document the netlink-raw schema extensions, Donald Hunter
- [PATCH net-next v2 05/10] tools/net/ynl: Refactor decode_fixed_header into NlMsg, Donald Hunter
- [PATCH net-next v2 02/10] doc/netlink: Document the genetlink-legacy schema extensions, Donald Hunter
- [PATCH net-next v2 04/10] tools/ynl: Add mcast-group schema parsing to ynl, Donald Hunter
- [PATCH net-next v2 06/10] tools/net/ynl: Add support for netlink-raw families, Donald Hunter
- [PATCH net-next v2 07/10] tools/net/ynl: Implement nlattr array-nest decoding in ynl, Donald Hunter
- [PATCH net-next v2 10/10] doc/netlink: Add spec for rt route messages, Donald Hunter
- [PATCH net-next v2 08/10] doc/netlink: Add spec for rt addr messages, Donald Hunter
- [PATCH net-next v2 01/10] doc/netlink: Add a schema for netlink-raw families, Donald Hunter
- [PATCH net-next v2 09/10] doc/netlink: Add spec for rt link messages, Donald Hunter
[PATCH v10 net-next 00/23] net/tcp: Add TCP-AO support,
Dmitry Safonov
[PATCH v5] gpio: consumer: new virtual driver,
Bartosz Golaszewski
[RFC] Proposal to relax warnings of htmldocs,
Carlos Bilbao
[PATCH net-next v3 5/5] ice: add documentation for FW logging,
Tony Nguyen
[PATCH] hwmon: add in watchdog for nct6686,
David Ober
[PATCH v6 0/4] perf: arm_cspmu: ampere: Add support for Ampere SoC PMUs,
Ilkka Koskinen
[lwn:docs-next 37/49] htmldocs: Warning: Documentation/riscv/boot.rst references a file that doesn't exist: Documentation/arm/uefi.rst,
kernel test robot
[linyunsheng:net-next-pp_frag_v6-0813 9/10] htmldocs: Documentation/networking/page_pool:59: ./include/net/page_pool/helpers.h:119: WARNING: Inline strong start-string without end-string., kernel test robot
[PATCH v28 0/8] crash: Kernel handling of CPU and memory hot un/plug,
Eric DeVolder
[PATCH 0/3] Documentation: Fix typos,
Bjorn Helgaas
Re: [PATCH 0/3] Documentation: Fix typos, Jonathan Corbet
[hverkuil-media-tree:for-v6.6l 18/18] htmldocs: Warning: Documentation/translations/zh_CN/video4linux/v4l2-framework.txt references a file that doesn't exist: Documentation/driver-api/media/v4l2-videobuf.rst, kernel test robot
[linux-next:master 8302/8441] htmldocs: Warning: kernel/Kconfig.kexec references a file that doesn't exist: file:Documentation/s390/zfcpdump.rst, kernel test robot
[PATCH net-next v2 0/2] Fix invalid kernel-doc warnings,
Pavan Kumar Linga
[PATCH] tpm_tis: Revert "tpm_tis: Disable interrupts on ThinkPad T490s",
Jarkko Sakkinen
[PATCH v1 1/1] PCI: Update the devres documentation regarding to pcim_*(), Andy Shevchenko
[soc:omap/maintainers 1/1] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/arm/ti/omap.yaml,
kernel test robot
[PATCH net-next v6 5/6] page_pool: update document about frag API,
Yunsheng Lin
[PATCH v2] perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09,
Yicong Yang
[PATCH v5] Documentation: userspace-api: Document perf ring buffer mechanism,
Leo Yan
[linus:master] [x86/srso] fb3bd914b3: WARNING:at_arch/x86/kernel/alternative.c:#apply_returns, kernel test robot
[PATCH 1/3] Documentation: devices.txt: Remove ttyIOC*,
Christophe Leroy
[PATCH 0/8] Fix Python string escapes,
Benjamin Gray
[PATCH v2] Documentation/page_tables: Add info about MMU/TLB and Page Faults,
Fabio M. De Francesco
[PATCH v2 0/3] convert TW translation sparse.txt to RST,
Min-Hua Chen
[PATCH] docs/zh_CN: correct regi_chg(),regi_add() to region_chg(),region_add(),
Xueshi Hu
[PATCH v4] init: Add support for rootwait timeout parameter,
Loic Poulain
[PATCH] Doc: fs: Take away the stale url,
Bhaskar Chowdhury
[RFC][PATCH v2 00/13] integrity: Introduce a digest cache,
Roberto Sassu
- [RFC][PATCH v2 03/13] integrity/digest_cache: Add functions to populate and search, Roberto Sassu
- [RFC][PATCH v2 02/13] integrity: Introduce a digest cache, Roberto Sassu
- [RFC][PATCH v2 01/13] ima: Introduce hook DIGEST_LIST_CHECK, Roberto Sassu
- [RFC][PATCH v2 06/13] integrity/digest_cache: Parse rpm digest lists, Roberto Sassu
- [RFC][PATCH v2 04/13] integrity/digest_cache: Prefetch digest lists in a directory, Roberto Sassu
- [RFC][PATCH v2 05/13] integrity/digest_cache: Parse tlv digest lists, Roberto Sassu
- [RFC][PATCH v2 09/13] ima: Use digest cache for appraisal, Roberto Sassu
- [RFC][PATCH v2 12/13] tools/digest-lists: Add rpm digest list generator and parser, Roberto Sassu
- [RFC][PATCH v2 11/13] tools/digest-lists: Add tlv digest list generator and parser, Roberto Sassu
- [RFC][PATCH v2 07/13] ima: Add digest_cache policy keyword, Roberto Sassu
- [RFC][PATCH v2 10/13] tools: Add tool to manage digest lists, Roberto Sassu
- [RFC][PATCH v2 08/13] ima: Use digest cache for measurement, Roberto Sassu
- [RFC][PATCH v2 13/13] docs: Add documentation of the integrity digest cache, Roberto Sassu
- Re: [RFC][PATCH v2 00/13] integrity: Introduce a digest cache, Roberto Sassu
[PATCH net-next 0/2] Fix invalid kernel-doc warnings,
Pavan Kumar Linga
[PATCH v7 0/8] x86/resctrl: Miscellaneous resctrl features,
Babu Moger
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]