aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | iommu/amd: Check for irq-remap support amd_iommu_prepare()Joerg Roedel2015-01-15
| * | | | | | | | | | | x86/apic: Only disable CPU x2apic mode when necessaryJiang Liu2015-01-15
| * | | | | | | | | | | iommu/vt-d: Allow IR works in XAPIC mode though CPU works in X2APIC modeJiang Liu2015-01-15
| * | | | | | | | | | | iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUsJoerg Roedel2015-01-15
| * | | | | | | | | | | iommu/vt-d: Prepare for killing function irq_remapping_supported()Jiang Liu2015-01-15
| * | | | | | | | | | | x86/apic: Handle XAPIC remap mode proper.Jiang Liu2015-01-15
| * | | | | | | | | | | x86/apic: Refine enable_IR_x2apic() and related functionsJiang Liu2015-01-15
| * | | | | | | | | | | x86/apic: Correctly detect X2APIC status in function enable_IR()Jiang Liu2015-01-15
| * | | | | | | | | | | x86/apic: Kill useless variable x2apic_enabled in function enable_IR_x2apic()Jiang Liu2015-01-15
| * | | | | | | | | | | x86/apic: Panic if kernel doesn't support x2apic but BIOS has enabled x2apicJiang Liu2015-01-15
| * | | | | | | | | | | x86/apic: Clear stale x2apic modeThomas Gleixner2015-01-15
| * | | | | | | | | | | iommu/vt-d: Convert allocations to GFP_KERNELThomas Gleixner2015-01-15
| * | | | | | | | | | | iommu/vt-d: Move iommu preparatory allocations to irq_remap_ops.prepareThomas Gleixner2015-01-15
| * | | | | | | | | | | iommu, x86: Restructure setup of the irq remapping featureThomas Gleixner2015-01-15
* | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-09
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | hrtimer: Make __hrtimer_get_next_event() statickbuild test robot2015-01-24
| * | | | | | | | | | | | Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/li...Thomas Gleixner2015-01-24
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | rtc: Convert rtc_set_ntp_time() to use timespec64Xunlei Pang2015-01-23
| | * | | | | | | | | | | | rtc: Remove redundant rtc_valid_tm() from rtc_hctosys()Xunlei Pang2015-01-23
| | * | | | | | | | | | | | rtc: Modify rtc_hctosys() to address y2038 issuesXunlei Pang2015-01-23
| | * | | | | | | | | | | | rtc: Update rtc-dev to use y2038-safe time interfacesXunlei Pang2015-01-23
| | * | | | | | | | | | | | rtc: Update interface.c to use y2038-safe time interfacesXunlei Pang2015-01-23
| | * | | | | | | | | | | | time: Expose get_monotonic_boottime64 for in-kernel useJohn Stultz2015-01-23
| | * | | | | | | | | | | | time: Expose getboottime64 for in-kernel usesJohn Stultz2015-01-23
| | * | | | | | | | | | | | ktime: Optimize ktime_divns for constant divisorsNicolas Pitre2015-01-23
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner2015-01-23
| * | | | | | | | | | | | ktime.h: Introduce ktime_ms_deltaChunyan Zhang2015-01-23
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-09
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sched/Documentation: Remove unneeded wordSharon Dvir2015-02-04
| * | | | | | | | | | | | sched/wait: Introduce wait_on_bit_timeout()Johan Hedberg2015-02-04
| * | | | | | | | | | | | sched: Pull resched loop to __schedule() callersFrederic Weisbecker2015-02-04
| * | | | | | | | | | | | sched/deadline: Remove cpu_active_mask from cpudl_find()Xunlei Pang2015-02-04
| * | | | | | | | | | | | sched: Fix hrtick_start() on UPWanpeng Li2015-02-04
| * | | | | | | | | | | | sched/deadline: Avoid pointless __setscheduler()Wanpeng Li2015-02-04
| * | | | | | | | | | | | sched/deadline: Fix stale yield statePeter Zijlstra2015-02-04
| * | | | | | | | | | | | sched/deadline: Fix hrtick for a non-leftmost taskWanpeng Li2015-02-04
| * | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2015-02-04
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang2015-01-30
| * | | | | | | | | | | | | sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy2015-01-30
| * | | | | | | | | | | | | sched: Fix missing preemption opportunityFrederic Weisbecker2015-01-30
| * | | | | | | | | | | | | sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2015-01-30
| * | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2015-01-30
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | sched/debug: Print rq->clock_taskPeter Zijlstra2015-01-14
| * | | | | | | | | | | | | | sched/core: Rework rq->clock update skipsPeter Zijlstra2015-01-14
| * | | | | | | | | | | | | | sched/core: Validate rq_clock*() serializationPeter Zijlstra2015-01-14
| * | | | | | | | | | | | | | sched/core: Remove check of p->sched_classYao Dongdong2015-01-14
| * | | | | | | | | | | | | | sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai2015-01-14
| * | | | | | | | | | | | | | sched/debug: Fix potential call to __ffs(0) in sched_show_task()Tetsuo Handa2015-01-14
| * | | | | | | | | | | | | | sched/debug: Check for stack overflow in ___might_sleep()Eric Sandeen2015-01-14
| * | | | | | | | | | | | | | sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay()Xunlei Pang2015-01-14