summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: trace: fix the location of kprobes.rstMauro Carvalho Chehab2020-09-103-3/+3
* docs: scheduler: fix the directory name on two filesMauro Carvalho Chehab2020-09-102-2/+2
* kernel-doc: include line numbers for function prototypesMauro Carvalho Chehab2020-09-101-0/+2
* .gitignore: docs: ignore sphinx_*/ directoriesMauro Carvalho Chehab2020-09-101-0/+3
* docs: ubifs-authentication: Add a top-level headingJonathan Neuschäfer2020-09-091-2/+4
* MAINTAINERS: Add ubifs-authentication.rst to UBIFSJonathan Neuschäfer2020-09-091-0/+1
* Documentation: core-api/cpu_hotplug: fix a typoBarry Song2020-09-091-1/+1
* Documentation: iio: fix a typoLars Poeschel2020-09-091-1/+1
* mm/doc: editorial pass on page migrationRalph Campbell2020-09-093-81/+87
* docs: deprecated.rst: Update zero-length/one-element arrays sectionGustavo A. R. Silva2020-09-091-3/+3
* Documentation: submit-checklist: add clean builds for new DocumentationRandy Dunlap2020-09-091-0/+4
* docs: filesystems: replace to_dev() with kobj_to_dev()Denis Efremov2020-09-092-4/+2
* Documentation: remove current_security() referenceDenis Efremov2020-09-091-1/+0
* bcache: doc: update Documentation/admin-guide/bcache.rstColy Li2020-09-091-12/+19
* docs: trusted-encrypted.rst: update parameters for command examplesColy Li2020-09-091-3/+2
* docs: kvm: fix referenced ioctl symbolConnor Kuehl2020-09-092-4/+4
* Make the docs build "work" with Sphinx 3.xJonathan Corbet2020-09-041-1/+14
* submitting-patches.rst: presume git will be usedDrew DeVault2020-09-031-132/+16
* Documentation/maintainer: rehome sign-off processDrew DeVault2020-09-033-46/+51
* Documentation/process: expand plain-text adviceDrew DeVault2020-09-032-0/+8
* submitting-patches.rst: remove heading numberingDrew DeVault2020-09-031-34/+34
* kernel-doc: Update "cross-referencing from rST" section to use automarkupNícolas F. R. A. Prado2020-09-031-16/+17
* docs: Add automatic cross-reference for C typesNícolas F. R. A. Prado2020-09-031-13/+24
* Documentation: process: step 2: Link to email list fixed.Javier Garcia2020-09-031-1/+1
* Documentation: clarify driver licensing rulesDave Hansen2020-08-311-4/+5
* deprecated.rst: Remove now removed uninitialized_varJoe Perches2020-08-311-18/+0
* Documentation: add minimum clang/llvm versionNick Desaulniers2020-08-312-0/+19
* docs: process: Add cross-link to security-bugsKrzysztof Kozlowski2020-08-311-1/+2
* docs/ia64: Drop obsolete Xen documentationAndrew Cooper2020-08-312-207/+0
* docs/memory-barriers.txt/kokr: Allow architecture to override the flush barrierSeongJae Park2020-08-311-0/+13
* docs/memory-barriers.txt/kokr: Remove remaining references to mmiowb()SeongJae Park2020-08-311-12/+7
* docs/memory-barriers.txt: Fix references for DMA*.txt filesSeongJae Park2020-08-311-4/+4
* Documentation/kokr/howto: WordsmithSeongJae Park2020-08-311-5/+5
* Documentation/kokr: bring process docs up to dateSeongJae Park2020-08-311-1/+2
* Documentation: laptops: thinkpad-acpi: fix underline length build warningRandy Dunlap2020-08-241-1/+1
* Documentation: fix typo for abituguru documentationBrandon Jiang2020-08-243-7/+7
* docs: Fix function name trailing double-()sKees Cook2020-08-243-3/+3
* devices.txt: fix typo of "ubd" as "udb"Theodore Dubois2020-08-241-1/+1
* Documentation: add riscv entry in list of existing profilesLukas Bulwahn2020-08-241-0/+1
* MAINTAINERS: mention documentation maintainer entry profileLukas Bulwahn2020-08-241-0/+1
* Fpga: Documentation: Replace deprecated :c:func: UsagePuranjay Mohan2020-08-244-23/+23
* IIO: Documentation: Replace deprecated :c:func: UsagePuranjay Mohan2020-08-241-8/+8
* Documentation/locking/locktypes: fix local_locks documentationMarta Rybczynska2020-08-241-12/+12
* Linux 5.9-rc1v5.9-rc1Linus Torvalds2020-08-161-2/+2
* Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-164-156/+409
|\
| * io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe2020-08-151-1/+4
| * io_uring: sanitize double poll handlingJens Axboe2020-08-151-9/+25
| * io_uring: internally retry short readsJens Axboe2020-08-131-39/+70
| * io_uring: retain iov_iter state over io_read/io_write callsJens Axboe2020-08-131-66/+70
| * task_work: only grab task signal lock when neededJens Axboe2020-08-132-2/+22