summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-0918-75/+141
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | sched/core: Undefine tracepoint creation at the end of core.cIngo Molnar2018-03-041-0/+2
| * | | | | | | | | | | | | | | | sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat...Ingo Molnar2018-03-042-15/+15
| * | | | | | | | | | | | | | | | sched/idle: Merge kernel/sched/idle.c and kernel/sched/idle_task.cIngo Molnar2018-03-043-120/+125
| * | | | | | | | | | | | | | | | sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-0428-213/+94
| * | | | | | | | | | | | | | | | sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-0328-710/+706
| * | | | | | | | | | | | | | | | sched/deadline: Clean up various coding style detailsMario Leinweber2018-03-031-1/+4
| * | | | | | | | | | | | | | | | sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker2018-02-214-46/+1
| * | | | | | | | | | | | | | | | sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker2018-02-218-1/+136
| * | | | | | | | | | | | | | | | sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker2018-02-212-2/+4
| * | | | | | | | | | | | | | | | nohz: Allow to check if remote CPU tick is stoppedFrederic Weisbecker2018-02-211-0/+7
| * | | | | | | | | | | | | | | | nohz: Convert tick_nohz_tick_stopped() to boolFrederic Weisbecker2018-02-211-1/+1
| * | | | | | | | | | | | | | | | sched/core: Rename init_rq_hrtick() to hrtick_rq_init()Frederic Weisbecker2018-02-211-3/+3
| * | | | | | | | | | | | | | | | sched/numa: Delay retrying placement for automatic NUMA balance after wake_af...Mel Gorman2018-02-211-1/+56
| * | | | | | | | | | | | | | | | sched/fair: Consider SD_NUMA when selecting the most idle group to schedule onMel Gorman2018-02-211-0/+12
| * | | | | | | | | | | | | | | | sched/fair: Do not migrate due to a sync wakeup on exitPeter Zijlstra2018-02-211-1/+1
| * | | | | | | | | | | | | | | | sched/fair: Do not migrate on wake_affine_weight() if weights are equalMel Gorman2018-02-211-1/+10
| * | | | | | | | | | | | | | | | sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() unti...Mel Gorman2018-02-211-1/+1
| * | | | | | | | | | | | | | | | sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affineMel Gorman2018-02-211-3/+2
| * | | | | | | | | | | | | | | | Merge tag 'v4.16-rc2' into sched/core, to pick up fixesIngo Molnar2018-02-2118-176/+301
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | sched/fair: Remove stray space in #ifdefVincent Guittot2018-02-131-2/+2
* | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-026-194/+975
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin2018-03-291-8/+18
| * | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2018-03-2916-91/+144
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-03-241-5/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar2018-03-196-40/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | perf/core: Clear sibling list of detached eventsMark Rutland2018-03-161-1/+1
| * | | | | | | | | | | | | | | | | | | perf: Fix sibling iterationPeter Zijlstra2018-03-161-18/+16
| * | | | | | | | | | | | | | | | | | | perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTESMilind Chabbi2018-03-132-1/+49
| * | | | | | | | | | | | | | | | | | | perf/core: Move perf_event_attr::sample_max_stack into perf_copy_attr()Jiri Olsa2018-03-131-3/+3
| * | | | | | | | | | | | | | | | | | | hw_breakpoint: Add perf_event_attr fields check in __modify_user_hw_breakpoint()Jiri Olsa2018-03-131-2/+7
| * | | | | | | | | | | | | | | | | | | hw_breakpoint: Factor out __modify_user_hw_breakpoint() functionJiri Olsa2018-03-131-17/+29
| * | | | | | | | | | | | | | | | | | | hw_breakpoint: Add modify_bp_slot() functionJiri Olsa2018-03-131-7/+39
| * | | | | | | | | | | | | | | | | | | hw_breakpoint: Pass bp_type argument to __reserve_bp_slot|__release_bp_slot()Jiri Olsa2018-03-131-10/+10
| * | | | | | | | | | | | | | | | | | | hw_breakpoint: Pass bp_type directly as find_slot_idx() argumentJiri Olsa2018-03-131-5/+5
| * | | | | | | | | | | | | | | | | | | perf/core: Fix installing cgroup events on CPUleilei.lin2018-03-121-11/+35
| * | | | | | | | | | | | | | | | | | | perf/core: Optimize perf_rotate_context() event schedulingPeter Zijlstra2018-03-121-23/+37
| * | | | | | | | | | | | | | | | | | | perf/core: Fix tree based event rotationPeter Zijlstra2018-03-121-26/+18
| * | | | | | | | | | | | | | | | | | | perf/core: Simpify perf_event_groups_for_each()Peter Zijlstra2018-03-121-7/+7
| * | | | | | | | | | | | | | | | | | | perf/core: Optimize ctx_sched_out()Peter Zijlstra2018-03-121-24/+29
| * | | | | | | | | | | | | | | | | | | perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-121-19/+18
| * | | | | | | | | | | | | | | | | | | perf/core: Fix event schedule orderPeter Zijlstra2018-03-121-49/+108
| * | | | | | | | | | | | | | | | | | | perf/core: Cleanup the rb-tree codePeter Zijlstra2018-03-121-44/+40
| * | | | | | | | | | | | | | | | | | | perf/cor: Use RB trees for pinned/flexible groupsAlexey Budankov2018-03-121-53/+254
| * | | | | | | | | | | | | | | | | | | perf/core: Fix perf_output_read_group()Peter Zijlstra2018-03-121-1/+2
| * | | | | | | | | | | | | | | | | | | Merge tag 'v4.16-rc4' into perf/core, to pick up fixesIngo Molnar2018-03-0623-95/+156
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-02-1779-1594/+4749
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | perf/core: Implement the 'perf_uprobe' PMUSong Liu2018-02-064-9/+182
| * | | | | | | | | | | | | | | | | | | | perf/core: Implement the 'perf_kprobe' PMUSong Liu2018-02-064-43/+246
* | | | | | | | | | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-025-21/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud