Re: [PATCH v3 4/4] mm/docs: describe memory.low refinements

2018-04-05 Thread Johannes Weiner
On Thu, Apr 05, 2018 at 07:59:21PM +0100, Roman Gushchin wrote: > Refine cgroup v2 docs after latest memory.low changes. > > Signed-off-by: Roman Gushchin > Cc: Andrew Morton > Cc: Johannes Weiner > Cc: Michal Hocko > Cc: Vladimir Davydov > Cc: Tejun Heo > Cc: kernel-t...@fb.com > Cc: linux.

[PATCH v3 4/4] mm/docs: describe memory.low refinements

2018-04-05 Thread Roman Gushchin
Refine cgroup v2 docs after latest memory.low changes. Signed-off-by: Roman Gushchin Cc: Andrew Morton Cc: Johannes Weiner Cc: Michal Hocko Cc: Vladimir Davydov Cc: Tejun Heo Cc: kernel-t...@fb.com Cc: linux...@kvack.org Cc: cgro...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-

[PATCH 0/3] mm: docs: more trivial updates

2018-02-25 Thread Mike Rapoport
Hi, Here's another set of (mostly) trivial updates for kernel-doc descriptions in the mm code. Mike Rapoport (3): mm/nommu: remove description of alloc_vm_area mm/swap: remove @cold parameter description for release_pages mm: kernel-doc: add missing parameter descriptions mm/cma.c

Re: [PATCH] mm, docs: update memory.stat description with workingset* entries

2017-05-16 Thread Michal Hocko
On Thu 11-05-17 20:18:13, Roman Gushchin wrote: > Commit 4b4cea91691d ("mm: vmscan: fix IO/refault regression in > cache workingset transition") introduced three new entries in memory > stat file: > - workingset_refault, > - workingset_activate, > - workingset_nodereclaim. > > This

Re: [PATCH] mm, docs: update memory.stat description with workingset* entries

2017-05-15 Thread Johannes Weiner
On Thu, May 11, 2017 at 08:18:13PM +0100, Roman Gushchin wrote: > Commit 4b4cea91691d ("mm: vmscan: fix IO/refault regression in > cache workingset transition") introduced three new entries in memory > stat file: > - workingset_refault, > - workingset_activate, > - workingset_noderec

[PATCH] mm, docs: update memory.stat description with workingset* entries

2017-05-11 Thread Roman Gushchin
Commit 4b4cea91691d ("mm: vmscan: fix IO/refault regression in cache workingset transition") introduced three new entries in memory stat file: - workingset_refault, - workingset_activate, - workingset_nodereclaim. This commit adds a corresponding description to the cgroup v2 docs.

Re: [PATCH -mm] docs: Document soft dirty behaviour for freshly created memory regions

2013-08-20 Thread Cyrill Gorcunov
On Tue, Aug 20, 2013 at 04:15:53PM -0500, Rob Landley wrote: > On 08/20/2013 10:31:32 AM, Cyrill Gorcunov wrote: > >Signed-off-by: Cyrill Gorcunov > >Cc: Pavel Emelyanov > >Cc: Andy Lutomirski > >Cc: Andrew Morton > >Cc: Matt Mackall > >Cc: Xiao Guangrong > >Cc: Marcelo Tosatti > >Cc: KOSAKI

Re: [PATCH -mm] docs: Document soft dirty behaviour for freshly created memory regions

2013-08-20 Thread Rob Landley
On 08/20/2013 10:31:32 AM, Cyrill Gorcunov wrote: Signed-off-by: Cyrill Gorcunov Cc: Pavel Emelyanov Cc: Andy Lutomirski Cc: Andrew Morton Cc: Matt Mackall Cc: Xiao Guangrong Cc: Marcelo Tosatti Cc: KOSAKI Motohiro Cc: Stephen Rothwell Cc: Peter Zijlstra Cc: "Aneesh Kumar K.V" With t

[PATCH -mm] docs: Document soft dirty behaviour for freshly created memory regions, v3

