summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_paramWaiman Long2018-04-111-2/+20
* kernel/params.c: downgrade warning for unsafe parametersChris Wilson2018-04-111-2/+2
* kernel/sysctl.c: fix sizeof argument to match variable nameRandy Dunlap2018-04-111-1/+1
* uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan2018-04-111-4/+16
* taint: add taint for randstructKees Cook2018-04-111-1/+3
* taint: consolidate documentationKees Cook2018-04-111-19/+4
* taint: convert to indexed initializationKees Cook2018-04-111-17/+19
* Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-1013-1692/+5828
|\
| * init, tracing: instrument security and console initcall trace eventsAbderrahmane Benbachir2018-04-061-1/+6
| * tracing: Add rcu dereference annotation for test func that touches filter->progSteven Rostedt (VMware)2018-04-061-1/+6
| * tracing: Add rcu dereference annotation for filter->progSteven Rostedt (VMware)2018-04-061-1/+2
| * tracing: Fixup logic inversion on setting trace_global_clock defaultsChris Wilson2018-04-061-1/+1
| * tracing: Hide global trace clock from lockdepSteven Rostedt (VMware)2018-04-061-2/+2
| * ring-buffer: Add set/clear_current_oom_origin() during allocationsSteven Rostedt (VMware)2018-04-061-10/+38
| * ring-buffer: Check if memory is available before allocationSteven Rostedt (VMware)2018-04-061-0/+5
| * lockdep: Add print_irqtrace_events() to __warnSteven Rostedt (VMware)2018-04-061-0/+2
| * tracing: Uninitialized variable in create_tracing_map_fields()Dan Carpenter2018-04-061-1/+1
| * tracing: Make sure variable string fields are NULL-terminatedTom Zanussi2018-04-061-2/+2
| * tracing: Add action comparisons when testing matching hist triggersTom Zanussi2018-04-061-0/+50
| * tracing: Don't add flag strings when displaying variable referencesTom Zanussi2018-04-061-1/+1
| * tracing: Fix display of hist trigger expressions containing timestampsTom Zanussi2018-04-061-14/+5
| * ftrace: Drop a VLA in module_exists()Salvatore Mesoraca2018-04-061-4/+3
| * tracing: Mention trace_clock=global when warning about unstable clocksChris Wilson2018-04-061-1/+2
| * tracing: Default to using trace_global_clock if sched_clock is unstableChris Wilson2018-04-061-0/+19
| * tracing: Fix a potential NULL dereferenceDan Carpenter2018-03-231-0/+1
| * 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
| * tracing: Allow whitespace to surround hist trigger filterTom Zanussi2018-03-101-5/+32
| * tracing: Add 'onmax' hist trigger action supportTom Zanussi2018-03-101-35/+296
| * tracing: Add 'onmatch' hist trigger action supportTom Zanussi2018-03-101-13/+475
| * tracing: Add support for 'field variables'Tom Zanussi2018-03-101-1/+530
| * tracing: Add support for 'synthetic' eventsTom Zanussi2018-03-101-2/+893
| * tracing: Add hist trigger action hookTom Zanussi2018-03-101-2/+104
| * tracing: Add variable reference handling to hist triggersTom Zanussi2018-03-104-16/+656
| * tracing: Add hist_field 'type' fieldTom Zanussi2018-03-101-0/+33
| * tracing: Pass tracing_map_elt to hist_field accessor functionsTom Zanussi2018-03-101-34/+57
OpenPOWER on IntegriCloud