summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: intel_pstate: Avoid calculation for max/minSrinivas Pandruvada2015-10-151-5/+45
* Documentation: kernel_parameters for Intel P state driverSrinivas Pandruvada2015-10-151-0/+3
* cpufreq: intel_pstate: Use ACPI perf configurationSrinivas Pandruvada2015-10-152-1/+171
* cpufreq: intel-pstate: Use separate max pstate for scalingSrinivas Pandruvada2015-10-151-2/+18
* cpufreq: intel_pstate: get P1 from TAR when availableSrinivas Pandruvada2015-10-152-4/+42
* cpufreq: Drop redundant check for inactive policiesViresh Kumar2015-10-141-7/+0Star
* Merge back earlier cpufreq material for v4.4.Rafael J. Wysocki2015-10-127-34/+74
|\
| * cpufreq : powernv: Report Pmax throttling if capped below nominal frequencyShilpasri G Bhat2015-09-261-2/+8
| * cpufreq: imx: update the clock switch flow to support imx6ulBai Ping2015-09-261-5/+45
| * cpufreq: tegra20: remove superfluous CONFIG_PM ifdefsBartlomiej Zolnierkiewicz2015-09-261-2/+0Star
| * cpufreq: conservative: remove 'enable' fieldViresh Kumar2015-09-263-25/+19Star
| * cpufreq: integrator: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-251-0/+2
* | cpufreq: prevent lockup on reading scaling_available_frequenciesSrinivas Pandruvada2015-10-081-1/+3
* | cpufreq: acpi_cpufreq: prevent crash on reading freqdomain_cpusSrinivas Pandruvada2015-10-081-0/+3
* | Linux 4.3-rc4Linus Torvalds2015-10-041-1/+1
* | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-0425-37/+188
|\ \
| * | tile: use global strscpy() rather than private copyChris Metcalf2015-09-101-29/+4Star
| * | string: provide strscpy()Chris Metcalf2015-09-102-0/+91
| * | Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-0822-8/+93
* | | Merge tag 'md/4.3-fixes' of git://neil.brown.name/mdLinus Torvalds2015-10-047-26/+28
|\ \ \
| * | | md/bitmap: don't pass -1 to bitmap_storage_alloc.NeilBrown2015-10-021-1/+2
| * | | md/raid1: Avoid raid1 resync getting stuckJes Sorensen2015-10-021-3/+2Star
| * | | md: drop null test before destroy functionsJulia Lawall2015-10-024-14/+7Star
| * | | md: clear CHANGE_PENDING in readonly arrayShaohua Li2015-10-021-0/+1
| * | | md/raid0: apply base queue limits *before* disk_stack_limitsNeilBrown2015-10-021-6/+6
| * | | md/raid5: don't index beyond end of array in need_this_block().NeilBrown2015-10-021-2/+2
| * | | raid5: update analysis state for failed stripeShaohua Li2015-10-021-0/+4
| * | | md: wait for pending superblock updates before switching to read-onlyNeilBrown2015-10-021-0/+4
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-10-0413-144/+82Star
|\ \ \ \
| * | | | MIPS: scall: Always run the seccomp syscall filtersMarkos Chandras2015-10-044-73/+42Star
| * | | | MIPS: Octeon: Fix kernel panic on startup from memory corruptionMatt Bennett2015-10-021-1/+1
| * | | | MIPS: Fix R2300 FP context switch handlingPaul Burton2015-10-021-27/+1Star
| * | | | MIPS: Fix octeon FP context switch handlingPaul Burton2015-10-021-25/+1Star
| * | | | MIPS: BPF: Fix load delay slots.Ralf Baechle2015-10-021-0/+4
| * | | | MIPS: BPF: Do all exports of symbols with FEXPORT().Ralf Baechle2015-10-011-6/+3Star
| * | | | MIPS: Fix the build on jz4740 after removing the custom gpio.hAlban Bedel2015-10-012-0/+2
| * | | | MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MTPaul Burton2015-09-301-4/+4
| * | | | MIPS: CPS: Don't include MT code in non-MT kernels.Paul Burton2015-09-301-0/+2
| * | | | MIPS: CPS: Stop dangling delay slot from has_mt.Paul Burton2015-09-301-2/+2
| * | | | MIPS: dma-default: Fix 32-bit fall back to GFP_DMAJames Hogan2015-09-301-1/+1
| * | | | MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle2015-09-305-6/+20
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-043-3/+21
|\ \ \ \ \
| * | | | | irqchip/gic-v3-its: Count additional LPIs for the aliased devicesMarc Zyngier2015-10-021-1/+1
| * | | | | irqchip/gic-v3-its: Silence warning when its_lpi_alloc_chunks gets inlinedMarc Zyngier2015-10-021-0/+3
| * | | | | genirq: Fix race in register_irq_proc()Ben Hutchings2015-10-011-2/+17
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-039-65/+69
|\ \ \ \ \ \
| * | | | | | x86/headers/uapi: Fix __BITS_PER_LONG value for x32 buildsBen Hutchings2015-10-021-1/+1
| * | | | | | x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley2015-10-021-1/+1
| * | | | | | x86/kexec: Fix kexec crash in syscall kexec_file_load()Lee, Chun-Yi2015-10-021-4/+3Star
| * | | | | | Merge remote-tracking branch 'tglx/x86/urgent' into x86/urgentIngo Molnar2015-10-013-52/+55
| |\ \ \ \ \ \