aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-0/+78
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2-2/+2
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2-2/+2
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-26/+119
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-1/+2
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-30/+7
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-35/+5
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-1/+1
2021-06-29mm: remove CONFIG_DISCONTIGMEMMike Rapoport1-33/+4
2021-06-29mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens1-1/+0
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love1-30/+7
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-619/+88
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar1-0/+1
2021-06-17lib: add iomem emulation (logic_iomem)Johannes Berg1-0/+78
2021-06-17asm-generic/hyperv: add HV_STATUS_ACCESS_DENIED definitionVitaly Kuznetsov1-0/+1
2021-06-02vmlinux.lds.h: Avoid orphan section with !SMPNathan Chancellor1-0/+1
2021-05-26locking/atomics: atomic-instrumented: simplify ifdefferyMark Rutland1-497/+1
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland3-91/+3
2021-05-26locking/atomic: cmpxchg: support ARCH_ATOMICMark Rutland1-17/+44
2021-05-26locking/atomic: cmpxchg: make `generic` a prefixMark Rutland2-4/+4
2021-05-26locking/atomic: atomic64: support ARCH_ATOMICMark Rutland1-13/+61
2021-05-26locking/atomic: atomic: support ARCH_ATOMICMark Rutland1-9/+62
2021-05-26locking/atomic: atomic: simplify ifdefferyMark Rutland1-42/+4
2021-05-26locking/atomic: atomic: remove redundant includeMark Rutland1-2/+0
2021-05-26locking/atomic: atomic: remove stale commentsMark Rutland1-37/+2
2021-05-17asm-generic: simplify asm/unaligned.hArnd Bergmann1-13/+117
2021-05-17asm-generic: uaccess: 1-byte access is always alignedArnd Bergmann1-2/+2
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+1
2021-05-10asm-generic: unaligned always use struct helpersArnd Bergmann1-11/+2
2021-05-10asm-generic: unaligned: remove byteshift helpersArnd Bergmann1-2/+0
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-11/+0
2021-05-06lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov1-4/+46
2021-05-06lib: add fast path for find_next_*_bit()Yury Norov2-0/+51
2021-05-06lib: inline _find_next_bit() wrappersYury Norov2-10/+35
2021-05-06lib: extend the scope of small_const_nbits() macroYury Norov1-0/+12
2021-04-29Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-4/+6
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-1/+35
2021-04-26Merge tag 'arm-apple-m1-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-1/+29
2021-04-21div64: Correct inline documentation for `do_div'Maciej W. Rozycki1-4/+6
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury1-5/+20
2021-04-21x86/hyperv: Move hv_do_rep_hypercall to asm-genericJoseph Salisbury1-0/+31
2021-04-09asm-generic/io.h: Unbork ioremap_np() declarationHector Martin1-2/+1
2021-04-08add support for Clang CFISami Tolvanen2-1/+35
2021-04-08asm-generic/io.h: Add a non-posted variant of ioremap()Hector Martin2-1/+30
2021-03-24x86/Hyper-V: Support for free page reportingSunil Muthuswamy2-3/+35
2021-03-11asm-generic/hyperv: Add missing function prototypes per -W1 warningsMichael Kelley1-0/+2
2021-03-08clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsMichael Kelley1-5/+0