Show patches with: State = Action Required       |    Archived = No       |   2349 patches
« 1 2 ... 12 13 1423 24 »
Patch Series S/W/F Date Submitter Delegate State
[v6,04/12] KVM: Documentation: Add info regarding KVM_ARM_VCPU_PSCI_0_2 feature --- 2014-03-31 Anup Patel New
[v6,03/12] ARM/ARM64: KVM: Add base for PSCI v0.2 emulation --- 2014-03-31 Anup Patel New
[v6,02/12] ARM/ARM64: KVM: Add common header for PSCI related defines --- 2014-03-31 Anup Patel New
[v6,01/12] KVM: Add capability to advertise PSCI v0.2 support --- 2014-03-31 Anup Patel 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
[RFC] PM: change pm work queue to unbounded type --- 2014-03-25 Sanjay Singh Rawat 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
[2/4] arm64: topology: Add support for topology DT bindings --- 2014-03-24 Lorenzo Pieralisi 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
[4/4] arm64: topology: Provide relative power numbers for cores --- 2014-03-21 Mark Brown New
[3/4] arm64: topology: Tell the scheduler about the relative power of cores --- 2014-03-21 Mark Brown New
[2/4] arm64: topology: Add support for topology DT bindings --- 2014-03-21 Mark Brown New
[1/4] arm64: topology: Initialise default topology state immediately --- 2014-03-21 Mark Brown New
[v5,11/11] ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user space --- 2014-03-21 Anup Patel New
[v5,10/11] ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPEND --- 2014-03-21 Anup Patel New
[v5,09/11] ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2 --- 2014-03-21 Anup Patel New
[v5,08/11] ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functions --- 2014-03-21 Anup Patel New
[v5,07/11] ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFO --- 2014-03-21 Anup Patel New
[v5,06/11] ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET --- 2014-03-21 Anup Patel New
[v5,05/11] KVM: Add KVM_EXIT_SYSTEM_EVENT to user space API header --- 2014-03-21 Anup Patel New
[v5,04/11] ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible --- 2014-03-21 Anup Patel New
[v5,03/11] KVM: Documentation: Add info regarding KVM_ARM_VCPU_PSCI_0_2 feature --- 2014-03-21 Anup Patel New
[v5,02/11] ARM/ARM64: KVM: Add base for PSCI v0.2 emulation --- 2014-03-21 Anup Patel New
[v5,01/11] KVM: Add capability to advertise PSCI v0.2 support --- 2014-03-21 Anup Patel 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
[v7,2/2] ARM hibernation / suspend-to-disk --- 2014-03-19 Sebastian Capella New
[3/3] arm64: topology: Provide relative power numbers for cores --- 2014-03-19 Mark Brown New
[2/3] arm64: topology: Tell the scheduler about the relative power of cores --- 2014-03-19 Mark Brown New
[1/3] arm64: topology: Add support for topology DT bindings --- 2014-03-19 Mark Brown 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
[RFC] driver wakeup: wakeup property in device tree --- 2014-03-18 Sanjay Singh Rawat New
timer: use variable 'head' instead of '&work_list' in __run_timers() --- 2014-03-18 Viresh Kumar New
[v5,2/4] arm64: split syscall_trace() into separate functions for enter/exit --- 2014-03-15 AKASHI Takahiro New
[v5,1/4] arm64: make a single hook to syscall_trace() for all syscall features --- 2014-03-15 AKASHI Takahiro New
ARM: davinci: fix DT booting with default defconfig --- 2014-03-14 Kevin Hilman New
[v7,2/6] pci: OF: Fix the conversion of IO ranges into IO resources. --- 2014-03-14 Liviu Dudau New
[v7,6/6] pci: Add support for creating a generic host_bridge from device tree --- 2014-03-14 Liviu Dudau New
[v7,5/6] pci: Export find_pci_host_bridge() function. --- 2014-03-14 Liviu Dudau New
[v7,4/6] pci: Introduce a domain number for pci_host_bridge. --- 2014-03-14 Liviu Dudau New
[v7,3/6] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus. --- 2014-03-14 Liviu Dudau New
[v7,2/6] pci: OF: Fix the conversion of IO ranges into IO resources. --- 2014-03-14 Liviu Dudau New
[v7,1/6] pci: Introduce pci_register_io_range() helper function. --- 2014-03-14 Liviu Dudau New
[v7,3/3] arm64: Add architecture support for PCI --- 2014-03-14 Liviu Dudau New
« 1 2 ... 12 13 1423 24 »