summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | kgdb: Do not access xtime directlyThomas Gleixner2010-07-291-1/+3
| * | | | clocksource: Add __clocksource_updatefreq_hz/khz methodsJohn Stultz2010-07-271-5/+24
| * | | | timekeeping: Make xtime and wall_to_monotonic staticJohn Stultz2010-07-271-2/+2
| * | | | hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz2010-07-272-5/+9
| * | | | timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz2010-07-271-3/+6
| * | | | time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-275-73/+10
| * | | | time: Implement timespec_addJohn Stultz2010-07-271-3/+3
| |/ / /
* | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-063-12/+35
|\ \ \ \
| * | | | timer: Added usleep_range timerPatrick Pannuto2010-08-041-0/+22
| * | | | Revert "timer: Added usleep[_range] timer"Thomas Gleixner2010-08-041-22/+0
| * | | | clockevents: Remove the per cpu tick skewArjan van de Ven2010-08-021-5/+0
| * | | | posix_timer: Move copy_to_user(created_timer_id) down in timer_create()Andrey Vagin2010-07-231-5/+6
| * | | | timer: Added usleep[_range] timerPatrick Pannuto2010-07-231-0/+22
| * | | | timers: Document meaning of deferrable timerJ. Bruce Fields2010-07-231-2/+7
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-062-2/+13
|\ \ \ \
| * | | | cgroupfs: create /sys/fs/cgroup to mount cgroupfs onGreg KH2010-08-051-1/+12
| * | | | hotplug: Support kernel/hotplug sysctl variable when !CONFIG_NETIan Abbott2010-08-051-1/+1
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-0620-376/+800
|\ \ \ \ \
| * \ \ \ \ Merge branch 'sched/urgent' into sched/coreIngo Molnar2010-08-052-11/+1
| |\ \ \ \ \
| | * | | | | sched: Revert nohz_ratelimit() for nowPeter Zijlstra2010-07-172-11/+1
| * | | | | | sched: Use correct macro to display sched_child_runs_first in /proc/sched_debugJosh Hunt2010-07-211-1/+1
| * | | | | | Merge branch 'linus' into sched/coreIngo Molnar2010-07-2113-59/+87
| |\ \ \ \ \ \
| * | | | | | | sched: No need for bootmem special casesPekka Enberg2010-07-173-19/+10
| * | | | | | | sched: Reduce update_group_power() callsPeter Zijlstra2010-07-171-6/+6
| * | | | | | | sched: Update rq->clock for nohz balanced cpusSuresh Siddha2010-07-171-0/+1
| * | | | | | | sched: Fix spelling of siblingMichael Neuling2010-06-291-1/+1
| * | | | | | | sched, cpuset: Drop __cpuexit from cpu hotplug callbacksTejun Heo2010-06-222-5/+5
| * | | | | | | sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check()Oleg Nesterov2010-06-181-1/+4
| * | | | | | | sched: run_posix_cpu_timers: Don't check ->exit_state, use lock_task_sighand()Oleg Nesterov2010-06-181-6/+4
| * | | | | | | sched: thread_group_cputime: Simplify, document the "alive" checkOleg Nesterov2010-06-181-14/+7
| * | | | | | | sched: Remove the obsolete exit_state/signal hacksOleg Nesterov2010-06-181-24/+3
| * | | | | | | sched: task_tick_rt: Remove the obsolete ->signal != NULL checkOleg Nesterov2010-06-181-3/+0
| * | | | | | | sched: __sched_setscheduler: Read the RLIMIT_RTPRIO value locklessOleg Nesterov2010-06-181-6/+2
| * | | | | | | sched: Fix comments to make them DocBook happyMichael Neuling2010-06-181-4/+5
| * | | | | | | sched: Fix fix_small_capacityMichael Neuling2010-06-181-1/+1
| * | | | | | | Merge commit 'v2.6.35-rc3' into sched/coreIngo Molnar2010-06-181-1/+4
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | sched: Add asymmetric group packing option for sibling domainMichael Neuling2010-06-091-17/+122
| * | | | | | | sched: Fix capacity calculations for SMT4Srivatsa Vaddagiri2010-06-091-10/+43
| * | | | | | | sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi2010-06-095-153/+234
| * | | | | | | sched: Avoid side-effect of tickless idle on update_cpu_loadVenkatesh Pallipadi2010-06-092-6/+99
| * | | | | | | sched: Simplify the reacquire_kernel_lock() logicOleg Nesterov2010-06-091-7/+6
| * | | | | | | sched_clock: Add local_clock() API and improve documentationPeter Zijlstra2010-06-096-16/+90
| * | | | | | | Merge branch 'sched-wq' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w...Ingo Molnar2010-06-085-80/+170
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | sched: add hooks for workqueueTejun Heo2010-06-083-3/+68
| | * | | | | | sched: refactor try_to_wake_up()Tejun Heo2010-06-081-34/+49
| | * | | | | | sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo2010-06-083-42/+52
| | * | | | | | sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo2010-06-081-1/+1
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-0633-2925/+1451
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-08-051-0/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju2010-08-041-0/+3
OpenPOWER on IntegriCloud