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
AgeCommit message (Expand)Author
2018-07-21kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov
2018-06-16docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-06Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2018-05-23cgroup: css_set_lock should nest inside tasklist_lockTejun Heo
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-07rdmacg: Convert to use match_string() helperAndy Shevchenko
2018-04-27cgroup: Make cgroup_rstat_updated() ready for root cgroup usageTejun Heo
2018-04-27cgroup: Add memory barriers to plug cgroup_rstat_updated() race windowTejun Heo
2018-04-27cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo
2018-04-27cgroup: Replace cgroup_rstat_mutex with a spinlockTejun Heo
2018-04-27cgroup: Factor out and expose cgroup_rstat_*() interface functionsTejun Heo
2018-04-27cgroup: Reorganize kernel/cgroup/rstat.cTejun Heo
2018-04-27cgroup: Distinguish base resource stat implementation from rstatTejun Heo
2018-04-27cgroup: Rename stat to rstatTejun Heo
2018-04-27cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.cTejun Heo
2018-04-27cgroup: Limit event generation frequencyTejun Heo
2018-04-27cgroup: Explicitly remove core interface filesTejun Heo
2018-04-04Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2018-03-19cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo
2018-02-21cgroup: fix rule checking for threaded mode switchingTejun Heo
2018-02-07kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai
2018-01-19string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo
2018-01-10cgroup: make cgroup.threads delegatableRoman Gushchin
2017-12-20cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo
2017-12-19cgroup: Fix deadlock in cpu hotplug pathPrateek Sood
2017-12-15cgroup: use strlcpy() instead of strscpy() to avoid spurious warningArnd Bergmann
2017-12-12cgroup: avoid copying strings longer than the buffersMa Shimiao
2017-12-05Revert "cgroup/cpuset: remove circular dependency deadlock"Tejun Heo
2017-12-05Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo
2017-11-28cgroup: properly init u64_statsLucas Stach
2017-11-27debug cgroup: use task_css_set instead of rcu_dereferenceWang Long
2017-11-27cpuset: Make cpuset hotplug synchronousPrateek Sood
2017-11-27cgroup/cpuset: remove circular dependency deadlockPrateek Sood
2017-11-16Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-11-06cgroup: export list of cgroups v2 features using sysfsRoman Gushchin
2017-11-06cgroup: export list of delegatable control files using sysfsRoman Gushchin
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30cgroup: mark @cgrp __maybe_unused in cpu_stat_show()Tejun Heo
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo
2017-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-05bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov
2017-10-05bpf: multi program support for cgroup+bpfAlexei Starovoitov