summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-191-1/+0
|\
| * x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-091-1/+0
* | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-162-10/+57
|\ \
| * | asm-generic: optimize generic uaccess for 8-byte loads and storesChristoph Hellwig2019-04-231-0/+10
| * | asm-generic: provide entirely generic nommu uaccessChristoph Hellwig2019-04-231-0/+48
| * | arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-9/+0
| * | asm-generic: don't include <asm/segment.h> from <asm/uaccess.h>Christoph Hellwig2019-04-231-2/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-142-3/+1
|\ \ \
| * | | arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada2019-05-141-2/+0
| * | | treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headersMasahiro Yamada2019-05-141-1/+1
* | | | Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | vmlinux.lds.h: drop unused __vermagicMathias Krause2019-03-181-1/+0
| |/ /
* | | hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-141-0/+7
* | | Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-05-081-0/+1
|\ \ \
| * | | moduleparam: Save information about built-in modules in separate fileAlexey Gladkov2019-05-071-0/+1
| |/ /
* | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-2/+3
|\ \ \ | |_|/ |/| |
| * | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-2/+3
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-061-2/+6
|\ \
| * | futex: Update comments and docs about return values of arch futex codeWill Deacon2019-04-261-2/+6
| |/
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-063-5/+77
|\ \
| * | arch: Remove dummy mmiowb() definitions from arch codeWill Deacon2019-04-081-4/+0
| * | mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon2019-04-081-1/+2
| * | asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon2019-04-082-0/+75
| |/
* | Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-061-0/+14
|\ \
| * | locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer2019-04-291-0/+14
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-062-0/+11
|\ \
| * | x86/mm: Initialize PGD cache during mm initializationNadav Amit2019-05-051-0/+2
| * | mm/tlb: Provide default nmi_uaccess_okay()Nadav Amit2019-04-301-0/+9
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-140/+0
|\ \ \
| * | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-101-16/+5
| |\| |
| * | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-140/+0
| | |/ | |/|
* | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-29/+259
|\ \ \ | |_|/ |/| |
| * | ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra2019-04-031-4/+0
| * | asm-generic/tlb: Remove tlb_table_flush()Peter Zijlstra2019-04-031-1/+0
| * | asm-generic/tlb: Remove tlb_flush_mmu_free()Peter Zijlstra2019-04-031-7/+3
| * | asm-generic/tlb: Remove CONFIG_HAVE_GENERIC_MMU_GATHERPeter Zijlstra2019-04-031-1/+0
| * | asm-generic/tlb: Introduce CONFIG_HAVE_MMU_GATHER_NO_GATHER=yMartin Schwidefsky2019-04-031-2/+7
| * | asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATEPeter Zijlstra2019-04-031-4/+5
| * | asm-generic/tlb, ia64: Conditionally provide tlb_migrate_finish()Peter Zijlstra2019-04-031-0/+2
| * | asm-generic/tlb: Provide generic tlb_flush() based on flush_tlb_mm()Peter Zijlstra2019-04-031-1/+40
| * | asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()Peter Zijlstra2019-04-031-12/+83
| * | asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra2019-04-031-8/+11
| * | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-031-13/+19
| * | asm-generic/tlb: Provide a commentPeter Zijlstra2019-04-031-3/+116
| |/
* | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-8/+2
* | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-8/+3
|/
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-0/+5
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-101-1/+1
|\
| * x86/unwind/orc: Fix ORC unwind table alignmentJosh Poimboeuf2019-03-061-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-10/+10
|\ \