summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2024-09-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-12/+2
2024-09-04ARM: 9414/1: Fix build issue with LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu1-3/+9
2024-08-20ARM: 9412/1: Convert to arch_cpu_is_hotpluggable()Jinjie Ruan1-5/+2
2024-08-20ARM: 9411/1: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()Jinjie Ruan1-11/+4
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-5/+5
2024-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds6-12/+12
2024-07-27Merge branches 'fixes' and 'misc' into for-linusRussell King (Oracle)5-10/+11
2024-07-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-3203/+0
2024-07-03perf/arm: Move 32-bit PMU drivers to drivers/perf/Rob Herring (Arm)4-3203/+0
2024-07-02ARM: 9407/1: Add support for STACKLEAK gcc pluginJinjie Ruan1-0/+3
2024-07-02ARM: 9406/1: Fix callchain_trace() return valueJinjie Ruan1-2/+1
2024-06-10ARM: 9404/1: arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu3-5/+8
2024-06-10ARM: 9400/1: Remove unused struct 'mod_unwind_map'Dr. David Alan Gilbert1-5/+0
2024-06-10ARM: 9405/1: ftrace: Don't assume stack frames are contiguous in memoryArd Biesheuvel1-2/+15
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+2
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds4-0/+48
2024-05-16Merge branches 'amba', 'cfi', 'clkdev' and 'misc' into for-linusRussell King (Oracle)4-0/+48
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-43/+0
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)1-16/+25
2024-05-14Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-05-14Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2024-04-29ARM: 9391/2: hw_breakpoint: Handle CFI breakpointsLinus Walleij1-0/+35
2024-04-29ARM: 9381/1: kasan: clear stale stack poisonBoy.Wu1-0/+4
2024-04-26fix missing vmalloc.h includesKent Overstreet2-0/+2
2024-04-18ARM: 9382/1: ftrace: Define ftrace_stub_graphLinus Walleij1-0/+4
2024-04-18ARM: 9358/2: Implement PAN for LPAE by TTBR0 page table walks disablementLinus Walleij2-0/+9
2024-04-12perf/bpf: Remove unneeded uses_default_overflow_handler()Kyle Huey1-4/+4
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar8-185/+29
2024-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds5-176/+16
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-9/+13
2024-03-12sched/balancing: Rename rebalance_domains() => sched_balance_domains()Ingo Molnar1-1/+1
2024-02-26ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B coresArd Biesheuvel3-175/+13
2024-02-24ARM: 9349/1: unwind: Add missing "Call trace:" lineKees Cook2-1/+3
2024-02-24arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He3-7/+11
2024-02-24arm, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-2/+2
2024-02-20vdso/ARM: Make union vdso_data_store available for all architecturesAnna-Maria Behnsen2-5/+3
2024-01-11Merge tag 'soc-arm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-124/+0
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2024-01-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-105/+17
2024-01-02ARM: Delete ARM11MPCore perf leftoversLinus Walleij1-94/+0
2023-12-22ARM: Delete ARM11MPCore (ARM11 ARMv6K SMP) supportLinus Walleij1-34/+0
2023-12-12arm: pmu: Move error message and -EOPNOTSUPP to individual PMUsJames Clark1-2/+4
2023-12-07kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He1-1/+1
2023-12-05arm: perf: Remove PMU lockingAnshuman Khandual3-103/+13
2023-12-02atags_proc: Add __counted_by for struct buffer and use struct_size()Gustavo A. R. Silva1-2/+2
2023-11-04Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-20/+13
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+2
2023-11-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-2/+1
2023-10-17console: fix up ARM screen_info referenceArnd Bergmann1-1/+1