summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-07-14Merge tag 'x86_urgent_for_v6.10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+10
2024-07-12Merge tag 'arm-fixes-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-23/+64
2024-07-10Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+2
2024-07-10ARM: davinci: Convert comma to semicolonChen Ni1-1/+1
2024-07-09arch/xtensa: always_inline get_current() and current_thread_info()Suren Baghdasaryan2-2/+2
2024-07-09s390/mm: Add NULL pointer check to crst_table_free() base_crst_free()Heiko Carstens1-0/+4
2024-07-08Merge tag 'sunxi-fixes-for-6.10' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-1/+1
2024-07-08Merge tag 'qcom-arm64-defconfig-fixes-for-6.10' of https://git.kernel.org/pub...Arnd Bergmann1-0/+1
2024-07-08Merge tag 'qcom-arm64-fixes-for-6.10' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann10-21/+61
2024-07-06Merge tag 'powerpc-6.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-16/+21
2024-07-05Merge tag 'riscv-for-linus-6.10-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+4
2024-07-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-0/+49
2024-07-05Merge tag 'kvm-s390-master-6.10-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini4-0/+49
2024-07-04Merge tag 's390-6.10-8' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-6/+4
2024-07-03riscv: kexec: Avoid deadlock in kexec crash pathSong Shuai1-9/+1
2024-07-03riscv: stacktrace: fix usage of ftrace_graph_ret_addr()Puranjay Mohan1-1/+2
2024-07-03Merge patch series "Assorted fixes in RISC-V PMU driver"Palmer Dabbelt1-1/+1
2024-07-03perf: RISC-V: Check standard event availabilitySamuel Holland1-1/+1
2024-07-03x86/bhi: Avoid warning in #DB handler due to BHI mitigationAlexandre Chartre1-4/+10
2024-07-02s390: Update defconfigsHeiko Carstens2-6/+4
2024-07-01Merge tag 'arm-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-27/+91
2024-07-01Merge tag 'v6.10-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann13-12/+34
2024-07-01KVM: s390: fix LPSWEY handlingChristian Borntraeger4-0/+49
2024-06-30x86-32: fix cmpxchg8b_emu build error with clangLinus Torvalds1-7/+5
2024-06-28Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-15/+22
2024-06-28Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-19/+14
2024-06-28x86: stop playing stack games in profile_pc()Linus Torvalds1-19/+1
2024-06-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-2/+4
2024-06-28randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook3-19/+14
2024-06-28powerpc/pseries: Fix scv instruction crash with kexecNicholas Piggin4-10/+11
2024-06-27Merge tag 's390-6.10-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-5/+8
2024-06-27Merge tag 'riscv-dt-fixes-for-v6.10-rc5+' of https://git.kernel.org/pub/scm/l...Arnd Bergmann8-15/+57
2024-06-26Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"Palmer Dabbelt1-1/+1
2024-06-26riscv: stacktrace: convert arch_stack_walk() to noinstrAndy Chiu1-1/+1
2024-06-26riscv: patch: Flush the icache right after patching to avoid illegal insnsAlexandre Ghiti2-13/+20
2024-06-25RISC-V: fix vector insn load/store width maskJesse Taube1-1/+1
2024-06-25syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann4-5/+5
2024-06-25s390: remove native mmap2() syscallArnd Bergmann1-27/+0
2024-06-25hexagon: fix fadvise64_64 calling conventionsArnd Bergmann2-0/+13
2024-06-25csky, hexagon: fix broken sys_sync_file_rangeArnd Bergmann2-0/+2
2024-06-25sh: rework sync_file_range ABIArnd Bergmann2-1/+13
2024-06-25powerpc: restore some missing spu syscallsArnd Bergmann1-0/+4
2024-06-25parisc: use generic sys_fanotify_mark implementationArnd Bergmann3-10/+2
2024-06-25parisc: use correct compat recv/recvfrom syscallsArnd Bergmann1-2/+2
2024-06-25sparc: fix compat recv/recvfrom syscallsArnd Bergmann2-223/+2
2024-06-25sparc: fix old compat_sys_select()Arnd Bergmann1-1/+1
2024-06-25syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann7-7/+7
2024-06-25s390/boot: Do not adjust GOT entries for undef weak symJens Remus1-4/+7
2024-06-24arm64: dts: rockchip: Add sound-dai-cells for RK3368Alex Bee1-0/+3
2024-06-24arm64: dts: rockchip: Fix the i2c address of es8316 on Cool Pi 4BAndy Yan1-2/+2