summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-111-0/+2
| * tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACESteven Rostedt (VMware)2017-07-111-0/+6
| * tracing: Update Documentation/trace/ftrace.txtSteven Rostedt (VMware)2017-07-111-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
| * tracing: Add saved_tgids file to show cached pid to tgid mappingsMichael Sartain2017-07-061-0/+73
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-13155-963/+3222
|\ \
| * | writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov2017-07-124-31/+18
| * | ARM: samsung: usb-ohci: move inline before return typeJoe Perches2017-07-121-1/+1
| * | video: fbdev: omap: move inline before return typeJoe Perches2017-07-121-3/+3
| * | video: fbdev: intelfb: move inline before return typeJoe Perches2017-07-121-1/+1
| * | USB: serial: safe_serial: move __inline__ before return typeJoe Perches2017-07-121-1/+1
| * | drivers: tty: serial: move inline before return typeJoe Perches2017-07-122-4/+4
| * | drivers: s390: move static and inline before return typeJoe Perches2017-07-122-2/+2
| * | x86/efi: move asmlinkage before return typeJoe Perches2017-07-121-2/+2
| * | sh: move inline before return typeJoe Perches2017-07-121-1/+1
| * | MIPS: SMP: move asmlinkage before return typeJoe Perches2017-07-121-1/+1
| * | m68k: coldfire: move inline before return typeJoe Perches2017-07-121-2/+2
| * | ia64: sn: pci: move inline before typeJoe Perches2017-07-122-3/+3
| * | ia64: move inline before return typeJoe Perches2017-07-121-1/+1
| * | FRV: tlbflush: move asmlinkage before return typeJoe Perches2017-07-121-4/+4
| * | CRIS: gpio: move inline before return typeJoe Perches2017-07-121-2/+2
| * | ARM: HP Jornada 7XX: move inline before return typeJoe Perches2017-07-121-1/+1
| * | ARM: KVM: move asmlinkage before typeJoe Perches2017-07-121-4/+4
| * | checkpatch: improve the STORAGE_CLASS testJoe Perches2017-07-121-2/+10
| * | mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko2017-07-122-2/+3
| * | drm/i915: use __GFP_RETRY_MAYFAILMichal Hocko2017-07-121-1/+2
| * | mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizesMichal Hocko2017-07-121-10/+4
| * | xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAILMichal Hocko2017-07-121-0/+10
| * | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-1224-47/+86
| * | MIPS: do not use __GFP_REPEAT for order-0 requestMichal Hocko2017-07-121-1/+1
| * | powerpc,mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-121-9/+19
| * | arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-121-1/+6
| * | x86/mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-121-1/+6
| * | sh64: ascii armor the sh64 boot init stack canaryRik van Riel2017-07-121-0/+1
| * | arm64: ascii armor the arm64 boot init stack canaryRik van Riel2017-07-121-0/+1
| * | x86: ascii armor the x86_64 boot init stack canaryRik van Riel2017-07-121-0/+1
| * | fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel2017-07-121-1/+1
| * | random,stackprotect: introduce get_random_canary functionRik van Riel2017-07-121-0/+21
| * | sh: mark end of BUG() implementation as unreachableKees Cook2017-07-121-0/+1
| * | include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-07-1212-1/+250