android_kernel_google_msm/arch
Artem Borisov 4315ddc3a6 flo: defconfig: use 64-bit binder API
IPC_32BIT originally was intended to be used on 4.4 and older userspaces,
because they didn't support new API and 64-bit pointers, but then it was
forced on 32-bit platforms because ARM didn't have essential 64-bit get_user() calls.
The main limitation of this option is that it is incompatible with new API,
so kernel and userspace should have same binder version to work properly.
Necessary calls were later introduced in commit "ARM: 8091/2: add get_user() support for 8 byte types"
and now AOSP and mainline are going towards removing old 32-bit binder API support.
64-bit binder is 100% compatible with 32-bit kernel and userspace,
so there is no reason for us to keep using the old solution anymore.

Change-Id: I91ce91a1a17ceb7110184657663e957bd8793d3f
2017-11-09 15:27:07 +00:00
..
alpha smp: Add task_struct argument to __cpu_up() 2016-10-29 23:12:38 +08:00
arm flo: defconfig: use 64-bit binder API 2017-11-09 15:27:07 +00:00
avr32
blackfin smp: Add task_struct argument to __cpu_up() 2016-10-29 23:12:38 +08:00
c6x
cris smp: Add task_struct argument to __cpu_up() 2016-10-29 23:12:38 +08:00
frv mm: larger stack guard gap, between vmas 2017-07-02 13:03:27 +03:00
h8300
hexagon smp: Add task_struct argument to __cpu_up() 2016-10-29 23:12:38 +08:00
ia64 fs: Limit sys_mount to only request filesystem modules. 2017-09-22 19:12:20 +03:00
m32r smp: Add task_struct argument to __cpu_up() 2016-10-29 23:12:38 +08:00
m68k
microblaze seccomp: ignore secure_computing return values 2014-10-31 19:46:19 -07:00
mips mm: larger stack guard gap, between vmas 2017-07-02 13:03:27 +03:00
mn10300 smp: Add task_struct argument to __cpu_up() 2016-10-29 23:12:38 +08:00
openrisc
parisc smp: Add task_struct argument to __cpu_up() 2016-10-29 23:12:38 +08:00
powerpc fs: Limit sys_mount to only request filesystem modules. 2017-09-22 19:12:20 +03:00
s390 fs: Limit sys_mount to only request filesystem modules. 2017-09-22 19:12:20 +03:00
score
sh mm: larger stack guard gap, between vmas 2017-07-02 13:03:27 +03:00
sparc mm: larger stack guard gap, between vmas 2017-07-02 13:03:27 +03:00
tile mm: larger stack guard gap, between vmas 2017-07-02 13:03:27 +03:00
um smp: Add task_struct argument to __cpu_up() 2016-10-29 23:12:38 +08:00
unicore32
x86 BACKPORT: random: introduce getrandom(2) system call 2017-10-27 21:48:02 +03:00
xtensa
.gitignore
Kconfig FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR. 2016-10-29 23:12:40 +08:00