Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e37c83c06c2690157a989df40dc99a6b61c9ea15
/
arch
/
s390
/
mm
cf9daf4
[S390] cmm: get rid of CMM_PROC config option
by Heiko Carstens
· 14 years ago
db705e8
[S390] cmm: remove superfluous EXPORT_SYMBOLs plus cleanups
by Heiko Carstens
· 14 years ago
1ef6acf
[S390] cmm: fix crash on module unload
by Heiko Carstens
· 14 years ago
ab3c68e
[S390] debug: enable exception-trace debug facility
by Heiko Carstens
· 14 years ago
6af7eea
[S390] s390: disable change bit override
by Christian Borntraeger
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
92fe313
[S390] zcore: CPU registers are not saved under LPAR
by Michael Holzheu
· 15 years ago
09003ed
[S390] smsgiucv: declare char pointers as "const"
by Hendrik Brueckner
· 15 years ago
22e0a04
[S390] use kprobes_built_in() in mm/fault code
by Heiko Carstens
· 15 years ago
cbb870c
[S390] Cleanup struct _lowcore usage and defines.
by Heiko Carstens
· 15 years ago
d96221a
[S390] free_initmem: reduce code duplication
by Heiko Carstens
· 15 years ago
b8e660b
[S390] Replace ENOTSUPP usage with EOPNOTSUPP
by Heiko Carstens
· 15 years ago
a58c26b
[S390] use helpers for rlimits
by Jiri Slaby
· 15 years ago
67dd2f5
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 15 years ago
6a985c6
[S390] s390: use change recording override for kernel mapping
by Christian Borntraeger
· 15 years ago
52b169c
[S390] cmm: free pages on hibernate.
by Martin Schwidefsky
· 15 years ago
6c1e3e7
[S390] Use do_exception() in pagetable walk usercopy functions.
by Gerald Schaefer
· 15 years ago
1ab947d
[S390] fault handler access flags check.
by Martin Schwidefsky
· 15 years ago
50d7280
[S390] fault handler performance optimization.
by Martin Schwidefsky
· 15 years ago
7ecb344
[S390] Improve notify_page_fault implementation.
by Martin Schwidefsky
· 15 years ago
b11b533
[S390] Improve address space mode selection.
by Martin Schwidefsky
· 15 years ago
61365e1
[S390] Improve address space check.
by Martin Schwidefsky
· 15 years ago
6d45611
sysctl: Drop & in front of every proc_handler.
by Eric W. Biederman
· 15 years ago
b05fd35
sysctl s390: Remove dead sysctl binary support
by Eric W. Biederman
· 16 years ago
52a21f2
[S390] fix build breakage with CONFIG_AIO=n
by Martin Schwidefsky
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
9fd815b
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 15 years ago
87458ff
[S390] Change kernel_page_present coding style.
by Heiko Carstens
· 15 years ago
846955c
[S390] hibernation: fix guest page hinting related crash
by Heiko Carstens
· 15 years ago
cc013a8
arches: drop superfluous casts in nr_free_pages() callers
by Geert Uytterhoeven
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
bde69af
[S390] Wire up page fault events for software perf counters.
by Heiko Carstens
· 15 years ago
2ddddf3
[S390] Enable guest page hinting by default.
by Heiko Carstens
· 15 years ago
50aa98b
[S390] fix recursive locking on page_table_lock
by Martin Schwidefsky
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
d06063c
Move FAULT_FLAG_xyz into handle_mm_fault() callers
by Linus Torvalds
· 16 years ago
7db11a3
[S390] pm: add kernel_page_present
by Hans-Joachim Picht
· 15 years ago
88df125
[S390] maccess: arch specific probe_kernel_write() implementation
by Heiko Carstens
· 15 years ago
239a6425
[S390] vmalloc: add vmalloc kernel parameter support
by Heiko Carstens
· 15 years ago
7757591
[S390] implement is_compat_task
by Heiko Carstens
· 15 years ago
005f8ee
[S390] cpumask: use mm_cpumask() wrapper
by Rusty Russell
· 16 years ago
1485c5c
[S390] move EXPORT_SYMBOLs to definitions
by Heiko Carstens
· 16 years ago
702d9e5
[S390] check addressing mode in s390_enable_sie
by Carsten Otte
· 16 years ago
59fa4392
[S390] page fault: invoke oom-killer
by Heiko Carstens
· 16 years ago
0fb1d9b
[S390] make page table upgrade work again
by Martin Schwidefsky
· 16 years ago
f481bfa
[S390] make page table walking more robust
by Martin Schwidefsky
· 16 years ago
c04fc58
mm: show node to memory section relationship with symlinks in sysfs
by Gary Hade
· 16 years ago
abf137d
aio: make the lookup_ioctx() lockless
by Jens Axboe
· 16 years ago
93098bf
[S390] convert dcssblk and extmem printks messages to pr_xxx macros.
by Hongjie Yang
· 16 years ago
250cf77
[S390] pgtables: Fix race in enable_sie vs. page table ops
by Christian Borntraeger
· 16 years ago
7108878
mm: cleanup to make remove_memory() arch-neutral
by Badari Pulavarty
· 16 years ago
b2300b9
[S390] dcssblk: add >2G DCSSs support and stacked contiguous DCSSs support.
by Hongjie Yang
· 16 years ago
7e9238f
[S390] Add support for memory hot-remove.
by Gerald Schaefer
· 16 years ago
c55281d
s390: use generic show_mem()
by Johannes Weiner
· 16 years ago
ceb8687
hugetlb: introduce pud_huge
by Andi Kleen
· 16 years ago
a551643
hugetlb: modular state for hugetlb page size
by Andi Kleen
· 16 years ago
421c175
[S390] Add support for memory hot-add.
by Heiko Carstens
· 16 years ago
a4df1ac
Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm
by Linus Torvalds
· 16 years ago
ee0ddad
[S390] vmemmap: fix off-by-one bug.
by Heiko Carstens
· 16 years ago
74b6b52
KVM: s390: fix locking order problem in enable_sie
by Christian Borntraeger
· 16 years ago
c1bb7f3
[S390] showmem: Only walk spanned pages.
by Heiko Carstens
· 16 years ago
67060d9
[S390] Fix section mismatch warnings.
by Heiko Carstens
· 16 years ago
2069e97
[S390] sparsemem vmemmap: initialize memmap.
by Heiko Carstens
· 16 years ago
45e576b
[S390] guest page hinting light
by Martin Schwidefsky
· 16 years ago
17f3458
[S390] Convert to SPARSEMEM & SPARSEMEM_VMEMMAP
by Heiko Carstens
· 17 years ago
53492b1
[S390] System z large page support.
by Gerald Schaefer
· 17 years ago
8fc6365
[S390] vmemmap: use clear_table to initialise page tables.
by Heiko Carstens
· 17 years ago
402b086
s390: KVM preparation: provide hook to enable pgstes in user pagetable
by Carsten Otte
· 17 years ago
ca68305
[S390] Remove code duplication from monreader / dcssblk.
by Martin Schwidefsky
· 17 years ago
a806170
[S390] Fix a lot of sparse warnings.
by Heiko Carstens
· 17 years ago
1e42f32
[S390] remove redundant display of free swap space in show_mem()
by Johannes Weiner
· 17 years ago
c2e8b85
[S390] exec_protect: Fix incorrect extern declarations.
by Heiko Carstens
· 17 years ago
6252d70
[S390] dynamic page tables.
by Martin Schwidefsky
· 17 years ago
5a216a2
[S390] Add four level page tables for CONFIG_64BIT=y.
by Martin Schwidefsky
· 17 years ago
146e4b3
[S390] 1K/2K page table pages.
by Martin Schwidefsky
· 17 years ago
2f569af
CONFIG_HIGHPTE vs. sub-page page tables.
by Martin Schwidefsky
· 17 years ago
0189103
[S390] Remove BUILD_BUG_ON() in vmem code.
by Heiko Carstens
· 17 years ago
2bc89b5
[S390] Fix couple of section mismatches.
by Heiko Carstens
· 17 years ago
2485579
[S390] DEBUG_PAGEALLOC support for s390.
by Heiko Carstens
· 17 years ago
a2fd64d
[S390] vmemmap: allocate struct pages before 1:1 mapping
by Christian Borntraeger
· 17 years ago
c11ca97
[S390] use LIST_HEAD instead of LIST_HEAD_INIT
by Denis Cheng
· 17 years ago
9f4b0ba
[S390] Get rid of HOLES_IN_ZONE requirement.
by Heiko Carstens
· 17 years ago
5fd9c6e
[S390] Change vmalloc defintions
by Christian Borntraeger
· 17 years ago
43ebbf1
[S390] cmm: remove unused binary sysctls.
by Heiko Carstens
· 17 years ago
190a1d7
[S390] 4level-fixup cleanup
by Martin Schwidefsky
· 17 years ago
3610cce
[S390] Cleanup page table definitions.
by Martin Schwidefsky
· 17 years ago
b460cbc
pid namespaces: define is_global_init() and is_container_init()
by Serge E. Hallyn
· 17 years ago
5a3135c2
oom: move prototypes to appropriate header file
by David Rientjes
· 17 years ago
dcca2bd
During VM oom condition, kill all threads in process group
by Will Schmidt
· 17 years ago
c41fbc6
[S390] pfault: Fix alignment of parameter list.
by Heiko Carstens
· 17 years ago
0a87c5c
[S390] vmur: fix diag14 exceptions with addresses > 2GB.
by Michael Holzheu
· 17 years ago
e62133b
[S390] Get rid of new section mismatch warnings.
by Heiko Carstens
· 17 years ago
83c5407
mm: fault feedback #2
by Nick Piggin
· 17 years ago
be2864b
[S390] More verbose show_mem() like other architectures.
by Heiko Carstens
· 17 years ago
490f03d
[S390] Avoid compile warning.
by Heiko Carstens
· 17 years ago
1eeb66a
move die notifier handling to common code
by Christoph Hellwig
· 17 years ago
33464e3
[S390] get rid of kprobes notifier call chain.
by Christoph Hellwig
· 18 years ago
be5ec36
[S390] No execute support cleanup.
by Martin Schwidefsky
· 18 years ago
10c1031
[S390] Minor fault path optimization.
by Martin Schwidefsky
· 18 years ago
482b05d
[S390] Fixed handling of access register mode faults.
by Gerald Schaefer
· 18 years ago
Next »