summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers: dma-contiguous: add initialization from device treeMarek Szyprowski2014-10-143-11/+120
* drivers: dma-coherent: add initialization from device treeMarek Szyprowski2014-10-141-22/+129
* kernel: add support for gcc 5Sasha Levin2014-10-141-0/+66
* mm/cma: fix cma bitmap aligned mask computingWeijie Yang2014-10-141-1/+3
* mm/slab: fix unaligned access on sparc64Joonsoo Kim2014-10-141-1/+1
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-131-11/+12
|\
| * x86/smpboot: Speed up suspend/resume by avoiding 100ms sleep for CPU offline ...Lan Tianyu2014-09-241-11/+12
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-132-17/+12
|\ \
| * | x86/tty/serial/8250: Clean up the asm/serial.h include file a bitIngo Molnar2014-09-061-12/+12
| * | x86/tty/serial/8250: Resolve missing-field-initializers warningsMark Rustad2014-09-061-4/+4
| * | x86: Remove obsolete comment in uapi/e820.hRoss Zwisler2014-08-211-5/+0
* | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-131-6/+2
|\ \ \
| * | | x86/kbuild: Eliminate duplicate command line optionsRasmus Villemoes2014-09-161-6/+2
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-134-80/+51
|\ \ \ \
| * | | | x86/relocs: Make per_cpu_load_addr staticBen Hutchings2014-09-241-1/+1
| * | | | x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov2014-09-163-79/+50
| |/ / /
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-137-68/+61
|\ \ \ \
| * | | | x86: Unwind-annotate thunk_32.SJan Beulich2014-10-081-6/+15
| * | | | x86: Improve cmpxchg8b_emu.SJan Beulich2014-10-081-11/+9
| * | | | x86: Improve cmpxchg16b_emu.SJan Beulich2014-10-081-19/+13
| * | | | x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o"Oleg Nesterov2014-09-241-1/+1
| * | | | x86: Speed up ___preempt_schedule*() by using THUNK helpersOleg Nesterov2014-09-244-31/+23
| | |_|/ | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-1355-552/+1075
|\ \ \ \
| * | | | sched/dl: Use dl_bw_of() under rcu_read_lock_sched()Kirill Tkhai2014-10-031-9/+16
| * | | | sched/fair: Delete resched_cpu() from idle_balance()Kirill Tkhai2014-10-031-6/+0
| * | | | sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel2014-10-035-10/+27
| * | | | sched: Improve sysbench performance by fixing spurious active migrationVincent Guittot2014-10-031-6/+7
| * | | | sched/x86: Fix up typo in topology detectionDave Hansen2014-10-031-1/+1
| * | | | x86, sched: Add new topology for multi-NUMA-node CPUsDave Hansen2014-09-241-9/+46
| * | | | sched/rt: Use resched_curr() in task_tick_rt()Kirill Tkhai2014-09-241-1/+1
| * | | | sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai2014-09-241-4/+5
| * | | | sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask'Kirill Tkhai2014-09-241-4/+4
| * | | | sched: Use dl_bw_of() under RCU read lockKirill Tkhai2014-09-241-0/+10
| * | | | sched/fair: Remove duplicate code from can_migrate_task()Kirill Tkhai2014-09-241-14/+2
| * | | | sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra2014-09-244-43/+0
| * | | | sched: print_rq(): Don't use tasklist_lockOleg Nesterov2014-09-241-5/+2
| * | | | sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_r...Oleg Nesterov2014-09-241-10/+6
| * | | | sched: Fix the task-group check in tg_has_rt_tasks()Oleg Nesterov2014-09-241-1/+1
| * | | | sched/fair: Leverage the idle state info when choosing the "idlest" cpuNicolas Pitre2014-09-241-7/+34
| * | | | sched: Let the scheduler see CPU idle statesDaniel Lezcano2014-09-243-0/+42
| * | | | sched/deadline: Fix inter- exclusive cpusets migrationsJuri Lelli2014-09-242-3/+8
| * | | | sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli2014-09-243-4/+20
| * | | | sched/numa: Kill the wrong/dead TASK_DEAD check in task_numa_fault()Oleg Nesterov2014-09-241-4/+0
| * | | | sched: Clean up some typos and grammatical errors in code/commentsZhihui Zhang2014-09-213-6/+6
| * | | | sched: Test the CPU's capacity in wake_affine()Vincent Guittot2014-09-191-9/+10
| * | | | ARM: topology: Use the new cpu_capacity interfaceVincent Guittot2014-09-191-2/+2
| * | | | sched: Allow all architectures to set 'capacity_orig'Vincent Guittot2014-09-191-16/+11
| * | | | sched: Fix avg_load computationVincent Guittot2014-09-191-2/+2
| * | | | sched: Remove a wake_affine() conditionVincent Guittot2014-09-191-24/+6
| * | | | sched: Fix imbalance flag resetVincent Guittot2014-09-191-4/+19
OpenPOWER on IntegriCloud