summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2015-07-09 17:31:45 +0300
committerRoger Quadros <rogerq@ti.com>2016-04-15 11:53:54 +0300
commitbdd7e033fe4cc3836b141b75119a4a975a64d9bc (patch)
tree192c9aa7566f621f0d6dacf9346b5d57640aa8ae /tools/perf/scripts/python/bin
parent51735caad3db6237fa9d31a2ce8b54cbd42ff6f0 (diff)
downloadkernel-bdd7e033fe4cc3836b141b75119a4a975a64d9bc.tar.gz
memory: omap-gpmc: Prevent mapping into 1st 16MB
We have been preventing mapping GPMC children in the first 1MB but really it has to be the first 16MB as the minimum GPMC partition size is 16MB. Also print an error message if CS mapping fails due to DT requesting address outside the GPMC map. Signed-off-by: Roger Quadros <rogerq@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
>2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg 2020-06-12smb311: add support for using info level for posix extensions querySteve French 2020-06-12smb311: Add support for lookup with posix extensions query infoSteve French 2020-03-12cifs_atomic_open(): fix double-put on late allocation failureAl Viro 2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein 2019-11-25CIFS: Return directly after a failed build_path_from_dentry() in cifs_do_crea...Markus Elfring 2019-10-09CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky 2019-09-16cifs: create a helper to find a writeable handle by path nameRonnie Sahlberg 2019-08-27cifs: replace various strncpy with strscpy and similarRonnie Sahlberg 2019-03-14CIFS: make mknod() an smb_version_opAurelien Aptel 2018-12-06cifs: Fix separator when building path from dentryPaulo Alcantara 2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro 2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro 2018-07-12introduce FMODE_CREATED and switch to itAl Viro 2018-06-04Merge tag '4.18-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds 2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds 2018-05-31smb3: Add posix create context for smb3.11 posix mountsSteve French 2018-05-22cifs_lookup(): switch to d_splice_alias()Al Viro 2018-05-22cifs_lookup(): cifs_get_inode_...() never returns 0 with *inode left NULLAl Viro 2018-04-20cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French