- 1d60be3 arm: propagate the calling convention changes down to csum_partial_copy_from_user() by Al Viro · 4 years, 6 months ago
- cc44c17 csum_partial_copy_nocheck(): drop the last argument by Al Viro · 4 years, 6 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- 5489ab5 arm/asm: add loglvl to c_backtrace() by Dmitry Safonov · 4 years, 7 months ago
- 84e6ffb arm: add support for folded p4d page tables by Mike Rapoport · 4 years, 7 months ago
- f87b1c4 ARM: 8958/1: rename missed uaccess .fixup section by Kees Cook · 5 years ago
- 8808cf8 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 5 years ago
- 6dc5fd9 ARM: 8900/1: UNWINDER_FRAME_POINTER implementation for Clang by Nathan Huckleberry · 5 years ago
- 6938983 ARM: 8897/1: check stmfd instruction using right shift by Lvqiang Huang · 5 years ago
- 24e4491 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
- 7cba7ca Merge branch 'for-arm-soc' of git://git.armlinux.org.uk/~rmk/linux-arm into arm/soc by Olof Johansson · 5 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 12290cc ARM: riscpc: move RiscPC assembly files from arch/arm/lib to mach-rpc by Russell King · 6 years ago
- 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
- e44fc38 ARM: 8844/1: use unified assembler in assembly files by Stefan Agner · 6 years ago
- c001899 ARM: 8843/1: use unified assembler in headers by Stefan Agner · 6 years ago
- a216376 ARM: 8841/1: use unified assembler in macros by Stefan Agner · 6 years ago
- de9c0d4 ARM: 8833/1: Ensure that NEON code always compiles with Clang by Nathan Chancellor · 6 years ago
- baf2df8 ARM: 8827/1: fix argument count to match macro definition by Stefan Agner · 6 years ago
- 344eb553 ARM: 8813/1: Make aligned 2-byte getuser()/putuser() atomic on ARMv6+ by Vincent Whitchurch · 6 years ago
- f441882 ARM: 8812/1: Optimise copy_{from/to}_user for !CPU_USE_DOMAINS by Vincent Whitchurch · 6 years ago
- 3e98d24 Merge branches 'fixes', 'misc' and 'spectre' into for-next by Russell King · 6 years ago
- a1d09e0 ARM: 8797/1: spectre-v1.1: harden __copy_to_user by Julien Thierry · 6 years ago
- afaf683 ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitization by Julien Thierry · 6 years ago
- c61b466 Merge branches 'fixes', 'misc' and 'spectre' into for-linus by Russell King · 6 years ago
- a3c0f847 ARM: spectre-v1: mitigate user accesses by Russell King · 7 years ago
- 0d73c3f ARM: 8772/1: kprobes: Prohibit kprobes on get_user functions by Masami Hiramatsu · 7 years ago
- 3a175cd Merge branches 'fixes', 'misc', 'sa1111' and 'sa1100-for-next' into for-next by Russell King · 7 years ago
- ff5fdaf ARM: 8745/1: get rid of __memzero() by Nicolas Pitre · 7 years ago
- 36b0cb8 ARM: 8731/1: Fix csum_partial_copy_from_user() stack mismatch by Chunyan Zhang · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- fd1d362 ARM: implement memset32 & memset64 by Matthew Wilcox · 7 years ago
- db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
- 9e34404 ARM: 8658/1: uaccess: fix zeroing of 64-bit get_user() by Kees Cook · 8 years ago
- 4188462 Merge branches 'clkdev', 'fixes', 'misc' and 'sa1100-base' into for-linus by Russell King · 8 years ago
- 8478132 Revert "arm: move exports to definitions" by Russell King · 8 years ago
- 24c66df ARM: fix backtrace by Russell King · 8 years ago
- 207b115 ARM: 8619/1: udelay: document the various constants by Nicolas Pitre · 8 years ago
- b26b5ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 2692a71 Merge branch 'work.uaccess' into for-linus by Al Viro · 8 years ago
- 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
- 9134449 arm: don't zero in __copy_from_user_inatomic()/__copy_from_user() by Al Viro · 8 years ago
- 7619751 ARM: 8595/2: apply more __ro_after_init by Kees Cook · 8 years ago
- 4dd1837 arm: move exports to definitions by Al Viro · 9 years ago
- 215e362 ARM: 8306/1: loop_udelay: remove bogomips value limitation by Nicolas Pitre · 10 years ago
- 0ebd744 arm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- 598bcc6 Merge branches 'misc' and 'misc-rc6' into for-linus by Russell King · 9 years ago
- 42f25bd ARM: 8477/1: runtime patch udiv/sdiv instructions into __aeabi_{u}idiv() by Nicolas Pitre · 9 years ago
- c014953d ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PAN by Russell King · 9 years ago
- 6f56a68 ARM: 8438/1: Add unwinding to __clear_user_std() by Stephen Boyd · 9 years ago
- 40d3f02 Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linus by Russell King · 9 years ago
- a5e090a ARM: software-based priviledged-no-access support by Russell King · 9 years ago
- 3fba7e2 ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore() by Russell King · 9 years ago
- 0f64b24 ARM: 8414/1: __copy_to_user_memcpy: fix mmap semaphore usage by Nicolas Pitre · 9 years ago
- 1bd4678 ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variants by Russell King · 10 years ago
- e8a0b37d Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
- cb8a4de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
- 82350ab ARM: lib/lib1funcs.S: fix typo s/substractions/subtractions/ by Antonio Ospite · 10 years ago
- 14327c6 ARM: replace BSYM() with badr assembly macro by Russell King · 10 years ago
- 57ca654 ARM: ensure delay timer has sufficient accuracy for delays by Russell King · 10 years ago
- c4a84ae ARM: 8322/1: keep .text and .fixup regions closer together by Ard Biesheuvel · 10 years ago
- c256303 ARM: 8285/1: remove ARMv3 user access code again by Nicolas Pitre · 10 years ago
- 279f487 ARM: 8225/1: Add unwinding support for memory copy functions by Lin Yongting · 10 years ago
- 207a6cb ARM: 8224/1: Add unwinding support for memmove function by Lin Yongting · 10 years ago
- 20cb6ab ARM: 8223/1: Add unwinding support for __memzero function by Lin Yongting · 10 years ago
- c2459d35 ARM: 8204/1: Add unwinding support for memset function by Lin Yongting · 10 years ago
- d998138 ARM: 8137/1: fix get_user BE behavior for target variable with size of 8 bytes by Victor Kamensky · 10 years ago
- b3345d7 Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
- e38361d ARM: 8091/2: add get_user() support for 8 byte types by Daniel Thompson · 10 years ago
- 6ebbf2c ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ by Russell King · 11 years ago
- 5930c1a ARM: choose highest resolution delay timer by Peter De Schrijver · 11 years ago
- d98b90e ARM: 7990/1: asm: rename logical shift macros push pull into lspush lspull by Victor Kamensky · 11 years ago
- c32ffce ARM: 7984/1: prefetch: add prefetchw invocations for barriered atomics by Will Deacon · 11 years ago
- 017f161 ARM: 7877/1: use built-in byte swap function by Kim Phillips · 11 years ago
- ef41b5c ARM: make kernel oops easier to read by Russell King · 11 years ago
- 11d4bb1 ARM: 7907/1: lib: delay-loop: Add align directive to fix BogoMIPS calculation by Fabio Estevam · 11 years ago
- b7ec699 ARM: 7893/1: bitops: only emit .arch_extension mp if CONFIG_SMP by Will Deacon · 11 years ago
- f47671e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
- df762ec Merge branch 'devel-stable' into for-next by Russell King · 11 years ago
- a3a9ea6 ARM: 7858/1: mm: make UACCESS_WITH_MEMCPY huge page aware by Steven Capper · 11 years ago
- d779c07 ARM: bitops: prefetch the destination word for write prior to strex by Will Deacon · 12 years ago
- 136dfa5 ARM: delete mach-shark by Linus Walleij · 11 years ago
- 9319206 ARM: 7835/2: fix modular build of xor_blocks() with NEON enabled by Ard Biesheuvel · 11 years ago
- b4f656e Pull branch 'for-rmk' of git://git.linaro.org/people/ardbiesheuvel/linux-arm into devel-stable by Russell King · 11 years ago
- 8bd26e3 arm: delete __cpuinit/__CPUINIT usage from all ARM users by Paul Gortmaker · 12 years ago
- 0195659 ARM: crypto: add NEON accelerated XOR implementation by Ard Biesheuvel · 12 years ago
- 6f3d90e ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay ops by Will Deacon · 12 years ago
- 418df63a ARM: 7670/1: fix the memset fix by Nicolas Pitre · 12 years ago
- 455bd4c ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimizations by Ivan Djelic · 12 years ago
- 7026436 ARM: 7653/2: do not scale loops_per_jiffy when using a constant delay clock by Nicolas Pitre · 12 years ago
- f3accb1 ARM: export default read_current_timer by Arnd Bergmann · 12 years ago
- ceaa1a1 Merge branch 'arch-timers' into for-linus by Russell King · 12 years ago
- 56942fe ARM: 7538/1: delay: add registration mechanism for delay timer sources by Jonathan Austin · 12 years ago
- beafa0d ARM: 7529/1: delay: set loops_per_jiffy when moving to timer-based loop by Will Deacon · 12 years ago
- 8404663 ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINS by Russell King · 12 years ago
- 080fc66 ARM: Bring back ARMv3 IO and user access code by Russell King · 12 years ago
- 0cc41e4 arch: remove direct definitions of KERN_<LEVEL> uses by Joe Perches · 12 years ago
- 91b006d Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus by Russell King · 12 years ago
- d0a533b ARM: 7452/1: delay: allow timer-based delay implementation to be selected by Will Deacon · 12 years ago
- 8c56cc8 ARM: 7449/1: use generic strnlen_user and strncpy_from_user functions by Will Deacon · 12 years ago