summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers2022-11-0841-40/+54
* ARM: 9262/1: remove lazy evaluation in MakefileNick Desaulniers2022-11-071-33/+27
* ARM: 9261/1: amba: Drop redundant assignments of the system PM callbacksUlf Hansson2022-11-071-6/+0
* ARM: 9260/1: lib/xor: use r10 rather than r7 in xor_arm4regs_{2|3}Nick Desaulniers2022-11-071-2/+2
* ARM: 9257/1: Disable FIQs (but not IRQs) on CPUs shutdown pathsGuilherme G. Piccoli2022-11-072-3/+4
* ARM: 9256/1: NWFPE: avoid compiler-generated __aeabi_uldivmodNick Desaulniers2022-11-071-0/+6
* ARM: 9255/1: efi/dump UEFI runtime page tables for ARMWang Kefeng2022-11-073-2/+4
* ARM: 9254/1: mm: Provide better message when kernel faultWang Kefeng2022-11-071-2/+3
* ARM: 9253/1: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALLSeung-Woo Kim2022-11-073-0/+3
* ARM: 9252/1: module: Teach unwinder about PLTsAlex Sverdlin2022-11-073-1/+31
* ARM: 9246/1: dump: show page table level nameWang Kefeng2022-10-041-1/+5
* ARM: 9245/1: dump: show FDT regionWang Kefeng2022-10-041-1/+1
* ARM: 9242/1: kasan: Only map modules if CONFIG_KASAN_VMALLOC=nAlex Sverdlin2022-10-041-2/+7
* ARM: 9240/1: dma-mapping: Pass (void *) to virt_to_page()Linus Walleij2022-10-041-1/+1
* ARM: 9234/1: stacktrace: Avoid duplicate saving of exception PC valueLi Huafei2022-10-043-14/+37
* ARM: 9233/1: stacktrace: Skip frame pointer boundary check for call_with_stack()Li Huafei2022-10-042-7/+35
* ARM: 9224/1: Dump the stack traces based on the parameter 'regs' of show_regs()Zhen Lei2022-09-223-5/+7
* ARM: 9232/1: Replace this_cpu_* with raw_cpu_* in handle_bad_stack()Zhen Lei2022-08-311-2/+2
* ARM: 9228/1: vfp: kill vfp_flush/release_thread()Wang Kefeng2022-08-311-3/+0
* ARM: 9226/1: disable FDPIC ABIBen Wolsieffer2022-08-311-0/+3
* ARM: 9221/1: traps: print un-hashed user pc on undefined instructionBaruch Siach2022-08-301-1/+1
* Linux 6.0-rc3v6.0-rc3Linus Torvalds2022-08-291-1/+1
* Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-2821-60/+108
|\
| * .mailmap: update Luca Ceresoli's e-mail addressLuca Ceresoli2022-08-281-0/+1
| * mm/mprotect: only reference swap pfn page if type matchPeter Xu2022-08-281-1/+2
| * squashfs: don't call kmalloc in decompressorsPhillip Lougher2022-08-284-21/+22
| * mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty2022-08-281-0/+3
| * mailmap: update email address for Colin KingColin Ian King2022-08-281-2/+1
| * asm-generic: sections: refactor memory_intersectsQuanyang Wang2022-08-281-2/+5
| * bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin2022-08-281-0/+2
| * ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2022-08-282-5/+6
| * Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt2022-08-281-2/+13
| * mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky2022-08-281-1/+1
| * binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett2022-08-281-10/+21
| * mm: re-allow pinning of zero pfns (again)Alex Williamson2022-08-281-3/+10
| * vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan2022-08-281-0/+1
| * mailmap: update Guilherme G. Piccoli's email addressesGuilherme G. Piccoli2022-08-281-0/+2
| * writeback: avoid use-after-free after removing deviceKhazhismel Kumykov2022-08-283-12/+16
| * shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)2022-08-281-0/+1
| * mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin2022-08-281-1/+1
| * Merge branch 'linus'Andrew Morton2022-08-26112-450/+971
| |\
| * \ Merge branch 'linus'Andrew Morton2022-08-2410-31/+68
| |\ \
| * \ \ Merge branch 'mm-hotfixes-stable'Andrew Morton2022-08-2318-119/+240
| |\ \ \
* | \ \ \ Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linuxLinus Torvalds2022-08-284-24/+38
|\ \ \ \ \
| * | | | | lib/cpumask_kunit: add tests file to MAINTAINERSSander Vanheule2022-08-241-0/+1
| * | | | | lib/cpumask_kunit: log mask contentsSander Vanheule2022-08-241-20/+31
| * | | | | lib/test_cpumask: follow KUnit style guidelinesSander Vanheule2022-08-243-3/+6
| * | | | | lib/test_cpumask: fix cpu_possible_mask last testSander Vanheule2022-08-241-1/+1
| * | | | | lib/test_cpumask: drop cpu_possible_mask full testSander Vanheule2022-08-241-1/+0
* | | | | | Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-2811-70/+79
|\ \ \ \ \ \