summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-ac97.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-19sched: Allow balance callbacks for check_class_changed()Peter Zijlstra1-3/+22
2015-06-19sched: Use replace normalize_task() with __sched_setscheduler()Peter Zijlstra1-42/+23
2015-06-19sched: Replace post_schedule with a balance callback listPeter Zijlstra4-38/+63
2015-06-19hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra2-48/+107
2015-06-19seqcount: Introduce raw_write_seqcount_barrier()Peter Zijlstra1-0/+41
2015-06-19seqcount: Rename write_seqcount_barrier()Peter Zijlstra2-11/+11
2015-06-19hrtimer: Fix hrtimer_is_queued() holePeter Zijlstra1-10/+13
2015-06-19hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov2-10/+3
2015-06-18selftest: Timers: Avoid signal deadlock in leap-a-dayJohn Stultz1-11/+12
2015-06-18timekeeping: Copy the shadow-timekeeper over the real timekeeper lastJohn Stultz1-1/+2
2015-06-18clockevents: Check state instead of mode in suspend/resume pathViresh Kumar1-2/+2
2015-06-12selftests: timers: Add leap-second timer edge testing to leap-a-day.cJohn Stultz1-4/+72
2015-06-12ntp: Do leapsecond adjustment in adjtimex read pathJohn Stultz1-0/+18
2015-06-12time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz5-8/+61
2015-06-12ntp: Introduce and use SECS_PER_DAY macro instead of 86400John Stultz1-2/+3
2015-06-12time: Move clock_was_set_seq update before updating shadow-timekeeperJohn Stultz1-4/+8
2015-06-10clocksource: Use current logging styleJoe Perches1-12/+12
2015-06-10time: Allow gcc to fold usecs_to_jiffies(constant)Nicholas Mc Guire1-1/+29
2015-06-10time: Refactor usecs_to_jiffiesNicholas Mc Guire2-11/+29
2015-06-08hrtimers: Make sure hrtimer_resolution is unsigned intBorislav Petkov1-1/+1
2015-06-07sched/numa: Only consider less busy nodes as numa balancing destinationsRik van Riel1-2/+28
2015-06-07Revert 095bebf61a46 ("sched/numa: Do not move past the balance point if unbal...Rik van Riel1-26/+15
2015-06-07sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall1-11/+14
2015-06-07preempt: Reorganize the notrace definitions a bitFrederic Weisbecker1-17/+15
2015-06-07preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker8-32/+13
2015-06-07sched: Make preempt_schedule_context() function-tracing safeFrederic Weisbecker1-2/+9
2015-06-02clockevents: Rename state to state_use_accessorsThomas Gleixner2-9/+9
2015-06-02clockevents: Use set/get state helper functionsThomas Gleixner2-6/+7
2015-06-02clockevents: Provide functions to set and get the stateThomas Gleixner5-24/+35
2015-06-02clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar4-17/+17
2015-06-02clockevents: Add helpers to check the state of a clockevent deviceViresh Kumar1-0/+26
2015-06-02clockevents/drivers/timer-stm32: Fix build warning spotted by kbuild test robotMaxime Coquelin1-2/+2
2015-06-02clockevents/drivers: Add STM32 Timer driverMaxime Coquelin3-0/+190