summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | kprobes: Show blacklist addresses as same as kallsyms doesMasami Hiramatsu2018-06-211-2/+10
| * | | | | | | | kprobes: Make list and blacklist root user read onlyMasami Hiramatsu2018-06-211-2/+2
| * | | | | | | | perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'Souptick Joarder2018-06-211-2/+2
| * | | | | | | | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-212-11/+3
| * | | | | | | | kprobes: Don't check the ->break_handler() in generic kprobes codeMasami Hiramatsu2018-06-211-34/+5
| * | | | | | | | kprobes: Remove jprobe API implementationMasami Hiramatsu2018-06-212-171/+1
* | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-134-74/+64
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri2018-07-173-26/+20
| * | | | | | | | | locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Andrea Parri2018-07-171-20/+21
| * | | | | | | | | sched/core: Use smp_mb() in wake_woken_function()Andrea Parri2018-07-171-26/+21
| * | | | | | | | | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-1730-317/+450
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-131-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cpu/hotplug: Clarify CPU hotplug step name for timersMukesh Ojha2018-07-301-1/+1
* | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-1323-819/+966
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | watchdog: Reduce message verbositySinan Kaya2018-08-031-2/+2
| * | | | | | | | | | stop_machine: Reflow cpu_stop_queue_two_works()Peter Zijlstra2018-08-021-18/+23
| * | | | | | | | | | sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()Srikar Dronamraju2018-07-251-6/+3
| * | | | | | | | | | sched/numa: Use group_weights to identify if migration degrades localitySrikar Dronamraju2018-07-251-8/+9
| * | | | | | | | | | sched/numa: Update the scan period without holding the numa_group lockSrikar Dronamraju2018-07-251-2/+2
| * | | | | | | | | | sched/numa: Remove numa_has_capacity()Srikar Dronamraju2018-07-251-33/+3
| * | | | | | | | | | sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju2018-07-253-5/+10
| * | | | | | | | | | sched/numa: Remove unused task_capacity from 'struct numa_stats'Srikar Dronamraju2018-07-251-5/+3
| * | | | | | | | | | sched/numa: Skip nodes that are at 'hoplimit'Srikar Dronamraju2018-07-251-1/+1
| * | | | | | | | | | sched/debug: Reverse the order of printing faultsSrikar Dronamraju2018-07-251-2/+2
| * | | | | | | | | | sched/numa: Use task faults only if numa_group is not yet set upSrikar Dronamraju2018-07-251-10/+10
| * | | | | | | | | | sched/numa: Set preferred_node based on best_cpuSrikar Dronamraju2018-07-251-6/+4
| * | | | | | | | | | sched/numa: Simplify load_too_imbalanced()Srikar Dronamraju2018-07-251-18/+2
| * | | | | | | | | | sched/numa: Evaluate move once per nodeSrikar Dronamraju2018-07-251-71/+57
| * | | | | | | | | | sched/debug: Show the sum wait time of a task groupYun Wang2018-07-251-0/+10
| * | | | | | | | | | sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot2018-07-254-15/+23
| * | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-07-2512-55/+140
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched/core: Remove get_cpu() from sched_fork()Sebastian Andrzej Siewior2018-07-161-9/+4
| * | | | | | | | | | | sched/cpufreq: Clarify sugov_get_util()Peter Zijlstra2018-07-161-21/+54
| * | | | | | | | | | | sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot2018-07-163-17/+0
| * | | | | | | | | | | sched/core: Remove the rt_avg codeVincent Guittot2018-07-163-45/+0
| * | | | | | | | | | | sched/core: Use PELT for scale_rt_capacity()Vincent Guittot2018-07-164-27/+23
| * | | | | | | | | | | sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot2018-07-152-30/+16
| * | | | | | | | | | | cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot2018-07-152-4/+34
| * | | | | | | | | | | sched/irq: Add IRQ utilization trackingVincent Guittot2018-07-155-4/+72
| * | | | | | | | | | | cpufreq/schedutil: Use DL utilization trackingVincent Guittot2018-07-152-7/+23
| * | | | | | | | | | | sched/dl: Add dl_rq utilization trackingVincent Guittot2018-07-155-3/+44
| * | | | | | | | | | | cpufreq/schedutil: Use RT utilization trackingVincent Guittot2018-07-151-1/+8
| * | | | | | | | | | | sched/rt: Add rt_rq utilization trackingVincent Guittot2018-07-155-1/+66
| * | | | | | | | | | | sched/pelt: Move PELT related code in a dedicated fileVincent Guittot2018-07-155-333/+375
| * | | | | | | | | | | sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret2018-07-151-4/+6
| * | | | | | | | | | | watchdog/softlockup: Fix cpu_stop_queue_work() double-queue bugPeter Zijlstra2018-07-151-5/+15
| * | | | | | | | | | | Merge tag 'v4.18-rc5' into sched/core, to pick up fixesIngo Molnar2018-07-1514-219/+315
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | kthread: Simplify kthread_park() completionPeter Zijlstra2018-07-031-2/+4
| * | | | | | | | | | | smpboot: Remove cpumask from the APIPeter Zijlstra2018-07-031-49/+5