summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | workqueue: kill cpu_populated_mapTejun Heo2010-06-291-114/+59
| | * | | | workqueue: temporarily remove workqueue tracingTejun Heo2010-06-292-22/+3
| | * | | | workqueue: separate out process_one_work()Tejun Heo2010-06-291-39/+61
| | * | | | workqueue: define masks for work flags and conditionalize STATIC flagsTejun Heo2010-06-291-6/+6
| | * | | | workqueue: merge feature parameters into flagsTejun Heo2010-06-291-10/+7
| | * | | | workqueue: misc/cosmetic updatesTejun Heo2010-06-291-47/+84
| | * | | | workqueue: kill RT workqueueTejun Heo2010-06-291-6/+0
| | * | | | kthread: implement kthread_data()Tejun Heo2010-06-291-0/+15
| | * | | | kthread: implement kthread_workerTejun Heo2010-06-291-0/+149
| | * | | | Merge branch 'sched-wq' of ../wq into cmwq-baseTejun Heo2010-06-135-80/+170
| | |\ \ \ \
| * | \ \ \ \ Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-1/+1
| |\ \ \ \ \ \
| | * | | | | | irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell2010-07-291-1/+1
| * | | | | | | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-067-92/+57
| |\ \ \ \ \ \ \
| | * | | | | | | 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
OpenPOWER on IntegriCloud