aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-29cpufreq: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEMFrederic Weisbecker1-1/+1
2019-10-29procfs: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEMFrederic Weisbecker1-2/+2
2019-10-29sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEMFrederic Weisbecker2-0/+93
2019-10-29context_tracking: Check static key on context_tracking_enabled_*cpu()Frederic Weisbecker2-4/+4
2019-10-29sched/vtime: Introduce vtime_accounting_enabled_cpu()Frederic Weisbecker1-6/+7
2019-10-29sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enabled_this_cpu()Frederic Weisbecker4-9/+9
2019-10-29context_tracking: Introduce context_tracking_enabled_cpu()Frederic Weisbecker1-0/+6
2019-10-29context_tracking: Rename context_tracking_is_cpu_enabled() to context_tracking_enabled_this_cpu()Frederic Weisbecker3-4/+4
2019-10-29context_tracking: Rename context_tracking_is_enabled() => context_tracking_enabled()Frederic Weisbecker6-20/+20
2019-10-29context_tracking: Remove context_tracking_active()Frederic Weisbecker1-1/+0
2019-10-29sched/cputime: Add vtime guest task stateFrederic Weisbecker2-7/+13
2019-10-29sched/cputime: Add vtime idle task stateFrederic Weisbecker2-7/+12
2019-10-29sched/vtime: Record CPU under seqcount for kcpustat needsFrederic Weisbecker2-0/+4
2019-10-29sched/fair/util_est: Implement faster ramp-up EWMA on utilization increasesPatrick Bellasi2-1/+14
2019-10-21sched/fair: Rework find_idlest_group()Vincent Guittot1-128/+256
2019-10-21sched/fair: Optimize find_idlest_group()Vincent Guittot1-36/+14
2019-10-21sched/fair: Use load instead of runnable load in wakeup pathVincent Guittot1-10/+10
2019-10-21sched/fair: Use utilization to select misfit taskVincent Guittot1-8/+3
2019-10-21sched/fair: Spread out tasks evenly when not overloadedVincent Guittot1-12/+28
2019-10-21sched/fair: Use load instead of runnable load in load_balance()Vincent Guittot1-10/+14
2019-10-21sched/fair: Use rq->nr_running when balancing loadVincent Guittot1-5/+8
2019-10-21sched/fair: Rework load_balance()Vincent Guittot1-209/+402
2019-10-21sched/fair: Remove meaningless imbalance calculationVincent Guittot1-104/+1
2019-10-21sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_runningVincent Guittot1-16/+16
2019-10-21sched/fair: Clean up asym packingVincent Guittot1-47/+16
2019-10-17sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relaxValentin Schneider1-6/+3
2019-10-09sched/cputime: Spare a seqcount lock/unlock cycle on context switchFrederic Weisbecker2-27/+35
2019-10-09sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Frederic Weisbecker6-21/+21
2019-10-09sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker1-3/+3
2019-10-09sched/fair: Scale bandwidth quota and period without losing quota/period ratio precisionXuewei Zhang1-14/+22
2019-10-01membarrier: Fix RCU locking bug caused by faulty mergePeter Zijlstra1-1/+0
2019-09-30Linux 5.4-rc1Linus Torvalds1-2/+2
2019-09-30csky: Move static keyword to the front of declarationKrzysztof Wilczynski1-1/+1
2019-09-30csky: entry: Remove unneeded need_resched() loopValentin Schneider1-4/+0
2019-09-30csky: Fixup csky_pmu.max_period assignmentMao Han1-1/+1
2019-09-30csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2-21/+31
2019-09-30csky: Use generic free_initrd_mem()Mike Rapoport1-16/+0
2019-09-29Revert "Revert "ext4: make __ext4_get_inode_loc plug""Linus Torvalds1-0/+3
2019-09-29random: try to actively add entropy rather than passively wait for itLinus Torvalds1-1/+61
2019-09-29Documentation/process: Clarify disclosure rulesThomas Gleixner1-7/+33
2019-09-28selftests/ftrace: Fix same probe error testSteven Rostedt (VMware)1-1/+1
2019-09-28mm, tracing: Print symbol name for call_site in trace eventsChangbin Du1-3/+4
2019-09-28tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost1-2/+4
2019-09-28tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macroNathan Chancellor1-5/+5
2019-09-28tracing/probe: Fix to check the difference of nr_args before adding probeMasami Hiramatsu1-0/+16
2019-09-28mm, page_alloc: allow hugepage fallback to remote nodes when madvisedDavid Rientjes1-0/+11
2019-09-28mm, page_alloc: avoid expensive reclaim when compaction may not succeedDavid Rientjes1-0/+22
2019-09-28Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask""David Rientjes4-22/+51
2019-09-28Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes3-29/+17
2019-09-28i2c: slave-eeprom: Add read only modeBjörn Ardö1-3/+11