aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Tejun Heo2012-08-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-20
| * | | | | | | | | | | | | | | | | | | | workqueue: gut system_nrt[_freezable]_wq()Tejun Heo2012-08-20
| * | | | | | | | | | | | | | | | | | | | workqueue: gut flush[_delayed]_work_sync()Tejun Heo2012-08-20
| * | | | | | | | | | | | | | | | | | | | workqueue: make all workqueues non-reentrantTejun Heo2012-08-20
| * | | | | | | | | | | | | | | | | | | | workqueue: fix checkpatch issuesValentin Ilie2012-08-20
| * | | | | | | | | | | | | | | | | | | | workqueue: use system_highpri_wq for unbind_workJoonsoo Kim2012-08-16
| * | | | | | | | | | | | | | | | | | | | workqueue: use system_highpri_wq for highpri workers in rebind_workers()Joonsoo Kim2012-08-16
| * | | | | | | | | | | | | | | | | | | | workqueue: introduce system_highpri_wqJoonsoo Kim2012-08-16
| * | | | | | | | | | | | | | | | | | | | workqueue: change value of lcpu in __queue_delayed_work_on()Joonsoo Kim2012-08-16
| * | | | | | | | | | | | | | | | | | | | workqueue: correct req_cpu in trace_workqueue_queue_work()Joonsoo Kim2012-08-16
| * | | | | | | | | | | | | | | | | | | | workqueue: use enum value to set array size of pools in gcwqJoonsoo Kim2012-08-16
| * | | | | | | | | | | | | | | | | | | | workqueue: add missing wmb() in clear_work_data()Tejun Heo2012-08-13
| * | | | | | | | | | | | | | | | | | | | workqueue: fix CPU binding of flush_delayed_work[_sync]()Tejun Heo2012-08-13
| * | | | | | | | | | | | | | | | | | | | workqueue: implement mod_delayed_work[_on]()Tejun Heo2012-08-03
| * | | | | | | | | | | | | | | | | | | | workqueue: mark a work item being canceled as suchTejun Heo2012-08-03
| * | | | | | | | | | | | | | | | | | | | workqueue: reorganize try_to_grab_pending() and __cancel_timer_work()Tejun Heo2012-08-03
| * | | | | | | | | | | | | | | | | | | | workqueue: factor out __queue_delayed_work() from queue_delayed_work_on()Tejun Heo2012-08-03
| * | | | | | | | | | | | | | | | | | | | workqueue: introduce WORK_OFFQ_FLAG_*Tejun Heo2012-08-03
| * | | | | | | | | | | | | | | | | | | | workqueue: move try_to_grab_pending() upwardsTejun Heo2012-08-03
| * | | | | | | | | | | | | | | | | | | | workqueue: fix zero @delay handling of queue_delayed_work_on()Tejun Heo2012-08-03
| * | | | | | | | | | | | | | | | | | | | workqueue: unify local CPU queueing handlingTejun Heo2012-08-03
| * | | | | | | | | | | | | | | | | | | | workqueue: set delayed_work->timer function on initializationTejun Heo2012-08-03
| * | | | | | | | | | | | | | | | | | | | workqueue: disable irq while manipulating PENDINGTejun Heo2012-08-03
| * | | | | | | | | | | | | | | | | | | | workqueue: add missing smp_wmb() in process_one_work()Tejun Heo2012-08-03
| * | | | | | | | | | | | | | | | | | | | workqueue: make queueing functions return boolTejun Heo2012-08-03
| * | | | | | | | | | | | | | | | | | | | workqueue: reorder queueing functions so that _on() variants are on topTejun Heo2012-08-03
| | |_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-10-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | kdb: Implement disable_nmi commandAnton Vorontsov2012-09-26
| * | | | | | | | | | | | | | | | | | | | kernel/debug: Mask KGDB NMI upon entryAnton Vorontsov2012-09-26
| | |_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | arm64: Add support for /proc/sys/debug/exception-traceCatalin Marinas2012-09-17
| | |_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell2012-08-23
| | |_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | timer: Implement TIMER_IRQSAFETejun Heo2012-08-21
| * | | | | | | | | | | | | | | | | | timer: Clean up timer initializersTejun Heo2012-08-21
| * | | | | | | | | | | | | | | | | | timer: Generalize timer->base flags handlingTejun Heo2012-08-21
* | | | | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | vtime: Consolidate system/idle context detectionFrederic Weisbecker2012-09-25
| * | | | | | | | | | | | | | | | | | | cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker2012-09-25
| * | | | | | | | | | | | | | | | | | | sched: cpu_power: enable ARCH_POWERVincent Guittot2012-09-13
| * | | | | | | | | | | | | | | | | | | sched/nohz: Clean up select_nohz_load_balancer()Alex Shi2012-09-13
| * | | | | | | | | | | | | | | | | | | sched: Fix load avg vs. cpu-hotplugPeter Zijlstra2012-09-13
| * | | | | | | | | | | | | | | | | | | sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2012-09-13
| * | | | | | | | | | | | | | | | | | | sched: Fix nohz_idle_balance()Vincent Guittot2012-09-13
| * | | | | | | | | | | | | | | | | | | sched: Remove useless code in yield_to()Michael Wang2012-09-04
| * | | | | | | | | | | | | | | | | | | sched: Add time unit suffix to sched sysctl knobsNamhyung Kim2012-09-04
| * | | | | | | | | | | | | | | | | | | sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim2012-09-04
| * | | | | | | | | | | | | | | | | | | sched: Remove AFFINE_WAKEUPS feature flagNamhyung Kim2012-09-04