| Commit message (Expand) | Author | Age | Files | Lines |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -1/+0 |
* | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 2009-06-21 | 1 | -1/+1 |
* | [S390] pm: add kernel_page_present | Hans-Joachim Picht | 2009-06-16 | 1 | -0/+19 |
* | [S390] maccess: arch specific probe_kernel_write() implementation | Heiko Carstens | 2009-06-12 | 2 | -1/+62 |
* | [S390] vmalloc: add vmalloc kernel parameter support | Heiko Carstens | 2009-06-12 | 1 | -3/+13 |
* | [S390] implement is_compat_task | Heiko Carstens | 2009-06-12 | 2 | -7/+7 |
* | [S390] cpumask: use mm_cpumask() wrapper | Rusty Russell | 2009-03-26 | 1 | -1/+1 |
* | [S390] move EXPORT_SYMBOLs to definitions | Heiko Carstens | 2009-03-26 | 1 | -0/+2 |
* | [S390] check addressing mode in s390_enable_sie | Carsten Otte | 2009-03-26 | 1 | -0/+4 |
* | [S390] page fault: invoke oom-killer | Heiko Carstens | 2009-03-26 | 1 | -26/+2 |
* | [S390] make page table upgrade work again | Martin Schwidefsky | 2009-03-18 | 1 | -14/+30 |
* | [S390] make page table walking more robust | Martin Schwidefsky | 2009-03-18 | 2 | -2/+4 |
* | mm: show node to memory section relationship with symlinks in sysfs | Gary Hade | 2009-01-06 | 1 | -1/+1 |
* | aio: make the lookup_ioctx() lockless | Jens Axboe | 2008-12-29 | 1 | -2/+2 |
* | [S390] convert dcssblk and extmem printks messages to pr_xxx macros. | Hongjie Yang | 2008-12-25 | 1 | -63/+43 |
* | [S390] pgtables: Fix race in enable_sie vs. page table ops | Christian Borntraeger | 2008-10-28 | 1 | -8/+8 |
* | mm: cleanup to make remove_memory() arch-neutral | Badari Pulavarty | 2008-10-20 | 1 | -11/+0 |
* | [S390] dcssblk: add >2G DCSSs support and stacked contiguous DCSSs support. | Hongjie Yang | 2008-10-10 | 1 | -39/+212 |
* | [S390] Add support for memory hot-remove. | Gerald Schaefer | 2008-08-01 | 1 | -1/+12 |
* | s390: use generic show_mem() | Johannes Weiner | 2008-07-26 | 1 | -32/+0 |
* | hugetlb: introduce pud_huge | Andi Kleen | 2008-07-24 | 1 | -0/+5 |
* | hugetlb: modular state for hugetlb page size | Andi Kleen | 2008-07-24 | 1 | -1/+2 |
* | [S390] Add support for memory hot-add. | Heiko Carstens | 2008-07-14 | 1 | -0/+19 |
* | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-06-11 | 1 | -17/+27 |
|\ |
|
| * | KVM: s390: fix locking order problem in enable_sie | Christian Borntraeger | 2008-06-06 | 1 | -17/+27 |
* | | [S390] vmemmap: fix off-by-one bug. | Heiko Carstens | 2008-06-10 | 1 | -1/+1 |
|/ |
|
* | [S390] showmem: Only walk spanned pages. | Heiko Carstens | 2008-05-30 | 1 | -26/+23 |
* | [S390] Fix section mismatch warnings. | Heiko Carstens | 2008-05-30 | 1 | -5/+13 |
* | [S390] sparsemem vmemmap: initialize memmap. | Heiko Carstens | 2008-05-15 | 1 | -13/+6 |
* | [S390] guest page hinting light | Martin Schwidefsky | 2008-05-07 | 3 | -0/+83 |
* | [S390] Convert to SPARSEMEM & SPARSEMEM_VMEMMAP | Heiko Carstens | 2008-04-30 | 3 | -79/+12 |
* | [S390] System z large page support. | Gerald Schaefer | 2008-04-30 | 5 | -31/+186 |
* | [S390] vmemmap: use clear_table to initialise page tables. | Heiko Carstens | 2008-04-30 | 1 | -3/+2 |
* | s390: KVM preparation: provide hook to enable pgstes in user pagetable | Carsten Otte | 2008-04-27 | 1 | -3/+62 |
* | [S390] Remove code duplication from monreader / dcssblk. | Martin Schwidefsky | 2008-04-17 | 1 | -15/+52 |
* | [S390] Fix a lot of sparse warnings. | Heiko Carstens | 2008-04-17 | 1 | -10/+3 |
* | [S390] remove redundant display of free swap space in show_mem() | Johannes Weiner | 2008-04-17 | 1 | -1/+0 |
* | [S390] exec_protect: Fix incorrect extern declarations. | Heiko Carstens | 2008-04-17 | 1 | -8/+8 |
* | [S390] dynamic page tables. | Martin Schwidefsky | 2008-02-09 | 4 | -2/+182 |
* | [S390] Add four level page tables for CONFIG_64BIT=y. | Martin Schwidefsky | 2008-02-09 | 2 | -3/+15 |
* | [S390] 1K/2K page table pages. | Martin Schwidefsky | 2008-02-09 | 3 | -25/+93 |
* | CONFIG_HIGHPTE vs. sub-page page tables. | Martin Schwidefsky | 2008-02-08 | 1 | -0/+2 |
* | [S390] Remove BUILD_BUG_ON() in vmem code. | Heiko Carstens | 2008-02-05 | 1 | -2/+1 |
* | [S390] Fix couple of section mismatches. | Heiko Carstens | 2008-02-05 | 1 | -1/+1 |
* | [S390] DEBUG_PAGEALLOC support for s390. | Heiko Carstens | 2008-02-05 | 1 | -0/+27 |
* | [S390] vmemmap: allocate struct pages before 1:1 mapping | Christian Borntraeger | 2008-01-26 | 1 | -2/+2 |
* | [S390] use LIST_HEAD instead of LIST_HEAD_INIT | Denis Cheng | 2008-01-26 | 1 | -1/+1 |
* | [S390] Get rid of HOLES_IN_ZONE requirement. | Heiko Carstens | 2008-01-26 | 1 | -1/+1 |
* | [S390] Change vmalloc defintions | Christian Borntraeger | 2008-01-26 | 1 | -13/+7 |
* | [S390] cmm: remove unused binary sysctls. | Heiko Carstens | 2007-11-20 | 1 | -3/+0 |