summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2008-11-08 11:24:57 +0100
committerIngo Molnar <mingo@elte.hu>2008-11-11 19:30:28 +0100
commita4c52791fa8c73e3cffe4a82865edb41e8fe8c3c (patch)
tree856360987d48df0f88f5ac6034a7a417d7fab526 /tools/perf/scripts/python/bin/stackcollapse-record
parentfd51b2d7d5df932767b89e00d0871a38a2c53e74 (diff)
downloadkernel-a4c52791fa8c73e3cffe4a82865edb41e8fe8c3c.tar.gz
x86, 64-bit: update address space documentation
Impact: documentation update Commit a6523748bddd38bcec11431f57502090b6014a96 (paravirt/x86, 64-bit: move __PAGE_OFFSET to leave a space for hypervisor) changed address space without changing the documentation. Change it according to the code change -- direct mapping start: ffff810000000000 => ffff880000000000 which gives 57 TiB, something between 45 and 46 bits. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
200'>2024-09-12fs: add f_pipeChristian Brauner 2024-09-10file: port to struct kmem_cache_argsChristian Brauner 2024-08-29fs: use kmem_cache_create_rcu()Christian Brauner 2024-08-28file: reclaim 24 bytes from f_ownerChristian Brauner 2024-08-19Fixed: fs: file_table_c: Missing blank line warnings and struct declaration i...Mohit0404 2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados 2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2024-02-25file: add alloc_file_pseudo_noaccount()Christian Brauner 2024-02-25file: prepare for new helperChristian Brauner 2024-02-15ima: Move to LSM infrastructureRoberto Sassu 2024-02-15security: Introduce file_release hookRoberto Sassu 2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds 2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds 2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados 2023-12-12fs: replace f_rcuhead with f_task_workChristian Brauner 2023-12-12file: massage cleanup of files that failed to openAl Viro 2023-11-25d_alloc_pseudo(): move setting ->d_op there from the (sole) callerAl Viro 2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds 2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein 2023-10-19backing file: free directlyChristian Brauner 2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner 2023-10-19vfs: shave work on failed file openMateusz Guzik 2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan 2023-08-08fs: use __fput_sync in close(2)Linus Torvalds 2023-07-02fs: move cleanup from init_file() into its callersAmir Goldstein 2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein 2023-06-19fs: move kmem_cache_zalloc() into alloc_empty_file*() helpersAmir Goldstein 2023-01-11filelock: move file locking definitions to separate header fileJeff Layton