summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpu/SMT: State SMT is disabled even with nosmt and without "=force"Borislav Petkov2018-10-051-0/+1
* sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load()Rafael J. Wysocki2018-10-041-4/+4
* sched/fair: Remove setting task's se->runnable_weight during PELT updateDietmar Eggemann2018-10-022-6/+2
* sched/fair: Disable LB_BIAS by defaultDietmar Eggemann2018-10-021-1/+1
* sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-10-025-10/+8
* Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-10-0218-68/+190
|\
| * sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju2018-10-021-5/+18
| * sched/numa: Limit the conditions where scan period is resetMel Gorman2018-10-021-2/+23
| * sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju2018-10-021-7/+19
| * sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju2018-10-024-4/+4
| * sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju2018-10-022-0/+23
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-09-291-0/+6
| |\
| | * perf/core: Add sanity check to deal with pinned event failureReinette Chatre2018-09-281-0/+6
| * | dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declarationChristoph Hellwig2018-09-261-0/+3
| |/
| * Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-09-251-20/+71
| |\
| | * bpf: sockmap, fix transition through disconnect without closeJohn Fastabend2018-09-221-19/+41
| | * bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend2018-09-221-1/+30
| * | kernel/sys.c: remove duplicated includeYueHaibing2018-09-201-3/+0
| * | fork: report pid exhaustion correctlyKJ Tsanaktsidis2018-09-201-1/+1
| * | Merge tag 'trace-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-09-191-0/+2
| |\ \ | | |/ | |/|
| | * ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik2018-09-181-0/+2
| * | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-09-182-2/+2
| |\ \ | | |/ | |/|
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-09-172-2/+2
| | |\
| | | * bpf/verifier: disallow pointer subtractionAlexei Starovoitov2018-09-121-1/+1
| | | * bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau2018-09-121-1/+1
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-09-153-15/+22
| |\ \ \
| * \ \ \ Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-152-15/+13
| |\ \ \ \
| | * | | | perf/core: Force USER_DS when recording user stack dataYabin Cui2018-09-101-0/+4
| | * | | | Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...Ingo Molnar2018-09-092-15/+9
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointJiri Olsa2018-08-301-8/+3
| | | * | | perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpointJiri Olsa2018-08-301-4/+2
| | | * | | perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0Jiri Olsa2018-08-301-3/+2
| | | * | | perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled setJiri Olsa2018-08-301-4/+6
| * | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-09-154-5/+3
| |\ \ \ \ \
| | * | | | | locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Colin Ian King2018-09-101-1/+1
| | * | | | | locking/lockdep: Delete unnecessary #includeBen Hutchings2018-09-101-1/+0
| | * | | | | jump_label: Fix typo in warning messageBorislav Petkov2018-09-101-1/+1
| | * | | | | locking/mutex: Fix mutex debug call and ww_mutex documentationThomas Hellstrom2018-09-101-2/+1
| | |/ / / /
| * | | | | Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-09-141-7/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Revert "printk: make sure to print log on console."Petr Mladek2018-09-111-7/+5
* | | | | | sched/topology: Make local variables staticzhong jiang2018-09-101-2/+2
* | | | | | sched/numa: Remove unused numa_stats::nr_running fieldVincent Guittot2018-09-101-3/+0
* | | | | | sched/numa: Remove unused code from update_numa_stats()Vincent Guittot2018-09-101-20/+1
* | | | | | sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra2018-09-101-1/+1
* | | | | | sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen2018-09-101-4/+8
* | | | | | sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath2018-09-101-0/+11
* | | | | | sched/fair: Set rq->rd->overload when misfitValentin Schneider2018-09-102-3/+9
* | | | | | sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider2018-09-102-5/+5
* | | | | | sched/core: Change root_domain->overload type to intValentin Schneider2018-09-101-2/+2
* | | | | | sched/fair: Change 'prefer_sibling' type to boolValentin Schneider2018-09-101-4/+2