aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/samsung
Commit message (Collapse)AuthorAgeFilesLines
* kernel: enable memory compactionFelix Fietkau2018-10-091-1/+0
| | | | | | | | | | | Compaction is the only memory management component to form high order (larger physically contiguous) memory blocks reliably. The page allocator relies on compaction heavily and the lack of the feature can lead to unexpected OOM killer invocations for high order memory requests. You shouldn't disable this option unless there really is a strong reason for it. Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
* samsung: Remove unneeded config optionsHauke Mehrtens2018-09-291-21/+5
| | | | | | | | | | The samsung target deactivates some options which are activated in the generic kernel configuration. This looks unnecessary to me, so remove this. This also fixes build problem found by build bot, for example the kmod-fs-nfs-v3 was not building, because CONFIG_NETWORK_FILESYSTEMS was deactivated. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* treewide: fix some cosmetic glitches in dts filesPaul Wassi2018-08-271-37/+36
| | | | | | | | | | | - fix single spaces hidden by a tab - replace indentation with spaces by tabs - make empty lines empty - drop trailing whitespace - drop unnecessary blank lines Signed-off-by: Mathias Kresin <dev@kresin.me> Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* samsung/s5pv210: New targetJianhui Zhao2018-07-309-0/+1148
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>