Age | Commit message (Expand) | Author | Files | Lines |
2018-12-28 | mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmm | Dan Williams | 1 | -1/+5 |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 1 | -5/+5 |
2018-12-28 | kernel, resource: check for IORESOURCE_SYSRAM in release_mem_region_adjustable | Oscar Salvador | 1 | -0/+15 |
2018-12-28 | mm, memory_hotplug: add nid parameter to arch_remove_memory | Oscar Salvador | 1 | -1/+4 |
2018-12-28 | mm, oom: reorganize the oom report in dump_header | yuzhoujian | 1 | -2/+2 |
2018-12-28 | mm: reclaim small amounts of memory when an external fragmentation event occurs | Mel Gorman | 1 | -0/+8 |
2018-12-28 | mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE support | Dan Williams | 1 | -12/+41 |
2018-12-28 | mm, devm_memremap_pages: fix shutdown handling | Dan Williams | 1 | -16/+14 |
2018-12-28 | mm, devm_memremap_pages: kill mapping "System RAM" support | Dan Williams | 1 | -6/+3 |
2018-12-28 | mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPL | Dan Williams | 1 | -1/+1 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 3 | -3/+3 |
2018-12-28 | mm: reference totalram_pages and managed_pages once per function | Arun KS | 2 | -4/+6 |
2018-12-28 | cgroup: Add named hierarchy disabling to cgroup_no_v1 boot param | Tejun Heo | 1 | -1/+13 |
2018-12-28 | cgroup: fix parsing empty mount option string | Ondrej Mosnacek | 1 | -1/+1 |
2018-12-28 | Merge branch 'for-4.20-fixes' into for-4.21 | Tejun Heo | 16 | -126/+180 |
2018-12-28 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
2018-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 12 | -248/+1817 |
2018-12-27 | Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -52/+74 |
2018-12-27 | Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -350/+386 |
2018-12-27 | Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -69/+68 |
2018-12-27 | sched/fair: Fix warning on non-SMP build | Olof Johansson | 1 | -8/+8 |
2018-12-27 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 13 | -143/+955 |
2018-12-27 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -16/+55 |
2018-12-27 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -36/+44 |
2018-12-27 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 28 | -583/+824 |
2018-12-26 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -5/+73 |
2018-12-26 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 25 | -218/+52 |
2018-12-26 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 11 | -92/+199 |
2018-12-26 | Merge tag 'pm-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 4 | -34/+6 |
2018-12-23 | tracing: Use the return of str_has_prefix() to remove open coded numbers | Steven Rostedt (VMware) | 3 | -13/+18 |
2018-12-23 | tracing: Have the historgram use the result of str_has_prefix() for len of pr... | Steven Rostedt (VMware) | 1 | -4/+5 |
2018-12-23 | tracing: Use str_has_prefix() instead of using fixed sizes | Steven Rostedt (VMware) | 5 | -6/+6 |
2018-12-23 | tracing: Use str_has_prefix() helper for histogram code | Steven Rostedt (VMware) | 1 | -14/+14 |
2018-12-22 | tracing: Make function ‘ftrace_exports’ static | Mathieu Malaterre | 1 | -1/+1 |
2018-12-22 | tracing: Simplify printf'ing in seq_print_sym | Rasmus Villemoes | 1 | -4/+3 |
2018-12-22 | tracing: Avoid -Wformat-nonliteral warning | Rasmus Villemoes | 1 | -5/+4 |
2018-12-22 | tracing: Merge seq_print_sym_short() and seq_print_sym_offset() | Rasmus Villemoes | 1 | -27/+7 |
2018-12-22 | tracing: Add hist trigger comments for variable-related fields | Tom Zanussi | 1 | -0/+36 |
2018-12-22 | tracing: Remove hist trigger synth_var_refs | Tom Zanussi | 1 | -18/+0 |
2018-12-22 | tracing: Use hist trigger's var_ref array to destroy var_refs | Tom Zanussi | 1 | -5/+19 |
2018-12-22 | tracing: Remove open-coding of hist trigger var_ref management | Tom Zanussi | 1 | -18/+75 |
2018-12-22 | tracing: Use var_refs[] for hist trigger reference checking | Tom Zanussi | 1 | -57/+11 |
2018-12-22 | tracing: Change strlen to sizeof for hist trigger static strings | Tom Zanussi | 1 | -19/+19 |
2018-12-22 | tracing: Remove unnecessary hist trigger struct field | Tom Zanussi | 1 | -1/+0 |
2018-12-22 | tracing: Fix ftrace_graph_get_ret_stack() to use task and not current | Steven Rostedt (VMware) | 1 | -2/+2 |
2018-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -10/+64 |
2018-12-22 | fork,memcg: fix crash in free_thread_stack on memcg charge fail | Rik van Riel | 1 | -2/+7 |
2018-12-21 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+1 |
2018-12-21 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -6/+63 |
2018-12-21 | Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep' | Rafael J. Wysocki | 2 | -26/+4 |