summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-2051-358/+170
|\
| * cpumask: remove __first_cpu / __next_cpuRusty Russell2015-04-192-23/+2
| * cpumask: resurrect CPU_MASK_CPU0Rusty Russell2015-04-161-0/+5
| * linux/cpumask.h: add typechecking to cpumask_test_cpuRasmus Villemoes2015-03-311-4/+4
| * cpumask: only allocate nr_cpumask_bits.Rusty Russell2015-03-102-10/+2
| * Fix weird uses of num_online_cpus().Rusty Russell2015-03-105-10/+8
| * cpumask: remove deprecated functions.Rusty Russell2015-03-102-155/+0
| * mips: fix obsolete cpumask_of_cpu usage.Rusty Russell2015-03-101-1/+1
| * x86: fix more deprecated cpu function usage.Rusty Russell2015-03-101-2/+2
| * ia64: remove deprecated cpus_ usage.Rusty Russell2015-03-101-2/+2
| * powerpc: fix deprecated CPU_MASK_CPU0 usage.Rusty Russell2015-03-101-1/+1
| * CPU_MASK_ALL/CPU_MASK_NONE: remove from deprecated region.Rusty Russell2015-03-051-19/+12
| * staging/lustre/o2iblnd: Don't use cpus_weightOleg Drokin2015-03-051-2/+2
| * staging/lustre/libcfs: replace deprecated cpus_ calls with cpumask_Oleg Drokin2015-03-051-49/+53
| * staging/lustre/ptlrpc: Do not use deprecated cpus_* functionsOleg Drokin2015-03-052-10/+7
| * blackfin: fix up obsolete cpu function usage.Rusty Russell2015-03-051-1/+1
| * parisc: fix up obsolete cpu function usage.Rusty Russell2015-03-051-2/+2
| * tile: fix up obsolete cpu function usage.Rusty Russell2015-03-051-1/+1
| * arm64: fix up obsolete cpu function usage.Rusty Russell2015-03-051-1/+1
| * mips: fix up obsolete cpu function usage.Rusty Russell2015-03-0517-45/+45
| * x86: fix up obsolete cpu function usage.Rusty Russell2015-03-053-9/+9
| * um: fix up obsolete cpu function usage.Rusty Russell2015-03-051-6/+6
| * ia64: fix up obsolete cpu function usage.Rusty Russell2015-03-0511-72/+75
| * drivers: fix up obsolete cpu function usage.Rusty Russell2015-03-056-12/+13
| * ia64: Use for_each_cpu_and() and cpumask_any_and() instead of temp var.Rusty Russell2015-03-052-9/+5
| * cpumask: fix cpu-hotplug documentationRusty Russell2015-03-051-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-2012-841/+1348
|\ \
| * | s390/pci: add locking for fmb accessSebastian Ott2015-04-153-6/+12
| * | s390/pci: extract software counters from fmbSebastian Ott2015-04-154-14/+28
| * | s390/dasd: Fix unresumed device after suspend/resume having no pathsStefan Haberland2015-04-151-12/+16
| * | s390/dasd: fix unresumed device after suspend/resumeStefan Haberland2015-04-151-0/+5
| * | s390/dasd: fix inability to set a DASD device offlineStefan Haberland2015-04-152-4/+8
| * | s390/mm: Fix memory hotplug for unaligned standby memoryMichael Holzheu2015-04-151-2/+46
| * | s390/bpf: Add s390x eBPF JIT compiler backendMichael Holzheu2015-04-154-803/+1234
| * | s390: Use bool function return values of true/false not 1/0Joe Perches2015-04-151-1/+1
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2015-04-203-3/+6
|\ \ \
| * | | m68knommu: fix fec setup warning for ColdFire 5271 buildsGreg Ungerer2015-03-301-1/+2
| * | | m68knommu: ColdFire 5271 only has a single FEC controllerGreg Ungerer2015-03-301-0/+2
| * | | m68k: Fix trivial typos in commentsYannick Guerrini2015-03-301-2/+2
* | | | smp: don't use 16-bit words for atomic accessesLinus Torvalds2015-04-201-1/+1
* | | | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2015-04-194-161/+427
|\ \ \ \
| * | | | tools/power turbostat: correct dumped pkg-cstate-limit valueLen Brown2015-04-181-9/+8
| * | | | tools/power turbostat: calculate TSC frequency from CPUID(0x15) on SKLLen Brown2015-04-181-1/+38
| * | | | tools/power turbostat: correct DRAM RAPL units on recent Xeon processorsAndrey Semin2015-04-181-3/+25
| * | | | tools/power turbostat: Initial Skylake supportLen Brown2015-04-182-13/+116
| * | | | tools/power turbostat: Use $(CURDIR) instead of $(PWD) and add support for O=...Thomas D2015-04-181-1/+5
| * | | | tools/power turbostat: modprobe msr, if neededLen Brown2015-04-181-2/+3
| * | | | tools/power turbostat: dump MSR_TURBO_RATIO_LIMIT2Len Brown2015-04-181-36/+105
| * | | | tools/power turbostat: use new MSR_TURBO_RATIO_LIMIT namesLen Brown2015-04-181-4/+4
| * | | | x86 msr-index: define MSR_TURBO_RATIO_LIMIT,1,2Len Brown2015-04-131-0/+3