summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | workqueue: use system_highpri_wq for highpri workers in rebind_workers()Joonsoo Kim2012-08-161-4/+14
| * | | | | | workqueue: introduce system_highpri_wqJoonsoo Kim2012-08-161-3/+6
| * | | | | | workqueue: change value of lcpu in __queue_delayed_work_on()Joonsoo Kim2012-08-161-2/+8
| * | | | | | workqueue: correct req_cpu in trace_workqueue_queue_work()Joonsoo Kim2012-08-161-1/+2
| * | | | | | workqueue: use enum value to set array size of pools in gcwqJoonsoo Kim2012-08-161-1/+2
| * | | | | | workqueue: add missing wmb() in clear_work_data()Tejun Heo2012-08-131-7/+12
| * | | | | | workqueue: fix CPU binding of flush_delayed_work[_sync]()Tejun Heo2012-08-131-3/+4
| * | | | | | workqueue: implement mod_delayed_work[_on]()Tejun Heo2012-08-031-0/+53
| * | | | | | workqueue: mark a work item being canceled as suchTejun Heo2012-08-031-18/+72
| * | | | | | workqueue: reorganize try_to_grab_pending() and __cancel_timer_work()Tejun Heo2012-08-031-15/+32
| * | | | | | workqueue: factor out __queue_delayed_work() from queue_delayed_work_on()Tejun Heo2012-08-031-33/+41
| * | | | | | workqueue: introduce WORK_OFFQ_FLAG_*Tejun Heo2012-08-031-5/+9
| * | | | | | workqueue: move try_to_grab_pending() upwardsTejun Heo2012-08-031-143/+143
| * | | | | | workqueue: fix zero @delay handling of queue_delayed_work_on()Tejun Heo2012-08-031-5/+7
| * | | | | | workqueue: unify local CPU queueing handlingTejun Heo2012-08-031-12/+7
| * | | | | | workqueue: set delayed_work->timer function on initializationTejun Heo2012-08-031-3/+4
| * | | | | | workqueue: disable irq while manipulating PENDINGTejun Heo2012-08-031-20/+53
| * | | | | | workqueue: add missing smp_wmb() in process_one_work()Tejun Heo2012-08-031-0/+2
| * | | | | | workqueue: make queueing functions return boolTejun Heo2012-08-031-24/+23
| * | | | | | workqueue: reorder queueing functions so that _on() variants are on topTejun Heo2012-08-031-62/+62
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-10-012-3/+42
|\ \ \ \ \ \
| * | | | | | kdb: Implement disable_nmi commandAnton Vorontsov2012-09-261-0/+31
| * | | | | | kernel/debug: Mask KGDB NMI upon entryAnton Vorontsov2012-09-261-3/+11
* | | | | | | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | arm64: Add support for /proc/sys/debug/exception-traceCatalin Marinas2012-09-171-1/+1
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-011-11/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell2012-08-231-11/+0
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-011-59/+49
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | timer: Implement TIMER_IRQSAFETejun Heo2012-08-211-11/+24
| * | | | | | | timer: Clean up timer initializersTejun Heo2012-08-211-42/+14
| * | | | | | | timer: Generalize timer->base flags handlingTejun Heo2012-08-211-8/+13
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-0111-705/+686
|\ \ \ \ \ \ \ \
| * | | | | | | | vtime: Consolidate system/idle context detectionFrederic Weisbecker2012-09-251-0/+26
| * | | | | | | | cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker2012-09-253-8/+8
| * | | | | | | | sched: cpu_power: enable ARCH_POWERVincent Guittot2012-09-131-1/+1
| * | | | | | | | sched/nohz: Clean up select_nohz_load_balancer()Alex Shi2012-09-132-17/+11
| * | | | | | | | sched: Fix load avg vs. cpu-hotplugPeter Zijlstra2012-09-131-0/+2
| * | | | | | | | sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2012-09-134-54/+1
| * | | | | | | | sched: Fix nohz_idle_balance()Vincent Guittot2012-09-131-5/+6
| * | | | | | | | sched: Remove useless code in yield_to()Michael Wang2012-09-041-7/+0
| * | | | | | | | sched: Add time unit suffix to sched sysctl knobsNamhyung Kim2012-09-041-3/+3
| * | | | | | | | sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim2012-09-041-13/+22
| * | | | | | | | sched: Remove AFFINE_WAKEUPS feature flagNamhyung Kim2012-09-041-8/+0
| * | | | | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-09-0411-53/+69
| |\ \ \ \ \ \ \ \
| * | | | | | | | | cputime: Consolidate vtime handling on context switchFrederic Weisbecker2012-08-201-0/+1
| * | | | | | | | | sched: Move cputime code to its own fileFrederic Weisbecker2012-08-204-556/+570
| * | | | | | | | | sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi2012-08-132-32/+3
| * | | | | | | | | sched: using dst_rq instead of this_rq during load balanceMichael Wang2012-08-131-5/+4
| * | | | | | | | | sched: Document schedule() entry pointsPekka Enberg2012-08-131-0/+34
| * | | | | | | | | sched: Fix __sched_period commentBorislav Petkov2012-08-131-1/+1