summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-06-27Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...Alex Shi4-42/+8
2013-06-19sched: Don't mix use of typedef ctl_table and struct ctl_tableJoe Perches1-1/+1
2013-06-19sched: Remove WARN_ON(!sd) from init_sched_groups_power()Viresh Kumar1-1/+1
2013-06-19sched: Fix memory leakage in build_sched_groups()Viresh Kumar1-2/+2
2013-06-19sched: Use cached value of span instead of calling sched_domain_span()Viresh Kumar1-1/+1
2013-06-19sched: Create for_each_sd_topology()Viresh Kumar1-3/+6
2013-06-19sched: Don't set sd->child to NULL when it is already NULLViresh Kumar1-1/+1
2013-06-19sched: Don't initialize alloc_state in build_sched_domains()Viresh Kumar1-1/+1
2013-06-19sched: Optimize build_sched_domains() for saving first SD node for a cpuViresh Kumar1-5/+2
2013-06-19sched: Remove unused params of build_sched_domain()Viresh Kumar1-4/+3
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar21-26/+27
2013-06-19sched: Femove the useless declaration in kernel/sched/fair.cMichael Wang1-4/+0
2013-06-19sched: Refine the code in unthrottle_cfs_rq()Michael Wang1-1/+1
2013-06-19sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_listKirill Tkhai2-67/+16
2013-06-19Merge branch 'sched/urgent' into sched/coreIngo Molnar2751-44689/+126641
2013-06-19tracing/context-tracking: Add preempt_schedule_context() for tracingSteven Rostedt2-1/+57
2013-06-19sched: Fix clear NOHZ_BALANCE_KICKVincent Guittot1-4/+17
2013-05-31sched/x86: Construct all sibling maps if smtAndrew Jones1-4/+4
2013-05-31sched/fair: Remove unused variable from expire_cfs_rq_runtime()Kamalesh Babulal1-1/+0
2013-05-30Merge branch 'mn10300' (mn10300 fixes from David Howells)Linus Torvalds3-13/+9
2013-05-30MN10300: Need pci_iomap() and __pci_ioport_map() definingDavid Howells1-0/+2
2013-05-30MN10300: ASB2305's PCI code needs the definition of XIRQ1David Howells1-0/+1
2013-05-30MN10300: Enable IRQs more in system call exit work pathDavid Howells1-13/+5
2013-05-30MN10300: Fix ret_from_kernel_threadDavid Howells1-0/+1
2013-05-30Merge tag 'pinctrl-fixes-v3.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-11/+323
2013-05-29Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-17/+107
2013-05-28ARM: exynos: defconfig updateOlof Johansson1-8/+46
2013-05-28Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds23-164/+163
2013-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-4/+4
2013-05-28Merge branch 'for-3.10' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-83/+88
2013-05-28Merge tag 'trace-fixes-v3.10-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+10
2013-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds14-699/+2076
2013-05-28Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds3-5/+5
2013-05-28ring-buffer: Do not poll non allocated cpu buffersSteven Rostedt (Red Hat)1-0/+3
2013-05-28sched: Use swap() macro in scale_stime()Stanislaw Gruszka1-3/+2
2013-05-28m68k: Update defconfigs for v3.9Geert Uytterhoeven12-698/+1982
2013-05-28sched: Use an accessor to read the rq clockFrederic Weisbecker6-37/+47
2013-05-28sched: Update rq clock earlier in unthrottle_cfs_rqFrederic Weisbecker1-1/+3
2013-05-28sched: Update rq clock before calling check_preempt_curr()Frederic Weisbecker1-0/+2
2013-05-28sched: Update rq clock before setting fair group sharesFrederic Weisbecker1-0/+3
2013-05-28sched: Update rq clock before migrating tasks out of dying CPUFrederic Weisbecker1-0/+7
2013-05-28sched: Remove redundant update_runtime notifierNeil Zhang3-44/+0
2013-05-28sched/autogroup: Fix race with task_groups listGerald Schaefer1-2/+1
2013-05-28qxl: fix Kconfig deps - select FB_DEFERRED_IOAndrew Jones1-0/+1
2013-05-28Merge branch 'sched/cleanups' into sched/coreIngo Molnar5-588/+605
2013-05-28crypto: sha256_ssse3 - fix stack corruption with SSSE3 and AVX implementationsJussi Kivilinna2-2/+2
2013-05-27Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson6-9/+61
2013-05-27pinctrl: pinconf: take the right mutexLinus Walleij1-2/+2
2013-05-27pinctrl: sunxi: fix error return code in sunxi_pinctrl_probe()Wei Yongjun1-1/+3
2013-05-27pinctrl: exynos: Handle suspend/resume of GPIO EINT registersTomasz Figa2-3/+114