summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | function_graph: Move ftrace_graph_ret_addr() to fgraph.cSteven Rostedt (VMware)2018-12-092-55/+55
| * | | | | fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)2018-12-096-35/+47
| * | | | | tracing: Rearrange functions in trace_sched_wakeup.cSteven Rostedt (VMware)2018-12-091-142/+130
| * | | | | fgraph: Move function graph specific code into fgraph.cSteven Rostedt (VMware)2018-12-092-362/+366
| * | | | | function_graph: Do not expose the graph_time option when profiler is not conf...Steven Rostedt (VMware)2018-12-092-0/+9
| * | | | | ftrace: Create new ftrace_internal.h headerSteven Rostedt (VMware)2018-12-092-62/+89
| * | | | | function_graph: Remove the use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)2018-12-092-30/+0
| * | | | | fgraph: Have set_graph_notrace only affect function_graph tracerSteven Rostedt (VMware)2018-11-303-21/+29
| * | | | | fgraph: Create a fgraph.c file to store function graph infrastructureSteven Rostedt (VMware)2018-11-303-220/+233
| * | | | | tracing: Do not line wrap short line in function_graph_enter()Steven Rostedt (VMware)2018-11-301-2/+1
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-311-34/+9
|\ \ \ \ \ \
| * | | | | | sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds2018-12-301-34/+9
* | | | | | | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | kconfig: warn no new line at end of fileMasahiro Yamada2018-12-151-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-12-295-93/+931
|\ \ \ \ \ \ \
| * | | | | | | cgroup: Add named hierarchy disabling to cgroup_no_v1 boot paramTejun Heo2018-12-281-1/+13
| * | | | | | | cgroup: fix parsing empty mount option stringOndrej Mosnacek2018-12-281-1/+1
| * | | | | | | Merge branch 'for-4.20-fixes' into for-4.21Tejun Heo2018-12-2816-126/+180
| |\ \ \ \ \ \ \
| | * | | | | | | cgroup: fix CSS_TASK_ITER_PROCSTejun Heo2018-11-201-12/+17
| * | | | | | | | cpuset: Remove set but not used variable 'cs'YueHaibing2018-12-031-2/+0
| * | | | | | | | cgroup: Add .__DEBUG__. prefix to debug file namesTejun Heo2018-11-131-4/+7
| * | | | | | | | cpuset: Minor cgroup2 interface updatesTejun Heo2018-11-131-4/+4
| * | | | | | | | cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long2018-11-084-4/+27
| * | | | | | | | cpuset: Use descriptive text when reading/writing cpuset.sched.partitionWaiman Long2018-11-081-7/+51
| * | | | | | | | cpuset: Expose cpus.effective and mems.effective on cgroup v2 rootWaiman Long2018-11-081-2/+0
| * | | | | | | | cpuset: Make generate_sched_domains() work with partitionWaiman Long2018-11-081-7/+27
| * | | | | | | | cpuset: Make CPU hotplug work with partitionWaiman Long2018-11-081-15/+116
| * | | | | | | | cpuset: Track cpusets that use parent's effective_cpusWaiman Long2018-11-081-1/+70
| * | | | | | | | cpuset: Add an error state to cpuset.sched.partitionWaiman Long2018-11-081-24/+129
| * | | | | | | | cpuset: Add new v2 cpuset.sched.partition flagWaiman Long2018-11-081-13/+352
| * | | | | | | | cpuset: Simply allocation and freeing of cpumasksWaiman Long2018-11-081-33/+77
| * | | | | | | | cpuset: Define data structures to support scheduling partitionWaiman Long2018-11-081-0/+37
| * | | | | | | | cpuset: Enable cpuset controller in default hierarchyWaiman Long2018-11-081-3/+45
| * | | | | | | | cgroup: remove unnecessary unlikely()Yangtao Li2018-11-051-3/+1
* | | | | | | | | Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-291-2/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha2018-12-061-2/+4
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-298-49/+105
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kernel/fork.c: mark 'stack_vm_area' with __maybe_unusedYueHaibing2018-12-281-1/+1
| * | | | | | | | | mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams2018-12-281-1/+5
| * | | | | | | | | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-5/+5
| * | | | | | | | | kernel, resource: check for IORESOURCE_SYSRAM in release_mem_region_adjustableOscar Salvador2018-12-281-0/+15
| * | | | | | | | | mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+4
| * | | | | | | | | mm, oom: reorganize the oom report in dump_headeryuzhoujian2018-12-281-2/+2
| * | | | | | | | | mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman2018-12-281-0/+8
| * | | | | | | | | mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE supportDan Williams2018-12-281-12/+41
| * | | | | | | | | mm, devm_memremap_pages: fix shutdown handlingDan Williams2018-12-281-16/+14
| * | | | | | | | | mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams2018-12-281-6/+3
| * | | | | | | | | mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams2018-12-281-1/+1
| * | | | | | | | | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-283-3/+3
| * | | | | | | | | mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-282-4/+6
| | |_|_|_|_|_|_|/ | |/| | | | | | |