platform/kernel/linux-rpi.git
2021-06-24 Will DeaconMerge branch 'for-next/entry' into for-next/core
2021-06-24 Will DeaconMerge branch 'for-next/docs' into for-next/core
2021-06-24 Will DeaconMerge branch 'for-next/cpuidle' into for-next/core
2021-06-24 Will DeaconMerge branch 'for-next/cpufeature' into for-next/core
2021-06-24 Will DeaconMerge branch 'for-next/cortex-strings' into for-next...
2021-06-24 Will DeaconMerge branch 'for-next/caches' into for-next/core
2021-06-24 Will DeaconMerge branch 'for-next/build' into for-next/core
2021-06-24 Will DeaconMerge branch 'for-next/boot' into for-next/core
2021-06-24 Will DeaconMerge branch 'for-next/stacktrace' into for-next/core
2021-06-22 Raphael Gaultarm64: Restrict undef hook for cpufeature registers
2021-06-17 Marc Zyngierarm64: suspend: Use cpuidle context helpers in cpu_susp...
2021-06-17 Marc ZyngierPSCI: Use cpuidle context helpers in psci_cpu_suspend_e...
2021-06-17 Marc Zyngierarm64: Convert cpu_do_idle() to using cpuidle context...
2021-06-17 Marc Zyngierarm64: Add cpuidle context save/restore helpers
2021-06-11 Will Deaconarm64: Kill 32-bit applications scheduled on 64-bit...
2021-06-11 Will DeaconKVM: arm64: Kill 32-bit vCPUs on systems with mismatche...
2021-06-11 Will Deaconarm64: Allow mismatched 32-bit EL0 support
2021-06-11 Will Deaconarm64: cpuinfo: Split AArch32 registers out into a...
2021-06-08 Nick DesaulniersMakefile: fix GDB warning with CONFIG_RELR
2021-06-07 Mark Rutlandarm64: idle: don't instrument idle code with KCOV
2021-06-07 Mark Rutlandarm64: entry: don't instrument entry code with KCOV
2021-06-07 Mark Rutlandarm64: entry: make NMI entry/exit functions static
2021-06-07 Mark Rutlandarm64: entry: split SDEI entry
2021-06-07 Mark Rutlandarm64: entry: split bad stack entry
2021-06-07 Mark Rutlandarm64: entry: fold el1_inv() into el1h_64_sync_handler()
2021-06-07 Mark Rutlandarm64: entry: handle all vectors with C
2021-06-07 Mark Rutlandarm64: entry: template the entry asm functions
2021-06-07 Mark Rutlandarm64: entry: improve bad_mode()
2021-06-07 Mark Rutlandarm64: entry: move bad_mode() to entry-common.c
2021-06-07 Mark Rutlandarm64: entry: consolidate EL1 exception returns
2021-06-07 Mark Rutlandarm64: entry: organise entry vectors consistently
2021-06-07 Mark Rutlandarm64: entry: organise entry handlers consistently
2021-06-07 Mark Rutlandarm64: entry: convert IRQ+FIQ handlers to C
2021-06-07 Mark Rutlandarm64: entry: add a call_on_irq_stack helper
2021-06-07 Mark Rutlandarm64: entry: move NMI preempt logic to C
2021-06-07 Mark Rutlandarm64: entry: move arm64_preempt_schedule_irq to entry...
2021-06-07 Mark Rutlandarm64: entry: convert SError handlers to C
2021-06-07 Mark Rutlandarm64: entry: unmask IRQ+FIQ after EL0 handling
2021-06-07 Mark Rutlandarm64: remove redundant local_daif_mask() in bad_mode()
2021-06-02 Mark Rutlandarm64: update string routine copyrights and URLs
2021-06-01 Robin Murphyarm64: Rewrite __arch_clear_user()
2021-06-01 Robin Murphyarm64: Better optimised memchr()
2021-06-01 Robin Murphyarm64: Import latest memcpy()/memmove() implementation
2021-06-01 Robin Murphyarm64: Add assembly annotations for weak-PI-alias madness
2021-06-01 Sam Tebbsarm64: Import latest version of Cortex Strings' strncmp
2021-06-01 Sam Tebbsarm64: Import updated version of Cortex Strings' strlen
2021-06-01 Sam Tebbsarm64: Import latest version of Cortex Strings' strcmp
2021-06-01 Sam Tebbsarm64: Import latest version of Cortex Strings' memcmp
2021-05-27 Will Deaconarm64: scs: Drop unused 'tmp' argument to scs_{load...
2021-05-26 Mark Rutlandarm64: smp: initialize cpu offset earlier
2021-05-26 Mark Rutlandarm64: smp: unify task and sp setup
2021-05-26 Mark Rutlandarm64: smp: remove stack from secondary_data
2021-05-26 Mark Rutlandarm64: smp: remove pointless secondary_data maintenance
2021-05-26 Mark Rutlandarm64: assembler: add set_this_cpu_offset
2021-05-26 Will DeaconMerge branch 'for-next/stacktrace' into for-next/boot
2021-05-26 Catalin Marinasarm64: Check if GMID_EL1.BS is the same on all CPUs
2021-05-26 Catalin Marinasarm64: Change the cpuinfo_arm64 member type for some...
2021-05-26 Peter Collingbournearm64: stacktrace: Relax frame record alignment require...
2021-05-26 Peter Collingbournearm64: Change the on_*stack functions to take a size...
2021-05-25 Fuad Tabbaarm64: Rename arm64-internal cache maintenance functions
2021-05-25 Fuad Tabbaarm64: Fix cache maintenance function comments
2021-05-25 Fuad Tabbaarm64: sync_icache_aliases to take end parameter instea...
2021-05-25 Fuad Tabbaarm64: __clean_dcache_area_pou to take end parameter...
2021-05-25 Fuad Tabbaarm64: __clean_dcache_area_pop to take end parameter...
2021-05-25 Fuad Tabbaarm64: __clean_dcache_area_poc to take end parameter...
2021-05-25 Fuad Tabbaarm64: __flush_dcache_area to take end parameter instea...
2021-05-25 Fuad Tabbaarm64: dcache_by_line_op to take end parameter instead...
2021-05-25 Fuad Tabbaarm64: __inval_dcache_area to take end parameter instea...
2021-05-25 Fuad Tabbaarm64: Fix comments to refer to correct function __flus...
2021-05-25 Fuad Tabbaarm64: Move documentation of dcache_by_line_op
2021-05-25 Fuad Tabbaarm64: assembler: remove user_alt
2021-05-25 Fuad Tabbaarm64: Downgrade flush_icache_range to invalidate
2021-05-25 Fuad Tabbaarm64: Do not enable uaccess for invalidate_icache_range
2021-05-25 Fuad Tabbaarm64: Do not enable uaccess for flush_icache_range
2021-05-25 Fuad Tabbaarm64: Apply errata to swsusp_arch_suspend_exit
2021-05-25 Mark Rutlandarm64: assembler: add conditional cache fixups
2021-05-25 Mark Rutlandarm64: assembler: replace `kaddr` with `addr`
2021-05-25 Mark Brownarm64: Document requirement for access to FEAT_HCX
2021-05-25 Madhavan T... arm64: Implement stack trace termination record
2021-05-23 Linus TorvaldsLinux 5.13-rc3
2021-05-23 Linus TorvaldsMerge tag 'perf-urgent-2021-05-23' of git://git./linux...
2021-05-23 Linus TorvaldsMerge tag 'locking-urgent-2021-05-23' of git://git...
2021-05-23 Linus TorvaldsMerge tag 'irq-urgent-2021-05-23' of git://git./linux...
2021-05-23 Linus TorvaldsMerge tag 'x86_urgent_for_v5.13_rc3' of git://git....
2021-05-23 Linus TorvaldsMerge tag 'powerpc-5.13-4' of git://git./linux/kernel...
2021-05-23 Linus TorvaldsMerge tag 'kbuild-fixes-v5.13' of git://git./linux...
2021-05-23 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2021-05-23 Mike Kravetzuserfaultfd: hugetlbfs: fix new flag usage in error...
2021-05-23 Zhen Leilib: kunit: suppress a compilation warning of frame...
2021-05-23 Alexey Dobriyanproc: remove Alexey from MAINTAINERS
2021-05-23 Rikard Falkebornlinux/bits.h: fix compilation error with GENMASK
2021-05-23 Petr Mladekwatchdog: reliable handling of timestamps
2021-05-23 Alexander Potapenkokasan: slab: always reset the tag in get_freepointer_safe()
2021-05-23 Yang Yingliangtools/testing/selftests/exec: fix link error
2021-05-23 Varad Gautamipc/mqueue, msg, sem: avoid relying on a stack referenc...
2021-05-23 Michal HockoRevert "mm/gup: check page posion status for coredump."
2021-05-23 Arnd Bergmannmm/shuffle: fix section mismatch warning
2021-05-22 Linus TorvaldsMerge tag 'block-5.13-2021-05-22' of git://git.kernel...
2021-05-22 Linus TorvaldsMerge tag 'io_uring-5.13-2021-05-22' of git://git.kerne...
2021-05-22 Linus TorvaldsMerge tag 'for-linus-5.13b-rc3-tag' of git://git./linux...
next