[patch 0/4] [RFC] MMU Notifiers V1

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Christoph Lameter
Date: Thursday, January 24, 2008 - 10:56 pm

This is a patchset implementing MMU notifier callbacks based on Andrea's
earlier work. These are needed if Linux pages are referenced from something
else than tracked by the rmaps of the kernel.

To do:

- Make locking requirements for the callbacks consistent and
  document them accurately.
- Insure that the callbacks are complete
- Feedback from uses of the callbacks for KVM, RDMA, XPmem and GRU

Andrea's mmu_notifier #4 -> RFC V1

- Merge subsystem rmap based with Linux rmap based approach
- Move Linux rmap based notifiers out of macro
- Try to account for what locks are held while the notifiers are
  called.
- Develop a patch sequence that separates out the different types of
  hooks so that it is easier to review their use.
- Avoid adding #include to linux/mm_types.h
- Integrate RCU logic suggested by Peter.

-- 
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 0/4] [RFC] MMU Notifiers V1, Christoph Lameter, (Thu Jan 24, 10:56 pm)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Andrea Arcangeli, (Fri Jan 25, 4:42 am)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Robin Holt, (Fri Jan 25, 5:43 am)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Christoph Lameter, (Fri Jan 25, 11:31 am)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Benjamin Herrenschmidt, (Fri Jan 25, 2:18 pm)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Christoph Lameter, (Fri Jan 25, 2:25 pm)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Izik Eidus, (Mon Jan 28, 9:10 am)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Andrea Arcangeli, (Mon Jan 28, 10:25 am)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Christoph Lameter, (Mon Jan 28, 12:04 pm)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Andrea Arcangeli, (Mon Jan 28, 12:40 pm)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Christoph Lameter, (Mon Jan 28, 1:16 pm)