Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-08-25sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra
2017-08-25sched/topology: Avoid pointless rebuildPeter Zijlstra
2017-08-25sched/topology, cpuset: Avoid spurious/wrong domain rebuildsPeter Zijlstra
2017-08-25sched/topology: Improve commentsPeter Zijlstra
2017-08-25sched/topology: Fix memory leak in __sdt_alloc()Shu Wang
2017-08-25Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-08-25Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-08-24tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)
2017-08-24tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu
2017-08-24ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov
2017-08-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-08-20Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-08-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-08-20genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan
2017-08-19signal: don't remove SIGNAL_UNKILLABLE for traced tasks.Jamie Iles
2017-08-19kmod: fix wait on recursive loopLuis R. Rodriguez
2017-08-18kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner
2017-08-18genirq: Restore trigger settings in irq_modify_status()Marc Zyngier
2017-08-17Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-08-16sched/completion: Document that reinit_completion() must be called after comp...Steven Rostedt
2017-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-08-16bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann
2017-08-15audit: Receive unmount eventJan Kara
2017-08-15audit: Fix use after free in audit_remove_watch_rule()Jan Kara
2017-08-11mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit
2017-08-11mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner
2017-08-10sched/autogroup: Fix error reporting printk text in autogroup_create()Anshuman Khandual
2017-08-10sched/fair: Fix wake_affine() for !NUMA_BALANCINGPeter Zijlstra
2017-08-10sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi
2017-08-10sched/debug: Show task state in /proc/sched_debugXie XiuQi
2017-08-10sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai
2017-08-10sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian
2017-08-10sched/deadline: Change return value of cpudl_find()Byungchul Park
2017-08-10sched/deadline: Make find_later_rq() choose a closer CPU in topologyByungchul Park
2017-08-10sched/numa: Scale scan period with tasks in group and shared/privateRik van Riel
2017-08-10sched/numa: Slow down scan rate if shared faults dominateRik van Riel
2017-08-10sched/pelt: Fix false running accountingVincent Guittot
2017-08-10sched: Mark pick_next_task_dl() and build_sched_domain() as staticViresh Kumar
2017-08-10sched/cpupri: Don't re-initialize 'struct cpupri'Viresh Kumar
2017-08-10sched/deadline: Don't re-initialize 'struct cpudl'Viresh Kumar
2017-08-10sched/topology: Drop memset() from init_rootdomain()Viresh Kumar
2017-08-10sched/fair: Drop always true parameter of update_cfs_rq_load_avg()Viresh Kumar
2017-08-10sched/fair: Avoid checking cfs_rq->nr_running twiceViresh Kumar
2017-08-10sched/fair: Pass 'rq' to weighted_cpuload()Viresh Kumar
2017-08-10sched/core: Reuse put_prev_task()Viresh Kumar
2017-08-10sched/fair: Call cpufreq update util handlers less frequently on UPViresh Kumar
2017-08-10perf/core: Fix time on IOC_ENABLEPeter Zijlstra
2017-08-10perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra
2017-08-10futex: Remove unnecessary warning from get_futex_keyMel Gorman