aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-20/+27
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-4/+0
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-10/+0
2022-08-04Merge tag 'xtensa-20220804' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-35/+32
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds2-5/+5
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-08-01Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-7/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-3/+0
2022-07-17xtensa: drop definition of PGD_ORDERMike Rapoport2-2/+1
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+0
2022-07-17xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-18/+23
2022-07-14xtensa: enable ARCH_HAS_GCOV_PROFILE_ALLMax Filippov2-0/+2
2022-07-14xtensa: enable KCOV supportMax Filippov2-0/+2
2022-07-14xtensa: iss: fix handling error cases in iss_net_configure()Yang Yingliang1-17/+15
2022-07-14xtensa: iss/network: provide release() callbackMax Filippov1-0/+10
2022-07-14xtensa: iss/network: drop 'devices' listMax Filippov1-18/+3
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland1-3/+4
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker2-3/+3
2022-06-29context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exit_callable()Frederic Weisbecker1-2/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2-4/+0
2022-06-27Merge branch 'master' into mm-stableakpm3-1/+3
2022-06-20xtensa: change '.bss' to '.section .bss'Max Filippov1-1/+1
2022-06-18xtensa: xtfpga: Fix refcount leak bug in setupLiang He1-0/+1
2022-06-18xtensa: Fix refcount leak bug in time.cLiang He1-0/+1
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-4/+4
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-8/+9
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-4/+2
2022-05-23xtensa: Return true/false (not 1/0) from bool functionYang Li1-1/+1
2022-05-17xtensa: improve call0 ABI probingMax Filippov4-0/+24
2022-05-17xtensa: support artificial division by 0 exceptionMax Filippov1-0/+23
2022-05-13xtensa: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-4/+2
2022-05-13xtensa: add trap handler for division by zeroMax Filippov1-1/+7
2022-05-11ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman2-4/+4
2022-05-11xtensa/simdisk: fix proc_read_simdisk()Yi Yang1-6/+12
2022-05-11xtensa: no need to initialise statics to 0Jason Wang1-1/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-6/+5
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-3/+5
2022-05-01xtensa: clean up labels in the kernel entry assemblyMax Filippov1-47/+53
2022-05-01xtensa: don't leave invalid TLB entry in fast_store_prohibitedMax Filippov1-1/+5
2022-05-01xtensa: fix declaration of _SecondaryResetVector_text_*Max Filippov1-1/+1
2022-05-01xtensa: enable ARCH_HAS_DEBUG_VM_PGTABLEMax Filippov1-0/+1
2022-05-01xtensa: add hibernation supportMax Filippov5-0/+129
2022-05-01xtensa: support coprocessors on SMPMax Filippov11-67/+230
2022-05-01xtensa: get rid of stack frame in coprocessor_flushMax Filippov1-6/+5
2022-05-01xtensa: merge SAVE_CP_REGS_TAB and LOAD_CP_REGS_TABMax Filippov1-48/+37
2022-05-01xtensa: add xtensa_xsr macroMax Filippov1-0/+7
2022-05-01xtensa: handle coprocessor exceptions in kernel modeMax Filippov1-1/+1