aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+1
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-619/+88
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2021-06-17asm-generic/hyperv: add HV_STATUS_ACCESS_DENIED definitionGravatar Vitaly Kuznetsov 1-0/+1
2021-06-02vmlinux.lds.h: Avoid orphan section with !SMPGravatar Nathan Chancellor 1-0/+1
2021-05-26locking/atomics: atomic-instrumented: simplify ifdefferyGravatar Mark Rutland 1-497/+1
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsGravatar Mark Rutland 3-91/+3
2021-05-26locking/atomic: cmpxchg: support ARCH_ATOMICGravatar Mark Rutland 1-17/+44
2021-05-26locking/atomic: cmpxchg: make `generic` a prefixGravatar Mark Rutland 2-4/+4
2021-05-26locking/atomic: atomic64: support ARCH_ATOMICGravatar Mark Rutland 1-13/+61
2021-05-26locking/atomic: atomic: support ARCH_ATOMICGravatar Mark Rutland 1-9/+62
2021-05-26locking/atomic: atomic: simplify ifdefferyGravatar Mark Rutland 1-42/+4
2021-05-26locking/atomic: atomic: remove redundant includeGravatar Mark Rutland 1-2/+0
2021-05-26locking/atomic: atomic: remove stale commentsGravatar Mark Rutland 1-37/+2
2021-05-12sched/core: Initialize the idle task with preemption disabledGravatar Valentin Schneider 1-1/+1
2021-05-07mm: remove xlate_dev_kmem_ptr()Gravatar David Hildenbrand 1-11/+0
2021-05-06lib: add fast path for find_first_*_bit() and find_last_bit()Gravatar Yury Norov 1-4/+46
2021-05-06lib: add fast path for find_next_*_bit()Gravatar Yury Norov 2-0/+51
2021-05-06lib: inline _find_next_bit() wrappersGravatar Yury Norov 2-10/+35
2021-05-06lib: extend the scope of small_const_nbits() macroGravatar Yury Norov 1-0/+12
2021-04-29Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 1-4/+6
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 2-1/+35
2021-04-26Merge tag 'arm-apple-m1-5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-1/+29
2021-04-21div64: Correct inline documentation for `do_div'Gravatar Maciej W. Rozycki 1-4/+6
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusGravatar Joseph Salisbury 1-5/+20
2021-04-21x86/hyperv: Move hv_do_rep_hypercall to asm-genericGravatar Joseph Salisbury 1-0/+31
2021-04-09asm-generic/io.h: Unbork ioremap_np() declarationGravatar Hector Martin 1-2/+1
2021-04-08add support for Clang CFIGravatar Sami Tolvanen 2-1/+35
2021-04-08asm-generic/io.h: Add a non-posted variant of ioremap()Gravatar Hector Martin 2-1/+30
2021-03-24x86/Hyper-V: Support for free page reportingGravatar Sunil Muthuswamy 2-3/+35
2021-03-11asm-generic/hyperv: Add missing function prototypes per -W1 warningsGravatar Michael Kelley 1-0/+2
2021-03-08clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsGravatar Michael Kelley 1-5/+0
2021-03-08Drivers: hv: vmbus: Move handling of VMbus interruptsGravatar Michael Kelley 1-4/+3
2021-03-08Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral codeGravatar Michael Kelley 1-1/+0
2021-03-08Drivers: hv: Redo Hyper-V synthetic MSR get/set functionsGravatar Michael Kelley 1-1/+1
2021-03-08x86/hyper-v: Move hv_message_type to architecture neutral moduleGravatar Michael Kelley 1-0/+35
2021-03-08Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral codeGravatar Michael Kelley 1-0/+4
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+52
2021-02-26Merge tag 'orphan-handling-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+5
2021-02-25vmlinux.lds.h: Define SANTIZER_DISCARDS with CONFIG_GCOV_KERNEL=yGravatar Nathan Chancellor 1-4/+5
2021-02-25Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Gravatar Linus Torvalds 1-1/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+6
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-0/+15
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-42/+0
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+4
2021-02-23vmlinux.lds.h: catch even more instrumentation symbols into .dataGravatar Alexander Lobakin 1-1/+1
2021-02-21Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-17/+0
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-7/+20
2021-02-21Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-5/+255