summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* documentation: add my name to kernel driver statementAaro Koskinen2018-03-071-0/+1
* docs: add Co-Developed-by docsTobin C. Harding2018-03-071-2/+7
* Documentation/sphinx: Fix Directive import errorMatthew Wilcox2018-03-071-2/+1
* Documentation: rapidio: move sysfs interface to ABIAishwarya Pant2018-02-233-158/+256
* backlight: adp8860: document sysfs attributesAishwarya Pant2018-02-231-0/+54
* backlight: adp5520: document sysfs attributesAishwarya Pant2018-02-231-0/+31
* backlight: lm3639: document sysfs attributesAishwarya Pant2018-02-231-0/+11
* block/loop: add documentation for sysfs interfaceAishwarya Pant2018-02-231-0/+50
* Documentation/ABI: update infiniband sysfs interfacesAishwarya Pant2018-02-233-143/+820
* aoe: document sysfs interfaceAishwarya Pant2018-02-231-0/+45
* Documentation/ABI: add sysfs interface for s6e63m0 lcd driverAishwarya Pant2018-02-231-0/+27
* Documentation/ABI: clean up sysfs-class-pktcdvdAishwarya Pant2018-02-231-54/+75
* doc-guide: kernel-doc: add comment about formatting verificationMike Rapoport2018-02-231-0/+11
* doc: module-signing.rst: Fix reST formattingPhilipp Hahn2018-02-231-2/+2
* doc: Rename .system_keyring to .builtin_trusted_keysPhilipp Hahn2018-02-231-5/+5
* Merge branch 'kerneldoc2' into docs-nextJonathan Corbet2018-02-201-301/+365
|\
| * docs: Add an SPDX header to kernel-docJonathan Corbet2018-02-201-0/+1
| * docs: kernel-doc: Don't mangle literal code blocks in commentsJonathan Corbet2018-02-151-5/+64
| * docs: kernel-doc: Finish moving STATE_* code out of process_file()Jonathan Corbet2018-02-151-62/+77
| * docs: kernel-doc: Move STATE_PROTO processing into its own functionJonathan Corbet2018-02-151-18/+28
| * docs: kernel-doc: Move STATE_BODY processing to a separate functionJonathan Corbet2018-02-151-92/+101
| * docs: kernel-doc: Move STATE_NAME processing into its own functionJonathan Corbet2018-02-151-65/+72
| * docs: kernel-doc: Move STATE_NORMAL processing into its own functionJonathan Corbet2018-02-151-5/+16
| * docs: kernel-doc: Rename and split STATE_FIELDJonathan Corbet2018-02-151-11/+11
| * docs: kernel-doc: Get rid of xml_escape() and friendsJonathan Corbet2018-02-151-56/+9
* | linux-next: SLIMbus: doc: Fix a warning "Title underline too short"Masanari Iida2018-02-191-1/+1
* | admin-guide: Fix list formatting in tained-kernels.htmlJonathan Neuschäfer2018-02-181-9/+9
* | doc-guide: kernel-doc: add examples about nested union/structsMauro Carvalho Chehab2018-02-181-2/+11
* | scripts: kernel-doc: support in-line comments on nested structs/unionsMauro Carvalho Chehab2018-02-181-1/+1
* | doc-guide: kernel-doc: move in-line section to be after nested structMauro Carvalho Chehab2018-02-181-28/+28
* | doc-guide: kernel-doc: fix example for inlined commentsMauro Carvalho Chehab2018-02-181-1/+1
* | doc-guide: kernel-doc: fix example for nested_foobar structMauro Carvalho Chehab2018-02-181-0/+4
* | Documentation/process/howto: Remove outdated info about bugzilla mailing listsJonathan Neuschäfer2018-02-181-8/+0
* | scripts: kernel_doc: fixup reporting of function identifiersMike Rapoport2018-02-181-1/+1
* | Documentation: Delete reference to the kernel-mentors mailing listMinghui Liu2018-02-161-7/+0
* | Restructure kernel-doc.rstMatthew Wilcox2018-02-131-259/+217
* | Fix whitespace in exampleMatthew Wilcox2018-02-131-1/+1
* | Add scripts/split-man.plMatthew Wilcox2018-02-132-28/+30
* | Minor fixes to kernel-doc.rstMatthew Wilcox2018-02-131-8/+8
* | Add documentation for Context sectionMatthew Wilcox2018-02-131-0/+25
* | Documentation/process: Co-developed-by instead of Co-Developed-byDominik Brodowski2018-02-131-1/+1
* | tracing: Fix incorrect file nameXiongwei Song2018-02-131-1/+1
* | Linux 4.16-rc1v4.16-rc1Linus Torvalds2018-02-111-2/+2
* | unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro2018-02-118-142/+47
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11297-913/+913
* | Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-02-118-40/+47
|\ \
| * | annotate ep_scan_ready_list()Al Viro2018-02-011-11/+13
| * | ep_send_events_proc(): return result via esed->resAl Viro2018-02-011-7/+10
| * | preparation to switching ->poll() to returning EPOLL...Al Viro2018-02-011-1/+2
| * | add EPOLLNVAL, annotate EPOLL... and event_poll->eventAl Viro2018-02-011-16/+17