summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-09-14clocksource: Delay clocksource down rating to late bootThomas Gleixner1-10/+18
2009-09-14clocksource: clocksource_select must be called with mutex lockedThomas Gleixner1-0/+2
2009-09-11clocksource: Resolve cpu hotplug dead lock with TSC unstable, fix crashMartin Schwidefsky1-2/+3
2009-08-28clocksource: Resolve cpu hotplug dead lock with TSC unstableThomas Gleixner1-3/+30
2009-08-26timer.c: Fix S/390 commentsRandy Dunlap1-2/+2
2009-08-25timekeeping: Fix invalid getboottime() valueHiroshi Shimamoto1-2/+4
2009-08-21time: Introduce CLOCK_REALTIME_COARSEjohn stultz2-0/+56
2009-08-19clocksource: Avoid clocksource watchdog circular locking dependencyMartin Schwidefsky1-3/+16
2009-08-19clocksource: Protect the watchdog rating changes with clocksource_mutexThomas Gleixner1-5/+13
2009-08-15clocksource: Call clocksource_change_rating() outside of watchdog_lockThomas Gleixner1-2/+9
2009-08-15timekeeping: Introduce read_boot_clockMartin Schwidefsky1-2/+22
2009-08-15timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky1-23/+29
2009-08-15timekeeping: Update clocksource with stop_machineMartin Schwidefsky2-83/+70
2009-08-15timekeeping: Add timekeeper read_clock helper functionsMartin Schwidefsky1-53/+38
2009-08-15timekeeping: Move NTP adjusted clock multiplier to struct timekeeperMartin Schwidefsky1-29/+24
2009-08-15timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeperMartin Schwidefsky1-14/+19
2009-08-15timekeeping: Introduce struct timekeeperMartin Schwidefsky2-81/+160
2009-08-15clocksource: Move watchdog downgrade to a work queue threadMartin Schwidefsky1-17/+39
2009-08-15clocksource: Refactor clocksource watchdogMartin Schwidefsky1-28/+69
2009-08-15clocksource: Simplify clocksource watchdog resume logicMartin Schwidefsky1-8/+15
2009-08-15clocksource: Delay clocksource watchdog highres enablementMartin Schwidefsky1-25/+22
2009-08-15clocksource: Cleanup clocksource selectionMartin Schwidefsky3-86/+58
2009-08-15timekeeping: Move reset of cycle_last for tsc clocksource to tscMartin Schwidefsky1-1/+0
2009-08-15timekeeping: Remove clocksource inline functionsMartin Schwidefsky1-13/+28
2009-08-15timekeeping: Introduce timekeeping_leap_insertJohn Stultz2-5/+9
2009-08-14Merge branch 'linus' into timers/coreThomas Gleixner53-606/+1140
2009-08-13genirq: prevent wakeup of freed irq threadLinus Torvalds1-10/+7
2009-08-13Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-102/+236
2009-08-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-10/+29
2009-08-13perf_counter: Report the cloning task as parent on perf_counter_fork()Peter Zijlstra1-2/+2
2009-08-13perf_counter: Fix an ipi-deadlockPeter Zijlstra1-1/+5
2009-08-13perf: Rework/fix the whole read vs group stuffPeter Zijlstra1-72/+202
2009-08-13perf_counter: Fix swcounter context invariancePeter Zijlstra1-26/+18
2009-08-13perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar1-1/+9
2009-08-12Remove double removal of blktrace directoryAlan D. Brunelle1-11/+1
2009-08-10Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-94/+145
2009-08-10futex: Fix handling of bad requeue syscall pairingDarren Hart1-2/+9
2009-08-10Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2009-08-10futex: Fix compat_futex to be same as futex for REQUEUE_PIDinakar Guniguntala1-2/+4
2009-08-10locking, sched: Give waitqueue spinlocks their own lockdep classesPeter Zijlstra1-2/+3
2009-08-10perf_counter: Require CAP_SYS_ADMIN for raw tracepoint dataPeter Zijlstra1-0/+8
2009-08-10perf_counter: Correct PERF_SAMPLE_RAW outputPeter Zijlstra1-6/+24
2009-08-10futex: Update futex_q lock_ptr on requeue proxy lockDarren Hart1-4/+13
2009-08-09Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+4
2009-08-09Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-20/+42
2009-08-09Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+3
2009-08-09perf_counter: Fix a race on perf_counter_ctxPeter Zijlstra1-15/+15
2009-08-09perf_counter: Fix tracepoint sampling to be part of generic samplingFrederic Weisbecker1-10/+10
2009-08-09perf_counter: Work around gcc warning by initializing tracepoint record uncon...Frederic Weisbecker1-3/+4
2009-08-09perf_counter: Fix software counters for fast moving event sourcesPeter Zijlstra1-70/+94