aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-3/+4
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-10/+20
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-12/+0
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-0/+2
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+3
2023-02-15dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-13char/agp: introduce asm-generic/agp.hGravatar Mike Rapoport 1-0/+11
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMGravatar Mike Rapoport (IBM) 2-2/+12
2023-02-03locking/atomic: cmpxchg: Make __generic_cmpxchg_local compare against zero-ex...Gravatar Matt Evans 1-3/+3
2023-02-02docs: fault-injection: add requirements of error injectable functionsGravatar Masami Hiramatsu (Google) 1-2/+4
2023-02-02error-injection: remove EI_ETYPE_NONEGravatar Masami Hiramatsu (Google) 1-1/+0
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesGravatar Ingo Molnar 1-0/+5
2023-01-30gpio: Get rid of gpio_to_chip()Gravatar Linus Walleij 1-6/+0
2023-01-30gpio: Remove unused and obsoleted gpio_export_link()Gravatar Andy Shevchenko 1-6/+0
2023-01-18mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Gravatar Peter Xu 1-8/+8
2023-01-17x86/hyperv: Add an interface to do nested hypercallsGravatar Jinank Jain 1-0/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrGravatar Peter Zijlstra 1-6/+3
2023-01-12x86/hyperv: Add support for detecting nested hypervisorGravatar Jinank Jain 1-0/+1
2022-12-30arch: fix broken BuildID for arm64 and riscvGravatar Masahiro Yamada 1-0/+5
2022-12-20Merge tag 'asm-generic-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-40/+40
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-140/+94
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-5/+11
2022-12-15Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-34/+21
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+33
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+7
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+4
2022-11-30mm: delay page_remove_rmap() until after the TLB has been flushedGravatar Linus Torvalds 1-2/+29
2022-11-30mm: mmu_gather: prepare to gather encoded page pointers with flagsGravatar Linus Torvalds 1-4/+5
2022-11-30mm/khugepaged: fix GUP-fast interaction by sending IPIGravatar Jann Horn 1-0/+4
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsGravatar Ingo Molnar 3-2/+11
2022-11-21asm-generic/io: Add _RET_IP_ to MMIO trace for more accurate debug infoGravatar Sai Prakash Ranjan 1-40/+40
2022-11-21Merge 6.1-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 3-8/+23
2022-11-18x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK const...Gravatar Vitaly Kuznetsov 2-5/+11
2022-11-17vmlinux.lds.h: add HEADERED_SECTION_* macrosGravatar Jim Cromie 1-0/+15
2022-11-17vmlinux.lds.h: fix BOUNDED_SECTION_(PRE|POST)_LABEL macrosGravatar Jim Cromie 1-8/+6
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINGravatar Thomas Gleixner 1-2/+2
2022-11-11Merge tag 'hardening-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2022-11-11Merge tag 'hyperv-fixes-signed-20221110' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+9
2022-11-10vmlinux.lds.h: place optional header space in BOUNDED_SECTIONGravatar Jim Cromie 1-0/+2
2022-11-10vmlinux.lds.h: add BOUNDED_SECTION* macrosGravatar Jim Cromie 1-140/+79
2022-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesGravatar Ard Biesheuvel 1-2/+7
2022-11-08vmlinux.lds.h: Fix placement of '.data..decrypted' sectionGravatar Nathan Chancellor 1-1/+1
2022-11-03clocksource/drivers/hyperv: add data structure for reference TSC MSRGravatar Anirudh Rayabharam 1-0/+9
2022-11-01asm-generic: compat: fix compat_arg_u64() and compat_arg_u64_dual()Gravatar Andreas Schwab 1-1/+1
2022-10-22Merge branch 'x86/urgent' into x86/core, to resolve conflictGravatar Ingo Molnar 1-6/+12
2022-10-20ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Gravatar Peter Zijlstra 1-6/+12
2022-10-17arch: Introduce CONFIG_FUNCTION_ALIGNMENTGravatar Peter Zijlstra 1-2/+2