summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-15106-7095/+1328
|\
| * s390/smp: wait until secondaries are active & onlineHeiko Carstens2015-04-131-1/+2
| * s390/hibernate: fix save and restore of kernel text sectionHeiko Carstens2015-04-131-0/+4
| * s390/cacheinfo: add missing facility checkHeiko Carstens2015-04-131-0/+4
| * s390/syscalls: simplify syscall_get_arch()Heiko Carstens2015-03-301-1/+1
| * s390/irq: enforce correct irqclass_sub_desc array sizeHeiko Carstens2015-03-251-1/+2
| * s390: remove "64" suffix from mem64.S and swsusp_asm64.SHeiko Carstens2015-03-254-2/+2
| * s390/ipl: cleanup macro usageSebastian Ott2015-03-251-19/+11
| * s390/ipl: cleanup shutdown_action attributesSebastian Ott2015-03-251-31/+20
| * s390/ipl: cleanup bin attr usageSebastian Ott2015-03-251-56/+18
| * s390/uprobes: fix address space annotationHeiko Carstens2015-03-251-1/+3
| * s390: add missing arch_release_task_struct() declarationHeiko Carstens2015-03-251-0/+2
| * s390: make couple of functions and variables staticHeiko Carstens2015-03-252-2/+2
| * s390/maccess: improve s390_kernel_write()Heiko Carstens2015-03-251-25/+20
| * s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens2015-03-255-18/+28
| * s390/traps: panic() instead of die() on translation exceptionHeiko Carstens2015-03-251-1/+1
| * s390: remove test_facility(2) (== z/Architecture mode active) checksHeiko Carstens2015-03-252-8/+3
| * s390/cmpxchg: simplify cmpxchg_doubleHeiko Carstens2015-03-251-6/+1
| * s390: remove 31 bit syscallsHeiko Carstens2015-03-252-361/+361
| * s390: remove "64" suffix from a couple of filesHeiko Carstens2015-03-256-7/+7
| * s390: remove 31 bit supportHeiko Carstens2015-03-2585-5883/+169
* | 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