Current Team Memberships

Show patches with: Archived = No       |   4249 patches
« 1 2 ... 32 33 3442 43 »
Patch Series S/W/F Date Submitter Delegate State
[V2,25/36] hrtimer: call hrtimer_get_softirq_time() only if cpu_base->active_bases is set --- 2014-04-04 Viresh Kumar New
[V2,24/36] hrtimer: Use for_each_active_base() to iterate over active clock bases --- 2014-04-04 Viresh Kumar New
[V2,23/36] hrtimer: create for_each_active_base() --- 2014-04-04 Viresh Kumar New
[V2,22/36] hrtimer: clear active_bases as soon as the timer is removed --- 2014-04-04 Viresh Kumar New
[V2,21/36] hrtimer: create base_on_this_cpu() --- 2014-04-04 Viresh Kumar New
[V2,20/36] hrtimer: replace base by new_base to get resolution: __hrtimer_start_range_ns() --- 2014-04-04 Viresh Kumar New
[V2,19/36] hrtimer: rewrite remove_hrtimer() to remove extra indentation level --- 2014-04-04 Viresh Kumar New
[V2,18/36] hrtimer: rewrite switch_hrtimer_base() to remove extra indentation level --- 2014-04-04 Viresh Kumar New
[V2,17/36] hrtimer: don't check if timer is queued in __remove_hrtimer() --- 2014-04-04 Viresh Kumar New
[V2,16/36] hrtimer: Create hrtimer_get_monoexpires() --- 2014-04-04 Viresh Kumar New
[V2,15/36] hrtimer: don't emulate notifier call to initialize timer base --- 2014-04-04 Viresh Kumar New
[V2,14/36] hrtimer: reorder code in __remove_hrtimer() --- 2014-04-04 Viresh Kumar New
[V2,13/36] hrtimer: don't check state of base->hres_active in hrtimer_switch_to_hres() --- 2014-04-04 Viresh Kumar New
[V2,12/36] hrtimer: use base->hres_active directly instead of hrtimer_hres_active() --- 2014-04-04 Viresh Kumar New
[V2,11/36] hrtimer: no need to rewrite '1' to hrtimer_hres_enabled --- 2014-04-04 Viresh Kumar New
[V2,10/36] hrtimer: use base->index instead of basenum in switch_hrtimer_base() --- 2014-04-04 Viresh Kumar New
[V2,09/36] hrtimer: call hrtimer_set_expires_range() from hrtimer_set_expires_range_ns() --- 2014-04-04 Viresh Kumar New
[V2,08/36] hrtimer: move unlock_hrtimer_base() upwards --- 2014-04-04 Viresh Kumar New
[V2,07/36] hrtimer: replace sizeof(struct hrtimer) with sizeof(*timer) --- 2014-04-04 Viresh Kumar New
[V2,06/36] hrtimer: remove dummy definition of hrtimer_force_reprogram() --- 2014-04-04 Viresh Kumar New
[V2,05/36] hrtimer: Coalesce format fragments in printk() --- 2014-04-04 Viresh Kumar New
[V2,04/36] hrtimer: remove {} around a single liner 'for' loop in migrate_hrtimers() --- 2014-04-04 Viresh Kumar New
[V2,03/36] hrtimer: fix routine names in comments --- 2014-04-04 Viresh Kumar New
[V2,02/36] hrtimer: Fix comment mistake over hrtimer_force_reprogram() --- 2014-04-04 Viresh Kumar New
[V2,01/36] hrtimer: replace 'tab' with 'space' after 'comma' --- 2014-04-04 Viresh Kumar New
Shiraz has moved --- 2014-04-04 Viresh Kumar Accepted
cpufreq: at32ap: don't declare local variable as static --- 2014-04-03 Viresh Kumar New
[02/16] hrtimer: reorder code in __remove_hrtimer() --- 2014-04-02 Viresh Kumar New
cpufreq: loongson2_cpufreq: don't declare local variable as static --- 2014-04-02 Viresh Kumar New
[V2,4/4] cpufreq: create another field .flags in cpufreq_frequency_table --- 2014-03-28 Viresh Kumar New
[V2,3/4] cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_table --- 2014-03-28 Viresh Kumar New
[V2,2/4] cpufreq: don't print value of .driver_data from core --- 2014-03-28 Viresh Kumar New
[V2,1/4] cpufreq: ia64: don't set .driver_data to index --- 2014-03-28 Viresh Kumar New
[V2,16/16] hrtimer: use base->hres_active directly instead of hrtimer_hres_active() --- 2014-03-28 Viresh Kumar New
[16/16] hrtimer: use base->hres_active directly instead of hrtimer_hres_active() --- 2014-03-28 Viresh Kumar New
[15/16] hrtimer: create base_on_this_cpu() --- 2014-03-28 Viresh Kumar New
[14/16] hrtimer: replace base by new_base to get resolution: __hrtimer_start_range_ns() --- 2014-03-28 Viresh Kumar New
[13/16] hrtimer: rewrite remove_hrtimer() to remove extra indentation level --- 2014-03-28 Viresh Kumar New
[12/16] hrtimer: rewrite switch_hrtimer_base() to remove extra indentation level --- 2014-03-28 Viresh Kumar New
[11/16] hrtimer: don't check if timer is queued in __remove_hrtimer() --- 2014-03-28 Viresh Kumar New
[10/16] hrtimer: make enqueue_hrtimer() return void --- 2014-03-28 Viresh Kumar New
[09/16] hrtimer: make lock_hrtimer_base() return void --- 2014-03-28 Viresh Kumar New
[08/16] hrtimer: make switch_hrtimer_base() return void --- 2014-03-28 Viresh Kumar New
[07/16] hrtimer: remove 'base' parameter from hrtimer_{enqueue_}reprogram() --- 2014-03-28 Viresh Kumar New
[06/16] hrtimer: remove 'base' parameter from enqueue_hrtimer() --- 2014-03-28 Viresh Kumar New
[05/16] hrtimer: remove 'base' parameter from switch_hrtimer_base() --- 2014-03-28 Viresh Kumar New
[04/16] hrtimer: remove 'base' parameter from remove_timer() and __remove_timer() --- 2014-03-28 Viresh Kumar New
[03/16] hrtimer: Create hrtimer_get_monoexpires() --- 2014-03-28 Viresh Kumar New
[02/16] hrtimer: reorder code in __remove_hrtimer() --- 2014-03-28 Viresh Kumar New
[01/16] hrtimer: move unlock_hrtimer_base() upwards --- 2014-03-28 Viresh Kumar New
cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_table --- 2014-03-28 Viresh Kumar New
cpufreq: create another field .flags in cpufreq_frequency_table --- 2014-03-28 Viresh Kumar New
cpufreq: ia64: don't set .driver_data to index --- 2014-03-27 Viresh Kumar New
cpufreq: don't print value of .driver_data from core --- 2014-03-27 Viresh Kumar New
[V3,Resend] hrtimer: use ffs() to iterate over valid bits from active_bases --- 2014-03-27 Viresh Kumar New
[V3] hrtimer: use __ffs() to iterate over valid bits from active_bases --- 2014-03-27 Viresh Kumar New
[V2,2/2] hrtimer: use __ffs() to iterate over valid bits from active_bases --- 2014-03-27 Viresh Kumar New
[1/2] hrtimer: don't add clock-base to active_bases if already present --- 2014-03-27 Viresh Kumar New
[14/14] timer: don't emulate notifier call to initialize timer base --- 2014-03-26 Viresh Kumar New
[13/14] timer: simplify CPU_UP_PREPARE notifier code path --- 2014-03-26 Viresh Kumar New
[12/14] hrtimer: don't emulate notifier call to initialize timer base --- 2014-03-26 Viresh Kumar New
[11/14] hrtimer: remove active_bases field from struct hrtimer_cpu_base --- 2014-03-26 Viresh Kumar New
[10/14] hrtimer: remove clock_was_set_delayed() from hrtimer.h --- 2014-03-26 Viresh Kumar New
[09/14] hrtimer: don't check state of base->hres_active in hrtimer_switch_to_hres() --- 2014-03-26 Viresh Kumar New
[08/14] hrtimer: remove dummy definition of hrtimer_force_reprogram() --- 2014-03-26 Viresh Kumar New
[07/14] hrtimer: use base->hres_active directly instead of hrtimer_hres_active() --- 2014-03-26 Viresh Kumar New
[06/14] hrtimer: don't rewrite same value to expires_next in hrtimer_force_reprogram() --- 2014-03-26 Viresh Kumar New
[05/14] hrtimer: no need to rewrite '1' to hrtimer_hres_enabled --- 2014-03-26 Viresh Kumar New
[04/14] hrtimer: use base->index instead of basenum in switch_hrtimer_base() --- 2014-03-26 Viresh Kumar New
[03/14] hrtimer: call hrtimer_set_expires_range() from hrtimer_set_expires_range_ns() --- 2014-03-26 Viresh Kumar New
[02/14] hrtimer: Coalesce format fragments in printk() --- 2014-03-26 Viresh Kumar New
[01/14] hrtimer: replace 'tab' with 'space' after 'comma' --- 2014-03-26 Viresh Kumar New
[V2] tick: fix spelling mistake in tick_handle_periodic() --- 2014-03-25 Viresh Kumar New
tick: fix spelling mistake in tick_handle_periodic() --- 2014-03-25 Viresh Kumar New
tick: Remove code duplication in tick_handle_periodic() --- 2014-03-25 Viresh Kumar New
[V5,3/3] cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition static --- 2014-03-24 Viresh Kumar New
[V5,2/3] cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end} --- 2014-03-24 Viresh Kumar New
[V5,1/3] cpufreq: Make sure frequency transitions are serialized --- 2014-03-24 Viresh Kumar New
cpufreq: resume drivers before enabling governors --- 2014-03-24 Viresh Kumar New
cpufreq: set value of CPUFREQ_BOOST_FREQ to 0xABABABAB --- 2014-03-24 Viresh Kumar New
[V4,3/3] cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition static --- 2014-03-21 Viresh Kumar New
[V4,2/3] cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end} --- 2014-03-21 Viresh Kumar New
[V4,1/3] cpufreq: Make sure frequency transitions are serialized --- 2014-03-21 Viresh Kumar New
[RFC,4/4] cpuset: Add cpusets.quiesce option --- 2014-03-20 Viresh Kumar New
[RFC,3/4] timer: create timer_quiesce_cpu() for cpusets.quiesce option --- 2014-03-20 Viresh Kumar New
[RFC,2/4] timer: don't migrate pinned timers --- 2014-03-20 Viresh Kumar New
[RFC,1/4] timer: track pinned timers with TIMER_PINNED flag --- 2014-03-20 Viresh Kumar New
hrtimer: rearrange comments in the order struct members are declared --- 2014-03-19 Viresh Kumar New
[RFC,V2] cpufreq: make sure frequency transitions are serialized --- 2014-03-19 Viresh Kumar New
cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} --- 2014-03-19 Viresh Kumar New
timer: remove code redundancy while calling get_nohz_timer_target() --- 2014-03-18 Viresh Kumar New
timer: use variable 'head' instead of '&work_list' in __run_timers() --- 2014-03-18 Viresh Kumar New
[v2,1/2] cpufreq: Add exit_prepare callback to cpufreq_driver interface --- 2014-03-18 Viresh Kumar New
[RFC,V2] cpufreq: make sure frequency transitions are serialized --- 2014-03-14 Viresh Kumar New
[2/2] cpufreq: arm_big_little: set 'physical_cluster' for each cpu --- 2014-03-14 Viresh Kumar New
[1/2] cpufreq: arm_big_little: make vexpress driver dependent on bL core driver --- 2014-03-14 Viresh Kumar New
[Resend] PM: Remove unnecessary !! --- 2014-03-10 Viresh Kumar New
cpufreq: SPEAr: Instantiate as platform_driver --- 2014-03-10 Viresh Kumar New
[V1,Resend,3/3] cpufreq: Remove unnecessary variable/parameter 'frozen' --- 2014-03-10 Viresh Kumar New
[V1,Resend,2/3] cpufreq: Remove cpufreq_generic_exit() --- 2014-03-10 Viresh Kumar New
« 1 2 ... 32 33 3442 43 »

Bundling

Create bundle: