summaryrefslogtreecommitdiff
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2017-04-072-127/+34
|\
| * Merge branch 'work.uaccess' into for-nextAl Viro2017-04-062-127/+34
| |\
| | * CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-061-41/+0
| | * Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-027-28/+244
| | |\
| | * | generic ...copy_..._user primitivesAl Viro2017-03-281-0/+11
| | * | asm-generic: zero in __get_user(), not __get_user_fn()Al Viro2017-03-281-12/+6
| | * | asm-generic/uaccess.h: don't mess with __copy_{to,from}_userAl Viro2017-03-281-63/+0
| | * | add asm-generic/extable.hAl Viro2017-03-272-18/+28
| | * | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-1/+0
| | * | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-3/+0
* | | | Merge remote-tracking branch 'asm-generic/master'Stephen Rothwell2017-04-071-1/+1
|\ \ \ \
| * | | | asm-generic: page.h: fix comment typoLorenzo Stoakes2016-09-241-1/+1
| * | | | percpu: make this_cpu_generic_read notraceChunyan Zhang2016-09-241-2/+2
* | | | | Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell2017-04-071-1/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | uapi: export all headers under uapi directoriesNicolas Dichtel2017-03-281-1/+0
| | |/ / | |/| |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-04-021-0/+2
|\ \ \ \
| * | | | vmlinux.lds: Add __clkevt_of_table to kernelAlexander Kochetkov2017-03-281-0/+2
| |/ / /
* | | | mm: fix section name for .data..ro_after_initKees Cook2017-03-312-5/+5
| |_|/ |/| |
* | | mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-3/+45
* | | asm-generic: introduce <asm-generic/pgtable-nop4d.h>Kirill A. Shutemov2017-03-093-24/+89
* | | asm-generic: introduce __ARCH_USE_5LEVEL_HACKKirill A. Shutemov2017-03-092-0/+67
* | | asm-generic: introduce 5level-fixup.hKirill A. Shutemov2017-03-092-1/+43
|/ /
* | kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-0/+25
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-252-4/+114
|\ \
| * | mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V2017-02-241-0/+8
| * | mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V2017-02-241-0/+16
| * | mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-242-4/+90
* | | Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-02-241-0/+2
|\ \ \ | |/ / |/| |
| * | openrisc: add optimized atomic operationsStefan Kristiansson2017-02-251-0/+2
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-7/+6
|\ \ \
| * | | locking/rwsem: Remove unnecessary atomic_long_t castsWaiman Long2017-01-201-7/+6
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-203-211/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-7/+0
| * | | ia64, sched/cputime: Move the nsecs based cputime headers to the last arch us...Frederic Weisbecker2017-02-012-125/+0
| * | | sched/cputime: Remove jiffies based cputimeFrederic Weisbecker2017-02-012-79/+0
| |/ /
* | | modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel2017-02-031-5/+6
|/ /
* | asm-prototypes: Clear any CPP defines before declaring the functionsMichal Marek2017-01-051-0/+6
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-172-34/+41
|\ \
| * | x86/kbuild: enable modversions for symbols exported from asmAdam Borowski2016-12-141-0/+7
| * | kbuild: keep data tables through dead code eliminationNicholas Piggin2016-11-291-34/+34
* | | Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-151-0/+1
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm...Joerg Roedel2016-12-061-0/+1
| |\ \ \ \ \
| | | * | | | ACPI/IORT: Introduce linker section for IORT entries probingLorenzo Pieralisi2016-11-291-0/+1
| | | |/ / /
| * | | | | default exported asm symbols to zeroArnd Bergmann2016-12-021-0/+1
| | |/ / / | |/| | |
* | | | | mm: THP page cache support for ppc64Aneesh Kumar K.V2016-12-121-0/+3
* | | | | mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V2016-12-121-12/+0
* | | | | mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V2016-12-121-26/+2
* | | | | mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-121-0/+16
* | | | | mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V2016-12-121-0/+6