aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-26/+0
2017-07-10asm-generic/bug.h: declare struct pt_regs; before function prototypeGravatar Ian Abbott 1-0/+1
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+12
2017-07-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+3
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+0
2017-07-06Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-3/+3
2017-07-06mm/hugetlb: allow architectures to override huge_pte_clear()Gravatar Punit Agrawal 1-1/+3
2017-07-03kill {__,}{get,put}_user_unaligned()Gravatar Al Viro 1-26/+0
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFGravatar Daniel Lezcano 1-1/+1
2017-06-14clocksource/drivers: Rename clksrc table to timerGravatar Daniel Lezcano 1-3/+4
2017-06-13trace: rename kernel enum section to evalGravatar Jeremy Linton 1-3/+3
2017-06-12Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"Gravatar Daniel Lezcano 1-2/+0
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Gravatar Christoph Hellwig 1-17/+0
2017-06-04signal: Move copy_siginfo_to_user to <linux/signal.h>Gravatar Christoph Hellwig 1-4/+0
2017-06-04posix-timers: Move the do_schedule_next_timer declarationGravatar Christoph Hellwig 1-1/+0
2017-05-30powerpc: Link warning for orphan sectionsGravatar Nicholas Piggin 1-0/+12
2017-05-15kill strlen_user()Gravatar Al Viro 1-5/+0
2017-05-10Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2017-05-11uapi: export all headers under uapi directoriesGravatar Nicolas Dichtel 1-1/+0
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2017-05-08treewide: move set_memory_* functions away from cacheflush.hGravatar Laura Abbott 1-0/+12
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Gravatar Joerg Roedel 2-6/+7
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-6/+25
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-5/+20
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-127/+34
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowGravatar Al Viro 1-41/+0
2017-04-20ACPI/IORT: Remove linker section for IORT entries probingGravatar Lorenzo Pieralisi 1-1/+0
2017-04-14debug: Avoid setting BUGFLAG_WARNING twiceGravatar Peter Zijlstra 1-1/+1
2017-04-08vmlinux.lds: add missing VMLINUX_SYMBOL macrosGravatar Jessica Yu 1-2/+2
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchGravatar Ingo Molnar 2-5/+7
2017-04-02Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+2
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Al Viro 7-28/+244
2017-03-31mm: fix section name for .data..ro_after_initGravatar Kees Cook 2-5/+5
2017-03-30debug: Add _ONCE() logic to report_bug()Gravatar Peter Zijlstra 2-4/+19
2017-03-28generic ...copy_..._user primitivesGravatar Al Viro 1-0/+11
2017-03-28asm-generic: zero in __get_user(), not __get_user_fn()Gravatar Al Viro 1-12/+6
2017-03-28asm-generic/uaccess.h: don't mess with __copy_{to,from}_userGravatar Al Viro 1-63/+0
2017-03-28vmlinux.lds: Add __clkevt_of_table to kernelGravatar Alexander Kochetkov 1-0/+2
2017-03-27add asm-generic/extable.hGravatar Al Viro 2-18/+28
2017-03-18mm/gup: Move permission checks into helpersGravatar Kirill A. Shutemov 1-0/+25
2017-03-18mm/gup: Drop the arch_pte_access_permitted() MMU callbackGravatar Kirill A. Shutemov 1-6/+0
2017-03-09mm: convert generic code to 5-level pagingGravatar Kirill A. Shutemov 1-3/+45
2017-03-09asm-generic: introduce <asm-generic/pgtable-nop4d.h>Gravatar Kirill A. Shutemov 3-24/+89
2017-03-09asm-generic: introduce __ARCH_USE_5LEVEL_HACKGravatar Kirill A. Shutemov 2-0/+67
2017-03-09asm-generic: introduce 5level-fixup.hGravatar Kirill A. Shutemov 2-1/+43
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hGravatar Al Viro 1-1/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hGravatar Al Viro 1-3/+0
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 1-0/+25
2017-02-25Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-4/+114
2017-02-24Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 1-0/+2