index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ftrace: Fix ftrace_trace_task return value
Josef Bacik
2020-08-03
2
-4
/
+6
*
trace : Have tracing buffer info use kvzalloc instead of kzalloc
Zhaoyang Huang
2020-08-03
1
-2
/
+2
*
tracing: Remove outdated comment in stack handling
Vincent Whitchurch
2020-07-31
1
-6
/
+0
*
ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...
Chengming Zhou
2020-07-31
1
-0
/
+8
*
ftrace: Setup correct FTRACE_FL_REGS flags for module
Chengming Zhou
2020-07-31
1
-4
/
+7
*
tracing/hwlat: Honor the tracing_cpumask
Kevin Hao
2020-07-31
1
-2
/
+3
*
tracing/hwlat: Drop the duplicate assignment in start_kthread()
Kevin Hao
2020-07-31
1
-1
/
+0
*
tracing: Save one trace_event->type by using __TRACE_LAST_TYPE
Wei Yang
2020-07-10
1
-2
/
+2
*
tracing: Simplify defining of the next event id
Wei Yang
2020-07-10
1
-6
/
+6
*
ring-buffer: Do not trigger a WARN if clock going backwards is detected
Steven Rostedt (VMware)
2020-07-02
1
-3
/
+21
*
ring-buffer: Call trace_clock_local() directly for RETPOLINE kernels
Steven Rostedt (VMware)
2020-07-02
1
-1
/
+9
*
ring-buffer: Move the add_timestamp into its own function
Steven Rostedt (VMware)
2020-07-02
1
-12
/
+20
*
ring-buffer: Consolidate add_timestamp to remove some branches
Steven Rostedt (VMware)
2020-07-02
1
-66
/
+73
*
ring-buffer: Mark the !tail (crossing a page) as unlikely
Steven Rostedt (VMware)
2020-06-30
1
-1
/
+1
*
ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPU
Nicholas Piggin
2020-06-30
2
-17
/
+72
*
ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bit
Steven Rostedt (VMware)
2020-06-30
1
-27
/
+243
*
ring-buffer: Incorporate absolute timestamp into add_timestamp logic
Steven Rostedt (VMware)
2020-06-30
1
-18
/
+22
*
ring-buffer: Have nested events still record running time stamp
Steven Rostedt (VMware)
2020-06-30
1
-95
/
+181
*
tracing: Move pipe reference to trace array instead of current_tracer
Steven Rostedt (VMware)
2020-06-30
2
-7
/
+7
*
x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooks
Steven Rostedt (VMware)
2020-06-29
1
-0
/
+8
*
tracing: Only allow trace_array_printk() to be used by instances
Steven Rostedt (VMware)
2020-06-29
1
-3
/
+7
*
Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-06-28
5
-30
/
+37
|
\
|
*
sched/cfs: change initial value of runnable_avg
Vincent Guittot
2020-06-28
1
-1
/
+1
|
*
smp, irq_work: Continue smp_call_function*() and irq_work*() integration
Peter Zijlstra
2020-06-28
2
-21
/
+3
|
*
sched/core: s/WF_ON_RQ/WQ_ON_CPU/
Peter Zijlstra
2020-06-28
2
-3
/
+3
|
*
sched/core: Fix ttwu() race
Peter Zijlstra
2020-06-28
1
-5
/
+28
|
*
sched/core: Fix PI boosting between RT and DEADLINE tasks
Juri Lelli
2020-06-28
1
-1
/
+2
|
*
sched/deadline: Initialize ->dl_boosted
Juri Lelli
2020-06-28
1
-0
/
+1
|
*
sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...
Scott Wood
2020-06-28
1
-1
/
+1
*
|
Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-06-28
1
-7
/
+25
|
\
\
|
*
|
rcu: Fixup noinstr warnings
Peter Zijlstra
2020-06-25
1
-7
/
+25
*
|
|
Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-06-27
3
-28
/
+39
|
\
\
\
|
*
|
|
dma-remap: align the size in dma_common_*_remap()
Eric Auger
2020-06-23
1
-2
/
+3
|
*
|
|
dma-mapping: DMA_COHERENT_POOL should select GENERIC_ALLOCATOR
Christoph Hellwig
2020-06-23
1
-1
/
+1
|
*
|
|
dma-direct: add missing set_memory_decrypted() for coherent mapping
David Rientjes
2020-06-23
1
-0
/
+6
|
*
|
|
dma-direct: check return value when encrypting or decrypting memory
David Rientjes
2020-06-17
1
-5
/
+14
|
*
|
|
dma-direct: re-encrypt memory if dma_direct_alloc_pages() fails
David Rientjes
2020-06-17
1
-1
/
+6
|
*
|
|
dma-direct: always align allocation size in dma_direct_alloc_pages()
David Rientjes
2020-06-17
1
-7
/
+10
|
*
|
|
dma-direct: mark __dma_direct_alloc_pages static
Christoph Hellwig
2020-06-17
1
-1
/
+1
|
*
|
|
dma-direct: re-enable mmap for !CONFIG_MMU
Christoph Hellwig
2020-06-17
2
-14
/
+1
*
|
|
|
Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...
Linus Torvalds
2020-06-27
2
-29
/
+47
|
\
\
\
\
|
*
|
|
|
kgdb: Avoid suspicious RCU usage warning
Douglas Anderson
2020-06-26
1
-0
/
+4
|
*
|
|
|
kdb: Switch to use safer dbg_io_ops over console APIs
Sumit Garg
2020-06-26
1
-1
/
+3
|
*
|
|
|
kdb: Make kdb_printf() console handling more robust
Sumit Garg
2020-06-25
1
-0
/
+11
|
*
|
|
|
kdb: Check status of console prior to invoking handlers
Sumit Garg
2020-06-25
1
-0
/
+2
|
*
|
|
|
kdb: Re-factor kdb_printf() message write code
Sumit Garg
2020-06-25
1
-29
/
+28
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2020-06-26
1
-4
/
+11
|
\
\
\
\
|
*
|
|
|
cpuidle: Rearrange s2idle-specific idle state entry code
Rafael J. Wysocki
2020-06-25
1
-4
/
+11
|
|
/
/
/
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-26
2
-29
/
+9
|
\
\
\
\
|
*
|
|
|
mm: remove vmalloc_exec
Christoph Hellwig
2020-06-26
1
-1
/
+3
[next]