aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27scripts/spelling.txt: add "overrided" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27scripts/spelling.txt: add "efective" pattern and fix typo instancesGravatar Masahiro Yamada 2-2/+2
2017-02-27scripts/spelling.txt: add "aligment" pattern and fix typo instancesGravatar Masahiro Yamada 4-9/+9
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesGravatar Masahiro Yamada 7-7/+7
2017-02-27scripts/spelling.txt: add "an one" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27scripts/spelling.txt: add "an union" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesGravatar Masahiro Yamada 3-3/+3
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesGravatar Masahiro Yamada 5-5/+5
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 36-14/+96
2017-02-25Merge tag 'platform-drivers-x86-v4.11-1' of git://git.infradead.org/linux-pla...Gravatar Linus Torvalds 1-0/+6
2017-02-25Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 10-1897/+238
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 108-278/+218
2017-02-25treewide: Remove remaining executable attributes from source filesGravatar Joe Perches 3-0/+0
2017-02-25Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 42-101/+407
2017-02-24platform/x86: intel_pmc_ipc: read s0ix residency APIGravatar Shanth Murthy 1-0/+6
2017-02-24Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 23-187/+1058
2017-02-24m68k: replace gcc specific macros with ones from compiler.hGravatar Gideon Israel Dsouza 10-22/+29
2017-02-24alpha: use generic current.hGravatar Davidlohr Bueso 2-9/+1
2017-02-24arch/frv/mb93090-mb00/pci-frv.c: fix build warningGravatar Sudip Mukherjee 1-3/+8
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesGravatar Hugh Dickins 2-0/+2
2017-02-24powerpc/mm/autonuma: switch ppc64 to its own implementation of saved writeGravatar Aneesh Kumar K.V 1-7/+45
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousGravatar Lucas Stach 5-13/+17
2017-02-24mm: cma_alloc: allow to specify GFP maskGravatar Lucas Stach 1-1/+2
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsGravatar Mike Rapoport 4-5/+5
2017-02-24mm: fix get_user_pages() vs device-dax pud mappingsGravatar Dan Williams 1-4/+24
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesGravatar Matthew Wilcox 10-0/+251
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 2-22/+21
2017-02-24memblock: embed memblock type name within struct memblock_typeGravatar Heiko Carstens 1-0/+1
2017-02-24cris: use generic current.hGravatar Davidlohr Bueso 2-15/+1
2017-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 13-171/+449
2017-02-25openrisc: head: Init r0 to 0 on startGravatar Stafford Horne 1-1/+4
2017-02-25openrisc: Export ioremap symbols used by modulesGravatar Stafford Horne 1-0/+2
2017-02-25arch/openrisc/lib/memcpy.c: use correct OR1200 optionGravatar Valentin Rothberg 1-1/+1
2017-02-25openrisc: head: Remove unused stringsGravatar Stafford Horne 1-11/+0
2017-02-25openrisc: head: Move init strings to rodata sectionGravatar Stafford Horne 1-0/+1
2017-02-25openrisc: entry: Fix delay slot detectionGravatar Stafford Horne 1-2/+2
2017-02-25openrisc: entry: Whitespace and comment cleanupsGravatar Stafford Horne 1-20/+18
2017-02-25openrisc: Add .gitignoreGravatar Stafford Horne 1-0/+1
2017-02-25openrisc: Add optimized memcpy routineGravatar Stafford Horne 4-2/+128
2017-02-25openrisc: Add optimized memsetGravatar Olof Kindgren 4-1/+107
2017-02-25openrisc: Initial support for the idle stateGravatar Sebastian Macke 1-0/+11
2017-02-25openrisc: Fix the bitmask for the unit present registerGravatar Sebastian Macke 1-2/+2
2017-02-25openrisc: remove unnecessary stddef.h includeGravatar Stefan Kristiansson 1-1/+0
2017-02-25openrisc: add futex_atomic_* implementationsGravatar Stefan Kristiansson 2-1/+135
2017-02-25openrisc: add optimized atomic operationsGravatar Stefan Kristiansson 2-1/+126
2017-02-25openrisc: add cmpxchg and xchg implementationsGravatar Stefan Kristiansson 2-2/+83
2017-02-25openrisc: add atomic bitopsGravatar Stefan Kristiansson 2-1/+124
2017-02-24sparc64: Fix build error in flush_tsb_user_pageGravatar Nitin Gupta 2-6/+19