aboutsummaryrefslogtreecommitdiff
path: root/android
Commit message (Collapse)AuthorAgeFilesLines
* ANDROID: restrict access to perf eventsJeff Vander Stoep2016-06-211-0/+6
| | | | | | | | | | | | | | Add: CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y to android-base.cfg The kernel.perf_event_paranoid sysctl is set to 3 by default. No unprivileged use of the perf_event_open syscall will be permitted unless it is changed. Bug: 29054680 Change-Id: Ie7512259150e146d8e382dc64d40e8faaa438917
* android: base-cfg: disable LOGGERMark Salyzyn2014-06-231-1/+0
| | | | | | | | | Bug: 15384806 Change-Id: If8d324ffdb4ebd56e5d68876f8e229547e20eaf4 Signed-off-by: Mark Salyzyn <salyzyn@google.com> Git-commit: d29570a5a46f4f4de487bc2acb04bbc8e8822dd3 Git-repo: https://android.googlesource.com/kernel/common.git Signed-off-by: Ian Maund <imaund@codeaurora.org>
* android: base-cfg: enable DM_VERITY (used for secureboot)JP Abgrall2014-06-231-1/+2
| | | | | | | | Change-Id: I68d769f97ffa76bb45e65d34a96dd7f558c02d08 Signed-off-by: JP Abgrall <jpa@google.com> Git-commit: eb131375b589db97c04218c0d9fb5c5873cec0bf Git-repo: https://android.googlesource.com/kernel/common.git Signed-off-by: Ian Maund <imaund@codeaurora.org>
* android: configs: add systrace support to recommended configsRom Lemarchand2014-06-231-0/+1
| | | | | | | | Change-Id: I4a6e88f47803e88b0ce2d913be4aeb299ca858b4 Signed-off-by: Rom Lemarchand <romlem@android.com> Git-commit: a00e8e874da1479dfc4080974afb5b26333cb85a Git-repo: https://android.googlesource.com/kernel/common.git Signed-off-by: Ian Maund <imaund@codeaurora.org>
* android: configs: update 3.10 optionsRom Lemarchand2014-06-132-2/+3
| | | | | | | Change-Id: Ifbda55e570a22ace98d7d74b057ba21a597e0826 Git-commit: da8a3700249608e24c3910549a5045cf1908a86d Git-Repo: https://android.googlesource.com/kernel/common.git Signed-off-by: Ian Maund <imaund@codeaurora.org>
* android: configs: Add CONFIG_NETFILTER_XT_TARGET_IDLETIMERAshish Sharma2014-06-131-0/+1
| | | | | | | | | | Signed-off-by: Ashish Sharma <ashishsharma@google.com> (cherry picked from commit 5621df1091c7e103bca6cdd1dbecf4333efad4e7) Change-Id: I3104266fa648fc024fee45f1ce9800142898baf7 Git-commit: f024263397cfaca5e2e97a27d9db424a42432eaf Git-Repo: https://android.googlesource.com/kernel/common.git Signed-off-by: Ian Maund <imaund@codeaurora.org>
* android: configs: add IPV6 ROUTE INFOJP Abgrall2014-06-131-0/+1
| | | | | | | | | Change-Id: I54cba86bce703647c4be8eee5592d55374ad02ef Signed-off-by: JP Abgrall <jpa@google.com> (cherry picked from commit 5e35d662616142d308ce24c9d552e469f60d8695) Git-commit: 7bb429f0dc58fbb1248e986638d2b117650025da Git-Repo: https://android.googlesource.com/kernel/common.git Signed-off-by: Ian Maund <imaund@codeaurora.org>
* android: configs: add TIMER_STATS back, helps with sysrq t.JP Abgrall2014-06-131-0/+1
| | | | | | | | | | Change-Id: I8fe033090e38523152225dcfb7a1828f530a0757 Signed-off-by: JP Abgrall <jpa@google.com> (cherry picked from commit 7aee29d6482954ac9fecae3ce8a90b6759158107) Git-commit: c5149b1e38ecd5c3f3d3add7fc118fb47b719929 Git-Repo: https://android.googlesource.com/kernel/common.git Signed-off-by: Ian Maund <imaund@codeaurora.org>
* android: configs: Add HIDRAW to recommended setMichael Wright2014-06-131-0/+1
| | | | | | | | | | | | The Logitech unifying driver depends on hidraw being available. Recommending one without the other will cause the Logitech driver to silently fail when connecting Logitech devices. Change-Id: I92ed2b6803537d9da6eed7fcada8f329cb4469a2 Signed-off-by: Michael Wright <michaelwr@google.com> Git-commit: 39293584f8a423bcb4efba635cddacc3d4d0b85e Git-Repo: https://android.googlesource.com/kernel/common.git Signed-off-by: Ian Maund <imaund@codeaurora.org>
* android: configs: require TCPMSS, remove SCHED_TRACER and TIMER_STATSJP Abgrall2014-06-132-2/+1
| | | | | | | | | | | | | TCPMSS is required for the Android Vpn service to correctly handle the MTU on tun/ppp devices. Bug: 11579326 We don't really need SCHED_TRACER and the TIMER_STATS. Change-Id: I10c5767a6324a496713752d4fe9eff361dc8e06a (cherry picked from commit 23f01e8e81f3c53985958fa291b39c84293ad047) Git-commit: e89d9fc608d3c8a1cf21174a713d2ff7e88e7e00 Git-Repo: https://android.googlesource.com/kernel/common.git Signed-off-by: Ian Maund <imaund@codeaurora.org>
* android: configs: Reorder config fragments, update READMEJP Abgrall2014-06-133-4/+8
| | | | | | | | | Change-Id: I5ee4b794dcc00f74f26562e49a406ea292af63ee (cherry picked from commit 9ebedefd06142c9bc812bfa23401031525002a76) Git-commit: 191b477931f7a9b20caea9269f4f340ca76e5a2e Git-Repo: https://android.googlesource.com/kernel/common.git Signed-off-by: Ian Maund <imaund@codeaurora.org>
* power_supply: kill android-battery driverTodd Poynor2014-06-131-1/+0
| | | | | | | | | | Discontinued in favor of future userspace charging helpers. Change-Id: I840a94ff42e2219cfd8759f919f6188355a63d92 Signed-off-by: Todd Poynor <toddpoynor@google.com> Git-commit: b396b36a15b27767215ea6a35174a6dba0302ba1 Git-Repo: https://android.googlesource.com/kernel/common.git Signed-off-by: Ian Maund <imaund@codeaurora.org>
* android: configs: no MODULES for base, no SIP for recommendedJP Abgrall2013-07-012-0/+2
| | | | | | | | We don't like CONFIG_MODULES anymore. Connection tracker handling of large SIP fails. Change-Id: Ie3c65aefcc6181752d6656c97e63035e5b5653ff Signed-off-by: JP Abgrall <jpa@google.com>
* android: configs: Reorder config fragmentsJP Abgrall2013-07-012-154/+154
| | | | | | | | Because there is not tool to consistently generate these config fragments, lets keep the alphabetical instead of random. Change-Id: I0f098f6be6bdd272544295a3d5a48d04411e4514 Signed-off-by: JP Abgrall <jpa@google.com>
* android: configs: Enable KSM support by defaultRom Lemarchand2013-07-011-0/+1
| | | | | | | This will be a noop unless the KSM thread is enabled by userspace Change-Id: Ia5fde14504cc0da50522e2f875d8d021f9e054ba Signed-off-by: Rom Lemarchand <romlem@google.com>
* android: configs: Add Logitech unifying receivers to recommendedMichael Wright2013-07-011-0/+1
| | | | | Change-Id: I7647cd7037731df69dfdd513a0808b396d9d5bdd Signed-off-by: Michael Wright <michaelwr@android.com>
* android: configs: Initial commit of Android config fragmentsRom Lemarchand2013-07-013-0/+263
- Add 2 files that contain the minimal and recommended kernel config options respectively. - Add a README to explain their purpose and how to use them to generate a device config compatible with Android. Change-Id: I3a4883f3b04d2820e90ceb3c4d02390d6458d6ce Signed-off-by: Rom Lemarchand <romlem@google.com>