summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-07-101-0/+26
|\
| * binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig2019-06-241-1/+1
| * binfmt_flat: provide an asm-generic/flat.hChristoph Hellwig2019-06-241-0/+26
* | Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-091-0/+7
|\ \
| * | parisc: add dynamic ftraceSven Schnelle2019-06-081-0/+7
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-10/+10
|\ \ \
| * \ \ Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-171-2/+1
| |\ \ \
| * | | | locking/atomic: Use s64 for atomic64Mark Rutland2019-06-031-10/+10
| | |/ / | |/| |
* | | | timekeeping: Provide a generic update_vsyscall() implementationVincenzo Frascino2019-06-221-0/+50
| |_|/ |/| |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2
| |/ |/|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner2019-05-301-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-30/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-303-15/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-301-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-9/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-245-25/+5
* 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