summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | s390: TASK_SIZE for kernel threadsMartin Schwidefsky2017-02-241-1/+2
| * | | | | | | | | | s390/crypt: Add protected key AES moduleMartin Schwidefsky2017-02-243-2/+633
| * | | | | | | | | | s390/pkey: Introduce pkey kernel moduleHarald Freudenberger2017-02-236-0/+206
| * | | | | | | | | | s390/nmi: purge tlbs after control register validationHeiko Carstens2017-02-231-1/+2
| * | | | | | | | | | s390/nmi: fix order of register validationHeiko Carstens2017-02-231-12/+12
| * | | | | | | | | | s390/crypto: Add PCKMO inline functionHarald Freudenberger2017-02-231-0/+32
| * | | | | | | | | | s390/mm: use _SEGMENT_ENTRY_EMPTY in the codeDominik Dingel2017-02-233-11/+11
| * | | | | | | | | | s390: opt into HAVE_COPY_THREAD_TLSHeiko Carstens2017-02-232-3/+3
| * | | | | | | | | | s390: restore address space when returning to user spaceHeiko Carstens2017-02-235-25/+53
| * | | | | | | | | | s390: rename CIF_ASCE to CIF_ASCE_PRIMARYHeiko Carstens2017-02-233-15/+15
* | | | | | | | | | | Merge tag 'rtc-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2017-02-273-102/+29
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | ARM: Orion5x: ts78xx: allow rtc-m48t86 to manage it's own resourcesH Hartley Sweeten2017-02-211-22/+7
| * | | | | | | | | | ARM: Orion5x: ts78xx: remove RTC detectionH Hartley Sweeten2017-02-211-39/+12
| * | | | | | | | | | ARM: ep93xx: ts72xx: allow rtc-m48t86 to manage its own resourcesH Hartley Sweeten2017-02-212-41/+10
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'platform-drivers-x86-v4.11-1' of git://git.infradead.org/linux-pla...Linus Torvalds2017-02-251-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | platform/x86: intel_pmc_ipc: read s0ix residency APIShanth Murthy2017-02-241-0/+6
* | | | | | | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-02-2510-1897/+238
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'sunxi-clk-for-4.11' of https://git.kernel.org/pub/scm/linux/kernel...Stephen Boyd2017-02-036-1274/+238
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | ARM: dts: sun9i: Switch to new clock bindingsChen-Yu Tsai2017-01-301-297/+107
| | * | | | | | | | | | | ARM: gr8: Convert to CCUMaxime Ripard2017-01-231-464/+56
| | * | | | | | | | | | | ARM: sun5i: Convert to CCUMaxime Ripard2017-01-234-513/+75
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | arch/x86/platform/atom: Move pmc_atom to drivers/platform/x86Irina Tirdea2017-01-264-623/+0
* | | | | | | | | | | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-25108-278/+218
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | lib/dma-noop: Only build dma_noop_ops for s390 and m32rBart Van Assche2017-01-242-0/+2
| * | | | | | | | | | | | treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-2430-64/+41
| * | | | | | | | | | | | treewide: Consolidate set_dma_ops() implementationsBart Van Assche2017-01-243-16/+0
| * | | | | | | | | | | | treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-2430-63/+40
| * | | | | | | | | | | | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-24100-192/+192
* | | | | | | | | | | | | treewide: Remove remaining executable attributes from source filesJoe Perches2017-02-253-0/+0
* | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-2542-101/+407
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | m68k: replace gcc specific macros with ones from compiler.hGideon Israel Dsouza2017-02-2410-22/+29
| * | | | | | | | | | | | | alpha: use generic current.hDavidlohr Bueso2017-02-242-9/+1
| * | | | | | | | | | | | | arch/frv/mb93090-mb00/pci-frv.c: fix build warningSudip Mukherjee2017-02-241-3/+8
| * | | | | | | | | | | | | mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-242-0/+2
| * | | | | | | | | | | | | powerpc/mm/autonuma: switch ppc64 to its own implementation of saved writeAneesh Kumar K.V2017-02-241-7/+45
| * | | | | | | | | | | | | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-245-13/+17
| * | | | | | | | | | | | | mm: cma_alloc: allow to specify GFP maskLucas Stach2017-02-241-1/+2
| * | | | | | | | | | | | | userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-244-5/+5
| * | | | | | | | | | | | | mm: fix get_user_pages() vs device-dax pud mappingsDan Williams2017-02-241-4/+24
| * | | | | | | | | | | | | mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-2410-0/+251
| * | | | | | | | | | | | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-242-22/+21
| * | | | | | | | | | | | | memblock: embed memblock type name within struct memblock_typeHeiko Carstens2017-02-241-0/+1
| * | | | | | | | | | | | | cris: use generic current.hDavidlohr Bueso2017-02-242-15/+1
* | | | | | | | | | | | | | Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-02-2423-187/+1058
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | openrisc: head: Init r0 to 0 on startStafford Horne2017-02-251-1/+4
| * | | | | | | | | | | | | | openrisc: Export ioremap symbols used by modulesStafford Horne2017-02-251-0/+2
| * | | | | | | | | | | | | | arch/openrisc/lib/memcpy.c: use correct OR1200 optionValentin Rothberg2017-02-251-1/+1
| * | | | | | | | | | | | | | openrisc: head: Remove unused stringsStafford Horne2017-02-251-11/+0
| * | | | | | | | | | | | | | openrisc: head: Move init strings to rodata sectionStafford Horne2017-02-251-0/+1
| * | | | | | | | | | | | | | openrisc: entry: Fix delay slot detectionStafford Horne2017-02-251-2/+2