summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | sched: Prepare for per-cpu preempt_countPeter Zijlstra2013-09-251-2/+0
* | | | | sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra2013-09-253-25/+20
* | | | | sched: Create more preempt_count accessorsPeter Zijlstra2013-09-251-4/+3
* | | | | sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra2013-09-252-5/+22
* | | | | sched: Introduce preempt_count accessor functionsPeter Zijlstra2013-09-253-8/+8
* | | | | sched, idle: Fix the idle polling state logicPeter Zijlstra2013-09-251-5/+4
* | | | | sched, rcu: Make RCU use resched_cpu()Peter Zijlstra2013-09-252-9/+16
* | | | | sched: Micro-optimize by dropping unnecessary task_rq() callsMichael S. Tsirkin2013-09-252-25/+27
* | | | | sched/balancing: Periodically decay max cost of idle balanceJason Low2013-09-201-7/+31
* | | | | sched/balancing: Consider max cost of idle balance per sched domainJason Low2013-09-203-1/+21
* | | | | sched: Reduce overestimating rq->avg_idleJason Low2013-09-201-3/+4
* | | | | sched/balancing: Prevent the reselection of a previous env.dst_cpu if some ta...Vladimir Davydov2013-09-201-3/+3
* | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2013-09-2049-571/+498
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov2013-09-201-1/+1
| * | | | sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov2013-09-201-2/+2
| * | | | sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov2013-09-201-1/+2
| |/ / /
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-183-10/+15
| |\ \ \ | | |_|/ | |/| |
| | * | sched: Fix comment for sched_info_departMichael S. Tsirkin2013-09-161-2/+3
| * | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-131-1/+1
| |\ \ \
| | * | | aio: convert the ioctx list to table lookup v3Benjamin LaHaise2013-07-301-1/+1
| * | | | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-133-15/+1
| * | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-124-18/+25
| |\ \ \ \
| | * | | | kernel: replace strict_strto*() with kstrto*()Jingoo Han2013-09-123-9/+9
| | * | | | memcg: reduce function dereferenceSha Zhengju2013-09-121-8/+11
| | * | | | memcg: avoid overflow caused by PAGE_ALIGNSha Zhengju2013-09-121-1/+5
| | * | | | memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju2013-09-121-4/+4
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-121-3/+3
| |\ \ \ \ \
| | * | | | | fs: bump inode and dentry counters to longGlauber Costa2013-09-101-3/+3
| * | | | | | Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-09-122-32/+37
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-09-102-32/+37
| | |\ \ \ \ \ \
| | | * | | | | | PM / hibernate / memory hotplug: Rework mutual exclusionRafael J. Wysocki2013-08-312-0/+6
| | | * | | | | | PM / hibernate: Create memory bitmaps after freezing user spaceRafael J. Wysocki2013-08-312-32/+31
| * | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-122-3/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov2013-09-121-3/+1
| | * | | | | | | | perf: Fix up MMAP2 buffer space reservationArnaldo Carvalho de Melo2013-09-111-0/+1
| * | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-121-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | panic: call panic handlers before kmsg_dumpKees Cook2013-09-111-2/+6
| * | | | | | | | | kexec: remove unnecessary returnXishi Qiu2013-09-111-4/+1
| * | | | | | | | | __ptrace_may_access() should not deny sub-threadsMark Grondona2013-09-111-1/+1
| * | | | | | | | | kprobes: allow to specify custom allocator for insn cachesHeiko Carstens2013-09-111-2/+18
| * | | | | | | | | kprobes: unify insn cachesHeiko Carstens2013-09-111-54/+21
| * | | | | | | | | task_work: documentationOleg Nesterov2013-09-111-0/+36
| * | | | | | | | | task_work: minor cleanupsOleg Nesterov2013-09-111-2/+2
| * | | | | | | | | kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().David Daney2013-09-111-4/+7
| * | | | | | | | | extable: skip sorting if the table is emptyUwe Kleine-König2013-09-111-1/+1
| * | | | | | | | | smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney2013-09-111-0/+11
| * | | | | | | | | up.c: use local_irq_{save,restore}() in smp_call_function_single.David Daney2013-09-111-3/+5
| * | | | | | | | | smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney2013-09-111-0/+39
| * | | | | | | | | kernel/spinlock.c: add default arch_*_relax definitions for GENERIC_LOCKBREAKWill Deacon2013-09-111-0/+14
| * | | | | | | | | kernel/smp.c: free related resources when failure occurs in hotplug_cfd()Chen Gang2013-09-111-1/+4
OpenPOWER on IntegriCloud