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
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar
2018-03-03sched/deadline: Clean up various coding style detailsMario Leinweber
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker
2018-02-21sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker
2018-02-21nohz: Allow to check if remote CPU tick is stoppedFrederic Weisbecker
2018-02-21nohz: Convert tick_nohz_tick_stopped() to boolFrederic Weisbecker
2018-02-21sched/core: Rename init_rq_hrtick() to hrtick_rq_init()Frederic Weisbecker
2018-02-21sched/numa: Delay retrying placement for automatic NUMA balance after wake_af...Mel Gorman
2018-02-21sched/fair: Consider SD_NUMA when selecting the most idle group to schedule onMel Gorman
2018-02-21sched/fair: Do not migrate due to a sync wakeup on exitPeter Zijlstra
2018-02-21sched/fair: Do not migrate on wake_affine_weight() if weights are equalMel Gorman
2018-02-21sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() unti...Mel Gorman
2018-02-21sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affineMel Gorman
2018-02-21Merge tag 'v4.16-rc2' into sched/core, to pick up fixesIngo Molnar
2018-02-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-02-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-16irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-02-16kprobes: Propagate error from disarm_kprobe_ftrace()Jessica Yu
2018-02-16kprobes: Propagate error from arm_kprobe_ftrace()Jessica Yu
2018-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-02-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-02-13locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon
2018-02-13locking/qspinlock: Ensure node is initialised before updating prev->nextWill Deacon
2018-02-13sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan
2018-02-13sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra
2018-02-13sched/rt: Make update_curr_rt() more accurateWen Yang
2018-02-13sched/deadline: Make update_curr_dl() more accurateWen Yang
2018-02-13sched/fair: Remove stray space in #ifdefVincent Guittot
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-11Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-10Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-02-08tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)
2018-02-08ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)
2018-02-08Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-07pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers
2018-02-07pipe, sysctl: remove pipe_proc_fn()Eric Biggers
2018-02-07pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers
2018-02-07kernel/resource: iomem_is_exclusive can be booleanYaowei Bai
2018-02-07kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai
2018-02-07genirq: remove unneeded kallsyms includeSergey Senozhatsky
2018-02-07hrtimer: remove unneeded kallsyms includeSergey Senozhatsky
2018-02-07kcov: detect double association with a single taskDmitry Vyukov
2018-02-07kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers