summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka2017-05-231-1/+2
* sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()Dave Kleikamp2017-05-231-0/+11
* sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)2017-05-231-2/+2
* sched/deadline: Remove unnecessary condition in push_dl_task()Byungchul Park2017-05-231-1/+1
* sched/rt: Remove unnecessary condition in push_rt_task()Byungchul Park2017-05-231-1/+1
* sched/core: Use the new llist_for_each_entry_safe() primitiveByungchul Park2017-05-231-12/+3
* smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()Peter Zijlstra2017-05-231-2/+2
* smp: Avoid sending needless IPI in smp_call_function_many()Aaron Lu2017-05-231-2/+12
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-05-2313-42/+201
|\
| * Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-05-222-5/+4
| |\
| | *-. Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki2017-05-221-1/+1
| | |\ \
| | | * | PM / hibernate: Declare variables as staticPushkar Jambhlekar2017-05-141-1/+1
| | | | |
| | | \ \
| | | \ \
| | | \ \
| | *---. \ \ Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki2017-05-221-4/+3
| | |\ \ \ \ \
| | | | | * | | cpufreq: schedutil: use now as reference when aggregating shared policy requestsJuri Lelli2017-05-051-4/+3
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-221-4/+8
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | net: Make IP alignment calulations clearer.David S. Miller2017-05-221-4/+8
| * | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-213-1/+28
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-211-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-161-1/+1
| * | | | | | | | | Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-205-5/+59
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)2017-05-181-1/+30
| | * | | | | | | | | kprobes: Document how optimized kprobes are removed from module unloadSteven Rostedt (VMware)2017-05-171-0/+6
| | * | | | | | | | | ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)2017-05-172-2/+4
| | * | | | | | | | | ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao2017-05-173-0/+12
| | * | | | | | | | | ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()Naveen N. Rao2017-05-171-2/+2
| | * | | | | | | | | tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-172-1/+6
| | * | | | | | | | | tracing: Move postpone selftests to core from early_initcallSteven Rostedt2017-05-171-1/+1
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-201-2/+2
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | blktrace: fix integer parseShaohua Li2017-05-191-2/+2
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-181-1/+11
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: adjust verifier heuristicsDaniel Borkmann2017-05-171-1/+11
| * | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-182-3/+7
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai2017-05-131-2/+6
| | * | | | | | | | | pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman2017-05-131-1/+1
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-152-25/+113
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | bpf: Handle multiple variable additions into packet pointers in verifier.David S. Miller2017-05-111-1/+1
| | * | | | | | | | bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller2017-05-112-7/+21
| | * | | | | | | | bpf: Do per-instruction state dumping in verifier when log_level > 1.David S. Miller2017-05-111-2/+6
| | * | | | | | | | bpf: Track alignment of register values in the verifier.David S. Miller2017-05-111-19/+89
* | | | | | | | | | sched/fair: Fix O(nr_cgroups) in load balance pathTejun Heo2017-05-151-8/+34
* | | | | | | | | | sched/fair: Use task_groups instead of leaf_cfs_rq_list to walk all cfs_rqsPeter Zijlstra2017-05-151-5/+25
* | | | | | | | | | sched/topology: Rename sched_group_cpus()Peter Zijlstra2017-05-153-31/+31
* | | | | | | | | | sched/topology: Rename sched_group_mask()Peter Zijlstra2017-05-153-25/+19
* | | | | | | | | | sched/topology: Simplify sched_group_mask() usagePeter Zijlstra2017-05-152-6/+6
* | | | | | | | | | sched/topology: Rewrite get_group()Peter Zijlstra2017-05-151-24/+22
* | | | | | | | | | sched/topology: Add a few commentsPeter Zijlstra2017-05-151-7/+193
* | | | | | | | | | sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra2017-05-151-6/+16
* | | | | | | | | | sched/topology: Add sched_group_capacity debuggingPeter Zijlstra2017-05-152-10/+19
* | | | | | | | | | sched/topology: Small cleanupPeter Zijlstra2017-05-153-8/+7
* | | | | | | | | | sched/topology: Fix overlapping sched_group_maskPeter Zijlstra2017-05-151-1/+17
OpenPOWER on IntegriCloud