summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner
2017-05-23printk: Adjust system_state checksThomas Gleixner
2017-05-23extable: Adjust system_state checksThomas Gleixner
2017-05-23async: Adjust system_state checksThomas Gleixner
2017-05-23sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka
2017-05-23sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()Dave Kleikamp
2017-05-23sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)
2017-05-23sched/deadline: Remove unnecessary condition in push_dl_task()Byungchul Park
2017-05-23sched/rt: Remove unnecessary condition in push_rt_task()Byungchul Park
2017-05-23sched/core: Use the new llist_for_each_entry_safe() primitiveByungchul Park
2017-05-23smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()Peter Zijlstra
2017-05-23smp: Avoid sending needless IPI in smp_call_function_many()Aaron Lu
2017-05-23Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-05-22Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-22Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki
2017-05-22Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki
2017-05-22net: Make IP alignment calulations clearer.David S. Miller
2017-05-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-05-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-05-20Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-19blktrace: fix integer parseShaohua Li
2017-05-18tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-05-17bpf: adjust verifier heuristicsDaniel Borkmann
2017-05-17kprobes: Document how optimized kprobes are removed from module unloadSteven Rostedt (VMware)
2017-05-17ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)
2017-05-17ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao
2017-05-17ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()Naveen N. Rao
2017-05-17tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner
2017-05-17tracing: Move postpone selftests to core from early_initcallSteven Rostedt
2017-05-16genirq: Fix chained interrupt data orderingThomas Gleixner
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-15sched/fair: Fix O(nr_cgroups) in load balance pathTejun Heo
2017-05-15sched/fair: Use task_groups instead of leaf_cfs_rq_list to walk all cfs_rqsPeter Zijlstra
2017-05-15sched/topology: Rename sched_group_cpus()Peter Zijlstra
2017-05-15sched/topology: Rename sched_group_mask()Peter Zijlstra
2017-05-15sched/topology: Simplify sched_group_mask() usagePeter Zijlstra
2017-05-15sched/topology: Rewrite get_group()Peter Zijlstra
2017-05-15sched/topology: Add a few commentsPeter Zijlstra
2017-05-15sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra
2017-05-15sched/topology: Add sched_group_capacity debuggingPeter Zijlstra
2017-05-15sched/topology: Small cleanupPeter Zijlstra
2017-05-15sched/topology: Fix overlapping sched_group_maskPeter Zijlstra
2017-05-15sched/topology: Remove FORCE_SD_OVERLAPPeter Zijlstra
2017-05-15sched/topology: Move comment about asymmetric node setupsLauro Ramos Venancio
2017-05-15sched/topology: Optimize build_group_mask()Lauro Ramos Venancio
2017-05-15sched/topology: Verify the first group matches the child domainPeter Zijlstra