Skip to content
Snippets Groups Projects
Select Git revision
  • 8bccd85ffbaf8ff1448d1235fa6594e207695531
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

linux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Christoph Lameter authored and Linus Torvalds committed
    - Do a separation between do_xxx and sys_xxx functions. sys_xxx functions
      take variable sized bitmaps from user space as arguments. do_xxx functions
      take fixed sized nodemask_t as arguments and may be used from inside the
      kernel. Doing so simplifies the initialization code. There is no
      fs = kernel_ds assumption anymore.
    
    - Split up get_nodes into get_nodes (which gets the node list) and
      contextualize_policy which restricts the nodes to those accessible
      to the task and updates cpusets.
    
    - Add comments explaining limitations of bind policy
    
    Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
    Cc: Andi Kleen <ak@muc.de>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    8bccd85f
    History
    Name Last commit Last update