summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-061-1/+1
* mm: memcg: remote memcg charging for kmem allocationsShakeel Butt2018-04-061-0/+3
* kernel/kexec_file.c: load kernel at top of system RAM if requiredBaoquan He2018-04-061-0/+2
* kernel/kexec_file.c: add walk_system_ram_res_rev()AKASHI Takahiro2018-04-061-0/+63
* kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo2018-04-061-13/+16
* kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo2018-04-061-30/+7
* kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsPhilipp Rudo2018-04-061-22/+12
* kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsPhilipp Rudo2018-04-061-46/+30
* kernel/kexec_file.c: split up __kexec_load_puragoryPhilipp Rudo2018-04-061-97/+103
* kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo2018-04-061-21/+42
* kernel/kexec_file.c: search symbols in read-only kexec_purgatoryPhilipp Rudo2018-04-061-16/+22
* kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo2018-04-061-2/+2
* kernel/kexec_file.c: remove checks in kexec_purgatory_loadPhilipp Rudo2018-04-061-14/+0
* kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro2018-04-061-0/+175
* kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-061-4/+56
* kexec_file-make-an-use-of-purgatory-optional-fixAKASHI Takahiro2018-04-061-1/+1
* kexec_file: make use of purgatory optionalAKASHI Takahiro2018-04-061-0/+5
* Merge branch 'akpm-current/current'Stephen Rothwell2018-04-0611-49/+100
|\
| * kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_paramWaiman Long2018-04-061-2/+20
| * kernel/params.c: downgrade warning for unsafe parametersChris Wilson2018-04-061-2/+2
| * kernel/sysctl.c: fix sizeof argument to match variable nameRandy Dunlap2018-04-061-1/+1
| * fork: unconditionally clear stack on forkKees Cook2018-04-061-2/+1
| * uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan2018-04-061-4/+16
| * taint: add taint for randstructKees Cook2018-04-061-1/+3
| * taint: consolidate documentationKees Cook2018-04-061-19/+4
| * taint: convert to indexed initializationKees Cook2018-04-061-17/+19
| * cgroup: list groupoom in cgroup featuresRoman Gushchin2018-04-061-1/+2
| * mm, oom: add cgroup v2 mount option for cgroup-aware OOM killerRoman Gushchin2018-04-061-0/+10
| * prctl: add PR_[GS]ET_PDEATHSIG_PROCJürg Billeter2018-04-064-0/+18
| * headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-061-0/+1
| * kernel/fork.c: detect early free of a live mmMark Rutland2018-04-062-0/+3
* | Merge remote-tracking branch 'vhost/linux-next'Stephen Rothwell2018-04-061-0/+1
|\ \
| * | crash: export paddr_vmcoreinfo_note()Marc-André Lureau2018-03-201-0/+1
* | | Merge remote-tracking branch 'ftrace/for-next'Stephen Rothwell2018-04-069-1668/+5697
|\ \ \
| * | | tracing: Rewrite filter logic to be simpler and fasterSteven Rostedt (VMware)2018-03-142-1197/+979
| * | | tracing: Clean up and document pred_funcs_##type creation and useSteven Rostedt (VMware)2018-03-141-14/+32
| * | | tracing: Combine enum and arrays into single macro in filter codeSteven Rostedt (VMware)2018-03-141-64/+48
| * | | tracing: Embed replace_filter_string() helper functionSteven Rostedt (VMware)2018-03-101-18/+9
| * | | tracing: Only add filter list when neededSteven Rostedt (VMware)2018-03-101-13/+14
| * | | tracing: Remove filter allocator helperSteven Rostedt (VMware)2018-03-101-10/+2
| * | | tracing: Use trace_seq instead of open code string appendingSteven Rostedt (VMware)2018-03-101-34/+23
| * | | tracing: Remove BUG_ON() from append_filter_string()Steven Rostedt (VMware)2018-03-101-1/+2
| * | | tracing: Add inter-event blurb to HIST_TRIGGERS config optionTom Zanussi2018-03-101-1/+4
| * | | tracing: Use the ring-buffer nesting to allow synthetic events to be tracedSteven Rostedt (VMware)2018-03-101-1/+11
| * | | ring-buffer: Add nesting for adding events within eventsSteven Rostedt (VMware)2018-03-101-3/+54
| * | | tracing: Add a clock attribute for hist triggersTom Zanussi2018-03-101-3/+39
| * | | tracing: Make tracing_set_clock() non-staticTom Zanussi2018-03-102-1/+2
| * | | tracing: Add 'last error' error facility for hist triggersTom Zanussi2018-03-101-14/+150
| * | | tracing: Add hist trigger support for variable reference aliasesTom Zanussi2018-03-101-7/+67
| * | | tracing: Add cpu field for hist triggersTom Zanussi2018-03-101-1/+27