summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clocksource: clksrc-of: Warn if no clock sources are foundLinus Walleij2013-12-111-0/+4
* clocksource: orion: Switch to sched_clock_register()Stephen Boyd2013-12-111-2/+2
* clocksource: sun4i: Switch to sched_clock_register()Stephen Boyd2013-12-111-2/+2
* clocksource: cadence_ttc_timer: Switch to sched_clock_register()Stephen Boyd2013-12-111-2/+2
* clocksource: arm_global_timer: Switch to sched_clock_register()Stephen Boyd2013-12-111-2/+2
* ARM: sun7i: a20: Add support for the High Speed TimersMaxime Ripard2013-12-111-0/+10
* ARM: sun5i: a13: Add support for the High Speed TimersMaxime Ripard2013-12-111-0/+7
* ARM: sun5i: a10s: Add support for the High Speed TimersMaxime Ripard2013-12-111-0/+7
* clocksource: Add Allwinner SoCs HS timers driverMaxime Ripard2013-12-115-0/+220
* clocksource: sun4i: Increase a bit the clock event and sources ratingMaxime Ripard2013-12-111-2/+2
* clocksource: sun4i: Change CPU mask to cpu_possible_maskMaxime Ripard2013-12-111-1/+1
* clockevent: sun4i: Fill the irq field in the clockevent structureMaxime Ripard2013-12-111-0/+1
* Merge branch 'timers/posix-timers-for-tip-v2' of git://git.kernel.org/pub/scm...Ingo Molnar2013-12-101-183/+129
|\
| * posix-timers: Convert abuses of BUG_ON to WARN_ONFrederic Weisbecker2013-12-091-5/+5
| * posix-timers: Remove remaining uses of tasklist_lockFrederic Weisbecker2013-12-091-32/+44
| * posix-timers: Use sighand lock instead of tasklist_lock on timer deletionFrederic Weisbecker2013-12-091-6/+11
| * posix-timers: Use sighand lock instead of tasklist_lock for task clock sampleFrederic Weisbecker2013-12-091-3/+13
| * posix-timers: Consolidate posix_cpu_clock_get()Frederic Weisbecker2013-12-091-34/+30
| * posix-timers: Remove useless clock sample on timers cleanupFrederic Weisbecker2013-12-091-23/+7
| * posix-timers: Remove dead task special caseFrederic Weisbecker2013-12-091-45/+25
| * posix-timers: Cleanup reaped target handlingFrederic Weisbecker2013-12-091-6/+0
| * posix-timers: Remove dead process posix cpu timers cachingFrederic Weisbecker2013-12-091-34/+1
| * posix-timers: Remove dead thread posix cpu timers cachingFrederic Weisbecker2013-12-091-18/+16
|/
* Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-12-0411-62/+55
|\
| * posix-timers: Fix full dynticks CPUs kick on timer reschedulingFrederic Weisbecker2013-12-021-11/+7
| * posix-timers: Spare workqueue if there is no full dynticks CPU to kickFrederic Weisbecker2013-12-021-1/+2
| * context_tracking: Rename context_tracking_active() to context_tracking_cpu_is...Frederic Weisbecker2013-12-022-5/+6
| * context_tracking: Wrap static key check into more intuitive function nameFrederic Weisbecker2013-12-025-11/+15
| * trivial: fix spelling in CONTEXT_TRACKING_FORCE help textPaul Gortmaker2013-12-021-1/+1
| * nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker2013-12-025-34/+25
* | Merge branch 'leds-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-12-021-27/+26
|\ \
| * | leds: pwm: Fix for deferred probe in DT booted modePeter Ujfalusi2013-12-021-27/+26
| |/
* | uio: we cannot mmap unaligned page contentsLinus Torvalds2013-12-021-0/+2
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-12-023-6/+7
|\ \
| * | irqchip: Gic: fix boot for chained gicsMark Rutland2013-11-281-4/+5
| * | irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan2013-11-251-1/+1
| * | genirq: Correct fuzzy and fragile IRQ_RETVAL() definitionGeert Uytterhoeven2013-11-191-1/+1
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-024-11/+29
|\ \ \
| * | | sched/doc: Fix generation of device-driversNicolas Dichtel2013-11-271-1/+1
| * | | sched: Expose preempt_schedule_irq()Thomas Gleixner2013-11-271-2/+1
| * | | sched: Fix a trivial typo in commentsShigeru Yoshida2013-11-191-1/+1
| * | | sched: Remove unused variable in 'struct sched_domain'Alex Shi2013-11-191-2/+0
| * | | sched: Avoid NULL dereference on sd_busyPeter Zijlstra2013-11-191-1/+2
| * | | sched: Check sched_domain before computing group powerSrikar Dronamraju2013-11-191-3/+24
| * | | MAINTAINERS: Update file patterns in the lockdep and scheduler entriesJoe Perches2013-11-151-2/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-029-20/+76
|\ \ \ \
| * \ \ \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-11-203-11/+31
| |\ \ \ \
| | * | | | tools lib traceevent: Fix conversion of pointer to integer of different sizeArnaldo Carvalho de Melo2013-11-191-1/+1
| | * | | | tools lib traceevent: Fix use of multiple options in processing fieldSteven Rostedt2013-11-191-2/+21
| | * | | | perf header: Fix possible memory leaks in process_group_desc()Namhyung Kim2013-11-191-1/+1
OpenPOWER on IntegriCloud