summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-0/+52
|\
| * numa: Move numa implementation to common codeAtish Patra2021-01-141-0/+52
* | Merge tag 'orphan-handling-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-261-4/+5
|\ \
| * | vmlinux.lds.h: Define SANTIZER_DISCARDS with CONFIG_GCOV_KERNEL=yNathan Chancellor2021-02-251-4/+5
* | | Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2021-02-251-1/+1
|\ \ \
| * | | vmlinux.lds.h: catch even more instrumentation symbols into .dataAlexander Lobakin2021-02-231-1/+1
* | | | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-1/+6
|\ \ \ \
| * | | | vmlinux.lds.h: add DWARF v5 sectionsNick Desaulniers2021-02-161-1/+6
* | | | | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-242-0/+15
|\ \ \ \ \
| * | | | | Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-121-3/+3
| |\| | | |
| * | | | | softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner2021-02-102-0/+15
| | |_|_|/ | |/| | |
* | | | | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-231-42/+0
|\ \ \ \ \
| * | | | | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-081-28/+0
| * | | | | module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-081-14/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-231-1/+4
|\ \ \ \ \
| * | | | | kbuild: add support for Clang LTOSami Tolvanen2021-01-141-4/+7
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-212-17/+0
|\ \ \ \ \
| * | | | | mm: Remove arch_remap() and mm-arch-hooks.hChristophe Leroy2021-02-122-17/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-212-7/+20
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-02-122-4/+4
| |\ \ \ \ \
| | * | | | | asm-generic: export: Stub EXPORT_SYMBOL with __DISABLE_EXPORTSQuentin Perret2021-02-031-1/+1
| | |/ / / /
| * | | | | locking/arch: Move qrwlock.h include after qspinlock.hWaiman Long2021-02-111-1/+2
| * | | | | locking/rwlocks: Add contention detection for rwlocksBen Gardon2021-02-041-6/+18
| | |/ / / | |/| | |
* | | | | Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-02-212-5/+255
|\ \ \ \ \
| * | | | | asm-generic/hyperv: import data structures for mapping device interruptsWei Liu2021-02-111-0/+36
| * | | | | asm-generic/hyperv: introduce hv_device_id and auxiliary structuresWei Liu2021-02-111-0/+79
| * | | | | asm-generic/hyperv: update hv_interrupt_entryWei Liu2021-02-111-2/+34
| * | | | | asm-generic/hyperv: update hv_msi_entryWei Liu2021-02-111-2/+26
| * | | | | x86/hyperv: provide a bunch of helper functionsWei Liu2021-02-111-0/+67
| * | | | | x86/hyperv: extract partition ID from Microsoft Hypervisor if necessaryWei Liu2021-02-111-0/+6
| * | | | | asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENTWei Liu2021-02-111-1/+1
| * | | | | x86/hyperv: Load/save the Isolation Configuration leafAndrea Parri (Microsoft)2021-02-112-0/+6
| | |/ / / | |/| | |
* | | | | Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-02-211-3/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | vmlinux.lds.h: catch more UBSAN symbols into .dataAlexander Lobakin2021-02-161-1/+1
| * | | | vmlinux.lds.h: catch UBSAN's "unnamed data" into dataAlexander Lobakin2021-01-151-1/+1
| * | | | vmlinux.lds.h: catch compound literals into data and BSSAlexander Lobakin2021-01-151-3/+3
* | | | | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-1/+4
|\ \ \ \ \
| * | | | | static_call: Allow module use without exposing static_call_keyJosh Poimboeuf2021-02-171-1/+4
| | |_|_|/ | |/| | |
* | | | | Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-2/+4
|\ \ \ \ \
| * | | | | tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()Will Deacon2021-01-291-2/+4
| | |_|/ / | |/| | |
* | | | | Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-02-201-0/+11
|\ \ \ \ \
| * \ \ \ \ Merge branches 'powercap' and 'pm-misc'Rafael J. Wysocki2021-02-151-0/+11
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | powercap/drivers/dtpm: Add API for dynamic thermal power managementDaniel Lezcano2020-12-221-0/+11
* | | | | | Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-02-201-4/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | c6x: remove architectureArnd Bergmann2021-01-201-4/+0
| | |_|_|/ | |/| | |
* | | | | firmware_loader: align .builtin_fw to 8Fangrui Song2021-02-091-1/+1
| |/ / / |/| | |
* | | | arm64: make atomic helpers __always_inlineArnd Bergmann2021-01-131-3/+3
|/ / /
* | / local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-0/+1
| |/ |/|
* | Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-181-0/+4
|\ \
| * \ Add and use a generic version of devmem_is_allowed()Palmer Dabbelt2020-12-111-0/+4
| |\ \