index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mm
/
alignment.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-10
ARM: alignment: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-1
/
+3
2019-07-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-1
/
+1
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
1
-1
/
+1
2018-09-27
signal/arm: Use force_sig_fault where appropriate
Eric W. Biederman
1
-9
/
+1
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2015-11-06
uaccess: reimplement probe_kernel_address() using probe_kernel_read()
Andrew Morton
1
-1
/
+1
2015-09-24
ARM: alignment: fix alignment handling for uaccess changes
Russell King
1
-5
/
+25
2015-03-30
ARM: 8322/1: keep .text and .fixup regions closer together
Ard Biesheuvel
1
-3
/
+3
2014-11-21
ARM: convert printk(KERN_* to pr_*
Russell King
1
-5
/
+5
2014-09-25
ARM: 8165/1: alignment: don't break misaligned NEON load/store
Robin Murphy
1
-0
/
+3
2014-07-18
ARM: alignment: save last kernel aligned fault location
Russell King
1
-1
/
+3
2014-06-02
ARM: remove global cr_no_alignment
Russell King
1
-0
/
+3
2014-06-02
ARM: remove CPU_CP15 conditional from alignment.c
Russell King
1
-2
/
+0
2014-06-02
ARM: move "noalign" command line option to alignment.c
Russell King
1
-0
/
+7
2014-06-02
ARM: provide common method to clear bits in CPU control register
Russell King
1
-3
/
+2
2014-05-22
ARM: use get_cr() rather than cr_alignment
Russell King
1
-1
/
+1
2013-10-19
ARM: alignment: correctly decode instructions in BE8 mode.
Ben Dooks
1
-2
/
+7
2013-03-09
Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...
Russell King
1
-0
/
+2
2013-02-25
ARM: fix scheduling while atomic warning in alignment handling code
Russell King
1
-7
/
+4
2013-02-01
ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15
Uwe Kleine-König
1
-0
/
+2
2012-11-04
ARM: 7569/1: mm: uninitialized warning corrections
viresh kumar
1
-1
/
+1
2012-10-09
ARM: Fix another build warning in arch/arm/mm/alignment.c
Arnd Bergmann
1
-1
/
+3
2012-09-16
ARM: Fix build warning in arch/arm/mm/alignment.c
Russell King
1
-3
/
+3
2012-03-28
Disintegrate asm/system.h for ARM
David Howells
1
-0
/
+1
2012-03-28
ARM: move CP15 definitions to separate header file
Russell King
1
-1
/
+1
2011-12-08
ARM: LPAE: Add fault handling support
Catalin Marinas
1
-1
/
+1
2011-10-01
ARM: allow building alignment.c without PROC_FS
Arnd Bergmann
1
-10
/
+10
2011-08-09
ARM: 7008/1: alignment: Make SIGBUS sent to userspace POSIXly correct
Dave Martin
1
-3
/
+11
2011-08-09
ARM: 7007/1: alignment: Prevent ignoring of faults with ARMv6 unaligned acces...
Dave Martin
1
-12
/
+30
2011-07-02
ARM: entry: avoid enabling interrupts in prefetch/data abort handlers
Russell King
1
-0
/
+3
2010-09-23
ARM: 6401/1: plug a race in the alignment trap handler
Nicolas Pitre
1
-2
/
+17
2010-07-27
ARM: 6268/1: ARMv6K and ARMv7 use fault statuses 3 and 6 as Access Flag fault
Kirill A. Shutemov
1
-2
/
+12
2010-07-27
ARM: 6269/1: Add 'code' parameter for hook_fault_code()
Kirill A. Shutemov
1
-2
/
+4
2010-07-27
ARM: 6252/1: Use SIGBUS for unaligned access instead of SIGILL
Kirill A. Shutemov
1
-2
/
+2
2010-05-17
Merge branch 'devel-stable' into devel
Russell King
1
-12
/
+12
2010-05-15
ARM: convert /proc/cpu/aligment to seq_file
Alexey Dobriyan
1
-27
/
+26
2010-04-21
ARM: fix build error in arch/arm/kernel/process.c
Russell King
1
-12
/
+12
2010-03-01
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-5
/
+1
2010-02-20
ARM: allow alignment fault mode to be configured at kernel boot
Russell King
1
-0
/
+3
2010-02-16
ARM: Move creation of /proc/cpu out of alignment.c
Russell King
1
-5
/
+1
2009-07-24
Thumb-2: Implement the unified arch/arm/mm support
Catalin Marinas
1
-5
/
+15
2009-06-19
[ARM] 5540/1: 32-bit Thumb-2 {ld,st}{m,rd} alignment fault fixup support
George G. Davis
1
-20
/
+119
2008-12-16
Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Russell King
1
-3
/
+23
2008-12-07
[ARM] Fix alignment fault handling for ARMv6 and later CPUs
Russell King
1
-3
/
+23
2008-11-29
[ARM] Remove linux/sched.h from asm/cacheflush.h and asm/uaccess.h
Russell King
1
-0
/
+1
2008-09-06
[ARM] Convert asm/uaccess.h to linux/uaccess.h
Russell King
1
-1
/
+1
[next]