summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu2015-09-108-10/+12
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-1020-20/+32
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-089-33/+73
|\
| * mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-085-9/+5
| * x86: use generic early mem copyMark Salter2015-09-081-21/+1
| * arm64: support initrd outside kernel linear mapMark Salter2015-09-081-0/+62
| * mem-hotplug: handle node hole when initializing numa_meminfo.Tang Chen2015-09-081-2/+4
| * sparc32: do not include swap.h from pgtable_32.hMichal Hocko2015-09-081-1/+1
* | Merge branch 'parisc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-085-21/+15
|\ \
| * | parisc: Use platform_device_register_simple("rtc-generic")Helge Deller2015-09-081-10/+4
| * | parisc: Drop CONFIG_SMP around update_cr16_clocksource()Helge Deller2015-09-081-7/+0
| * | parisc: Use double word condition in 64bit CAS operationJohn David Anglin2015-09-081-1/+1
| * | parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller2015-09-081-2/+7
| * | parisc: Additionally check for in_atomic() in page fault handlerHelge Deller2015-09-081-1/+1
| * | parisc: Define ioremap_uc and ioremap_wcGuenter Roeck2015-09-081-0/+2
| |/
* | Merge tag 'rtc-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2015-09-0815-81/+41
|\ \
| * | ARM: dts: AM437x: Add the internal and external clock nodes for rtcKeerthy2015-09-054-0/+33
| * | ARM: config: Switch PXA27x platforms to use PXA RTC driverRob Herring2015-09-056-6/+6
| * | ARM: mmp: remove unused RTC register definitionsRob Herring2015-09-051-23/+0
| * | ARM: sa1100: remove unused RTC register definitionsRob Herring2015-09-051-34/+0
| * | ARM: pxa: add memory resource to SA1100 RTC deviceRob Herring2015-09-051-16/+2
| * | rtc: pxa: convert to use shared sa1100 functionsRob Herring2015-09-052-2/+0
* | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-0826-191/+197
|\ \ \
| * | | x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WBDan Williams2015-08-272-9/+2
| * | | mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-277-12/+13
| * | | mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.hChristoph Hellwig2015-08-273-18/+0
| * | | dax: drop size parameter to ->direct_access()Dan Williams2015-08-271-1/+1
| * | | Merge branch 'pmem-api' into libnvdimm-for-nextDan Williams2015-08-2713-86/+175
| |\ \ \
| | * | | nd_blk: change aperture mapping from WC to WBRoss Zwisler2015-08-274-2/+5
| | * | | pmem, dax: have direct_access use __pmem annotationRoss Zwisler2015-08-201-3/+4
| | * | | pmem: add copy_from_iter_pmem() and clear_pmem()Ross Zwisler2015-08-201-0/+75
| | * | | pmem, x86: clean up conditional pmem includesRoss Zwisler2015-08-201-11/+2
| | * | | pmem: remove layer when calling arch_has_wmb_pmem()Ross Zwisler2015-08-201-1/+1
| | * | | pmem, x86: move x86 PMEM API to new pmem.h headerRoss Zwisler2015-08-202-71/+92
| | * | | pmem: convert to generic memremapDan Williams2015-08-141-5/+1
| | * | | arch: introduce memremap()Dan Williams2015-08-143-0/+3
| | * | | cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-103-4/+3
| | * | | arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams2015-08-102-2/+2
| * | | | libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate optionDan Williams2015-08-194-74/+15
| |/ / /
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-09-081-4/+4
|\ \ \ \
| * | | | kbuild: Fix clang detectionMichal Marek2015-09-041-4/+4
* | | | | Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-09-086-7/+7
|\ \ \ \ \
| * | | | | ftrace: Format MCOUNT_ADDR address as type unsigned longMinfei Huang2015-07-206-7/+7
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-082-2/+3
|\ \ \ \ \ \
| * | | | | | PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-121-1/+3
| * | | | | | Yama: remove needless CONFIG_SECURITY_YAMA_STACKEDKees Cook2015-07-281-1/+0
| |/ / / / /
* | | | | | Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-083-129/+27
|\ \ \ \ \ \
| * | | | | | ARM: add basic support for on-demand backtrace of other CPUsRussell King2015-07-172-0/+23
| * | | | | | nmi: x86: convert to generic nmi handlerRussell King2015-07-171-129/+4
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0823-250/+1679
|\ \ \ \ \ \