summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ARM: 8327/1: zImage: add support for ARMv7-MJoachim Eastwood2015-03-282-6/+35
| * | | | ARM: 8319/1: advertise availability of v8 Crypto instructionsArd Biesheuvel2015-03-281-0/+22
| * | | | ARM: 8318/1: treat CPU feature register fields as signed quantitiesArd Biesheuvel2015-03-282-13/+25
| * | | | ARM: 8317/1: move the .idmap.text section closer to .head.textArd Biesheuvel2015-03-281-1/+1
| * | | | ARM: 8314/1: replace PROCINFO embedded branch with relative offsetArd Biesheuvel2015-03-2826-67/+72
| * | | | ARM: add documentation for finding start of physical memoryRussell King2015-03-271-1/+18
| * | | | ARM: 8289/1: dma-mapping: use to_dma_iommu_mapping instead of accessing archdataWill Deacon2015-03-181-11/+11
| * | | | ARM: 8309/1: l2c: enforce use of cache-level propertyFlorian Fainelli2015-03-101-0/+7
| * | | | ARM: drop experimental status of SMP_ON_UPRussell King2015-02-241-1/+1
| * | | | ARM: 8304/1: Respect NO_KERNEL_MAPPING when we don't have an IOMMUCarlo Caione2015-02-231-26/+41
| * | | | ARM: 8293/1: kernel: fix pci_mmap_page_range() offset calculationLorenzo Pieralisi2015-02-231-8/+2
| * | | | ARM: 8219/1: handle interworking and out-of-range relocations separatelyArd Biesheuvel2015-02-231-14/+24
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-14119-7255/+1337
|\ \ \ \
| * | | | 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/watchdog: support for KVM hypervisors and delete pr_info messagesXu Wang2015-03-251-14/+4
| * | | | s390/watchdog: enable KEEPALIVE for /dev/watchdogXu Wang2015-03-251-1/+1
| * | | | s390/dasd: remove setting of scheduler from driverStefan Haberland2015-03-251-10/+1
| * | | | 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-253-10/+5
| * | | | 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-2597-6016/+170
* | | | | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-1496-928/+1797
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'powercap' and 'pm-devfreq'Rafael J. Wysocki2015-04-145-225/+292
| |\ \ \ \ \ \
| | | * \ \ \ \ Merge tag 'pull_req_20150331' of https://git.kernel.org/pub/scm/linux/kernel/...Rafael J. Wysocki2015-04-024-224/+290
| | | |\ \ \ \ \
| | | | * | | | | PM / devfreq: tegra: Register governor on module initTomeu Vizoso2015-03-311-7/+30
| | | | * | | | | PM / devfreq: tegra: Enable interrupts after resuming the devfreq monitorTomeu Vizoso2015-03-311-2/+2
| | | | * | | | | PM / devfreq: tegra: Set drvdata before enabling the irqTomeu Vizoso2015-03-311-2/+2
| | | | * | | | | PM / devfreq: tegra: remove operating-pointsTomeu Vizoso2015-03-311-6/+6
| | | | * | | | | PM / devfreq: tegra: Use clock rate constraintsTomeu Vizoso2015-03-311-10/+5
| | | | * | | | | PM / devfreq: tegra: Update to v5 of the submitted patchesTomeu Vizoso2015-03-311-204/+253
| | | | * | | | | PM / devfreq: correct misleading commentMyungJoo Ham2015-03-301-1/+0
| | | | * | | | | PM / devfreq: event: Add const keyword for devfreq_event_ops structureChanwoo Choi2015-03-302-2/+2
| | | |/ / / / /
| | * | | | | | powercap / RAPL: mark rapl_ids array as __initconstMathias Krause2015-04-111-1/+1
| | * | | | | | powercap / RAPL: add ID for Broadwell serverJacob Pan2015-04-111-0/+1
| * | | | | | | Merge branch 'acpi-scan'Rafael J. Wysocki2015-04-141-2/+4
| |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud