summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-141-14/+14
* include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour2020-08-141-0/+1
* asm-generic: pgalloc.h: use correct #ifdef to enable pud_alloc_one()Mike Rapoport2020-08-141-1/+1
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-08-141-8/+8
|\
| * asm-generic/io.h: Fix sparse warnings on big-endian architecturesStafford Horne2020-08-041-8/+8
* | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-141-1/+0
|\ \
| * | x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley2020-08-111-1/+0
| |/
* | Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-121-2/+2
|\ \
| * | sections.h: dereference_function_descriptor() returns void pointerHelge Deller2020-08-111-2/+2
| |/
* | uaccess: remove segment_eqChristoph Hellwig2020-08-121-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-072-1/+80
|\ \
| * | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-0/+7
| * | asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport2020-08-071-0/+30
| * | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-0/+43
| * | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-072-0/+14
|\ \ \ | |/ / |/| |
| * | powerpc/pseries: Implement paravirt qspinlocks for SPLPARNicholas Piggin2020-07-271-0/+2
| * | powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin2020-07-271-0/+2
| * | libnvdimm/nvdimm/flush: Allow architecture to override the flush barrierAneesh Kumar K.V2020-07-161-0/+10
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-0/+5
|\ \ \
| * | | KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson2020-07-091-0/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-4/+6
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-252-3/+8
| |\ \ \ \
| * | | | | arch, net: remove the last csum_partial_copy() leftoversChristoph Hellwig2020-07-201-4/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-131-0/+4
| |\ \ \ \ \
| | * | | | | bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macrosJiri Olsa2020-07-131-0/+4
| | | |_|_|/ | | |/| | |
* | | | | | Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-051-3/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman2020-07-271-1/+4
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | dyndbg: rename __verbose section to __dyndbgJim Cromie2020-07-241-3/+3
* | | | | | | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | seccomp: Use -1 marker for end of mode 1 syscall listKees Cook2020-07-101-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-031-2/+22
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'sched/urgent'Peter Zijlstra2020-07-221-2/+4
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9Peter Zijlstra2020-07-081-7/+11
| * | | | | | | Merge branch 'sched/urgent'Peter Zijlstra2020-07-082-1/+6
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)2020-06-251-1/+4
| * | | | | | | sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)2020-06-251-0/+13
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-033-10/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2020-07-312-3/+6
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'locking/header'Peter Zijlstra2020-07-293-10/+1
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | locking/qspinlock: Do not include atomic.h from qspinlock_types.hHerbert Xu2020-07-292-8/+1
| | * | | | | | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
| | | |/ / / / | | |/| | | |
* | | | | | | Merge tag 'core-headers-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-0/+1
|\ \ \ \ \ \ \
| * | | | | | | compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....Ingo Molnar2020-07-241-0/+1
| |/ / / / / /
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-034-33/+132
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas2020-07-313-18/+92
| |\ \ \ \ \ \
| | * | | | | | locking/barriers: Remove definitions for [smp_]read_barrier_depends()Will Deacon2020-07-211-17/+0
| | * | | | | | asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon2020-07-211-2/+0
| | * | | | | | asm/rwonce: Remove smp_read_barrier_depends() invocationWill Deacon2020-07-211-15/+4