aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
8 daysARM: 9405/1: ftrace: Don't assume stack frames are contiguous in memoryGravatar Ard Biesheuvel 1-2/+15
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-0/+2
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxGravatar Linus Torvalds 4-0/+48
2024-05-16Merge branches 'amba', 'cfi', 'clkdev' and 'misc' into for-linusGravatar Russell King (Oracle) 4-0/+48
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESGravatar Mike Rapoport (IBM) 1-43/+0
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemGravatar Mike Rapoport (IBM) 1-16/+25
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2024-05-13Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+4
2024-04-29ARM: 9391/2: hw_breakpoint: Handle CFI breakpointsGravatar Linus Walleij 1-0/+35
2024-04-29ARM: 9381/1: kasan: clear stale stack poisonGravatar Boy.Wu 1-0/+4
2024-04-25fix missing vmalloc.h includesGravatar Kent Overstreet 2-0/+2
2024-04-18ARM: 9382/1: ftrace: Define ftrace_stub_graphGravatar Linus Walleij 1-0/+4
2024-04-18ARM: 9358/2: Implement PAN for LPAE by TTBR0 page table walks disablementGravatar Linus Walleij 2-0/+9
2024-04-12perf/bpf: Remove unneeded uses_default_overflow_handler()Gravatar Kyle Huey 1-4/+4
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchGravatar Ingo Molnar 8-185/+29
2024-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 5-176/+16
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-9/+13
2024-03-12sched/balancing: Rename rebalance_domains() => sched_balance_domains()Gravatar Ingo Molnar 1-1/+1
2024-02-26ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B coresGravatar Ard Biesheuvel 3-175/+13
2024-02-24ARM: 9349/1: unwind: Add missing "Call trace:" lineGravatar Kees Cook 2-1/+3
2024-02-23arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cGravatar Baoquan He 3-7/+11
2024-02-23arm, crash: wrap crash dumping code into crash related ifdefsGravatar Baoquan He 1-2/+2
2024-02-20vdso/ARM: Make union vdso_data_store available for all architecturesGravatar Anna-Maria Behnsen 2-5/+3
2024-01-11Merge tag 'soc-arm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-124/+0
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2024-01-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-105/+17
2024-01-02ARM: Delete ARM11MPCore perf leftoversGravatar Linus Walleij 1-94/+0
2023-12-22ARM: Delete ARM11MPCore (ARM11 ARMv6K SMP) supportGravatar Linus Walleij 1-34/+0
2023-12-12arm: pmu: Move error message and -EOPNOTSUPP to individual PMUsGravatar James Clark 1-2/+4
2023-12-06kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPGravatar Baoquan He 1-1/+1
2023-12-05arm: perf: Remove PMU lockingGravatar Anshuman Khandual 3-103/+13
2023-12-02atags_proc: Add __counted_by for struct buffer and use struct_size()Gravatar Gustavo A. R. Silva 1-2/+2
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 3-20/+13
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+2
2023-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-2/+1
2023-10-17console: fix up ARM screen_info referenceGravatar Arnd Bergmann 1-1/+1
2023-10-17vgacon: clean up global screen_info instancesGravatar Arnd Bergmann 3-18/+12
2023-10-17vgacon: remove screen_info dependencyGravatar Arnd Bergmann 1-1/+1
2023-10-17dummycon: limit Arm console size hack to footbridgeGravatar Arnd Bergmann 2-3/+2
2023-10-10arm: Remove now superfluous sentinel elem from ctl_table arraysGravatar Joel Granados 1-2/+2
2023-10-05ARM: 9322/1: Explicitly include correct DT includesGravatar Rob Herring 2-2/+1
2023-10-04crash_core: change the prototype of function parse_crashkernel()Gravatar Baoquan He 1-1/+2
2023-08-31Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 8-251/+39
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+2
2023-08-29Merge tag 'modules-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-2/+2
2023-08-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-4/+4
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUGravatar Douglas Anderson 1-2/+2
2023-08-18hw_breakpoint: fix single-stepping when using bpf_overflow_handlerGravatar Tomislav Novak 1-4/+4