summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '4.13-fixes' of git://git.lwn.net/linuxLinus Torvalds2017-07-135-15/+11
|\
| * kokr/memory-barriers.txt: Fix obsolete link to atomic_ops.txtSeongJae Park2017-07-131-7/+7
| * memory-barriers.txt: Fix broken link to atomic_ops.txtSeongJae Park2017-07-131-3/+3
| * docs: Turn off section numbering for the input docsJonathan Corbet2017-07-131-1/+0
| * docs: Include uaccess docs from the right fileJonathan Corbet2017-07-131-1/+1
| * docs: Do not include from kernel/rcu/srcu.cJonathan Corbet2017-07-041-3/+0
* | Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2017-07-1344-438/+391
|\ \
| * | kbuild: Enable Large File Support for hostprogsUwe Kleine-König2017-07-111-3/+10
| * | kbuild: remove wrapper files handling from Makefile.headersinstMasahiro Yamada2017-07-111-10/+1
| * | kbuild: split exported generic header creation into uapi-asm-genericMasahiro Yamada2017-07-111-3/+4
| * | kbuild: do not include old-kbuild-file from Makefile.headersinstMasahiro Yamada2017-07-111-5/+0
| * | xtensa: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-112-9/+10
| * | unicore32: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-112-29/+28
| * | tile: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-112-19/+19
| * | sparc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-112-1/+2
| * | sh: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-112-19/+18
| * | parisc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-112-6/+5
| * | openrisc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-112-28/+28
| * | nios2: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-112-24/+24
| * | nios2: remove unneeded arch/nios2/include/(generated/)asm/signal.hMasahiro Yamada2017-07-112-23/+0
| * | microblaze: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-092-26/+24
| * | metag: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-092-25/+25
| * | m68k: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-092-12/+11
| * | m32r: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-092-4/+3
| * | ia64: remove redundant generic-y += kvm_para.h from asm/KbuildMasahiro Yamada2017-07-091-2/+0
| * | hexagon: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-092-23/+23
| * | h8300: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-092-28/+28
| * | cris: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-092-19/+19
| * | c6x: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-092-27/+26
| * | blackfin: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-092-23/+23
| * | arc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-092-24/+24
| * | ARM: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-092-16/+14
| * | arm64: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-092-17/+16
| * | kbuild: pass dst= to Makefile.headersinst from top MakefileMasahiro Yamada2017-07-092-8/+4
| * | kbuild: fix comment about dst of headers_{install, check}_allMasahiro Yamada2017-07-091-1/+1
| * | kbuild: remove useless $(gen) variable in Makefile.headersinstMasahiro Yamada2017-07-091-4/+1
* | | Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-07-138-134/+605
|\ \ \
| * | | ftrace: Fix uninitialized variable in match_records()Dan Carpenter2017-07-121-1/+1
| * | | ftrace: Remove an unneeded NULL checkDan Carpenter2017-07-121-1/+1
| * | | ftrace: Hide cached module code for !CONFIG_MODULESArnd Bergmann2017-07-121-0/+2
| * | | tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACESteven Rostedt (VMware)2017-07-121-0/+6
| * | | tracing: Update Documentation/trace/ftrace.txtSteven Rostedt (VMware)2017-07-121-112/+396
| * | | tracing: Fixup trace file header alignmentSteven Rostedt (VMware)2017-07-111-8/+17
| * | | selftests/ftrace: Add a testcase for kprobe event namingMasami Hiramatsu2017-07-091-0/+36
| * | | selftests/ftrace: Add a test to probe module functionsNaveen N. Rao2017-07-091-0/+28
| * | | selftests/ftrace: Update multiple kprobes test for powerpcNaveen N. Rao2017-07-091-2/+2
| * | | trace/kprobes: Sanitize derived event namesNaveen N. Rao2017-07-091-0/+9
| * | | tracing: Attempt to record other information even if some failJoel Fernandes2017-07-071-8/+24
| * | | tracing: Treat recording tgid for idle task as a successJoel Fernandes2017-07-071-1/+5
| * | | tracing: Treat recording comm for idle task as a successJoel Fernandes2017-07-071-1/+5