summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-rafael' of https://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki2015-09-155-26/+54
|\
| * PM / devfreq: Fix incorrect type issue.Xiaolong Ye2015-09-111-1/+1
| * PM / devfreq: tegra: Update governor to use devfreq_update_stats()MyungJoo Ham2015-09-111-3/+5
| * PM / devfreq: comments for get_dev_status usage updatedMyungJoo Ham2015-09-111-1/+8
| * PM / devfreq: drop comment about thermal setting max_freqJavi Merino2015-09-111-3/+3
| * PM / devfreq: cache the last call to get_dev_status()Javi Merino2015-09-112-15/+33
| * PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-111-2/+2
| * PM / devfreq: exynos-ppmu: bit-wise operation bugfix.MyungJoo Ham2015-09-111-1/+2
| * PM / devfreq: exynos-ppmu: Update documentation to support PPMUv2Chanwoo Choi2015-09-111-2/+40
| * PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433Chanwoo Choi2015-09-112-7/+233
| * PM / devfreq: event: Remove incorrect property in exynos-ppmu DT bindingJavier Martinez Canillas2015-09-111-1/+0
* | Linux 4.3-rc1v4.3-rc1Linus Torvalds2015-09-131-2/+2
* | Merge tag 'cris-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds2015-09-1250-421/+220
|\ \
| * | CRISv10: delete unused lib/dmacopy.cRabin Vincent2015-09-051-42/+0
| * | CRISv10: delete unused lib/old_checksum.cRabin Vincent2015-09-051-86/+0
| * | CRIS: fix switch_mm() lockdep splatRabin Vincent2015-09-051-1/+8
| * | CRISv32: enable LOCKDEP_SUPPORTRabin Vincent2015-09-051-0/+4
| * | CRIS: add STACKTRACE_SUPPORTRabin Vincent2015-09-054-0/+88
| * | CRISv32: annotate irq enable in idle loopRabin Vincent2015-09-051-2/+2
| * | CRISv32: add support for irqflags tracingRabin Vincent2015-09-053-1/+20
| * | CRIS: UAPI: use generic types.hRabin Vincent2015-09-053-13/+1
| * | CRIS: UAPI: use generic shmbuf.hRabin Vincent2015-09-052-42/+1
| * | CRIS: UAPI: use generic msgbuf.hRabin Vincent2015-09-052-33/+1
| * | CRIS: UAPI: use generic socket.hRabin Vincent2015-09-052-92/+1
| * | CRIS: UAPI: use generic sembuf.hRabin Vincent2015-09-052-25/+1
| * | CRIS: UAPI: use generic sockios.hRabin Vincent2015-09-052-13/+1
| * | CRIS: UAPI: use generic auxvec.hRabin Vincent2015-09-052-4/+1
| * | CRIS: UAPI: use generic headers via KbuildRabin Vincent2015-09-0512-31/+10
| * | CRIS: UAPI: fix elf.h exportRabin Vincent2015-09-054-1/+8
| * | CRIS: don't make asm/elf.h depend on asm/user.hRabin Vincent2015-09-053-8/+7
| * | CRIS: UAPI: fix ptrace.hRabin Vincent2015-09-056-3/+8
| * | CRISv32: Squash compile warnings for axisflashmapJesper Nilsson2015-09-051-4/+5
| * | CRISv32: Add GPIO driver to the default configsJesper Nilsson2015-09-054-14/+12
| * | CRISv32: ETRAX FS: Squash warnings in pinmux driverJesper Nilsson2015-09-051-2/+6
| * | CRIS: Wire up missing syscallsChen Gang2015-09-054-1/+25
| * | CRISv32: allow CONFIG_DEBUG_BUGVERBOSERabin Vincent2015-09-051-0/+1
| * | CRISv32: add unreachable() to BUG()Rabin Vincent2015-09-051-2/+9
| * | cris: arch-v32: gpio: Use kzalloc instead of kmalloc/memsetChristophe Jaillet2015-09-051-2/+1
* | | blk: rq_data_dir() should not return a booleanLinus Torvalds2015-09-121-1/+1
* | | Merge branch 'writeback-plugging'Linus Torvalds2015-09-121-3/+10
|\ \ \
| * | | writeback: plug writeback in wb_writeback() and writeback_inodes_wb()Linus Torvalds2015-09-121-0/+6
| * | | Revert "writeback: plug writeback at a high level"Linus Torvalds2015-09-111-3/+4
* | | | thermal: fix intel PCH thermal driver mismergeLinus Torvalds2015-09-121-7/+4
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-1222-54/+336
|\ \ \ \
| * | | | revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"Andrew Morton2015-09-121-2/+4
| * | | | mm/early_ioremap: add explicit #include of asm/early_ioremap.hArd Biesheuvel2015-09-121-0/+1
| * | | | fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches2015-09-124-50/+45
| * | | | selftests: enhance membarrier syscall testMathieu Desnoyers2015-09-121-25/+75
| * | | | selftests: add membarrier syscall testPranith Kumar2015-09-124-0/+84
| * | | | sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2015-09-1211-1/+151