| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-05-20 | 23 | -94/+260 |
|\ |
|
| *---. | Merge branches 'amba', 'devel-stable', 'kexec-for-next' and 'misc' into for-l... | Russell King | 2016-05-19 | 937 | -6287/+9800 |
| |\ \ \ |
|
| | | | * | ARM: 8567/1: cache-uniphier: activate ways for secondary CPUs | Masahiro Yamada | 2016-05-05 | 1 | -2/+24 |
| | | | * | ARM: 8570/2: Documentation: devicetree: Add PL310 PM bindings | Brad Mouring | 2016-05-05 | 1 | -0/+6 |
| | | | * | ARM: 8569/1: pl2x0: Add OF control of cache power management | Brad Mouring | 2016-05-05 | 1 | -5/+21 |
| | | | * | ARM: 8568/1: reboot: remove duplicated local_irq_disable() | Jisheng Zhang | 2016-05-05 | 1 | -3/+0 |
| | | | * | ARM: 8557/1: specify install, zinstall, and uinstall as PHONY targets | Masahiro Yamada | 2016-04-19 | 1 | -1/+1 |
| | | | * | ARM: 8562/1: suppress "include/generated/mach-types.h is up to date." | Masahiro Yamada | 2016-04-19 | 1 | -4/+7 |
| | | | * | ARM: 8553/1: kallsyms: remove --page-offset command line option | Ard Biesheuvel | 2016-04-07 | 1 | -8/+0 |
| | | | * | ARM: 8552/1: kallsyms: remove special lower address limit for CONFIG_ARM | Ard Biesheuvel | 2016-04-07 | 1 | -4/+0 |
| | | | * | ARM: 8555/1: kallsyms: ignore ARM mode switching veneers | Ard Biesheuvel | 2016-04-07 | 1 | -0/+2 |
| | | | * | ARM: 8548/1: dma-mapping: remove arm_dma_set_mask() | Alexandre Courbot | 2016-04-07 | 2 | -18/+0 |
| | | | * | ARM: 8554/1: kernel: pci: remove pci=firmware command line parameter handling | Lorenzo Pieralisi | 2016-04-04 | 2 | -8/+0 |
| | | * | | ARM: provide arm_has_idmap_alias() helper | Russell King | 2016-05-03 | 1 | -0/+5 |
| | | * | | ARM: kexec: remove 512MB restriction on kexec crashdump | Russell King | 2016-05-03 | 1 | -4/+1 |
| | | * | | ARM: provide improved virt_to_idmap() functionality | Russell King | 2016-05-03 | 3 | -14/+28 |
| | | * | | ARM: kexec: fix crashkernel= handling | Russell King | 2016-05-03 | 2 | -10/+32 |
| | | |/ |
|
| | * | | Merge tag 'arm-memremap-for-v4.7' of git://git.linaro.org/people/ard.biesheuv... | Russell King | 2016-04-20 | 5 | -7/+47 |
| | |\ \ |
|
| | | * | | ARM: memremap: implement arch_memremap_wb() | Ard Biesheuvel | 2016-04-04 | 3 | -2/+21 |
| | | * | | memremap: add arch specific hook for MEMREMAP_WB mappings | Ard Biesheuvel | 2016-04-04 | 1 | -2/+9 |
| | | * | | mtd: pxa2xx-flash: switch back from memremap to ioremap_cached | Ard Biesheuvel | 2016-04-04 | 1 | -3/+3 |
| | | * | | ARM: reintroduce ioremap_cached() for creating cached I/O mappings | Ard Biesheuvel | 2016-04-04 | 3 | -0/+14 |
| * | | | | ARM: 8566/1: drivers: amba: properly handle devices with power domains | Marek Szyprowski | 2016-05-05 | 1 | -10/+90 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-05-19 | 122 | -1598/+2277 |
|\ \ \ \ |
|
| * | | | | mm, page_alloc: restore the original nodemask if the fast path allocation failed | Mel Gorman | 2016-05-19 | 1 | -0/+6 |
| * | | | | mm, page_alloc: uninline the bad page part of check_new_page() | Vlastimil Babka | 2016-05-19 | 1 | -16/+17 |
| * | | | | mm, page_alloc: don't duplicate code in free_pcp_prepare | Mel Gorman | 2016-05-19 | 1 | -78/+55 |
| * | | | | mm, page_alloc: defer debugging checks of pages allocated from the PCP | Mel Gorman | 2016-05-19 | 1 | -28/+64 |
| * | | | | mm, page_alloc: defer debugging checks of freed pages until a PCP drain | Mel Gorman | 2016-05-19 | 1 | -51/+101 |
| * | | | | cpuset: use static key better and convert to new API | Vlastimil Babka | 2016-05-19 | 3 | -22/+36 |
| * | | | | mm, page_alloc: inline pageblock lookup in page free fast paths | Mel Gorman | 2016-05-19 | 4 | -97/+102 |
| * | | | | mm, page_alloc: remove unnecessary variable from free_pcppages_bulk | Mel Gorman | 2016-05-19 | 1 | -4/+3 |
| * | | | | mm, page_alloc: pull out side effects from free_pages_check | Mel Gorman | 2016-05-19 | 1 | -5/+8 |
| * | | | | mm, page_alloc: un-inline the bad part of free_pages_check | Mel Gorman | 2016-05-19 | 1 | -8/+13 |
| * | | | | mm, page_alloc: check multiple page fields with a single branch | Mel Gorman | 2016-05-19 | 1 | -12/+43 |
| * | | | | mm, page_alloc: remove field from alloc_context | Mel Gorman | 2016-05-19 | 3 | -8/+7 |
| * | | | | mm, page_alloc: avoid looking up the first zone in a zonelist twice | Mel Gorman | 2016-05-19 | 5 | -40/+43 |
| * | | | | mm, page_alloc: shortcut watermark checks for order-0 pages | Mel Gorman | 2016-05-19 | 1 | -1/+27 |
| * | | | | mm, page_alloc: reduce cost of fair zone allocation policy retry | Mel Gorman | 2016-05-19 | 1 | -18/+14 |
| * | | | | mm, page_alloc: shorten the page allocator fast path | Mel Gorman | 2016-05-19 | 1 | -16/+17 |
| * | | | | mm, page_alloc: check once if a zone has isolated pageblocks | Mel Gorman | 2016-05-19 | 1 | -1/+3 |
| * | | | | mm, page_alloc: move __GFP_HARDWALL modifications out of the fastpath | Mel Gorman | 2016-05-19 | 1 | -3/+5 |
| * | | | | mm, page_alloc: simplify last cpupid reset | Mel Gorman | 2016-05-19 | 1 | -4/+1 |
| * | | | | mm, page_alloc: remove unnecessary initialisation from __alloc_pages_nodemask() | Mel Gorman | 2016-05-19 | 1 | -2/+5 |
| * | | | | mm, page_alloc: remove unnecessary initialisation in get_page_from_freelist | Mel Gorman | 2016-05-19 | 1 | -1/+1 |
| * | | | | mm, page_alloc: remove unnecessary local variable in get_page_from_freelist | Mel Gorman | 2016-05-19 | 1 | -2/+1 |
| * | | | | mm, page_alloc: convert nr_fair_skipped to bool | Mel Gorman | 2016-05-19 | 1 | -3/+3 |
| * | | | | mm, page_alloc: convert alloc_flags to unsigned | Mel Gorman | 2016-05-19 | 5 | -22/+27 |
| * | | | | mm, page_alloc: avoid unnecessary zone lookups during pageblock operations | Mel Gorman | 2016-05-19 | 1 | -13/+9 |
| * | | | | mm, page_alloc: use __dec_zone_state for order-0 page allocation | Mel Gorman | 2016-05-19 | 1 | -1/+2 |