summaryrefslogtreecommitdiffstats
path: root/Documentation/sphinx/parse-headers.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-12Documentation: fix admin-guide doc refsTom Saeger9-14/+19
2017-10-12Documentation: fix driver-api doc refsTom Saeger3-7/+7
2017-10-12Documentation: add script and build target to check for broken file referencesJani Nikula3-1/+21
2017-10-12Makefile: enable dochelp run from main make levelShuah Khan1-1/+1
2017-10-12doc: enhance dochelp include default output location for doc buildShuah Khan1-0/+2
2017-10-12doc: dev-tools: kselftest.rst: update to include make O=dir supportShuah Khan1-2/+32
2017-10-07PM: docs: Fix stale reference in kernel-parameters.txtRafael J. Wysocki1-1/+1
2017-10-07Documentation: add kernel-api section on Math functionsRandy Dunlap1-0/+24
2017-10-07lib/gcd: add kernel-doc notationRandy Dunlap1-0/+6
2017-10-07math64: add missing kernel-doc notationRandy Dunlap1-0/+27
2017-10-07div64: add missing kernel-docRandy Dunlap2-0/+20
2017-10-07linux/log2.h: fix kernel-doc notationRandy Dunlap1-19/+23
2017-10-07Documentation: add Kernel Driver Statement to the kernelGreg Kroah-Hartman2-0/+200
2017-10-03docs: Update binfmt_misc linksTom Saeger2-2/+2
2017-10-03Documentation: Improve softlockup_panic= description textBorislav Petkov1-0/+6
2017-10-03Documentation/features/KASAN: mark KASAN as supported only on 64-bit on x86Adam Borowski1-1/+1
2017-09-26scripts/kernel-doc: warn on excess enum value descriptionsJohannes Berg1-4/+13
2017-09-26docs: clean up and add rest of CRC functions to kernel-api.rstRandy Dunlap4-15/+21
2017-09-26docs: highres: fix broken urlsstephen lu1-2/+2
2017-09-26Documentation/process: phrasofixJunio C Hamano1-1/+1
2017-09-26Documentation/process: fix the canonical patch format descriptionJunio C Hamano1-4/+4
2017-09-26console: Update to reflect new default valueDaniel Xu1-2/+2
2017-09-26Documentation: kernel-api: add bitmap operations from linux/bitmap.hRandy Dunlap2-4/+8
2017-09-26Documentation: kernel-api: drop "Data Types" sectionRandy Dunlap1-4/+2
2017-09-26Documentation: fix little inconsistenciesPavel Machek1-4/+4
2017-09-25Linux 4.14-rc2v4.14-rc2Linus Torvalds1-1/+1
2017-09-24tpm: ibmvtpm: simplify crq initialization and document crq formatMichal Suchanek1-36/+60
2017-09-24tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak5-14/+21
2017-09-24Documentation: tpm: add powered-while-suspended binding documentationEnric Balletbo i Serra1-0/+6
2017-09-24tpm: tpm_crb: constify acpi_device_id.Arvind Yadav1-1/+1
2017-09-24tpm: vtpm: constify vio_device_idArvind Yadav1-1/+1
2017-09-24security: fix description of values returned by cap_inode_need_killprivStefan Berger1-3/+3
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf13-45/+42
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf2-17/+32
2017-09-23inet: fix improper empty comparisonJosef Bacik1-1/+1
2017-09-23net: use inet6_rcv_saddr to compare socketsJosef Bacik1-1/+1
2017-09-23net: set tb->fast_sk_familyJosef Bacik1-0/+2
2017-09-23net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn1-2/+6
2017-09-23MAINTAINERS: update git tree locations for ieee802154 subsystemStefan Schmidt1-2/+2
2017-09-23SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2017-09-23SMB3: handle new statx fieldsSteve French1-0/+15
2017-09-23arch: remove unused *_segments() macros/functionsTobias Klauser10-51/+0
2017-09-22parisc: Unbreak bootloader due to gcc-7 optimizationsHelge Deller2-2/+3
2017-09-22parisc: Reintroduce option to gzip-compress the kernelHelge Deller2-0/+17
2017-09-22apparmor: fix apparmorfs DAC access permissionsJohn Johansen1-4/+4
2017-09-22apparmor: fix build failure on sparc caused by undeclared signalsJohn Johansen1-1/+4
2017-09-22apparmor: fix incorrect type assignment when freeing proxiesJohn Johansen1-1/+1
2017-09-22apparmor: ensure unconfined profiles have dfas initializedJohn Johansen1-0/+2
2017-09-22apparmor: fix race condition in null profile creationJohn Johansen1-3/+11
2017-09-22apparmor: move new_null_profile to after profile lookup fns()John Johansen1-79/+79