summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)2018-11-281-2/+2
* function_graph: Reverse the order of pushing the ret_stack and the callbackSteven Rostedt (VMware)2018-11-281-4/+6
* function_graph: Move return callback before update of curr_ret_stackSteven Rostedt (VMware)2018-11-281-9/+13
* function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)2018-11-283-8/+17
* function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)2018-11-282-4/+1Star
* sparc/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-10/+1Star
* sh/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-14/+2Star
* s390/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-11/+2Star
* riscv/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-12/+2Star
* powerpc/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-13/+2Star
* parisc: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-14/+3Star
* nds32: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-16/+2Star
* MIPS: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-12/+2Star
* microblaze: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-13/+2Star
* arm64: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-14/+1Star
* ARM: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-16/+1Star
* x86/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-14/+1Star
* function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)2018-11-262-0/+19
* Linux 4.20-rc3Linus Torvalds2018-11-181-1/+1
* Merge tag 'libnvdimm-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-182-18/+9Star
|\
| * Revert "acpi, nfit: Further restrict userspace ARS start requests"Dan Williams2018-11-101-12/+3Star
| * acpi, nfit: Fix ARS overflow continuationDan Williams2018-11-101-2/+2
| * tools/testing/nvdimm: Fix the array size for dimm devices.Masayoshi Mizuma2018-11-051-4/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-11-1817-97/+169
|\ \
| * | mm/memblock.c: fix a typo in __next_mem_pfn_range() commentsChen Chang2018-11-181-1/+1
| * | mm, page_alloc: check for max order in hot pathMichal Hocko2018-11-181-11/+9Star
| * | scripts/spdxcheck.py: make python3 compliantUwe Kleine-König2018-11-181-1/+0Star
| * | tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu2018-11-181-3/+1Star
| * | lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann2018-11-181-2/+1Star
| * | mm/vmstat.c: fix NUMA statistics updatesJanne Huttunen2018-11-181-3/+4
| * | mm/gup.c: fix follow_page_mask() kerneldoc commentMike Rapoport2018-11-181-2/+8
| * | ocfs2: free up write context when direct IO failedWengang Wang2018-11-182-2/+19
| * | scripts/faddr2line: fix location of start_kernel in commentRandy Dunlap2018-11-181-1/+1
| * | mm: don't reclaim inodes with many attached pagesRoman Gushchin2018-11-181-2/+5
| * | mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko2018-11-181-0/+8
| * | mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin2018-11-181-3/+3
| * | MAINTAINERS: update OMAP MMC entryAaro Koskinen2018-11-182-2/+6
| * | hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz2018-11-181-4/+19
| * | kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson2018-11-181-21/+22
| * | z3fold: fix possible reclaim racesVitaly Wool2018-11-181-39/+62
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-11-181-14/+48
|\ \ \
| * | | sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi2018-11-121-14/+48
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-182-10/+144
|\ \ \ \
| * | | | perf/x86/intel/uncore: Support CoffeeLake 8th CBOXKan Liang2018-11-122-9/+30
| * | | | perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUsKan Liang2018-11-121-1/+114
* | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-189-14/+47
|\ \ \ \ \
| * | | | | efi: Permit calling efi_mem_reserve_persistent() from atomic contextArd Biesheuvel2018-11-151-12/+19
| * | | | | efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel2018-11-154-0/+15
| * | | | | efi/arm/libstub: Pack FDT after populating itArd Biesheuvel2018-11-151-0/+4
| * | | | | efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel2018-11-153-1/+8