summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-09-161-12/+2
|\
| * ARM: 9412/1: Convert to arch_cpu_is_hotpluggable()Jinjie Ruan2024-08-201-5/+2
| * ARM: 9411/1: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()Jinjie Ruan2024-08-201-11/+4
* | ARM: 9414/1: Fix build issue with LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu2024-09-041-3/+9
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-07-296-12/+12
|\
| * Merge branches 'fixes' and 'misc' into for-linusRussell King (Oracle)2024-07-275-10/+11
| |\
| | * ARM: 9407/1: Add support for STACKLEAK gcc pluginJinjie Ruan2024-07-021-0/+3
| | * ARM: 9404/1: arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu2024-06-103-5/+8
| | * ARM: 9400/1: Remove unused struct 'mod_unwind_map'Dr. David Alan Gilbert2024-06-101-5/+0
| * | ARM: 9406/1: Fix callchain_trace() return valueJinjie Ruan2024-07-021-2/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-07-164-3203/+0
|\ \ \ | |/ / |/| |
| * | perf/arm: Move 32-bit PMU drivers to drivers/perf/Rob Herring (Arm)2024-07-034-3203/+0
| |/
* / ARM: 9405/1: ftrace: Don't assume stack frames are contiguous in memoryArd Biesheuvel2024-06-101-2/+15
|/
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-192-0/+2
|\
| * fix missing vmalloc.h includesKent Overstreet2024-04-262-0/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-05-174-0/+48
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'amba', 'cfi', 'clkdev' and 'misc' into for-linusRussell King (Oracle)2024-05-164-0/+48
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | * ARM: 9382/1: ftrace: Define ftrace_stub_graphLinus Walleij2024-04-181-0/+4
| | | | * ARM: 9358/2: Implement PAN for LPAE by TTBR0 page table walks disablementLinus Walleij2024-04-182-0/+9
| | |_|/ | |/| |
| | * | ARM: 9391/2: hw_breakpoint: Handle CFI breakpointsLinus Walleij2024-04-291-0/+35
| |/ /
* | | arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2024-05-141-43/+0
* | | mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)2024-05-141-16/+25
* | | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-141-1/+1
|\ \ \
| * | | Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar2024-03-258-185/+29
| |\| |
| * | | sched/balancing: Rename rebalance_domains() => sched_balance_domains()Ingo Molnar2024-03-121-1/+1
* | | | Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-141-4/+4
|\ \ \ \
| * | | | perf/bpf: Remove unneeded uses_default_overflow_handler()Kyle Huey2024-04-121-4/+4
| | |/ / | |/| |
* / | | ARM: 9381/1: kasan: clear stale stack poisonBoy.Wu2024-04-291-0/+4
|/ / /
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2024-03-235-176/+16
|\ \ \
| * | | ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B coresArd Biesheuvel2024-02-263-175/+13
| * | | ARM: 9349/1: unwind: Add missing "Call trace:" lineKees Cook2024-02-242-1/+3
| | |/ | |/|
* | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-154-9/+13
|\ \ \ | |_|/ |/| |
| * | arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He2024-02-243-7/+11
| * | arm, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-241-2/+2
| |/
* / vdso/ARM: Make union vdso_data_store available for all architecturesAnna-Maria Behnsen2024-02-202-5/+3
|/
* Merge tag 'soc-arm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2024-01-111-124/+0
|\
| * ARM: Delete ARM11MPCore perf leftoversLinus Walleij2024-01-021-94/+0
| * ARM: Delete ARM11MPCore (ARM11 ARMv6K SMP) supportLinus Walleij2023-12-221-34/+0
* | Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-101-2/+2
|\ \
| * | atags_proc: Add __counted_by for struct buffer and use struct_size()Gustavo A. R. Silva2023-12-021-2/+2
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-01-093-105/+17
|\ \
| * | arm: pmu: Move error message and -EOPNOTSUPP to individual PMUsJames Clark2023-12-121-2/+4
| * | arm: perf: Remove PMU lockingAnshuman Khandual2023-12-053-103/+13
| |/
* / kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He2023-12-071-1/+1
|/
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-043-20/+13
|\
| * console: fix up ARM screen_info referenceArnd Bergmann2023-10-171-1/+1
| * vgacon: clean up global screen_info instancesArnd Bergmann2023-10-173-18/+12
| * vgacon: remove screen_info dependencyArnd Bergmann2023-10-171-1/+1
| * dummycon: limit Arm console size hack to footbridgeArnd Bergmann2023-10-172-3/+2
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-031-1/+2
|\ \