summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Fix ftrace_trace_task return valueJosef Bacik2020-08-032-4/+6
* trace : Have tracing buffer info use kvzalloc instead of kzallocZhaoyang Huang2020-08-031-2/+2
* tracing: Remove outdated comment in stack handlingVincent Whitchurch2020-07-311-6/+0
* ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...Chengming Zhou2020-07-311-0/+8
* ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou2020-07-311-4/+7
* tracing/hwlat: Honor the tracing_cpumaskKevin Hao2020-07-311-2/+3
* tracing/hwlat: Drop the duplicate assignment in start_kthread()Kevin Hao2020-07-311-1/+0
* tracing: Save one trace_event->type by using __TRACE_LAST_TYPEWei Yang2020-07-101-2/+2
* tracing: Simplify defining of the next event idWei Yang2020-07-101-6/+6
* ring-buffer: Do not trigger a WARN if clock going backwards is detectedSteven Rostedt (VMware)2020-07-021-3/+21
* ring-buffer: Call trace_clock_local() directly for RETPOLINE kernelsSteven Rostedt (VMware)2020-07-021-1/+9
* ring-buffer: Move the add_timestamp into its own functionSteven Rostedt (VMware)2020-07-021-12/+20
* ring-buffer: Consolidate add_timestamp to remove some branchesSteven Rostedt (VMware)2020-07-021-66/+73
* ring-buffer: Mark the !tail (crossing a page) as unlikelySteven Rostedt (VMware)2020-06-301-1/+1
* ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin2020-06-302-17/+72
* ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bitSteven Rostedt (VMware)2020-06-301-27/+243
* ring-buffer: Incorporate absolute timestamp into add_timestamp logicSteven Rostedt (VMware)2020-06-301-18/+22
* ring-buffer: Have nested events still record running time stampSteven Rostedt (VMware)2020-06-301-95/+181
* tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)2020-06-302-7/+7
* x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)2020-06-291-0/+8
* tracing: Only allow trace_array_printk() to be used by instancesSteven Rostedt (VMware)2020-06-291-3/+7
* Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-285-30/+37
|\
| * sched/cfs: change initial value of runnable_avgVincent Guittot2020-06-281-1/+1
| * smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra2020-06-282-21/+3
| * sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra2020-06-282-3/+3
| * sched/core: Fix ttwu() racePeter Zijlstra2020-06-281-5/+28
| * sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-281-1/+2
| * sched/deadline: Initialize ->dl_boostedJuri Lelli2020-06-281-0/+1
| * sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood2020-06-281-1/+1
* | Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-281-7/+25
|\ \
| * | rcu: Fixup noinstr warningsPeter Zijlstra2020-06-251-7/+25
* | | Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-06-273-28/+39
|\ \ \
| * | | dma-remap: align the size in dma_common_*_remap()Eric Auger2020-06-231-2/+3
| * | | dma-mapping: DMA_COHERENT_POOL should select GENERIC_ALLOCATORChristoph Hellwig2020-06-231-1/+1
| * | | dma-direct: add missing set_memory_decrypted() for coherent mappingDavid Rientjes2020-06-231-0/+6
| * | | dma-direct: check return value when encrypting or decrypting memoryDavid Rientjes2020-06-171-5/+14
| * | | dma-direct: re-encrypt memory if dma_direct_alloc_pages() failsDavid Rientjes2020-06-171-1/+6
| * | | dma-direct: always align allocation size in dma_direct_alloc_pages()David Rientjes2020-06-171-7/+10
| * | | dma-direct: mark __dma_direct_alloc_pages staticChristoph Hellwig2020-06-171-1/+1
| * | | dma-direct: re-enable mmap for !CONFIG_MMUChristoph Hellwig2020-06-172-14/+1
* | | | Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2020-06-272-29/+47
|\ \ \ \
| * | | | kgdb: Avoid suspicious RCU usage warningDouglas Anderson2020-06-261-0/+4
| * | | | kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg2020-06-261-1/+3
| * | | | kdb: Make kdb_printf() console handling more robustSumit Garg2020-06-251-0/+11
| * | | | kdb: Check status of console prior to invoking handlersSumit Garg2020-06-251-0/+2
| * | | | kdb: Re-factor kdb_printf() message write codeSumit Garg2020-06-251-29/+28
| | |_|/ | |/| |
* | | | Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-06-261-4/+11
|\ \ \ \
| * | | | cpuidle: Rearrange s2idle-specific idle state entry codeRafael J. Wysocki2020-06-251-4/+11
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-262-29/+9
|\ \ \ \
| * | | | mm: remove vmalloc_execChristoph Hellwig2020-06-261-1/+3