summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-208-486/+291
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | perf_counter: Fix perf_copy_attr() pointer arithmeticIan Schram2009-09-191-10/+10
| * | | | tracing, perf: Convert the power tracer into an event tracerArjan van de Ven2009-09-195-239/+21
| * | | | perf: Add a timestamp to fork eventsArjan van de Ven2009-09-191-2/+9
| * | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-09-1944-1543/+2009
| |\ \ \ \ | | |/ / /
| * | | | sched_clock: Make it NMI safePeter Zijlstra2009-09-182-75/+56
| * | | | perf_counter: Fix up swcounter throttlingPeter Zijlstra2009-09-181-1/+1
| * | | | x86, perf_counter, bts: Optimize BTS overflow handlingMarkus Metzger2009-09-181-147/+165
| * | | | perf_counter: Allow for a wakeup watermarkPeter Zijlstra2009-09-171-13/+19
| * | | | perf_counter: Do not throttle single swcounter eventsPeter Zijlstra2009-09-171-4/+13
| * | | | perf_counter, sched: Add sched_stat_runtime tracepointIngo Molnar2009-09-131-0/+1
| * | | | perf_counter: Allow mmap if paranoid checks are turned offIngo Molnar2009-09-131-1/+2
* | | | | headers: taskstats_kern.h trimAlexey Dobriyan2009-09-181-0/+1
* | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-188-426/+780
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | time: Prevent 32 bit overflow with set_normalized_timespec()Thomas Gleixner2009-09-151-1/+8
| * | | | clocksource: Delay clocksource down rating to late bootThomas Gleixner2009-09-141-10/+18
| * | | | clocksource: clocksource_select must be called with mutex lockedThomas Gleixner2009-09-141-0/+2
| * | | | clocksource: Resolve cpu hotplug dead lock with TSC unstable, fix crashMartin Schwidefsky2009-09-111-2/+3
| * | | | clocksource: Resolve cpu hotplug dead lock with TSC unstableThomas Gleixner2009-08-281-3/+30
| * | | | 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
| |\ \ \ \
| * | | | | timers: Cache __next_timer_interrupt resultMartin Schwidefsky2009-08-041-1/+23
| * | | | | hrtimer: Remove cb_entry from struct hrtimerPeter Zijlstra2009-07-221-1/+0
| * | | | | timekeeping: Move ktime_get() functions to timekeeping.cThomas Gleixner2009-07-072-62/+57
| * | | | | timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=yMartin Schwidefsky2009-07-072-0/+73
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-176-466/+526
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | sched: Fix SD_POWERSAVING_BALANCE|SD_PREFER_LOCAL vs SD_WAKE_AFFINEPeter Zijlstra2009-09-171-15/+27
| * | | | | sched: Stop buddies from hogging the systemPeter Zijlstra2009-09-171-3/+8
| * | | | | sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra2009-09-174-10/+27
| * | | | | sched: Fix TASK_WAKING & loadaverage breakageIngo Molnar2009-09-171-0/+4
OpenPOWER on IntegriCloud