summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-06-161-2/+3
|\
| * timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner2019-06-141-2/+3
* | Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-06-155-14/+35
|\ \
| * | ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li2019-06-141-2/+5
| * | module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf2019-06-142-1/+15
| * | tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata2019-06-141-2/+0
| * | tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata2019-06-141-3/+10
| * | tracing: Make two symbols staticYueHaibing2019-06-141-2/+2
| * | tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik2019-06-141-3/+2
| * | tracing: Fix out-of-range read in trace_stack_print()Eiichi Tsukata2019-06-141-1/+1
* | | Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-143-32/+91
|\ \ \
| * | | cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz2019-06-121-1/+14
| * | | cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo2019-06-101-1/+1
| * | | cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo2019-06-051-0/+4
| * | | cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo2019-05-311-7/+37
| * | | cgroup: Implement css_task_iter_skip()Tejun Heo2019-05-311-24/+36
| * | | cgroup: Call cgroup_release() before __exit_signal()Tejun Heo2019-05-311-1/+1
* | | | mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-131-5/+12
* | | | mm/devm_memremap_pages: introduce devm_memunmap_pagesDan Williams2019-06-131-0/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2019-06-112-2/+27
|\ \ \ \
| * | | | ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn2019-06-112-0/+19
| * | | | signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOEric W. Biederman2019-05-301-2/+8
* | | | | cgroup/bfq: revert bfq.weight symlink changeJens Axboe2019-06-101-29/+4
* | | | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-0830-170/+30
|\ \ \ \ \
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-0510-52/+10
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436Thomas Gleixner2019-06-051-2/+1
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430Thomas Gleixner2019-06-051-2/+1
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-057-18/+7
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner2019-06-051-1/+1
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-058-72/+8
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
* | | | | | Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-06-083-31/+30
|\ \ \ \ \ \
| * | | | | | kheaders: Do not regenerate archive if config is not changedJoel Fernandes (Google)2019-05-241-4/+11
| * | | | | | kheaders: Move from proc to sysfsJoel Fernandes (Google)2019-05-243-27/+19
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus-20190608' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-081-4/+29
|\ \ \ \ \ \
| * | | | | | cgroup: let a symlink too be created with a cftype fileAngelo Ruocco2019-06-071-4/+29
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'pm-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-06-073-2/+17
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-x86'Rafael J. Wysocki2019-06-072-2/+11
| |\ \ \ \ \ \
| | * | | | | | x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2019-06-032-2/+11
| | | |_|/ / / | | |/| | | |
| * | | | | | PM: sleep: Add kerneldoc comments to some functionsRafael J. Wysocki2019-06-031-0/+6
| | |/ / / / | |/| | | |
* / | | | | signal: improve commentsChristian Brauner2019-06-051-6/+5
|/ / / / /
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-022-16/+52
|\ \ \ \ \
| * \ \ \ \ Merge tag 'perf-urgent-for-mingo-5.2-20190528' of git://git.kernel.org/pub/sc...Ingo Molnar2019-05-285-9/+29
| |\ \ \ \ \
| * | | | | | perf/ring-buffer: Use regular variables for nestingPeter Zijlstra2019-05-242-17/+28
| * | | | | | perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra2019-05-241-3/+3
| * | | | | | perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra2019-05-241-0/+9
| * | | | | | perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui2019-05-241-4/+20
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-021-1/+1
|\ \ \ \ \ \
| * | | | | | stacktrace: Unbreak stack_trace_save_tsk_reliable()Joe Lawrence2019-05-191-1/+1