summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* timer.c: Fix S/390 commentsRandy Dunlap2009-08-261-2/+2
* timekeeping: Fix invalid getboottime() valueHiroshi Shimamoto2009-08-251-2/+4
* time: Introduce CLOCK_REALTIME_COARSEjohn stultz2009-08-212-0/+56
* clocksource: Avoid clocksource watchdog circular locking dependencyMartin Schwidefsky2009-08-191-3/+16
* clocksource: Protect the watchdog rating changes with clocksource_mutexThomas Gleixner2009-08-191-5/+13
* clocksource: Call clocksource_change_rating() outside of watchdog_lockThomas Gleixner2009-08-151-2/+9
* timekeeping: Introduce read_boot_clockMartin Schwidefsky2009-08-151-2/+22
* timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky2009-08-151-23/+29
* timekeeping: Update clocksource with stop_machineMartin Schwidefsky2009-08-152-83/+70
* timekeeping: Add timekeeper read_clock helper functionsMartin Schwidefsky2009-08-151-53/+38
* timekeeping: Move NTP adjusted clock multiplier to struct timekeeperMartin Schwidefsky2009-08-151-29/+24
* timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeperMartin Schwidefsky2009-08-151-14/+19
* timekeeping: Introduce struct timekeeperMartin Schwidefsky2009-08-152-81/+160
* clocksource: Move watchdog downgrade to a work queue threadMartin Schwidefsky2009-08-151-17/+39
* clocksource: Refactor clocksource watchdogMartin Schwidefsky2009-08-151-28/+69
* clocksource: Simplify clocksource watchdog resume logicMartin Schwidefsky2009-08-151-8/+15
* clocksource: Delay clocksource watchdog highres enablementMartin Schwidefsky2009-08-151-25/+22
* clocksource: Cleanup clocksource selectionMartin Schwidefsky2009-08-153-86/+58
* timekeeping: Move reset of cycle_last for tsc clocksource to tscMartin Schwidefsky2009-08-151-1/+0
* timekeeping: Remove clocksource inline functionsMartin Schwidefsky2009-08-151-13/+28
* timekeeping: Introduce timekeeping_leap_insertJohn Stultz2009-08-152-5/+9
* Merge branch 'linus' into timers/coreThomas Gleixner2009-08-1453-606/+1140
|\
| * genirq: prevent wakeup of freed irq threadLinus Torvalds2009-08-131-10/+7
| * Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-131-102/+236
| |\
| | * perf_counter: Report the cloning task as parent on perf_counter_fork()Peter Zijlstra2009-08-131-2/+2
| | * perf_counter: Fix an ipi-deadlockPeter Zijlstra2009-08-131-1/+5
| | * perf: Rework/fix the whole read vs group stuffPeter Zijlstra2009-08-131-72/+202
| | * perf_counter: Fix swcounter context invariancePeter Zijlstra2009-08-131-26/+18
| | * perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar2009-08-131-1/+9
| * | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-08-133-10/+29
| |\ \
| | * | futex: Fix handling of bad requeue syscall pairingDarren Hart2009-08-101-2/+9
| | * | futex: Fix compat_futex to be same as futex for REQUEUE_PIDinakar Guniguntala2009-08-101-2/+4
| | * | locking, sched: Give waitqueue spinlocks their own lockdep classesPeter Zijlstra2009-08-101-2/+3
| | * | futex: Update futex_q lock_ptr on requeue proxy lockDarren Hart2009-08-101-4/+13
| * | | Remove double removal of blktrace directoryAlan D. Brunelle2009-08-121-11/+1
| | |/ | |/|
| * | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-101-94/+145
| |\ \
| | * | perf_counter: Require CAP_SYS_ADMIN for raw tracepoint dataPeter Zijlstra2009-08-101-0/+8
| | * | perf_counter: Correct PERF_SAMPLE_RAW outputPeter Zijlstra2009-08-101-6/+24
| | * | perf_counter: Fix a race on perf_counter_ctxPeter Zijlstra2009-08-091-15/+15
| | * | perf_counter: Fix tracepoint sampling to be part of generic samplingFrederic Weisbecker2009-08-091-10/+10
| | * | perf_counter: Work around gcc warning by initializing tracepoint record uncon...Frederic Weisbecker2009-08-091-3/+4
| | * | perf_counter: Fix software counters for fast moving event sourcesPeter Zijlstra2009-08-091-70/+94
| * | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-101-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | x86/irq: Fix move_irq_desc() for nodes without ramYinghai Lu2009-08-081-2/+2
| * | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-08-091-3/+4
| |\ \ \
| | * | | posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()Stanislaw Gruszka2009-08-081-3/+4
| | |/ /
| * | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-08-095-20/+42
| |\ \ \ | | | |/ | | |/|
| | * | perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker2009-08-093-5/+18
| | * | perf_counter, ftrace: Fix perf_counter integrationPeter Zijlstra2009-08-091-3/+3
| | * | Merge branch 'linus' into tracing/urgentIngo Molnar2009-08-0912-116/+254
| | |\ \ | | | |/
OpenPOWER on IntegriCloud