summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-09futex: Remove unnecessary warning from get_futex_keyMel Gorman
2017-08-06Fix compat_sys_sigpending breakageDmitry V. Levin
2017-08-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-08-02cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin
2017-08-02pid: kill pidhash_size in pidhash_init()Kefeng Wang
2017-08-01timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic
2017-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-31Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-31Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-30Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-29bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann
2017-07-29bpf: don't indicate success when copy_from_user failsDaniel Borkmann
2017-07-28workqueue: Work around edge cases for calc of pool's cpumaskMichael Bringmann
2017-07-27genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Thomas Gleixner
2017-07-25workqueue: implicit ordered attribute should be overridableTejun Heo
2017-07-25sched/core: Fix some documentation build warningsJonathan Corbet
2017-07-24bpf/verifier: fix min/max handling in BPF_SUBEdward Cree
2017-07-23cgroup: fix error return value from cgroup_subtree_control()Tejun Heo
2017-07-21Merge tag 'trace-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-07-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-07-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-21perf/core: Fix locking for children siblings group readJiri Olsa
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-20bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann
2017-07-20Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-07-20trace: fix the errors caused by incompatible type of RCU variablesChunyan Zhang
2017-07-20tracing: Fix kmemleak in instance_rmdirChunyu Hu
2017-07-20perf/core: Fix scheduling regression of pinned groupsAlexander Shishkin
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-19workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo
2017-07-19audit: fix memleak in auditd_send_unicast_skb.Shu Wang
2017-07-19tracing/ring_buffer: Try harder to allocateJoel Fernandes
2017-07-18cgroup: create dfl_root files on subsys registrationTejun Heo