summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-1514-18/+170
|\
| *-. Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2015-04-131-4/+6
| |\ \
| | * \ Merge back earlier suspend/hibernate material for v4.1.Rafael J. Wysocki2015-04-101-4/+6
| | |\ \
| | | * | PM / sleep: add pm-trace support for suspending phaseZhonghui Fu2015-03-181-4/+6
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2015-04-1313-14/+164
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge back earlier cpuidle material for v4.1.Rafael J. Wysocki2015-04-1013-14/+164
| | |/| | |
| | | * | | ARM: cpuidle: Document the codeDaniel Lezcano2015-03-251-0/+59
| | | * | | ARM: cpuidle: Enable the ARM64 driver for both ARM32/ARM64Daniel Lezcano2015-03-241-1/+1
| | | * | | ARM64: cpuidle: Rename cpu_init_idle to a common function nameDaniel Lezcano2015-03-242-3/+3
| | | * | | ARM: cpuidle: Add a cpuidle ops structure to be used for DTDaniel Lezcano2015-03-243-1/+97
| | | * | | ARM: cpuidle: Remove duplicate header inclusionDaniel Lezcano2015-03-2310-9/+4
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1566-382/+398
|\ \ \ \ \ \
| * | | | | | arm: add support for memtestVladimir Murzin2015-04-151-0/+3
| * | | | | | arm64: add support for memtestVladimir Murzin2015-04-151-0/+2
| * | | | | | mm: move memtest under mmVladimir Murzin2015-04-154-139/+0
| * | | | | | mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook2015-04-157-22/+1
| * | | | | | mm: split ET_DYN ASLR from mmap ASLRKees Cook2015-04-157-16/+2
| * | | | | | s390: redefine randomize_et_dyn for ELF_ET_DYN_BASEKees Cook2015-04-152-12/+7
| * | | | | | mm: expose arch_mmap_rnd when availableKees Cook2015-04-1513-14/+27
| * | | | | | s390: standardize mmap_rnd() usageKees Cook2015-04-151-11/+23
| * | | | | | powerpc: standardize mmap_rnd() usageKees Cook2015-04-151-11/+15
| * | | | | | mips: extract logic for mmap_rnd()Kees Cook2015-04-151-8/+16
| * | | | | | arm64: standardize mmap_rnd() usageKees Cook2015-04-152-8/+11
| * | | | | | x86: standardize mmap_rnd() usageKees Cook2015-04-151-16/+20
| * | | | | | arm: factor out mmap ASLR into mmap_rndKees Cook2015-04-151-4/+12
| * | | | | | x86, mm: support huge KVA mappings on x86Toshi Kani2015-04-152-0/+66
| * | | | | | x86, mm: support huge I/O mapping capability I/FToshi Kani2015-04-152-2/+23
| * | | | | | lib/ioremap.c: add huge I/O map capability interfacesToshi Kani2015-04-151-0/+3
| * | | | | | sparc: clarify __GFP_NOFAIL allocationMichal Hocko2015-04-151-11/+11
| * | | | | | mm: define default PGTABLE_LEVELS to twoKirill A. Shutemov2015-04-151-0/+4
| * | | | | | x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-1512-39/+41
| * | | | | | um: expose number of page table levelsKirill A. Shutemov2015-04-151-0/+5
| * | | | | | tile: expose number of page table levelsKirill A. Shutemov2015-04-151-0/+5
| * | | | | | sparc: expose number of page table levelsKirill A. Shutemov2015-04-151-0/+4
| * | | | | | sh: expose number of page table levelsKirill A. Shutemov2015-04-151-0/+4
| * | | | | | s390: expose number of page table levelsKirill A. Shutemov2015-04-151-0/+5
| * | | | | | powerpc: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-151-0/+6
| * | | | | | parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-156-15/+18
| * | | | | | mips: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-151-0/+5
| * | | | | | m68k: mark PMD folded and expose number of page table levelsKirill A. Shutemov2015-04-151-0/+4
| * | | | | | ia64: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-156-31/+23
| * | | | | | arm: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-151-0/+5
| * | | | | | arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-159-32/+32
| * | | | | | alpha: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-151-0/+4
| * | | | | | watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell2015-04-151-1/+1
| * | | | | | arch/sh/kernel/dwarf.c: use mempool_create_slab_pool()David Rientjes2015-04-151-8/+4
| * | | | | | arch/sh/kernel/dwarf.c: destroy mempools on cleanupDavid Rientjes2015-04-151-1/+5
* | | | | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-1513-30/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'iocb' into for-nextAl Viro2015-04-121-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+1