summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)Author
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro
2017-04-14debug: Avoid setting BUGFLAG_WARNING twicePeter Zijlstra
2017-04-08vmlinux.lds: add missing VMLINUX_SYMBOL macrosJessica Yu
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar
2017-04-02Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro
2017-03-31mm: fix section name for .data..ro_after_initKees Cook
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra
2017-03-28generic ...copy_..._user primitivesAl Viro
2017-03-28asm-generic: zero in __get_user(), not __get_user_fn()Al Viro
2017-03-28asm-generic/uaccess.h: don't mess with __copy_{to,from}_userAl Viro
2017-03-28vmlinux.lds: Add __clkevt_of_table to kernelAlexander Kochetkov
2017-03-27add asm-generic/extable.hAl Viro
2017-03-18mm/gup: Move permission checks into helpersKirill A. Shutemov
2017-03-18mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-03-09asm-generic: introduce <asm-generic/pgtable-nop4d.h>Kirill A. Shutemov
2017-03-09asm-generic: introduce __ARCH_USE_5LEVEL_HACKKirill A. Shutemov
2017-03-09asm-generic: introduce 5level-fixup.hKirill A. Shutemov
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez
2017-02-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-02-24Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds
2017-02-24mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2017-02-25openrisc: add optimized atomic operationsStefan Kristiansson
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker
2017-02-01ia64, sched/cputime: Move the nsecs based cputime headers to the last arch us...Frederic Weisbecker
2017-02-01sched/cputime: Remove jiffies based cputimeFrederic Weisbecker
2017-01-20locking/rwsem: Remove unnecessary atomic_long_t castsWaiman Long
2017-01-05asm-prototypes: Clear any CPP defines before declaring the functionsMichal Marek
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-12-15Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-12-14x86/kbuild: enable modversions for symbols exported from asmAdam Borowski
2016-12-12mm: THP page cache support for ppc64Aneesh Kumar K.V
2016-12-12mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V
2016-12-12mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V
2016-12-12mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V
2016-12-12mm: update mmu_gather range correctlyAneesh Kumar K.V
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds