No description
  • C 97%
  • Assembly 1%
  • Shell 0.6%
  • Rust 0.5%
  • Python 0.4%
  • Other 0.3%
Find a file
Jim Cromie 14775b0496 dyndbg: accept query terms like file=bar and module=foo
Current code expects "keyword" "arg" as 2 words, space separated.
Change to also accept "keyword=arg" form as well, and drop !(nwords%2)
requirement.  Then in rest of function, use new keyword, arg variables
instead of word[i], word[i+1]

Acked-by: <jbaron@akamai.com>
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Link: https://lore.kernel.org/r/20200719231058.1586423-15-jim.cromie@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-07-24 17:00:09 +02:00
arch A pile of fixes for x86: 2020-07-19 12:16:09 -07:00
block
certs
crypto keys: asymmetric: fix error return code in software_key_query() 2020-07-15 15:49:04 -07:00
Documentation dyndbg: accept query terms like file=bar and module=foo 2020-07-24 17:00:09 +02:00
drivers mei: hw: don't use one element arrays 2020-07-23 19:33:09 +02:00
fs More NFS Client Bugfixes for Linux 5.8 2020-07-17 16:37:52 -07:00
include dyndbg: rename __verbose section to __dyndbg 2020-07-24 17:00:08 +02:00
init
ipc
kernel dyndbg: rename __verbose section to __dyndbg 2020-07-24 17:00:08 +02:00
lib dyndbg: accept query terms like file=bar and module=foo 2020-07-24 17:00:09 +02:00
LICENSES
mm
net xprtrdma: fix incorrect header size calculations 2020-07-15 13:01:01 -04:00
samples
scripts soundwire updates for 5.9-rc1 2020-07-23 09:12:15 +02:00
security
sound sound fixes for 5.8-rc6 2020-07-17 08:48:19 -07:00
tools Merge v5.8-rc6 into char-misc-next 2020-07-20 09:43:40 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS phy for 5.9 2020-07-23 09:52:10 +02:00
Makefile Linux 5.8-rc6 2020-07-19 15:41:18 -07:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.