2013-08-20 Thread Cyrill Gorcunov
On Tue, Aug 20, 2013 at 10:25:11AM -0700, Randy Dunlap wrote: > > Long introductory phrases usually merit a comma after them. Ah, I see, thanks! --- From: Cyrill Gorcunov Subject: [PATCH] docs: Document soft dirty behaviour for freshly created memory regions Signed-off-by: Cyrill Gorcunov Cc:

Re: [PATCH -mm] docs: Document soft dirty behaviour for freshly created memory regions

2013-08-20 Thread Randy Dunlap
On 08/20/13 10:01, Cyrill Gorcunov wrote: > On Tue, Aug 20, 2013 at 09:57:38AM -0700, Randy Dunlap wrote: >>> >>> + While in most cases tracking memory changes by #PF-s is more than enough >> >> enough, > > ? Long introduc

[PATCH -mm] docs: Document soft dirty behaviour for freshly created memory regions, v2

2013-08-20 Thread Cyrill Gorcunov
Here is updated one, thanks again. --- From: Cyrill Gorcunov Subject: [PATCH] docs: Document soft dirty behaviour for freshly created memory regions Signed-off-by: Cyrill Gorcunov Cc: Pavel Emelyanov Cc: Andy Lutomirski Cc: Andrew Morton Cc: Matt Mackall Cc: Xiao Guangrong Cc: Marcelo Tos

Re: [PATCH -mm] docs: Document soft dirty behaviour for freshly created memory regions

2013-08-20 Thread Cyrill Gorcunov
On Tue, Aug 20, 2013 at 09:57:38AM -0700, Randy Dunlap wrote: > > > > + While in most cases tracking memory changes by #PF-s is more than enough >enough, ? For the rest -- thanks a LOT Randy, I'll update. -- To unsubscribe

Re: [PATCH -mm] docs: Document soft dirty behaviour for freshly created memory regions

2013-08-20 Thread Randy Dunlap
On 08/20/13 08:31, Cyrill Gorcunov wrote: > Signed-off-by: Cyrill Gorcunov > Cc: Pavel Emelyanov > Cc: Andy Lutomirski > Cc: Andrew Morton > Cc: Matt Mackall > Cc: Xiao Guangrong > Cc: Marcelo Tosatti > Cc: KOSAKI Motohiro > Cc: Stephen Rothwell > Cc: Peter Zijlstra > Cc: "Aneesh Kumar K.

[PATCH -mm] docs: Document soft dirty behaviour for freshly created memory regions

2013-08-20 Thread Cyrill Gorcunov
Signed-off-by: Cyrill Gorcunov Cc: Pavel Emelyanov Cc: Andy Lutomirski Cc: Andrew Morton Cc: Matt Mackall Cc: Xiao Guangrong Cc: Marcelo Tosatti Cc: KOSAKI Motohiro Cc: Stephen Rothwell Cc: Peter Zijlstra Cc: "Aneesh Kumar K.V" --- Documentation/vm/soft-dirty.txt |7 +++ 1 file

[patch 2/2] [PATCH -mm] docs: Update documentation about /proc//fdinfo/ fanotify output

2012-12-07 Thread Cyrill Gorcunov
Signed-off-by: Cyrill Gorcunov CC: Pavel Emelyanov CC: Oleg Nesterov CC: Andrey Vagin CC: Al Viro CC: Alexey Dobriyan CC: Andrew Morton CC: James Bottomley CC: "Aneesh Kumar K.V" CC: Alexey Dobriyan CC: Matthew Helsley CC: "J. Bruce Fields" CC: "Aneesh Kumar K.V" CC: Tvrtko Ursulin --

Re: MM docs...

2001-03-02 Thread Zou Min
> Is there any chance that some knowledgeable people could write docs for > the public functions in 2.4's linux/mm directory? I am currently doing some memory-related research. I would be very grateful if someone could write such documents. Btw, may I know some significant differences in terms o