summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-05-2023-94/+260
|\
| *---. Merge branches 'amba', 'devel-stable', 'kexec-for-next' and 'misc' into for-l...Russell King2016-05-19937-6287/+9800
| |\ \ \
| | | | * ARM: 8567/1: cache-uniphier: activate ways for secondary CPUsMasahiro Yamada2016-05-051-2/+24
| | | | * ARM: 8570/2: Documentation: devicetree: Add PL310 PM bindingsBrad Mouring2016-05-051-0/+6
| | | | * ARM: 8569/1: pl2x0: Add OF control of cache power managementBrad Mouring2016-05-051-5/+21
| | | | * ARM: 8568/1: reboot: remove duplicated local_irq_disable()Jisheng Zhang2016-05-051-3/+0
| | | | * ARM: 8557/1: specify install, zinstall, and uinstall as PHONY targetsMasahiro Yamada2016-04-191-1/+1
| | | | * ARM: 8562/1: suppress "include/generated/mach-types.h is up to date."Masahiro Yamada2016-04-191-4/+7
| | | | * ARM: 8553/1: kallsyms: remove --page-offset command line optionArd Biesheuvel2016-04-071-8/+0
| | | | * ARM: 8552/1: kallsyms: remove special lower address limit for CONFIG_ARMArd Biesheuvel2016-04-071-4/+0
| | | | * ARM: 8555/1: kallsyms: ignore ARM mode switching veneersArd Biesheuvel2016-04-071-0/+2
| | | | * ARM: 8548/1: dma-mapping: remove arm_dma_set_mask()Alexandre Courbot2016-04-072-18/+0
| | | | * ARM: 8554/1: kernel: pci: remove pci=firmware command line parameter handlingLorenzo Pieralisi2016-04-042-8/+0
| | | * | ARM: provide arm_has_idmap_alias() helperRussell King2016-05-031-0/+5
| | | * | ARM: kexec: remove 512MB restriction on kexec crashdumpRussell King2016-05-031-4/+1
| | | * | ARM: provide improved virt_to_idmap() functionalityRussell King2016-05-033-14/+28
| | | * | ARM: kexec: fix crashkernel= handlingRussell King2016-05-032-10/+32
| | | |/
| | * | Merge tag 'arm-memremap-for-v4.7' of git://git.linaro.org/people/ard.biesheuv...Russell King2016-04-205-7/+47
| | |\ \
| | | * | ARM: memremap: implement arch_memremap_wb()Ard Biesheuvel2016-04-043-2/+21
| | | * | memremap: add arch specific hook for MEMREMAP_WB mappingsArd Biesheuvel2016-04-041-2/+9
| | | * | mtd: pxa2xx-flash: switch back from memremap to ioremap_cachedArd Biesheuvel2016-04-041-3/+3
| | | * | ARM: reintroduce ioremap_cached() for creating cached I/O mappingsArd Biesheuvel2016-04-043-0/+14
| * | | | ARM: 8566/1: drivers: amba: properly handle devices with power domainsMarek Szyprowski2016-05-051-10/+90
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-19122-1598/+2277
|\ \ \ \
| * | | | mm, page_alloc: restore the original nodemask if the fast path allocation failedMel Gorman2016-05-191-0/+6
| * | | | mm, page_alloc: uninline the bad page part of check_new_page()Vlastimil Babka2016-05-191-16/+17
| * | | | mm, page_alloc: don't duplicate code in free_pcp_prepareMel Gorman2016-05-191-78/+55
| * | | | mm, page_alloc: defer debugging checks of pages allocated from the PCPMel Gorman2016-05-191-28/+64
| * | | | mm, page_alloc: defer debugging checks of freed pages until a PCP drainMel Gorman2016-05-191-51/+101
| * | | | cpuset: use static key better and convert to new APIVlastimil Babka2016-05-193-22/+36
| * | | | mm, page_alloc: inline pageblock lookup in page free fast pathsMel Gorman2016-05-194-97/+102
| * | | | mm, page_alloc: remove unnecessary variable from free_pcppages_bulkMel Gorman2016-05-191-4/+3
| * | | | mm, page_alloc: pull out side effects from free_pages_checkMel Gorman2016-05-191-5/+8
| * | | | mm, page_alloc: un-inline the bad part of free_pages_checkMel Gorman2016-05-191-8/+13
| * | | | mm, page_alloc: check multiple page fields with a single branchMel Gorman2016-05-191-12/+43
| * | | | mm, page_alloc: remove field from alloc_contextMel Gorman2016-05-193-8/+7
| * | | | mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman2016-05-195-40/+43
| * | | | mm, page_alloc: shortcut watermark checks for order-0 pagesMel Gorman2016-05-191-1/+27
| * | | | mm, page_alloc: reduce cost of fair zone allocation policy retryMel Gorman2016-05-191-18/+14
| * | | | mm, page_alloc: shorten the page allocator fast pathMel Gorman2016-05-191-16/+17
| * | | | mm, page_alloc: check once if a zone has isolated pageblocksMel Gorman2016-05-191-1/+3
| * | | | mm, page_alloc: move __GFP_HARDWALL modifications out of the fastpathMel Gorman2016-05-191-3/+5
| * | | | mm, page_alloc: simplify last cpupid resetMel Gorman2016-05-191-4/+1
| * | | | mm, page_alloc: remove unnecessary initialisation from __alloc_pages_nodemask()Mel Gorman2016-05-191-2/+5
| * | | | mm, page_alloc: remove unnecessary initialisation in get_page_from_freelistMel Gorman2016-05-191-1/+1
| * | | | mm, page_alloc: remove unnecessary local variable in get_page_from_freelistMel Gorman2016-05-191-2/+1
| * | | | mm, page_alloc: convert nr_fair_skipped to boolMel Gorman2016-05-191-3/+3
| * | | | mm, page_alloc: convert alloc_flags to unsignedMel Gorman2016-05-195-22/+27
| * | | | mm, page_alloc: avoid unnecessary zone lookups during pageblock operationsMel Gorman2016-05-191-13/+9
| * | | | mm, page_alloc: use __dec_zone_state for order-0 page allocationMel Gorman2016-05-191-1/+2