summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
m task_structDavid Howells 2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells 2008-11-06mm: move migrate_prep out from under mmap_semChristoph Lameter 2008-10-20Unevictable LRU InfrastructureLee Schermerhorn 2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin 2008-08-12do_migrate_pages(): remove unused variableMinChan Kim 2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen 2008-07-04mempolicy: mask off internal flags for userspace APIDavid Rientjes 2008-04-28mempolicy: use struct mempolicy pointer in shmem_sb_infoLee Schermerhorn 2008-04-28mempolicy: support mpol=local tmpfs mount optionLee Schermerhorn 2008-04-28mempolicy: rework shmem mpol parsing and displayLee Schermerhorn 2008-04-28mempolicy: clean-up mpol-to-str() mempolicy formattingLee Schermerhorn 2008-04-28mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local PolicyLee Schermerhorn 2008-04-28mempolicy: mPOL_PREFERRED cleanups for "local allocation"Lee Schermerhorn 2008-04-28mempolicy: use MPOL_PREFERRED for system-wide default policyLee Schermerhorn 2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn 2008-04-28mempolicy: mark shared policies for unrefLee Schermerhorn 2008-04-28mempolicy: rename struct mempolicy 'policy' member to 'mode'Lee Schermerhorn 2008-04-28mempolicy: fixup Fallback for Default Shmem PolicyLee Schermerhorn 2008-04-28mempolicy: write lock mmap_sem while changing task mempolicyLee Schermerhorn 2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn 2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn 2008-04-28mempolicy: disallow static or relative flags for local preferred modeDavid Rientjes 2008-04-28mempolicy: create mempolicy_operations structureDavid Rientjes 2008-04-28mempolicy: move rebind functionsDavid Rientjes 2008-04-28mempolicy: add MPOL_F_RELATIVE_NODES flagDavid Rientjes 2008-04-28mempolicy: add MPOL_F_STATIC_NODES flagDavid Rientjes 2008-04-28mempolicy: support optional mode flagsDavid Rientjes 2008-04-28mempolicy: convert MPOL constants to enumDavid Rientjes 2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman 2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman 2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman 2008-03-10mempolicy: fix reference counting bugsLee Schermerhorn 2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck 2008-02-11mempolicy: silently restrict nodemask to allowed nodesKOSAKI Motohiro