summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2018-11-022-3/+0
|\
| * kernel/sysctl.c: remove duplicated includeMichael Schupikov2018-11-011-1/+0
| * kernel/kexec_file.c: remove some duplicated includeszhong jiang2018-11-011-2/+0
* | Merge remote-tracking branch 'kgdb/kgdb-next'Stephen Rothwell2018-11-023-15/+15
|\ \
| * | kdb: print real address of pointers instead of hashed addressesChristophe Leroy2018-10-012-13/+13
| * | kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy2018-10-011-2/+2
* | | Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2018-11-026-281/+572
|\ \ \
| * \ \ Merge branch 'work.afs' into for-nextAl Viro2018-10-2936-3047/+1200
| |\ \ \
| * | | | vfs: Implement parameter value retrieval with fsinfo()David Howells2018-10-292-0/+103
| * | | | vfs: Add some logging to the core users of the fs_context logDavid Howells2018-10-231-1/+1
| * | | | kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2018-10-234-267/+396
| * | | | cpuset: Use fs_contextDavid Howells2018-10-231-14/+70
| * | | | vfs: Require specification of size of mount data for internal mountsDavid Howells2018-09-114-10/+13
* | | | | Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell2018-11-021-0/+1
|\ \ \ \ \
| * | | | | kernel hacking: support building kernel with -Og optimization levelChangbin Du2018-11-021-0/+1
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-11-011-0/+1
|\ \ \ \ \ \
| * | | | | | kvm_config: add CONFIG_VIRTIO_MENULénaïc Huard2018-10-241-0/+1
* | | | | | | Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-014-1/+153
|\ \ \ \ \ \ \
| * | | | | | | stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov2018-09-042-1/+52
| * | | | | | | fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov2018-09-041-0/+4
| * | | | | | | gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov2018-09-041-0/+28
| * | | | | | | x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-043-0/+69
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-011-9/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | bpf: don't set id on after map lookup with ptr_to_map_val returnDaniel Borkmann2018-10-311-5/+6
| * | | | | | | | bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann2018-10-311-4/+6
* | | | | | | | | Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...Linus Torvalds2018-11-011-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | tracing: Trivia spelling fix containerof() -> container_of()Andy Shevchenko2018-09-261-1/+1
* | | | | | | | | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+2
* | | | | | | | | mm: remove include/linux/bootmem.hMike Rapoport2018-10-318-8/+7
* | | | | | | | | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-313-6/+6
* | | | | | | | | kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann2018-10-311-1/+3
* | | | | | | | | kernel/panic.c: filter out a potential trailing newlineBorislav Petkov2018-10-311-2/+6
* | | | | | | | | kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov2018-10-311-1/+1
* | | | | | | | | kernel/signal.c: fix a comment errorWeikang Shi2018-10-311-1/+1
* | | | | | | | | kernel/fail_function.c: remove meaningless null pointer check before debugfs_...zhong jiang2018-10-311-2/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-10-3010-931/+1261
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: Have stack tracer trace full stackSteven Rostedt (VMware)2018-10-271-1/+1
| * | | | | | | | tracing: Export trace_dump_stack to modulesNikolay Borisov2018-10-271-0/+1
| * | | | | | | | tracing: probeevent: Fix uninitialized used of offset in parse argsSteven Rostedt (VMware)2018-10-121-1/+1
| * | | | | | | | tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu2018-10-103-10/+68
| * | | | | | | | tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu2018-10-101-13/+26
| * | | | | | | | tracing/uprobes: Fix to return -EFAULT if copy_from_user failedMasami Hiramatsu2018-10-101-1/+1
| * | | | | | | | tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu2018-10-105-20/+49
| * | | | | | | | tracing: probeevent: Add array type supportMasami Hiramatsu2018-10-104-40/+170
| * | | | | | | | tracing: probeevent: Add symbol typeMasami Hiramatsu2018-10-103-4/+18
| * | | | | | | | tracing: probeevent: Unify fetch_insn processing common partMasami Hiramatsu2018-10-103-82/+63
| * | | | | | | | tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu2018-10-104-6/+6
| * | | | | | | | tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu2018-10-104-110/+88
| * | | | | | | | tracing: probeevent: Unify fetch type tablesMasami Hiramatsu2018-10-104-75/+39
| * | | | | | | | tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu2018-10-105-678/+491