| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() | Luis Chamberlain | 2022-01-22 | 1 | -1/+1 |
* | ARM: Snapshot thread flags | Mark Rutland | 2021-12-01 | 1 | -1/+1 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -2/+2 |
* | treewide: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 1 | -1/+1 |
* | maccess: rename probe_kernel_address to get_kernel_nofault | Christoph Hellwig | 2020-06-18 | 1 | -2/+2 |
* | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 2020-02-04 | 1 | -7/+7 |
* | ARM: mm: alignment: use "u32" for 32-bit instructions | Russell King | 2019-10-10 | 1 | -14/+14 |
* | ARM: mm: fix alignment handler faults under memory pressure | Russell King | 2019-10-10 | 1 | -8/+36 |
* | ARM: alignment: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-08-10 | 1 | -1/+3 |
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-07-09 | 1 | -1/+1 |
|\ |
|
| * | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 2019-05-29 | 1 | -1/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
|/ |
|
* | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 2019-04-09 | 1 | -1/+1 |
* | signal/arm: Use force_sig_fault where appropriate | Eric W. Biederman | 2018-09-27 | 1 | -9/+1 |
* | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman | 2018-04-25 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | uaccess: reimplement probe_kernel_address() using probe_kernel_read() | Andrew Morton | 2015-11-06 | 1 | -1/+1 |
* | ARM: alignment: fix alignment handling for uaccess changes | Russell King | 2015-09-24 | 1 | -5/+25 |
* | ARM: 8322/1: keep .text and .fixup regions closer together | Ard Biesheuvel | 2015-03-30 | 1 | -3/+3 |
* | ARM: convert printk(KERN_* to pr_* | Russell King | 2014-11-21 | 1 | -5/+5 |
* | ARM: 8165/1: alignment: don't break misaligned NEON load/store | Robin Murphy | 2014-09-25 | 1 | -0/+3 |
* | ARM: alignment: save last kernel aligned fault location | Russell King | 2014-07-18 | 1 | -1/+3 |
* | ARM: remove global cr_no_alignment | Russell King | 2014-06-02 | 1 | -0/+3 |
* | ARM: remove CPU_CP15 conditional from alignment.c | Russell King | 2014-06-02 | 1 | -2/+0 |
* | ARM: move "noalign" command line option to alignment.c | Russell King | 2014-06-02 | 1 | -0/+7 |
* | ARM: provide common method to clear bits in CPU control register | Russell King | 2014-06-02 | 1 | -3/+2 |
* | ARM: use get_cr() rather than cr_alignment | Russell King | 2014-05-22 | 1 | -1/+1 |
* | ARM: alignment: correctly decode instructions in BE8 mode. | Ben Dooks | 2013-10-19 | 1 | -2/+7 |
* | Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-... | Russell King | 2013-03-09 | 1 | -0/+2 |
|\ |
|
| * | ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15 | Uwe Kleine-König | 2013-01-31 | 1 | -0/+2 |
* | | ARM: fix scheduling while atomic warning in alignment handling code | Russell King | 2013-02-25 | 1 | -7/+4 |
|/ |
|
* | ARM: 7569/1: mm: uninitialized warning corrections | viresh kumar | 2012-11-04 | 1 | -1/+1 |
* | ARM: Fix another build warning in arch/arm/mm/alignment.c | Arnd Bergmann | 2012-10-09 | 1 | -1/+3 |
* | ARM: Fix build warning in arch/arm/mm/alignment.c | Russell King | 2012-09-15 | 1 | -3/+3 |
* | Disintegrate asm/system.h for ARM | David Howells | 2012-03-28 | 1 | -0/+1 |
* | ARM: move CP15 definitions to separate header file | Russell King | 2012-03-28 | 1 | -1/+1 |
* | ARM: LPAE: Add fault handling support | Catalin Marinas | 2011-12-08 | 1 | -1/+1 |
* | ARM: allow building alignment.c without PROC_FS | Arnd Bergmann | 2011-10-01 | 1 | -10/+10 |
* | ARM: 7008/1: alignment: Make SIGBUS sent to userspace POSIXly correct | Dave Martin | 2011-08-09 | 1 | -3/+11 |
* | ARM: 7007/1: alignment: Prevent ignoring of faults with ARMv6 unaligned acces... | Dave Martin | 2011-08-09 | 1 | -12/+30 |
* | ARM: entry: avoid enabling interrupts in prefetch/data abort handlers | Russell King | 2011-07-02 | 1 | -0/+3 |
* | ARM: 6401/1: plug a race in the alignment trap handler | Nicolas Pitre | 2010-09-23 | 1 | -2/+17 |
* | ARM: 6268/1: ARMv6K and ARMv7 use fault statuses 3 and 6 as Access Flag fault | Kirill A. Shutemov | 2010-07-27 | 1 | -2/+12 |
* | ARM: 6269/1: Add 'code' parameter for hook_fault_code() | Kirill A. Shutemov | 2010-07-27 | 1 | -2/+4 |
* | ARM: 6252/1: Use SIGBUS for unaligned access instead of SIGILL | Kirill A. Shutemov | 2010-07-27 | 1 | -2/+2 |
* | Merge branch 'devel-stable' into devel | Russell King | 2010-05-17 | 1 | -12/+12 |
|\ |
|
| * | ARM: fix build error in arch/arm/kernel/process.c | Russell King | 2010-04-21 | 1 | -12/+12 |
* | | ARM: convert /proc/cpu/aligment to seq_file | Alexey Dobriyan | 2010-05-15 | 1 | -27/+26 |
|/ |
|
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-03-01 | 1 | -5/+1 |
|\ |
|