index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-05
[S390] ptrace cleanup
Martin Schwidefsky
1
-3
/
+3
2011-01-05
[S390] pfault: delay register of pfault interrupt
Heiko Carstens
1
-12
/
+15
2011-01-05
[S390] irq: have detailed statistics for interrupt types
Heiko Carstens
1
-0
/
+2
2010-11-10
[S390] fix get_user_pages_fast
Martin Schwidefsky
1
-4
/
+3
2010-10-25
[S390] cleanup facility list handling
Martin Schwidefsky
1
-6
/
+1
2010-10-25
[S390] kvm: Fix badness at include/asm/mmu_context.h:83
Christian Borntraeger
1
-0
/
+2
2010-10-25
[S390] cleanup lowcore access from external interrupts
Martin Schwidefsky
1
-3
/
+8
2010-10-25
[S390] cleanup lowcore access from program checks
Martin Schwidefsky
1
-22
/
+14
2010-10-25
[S390] fix SIGBUS handling
Martin Schwidefsky
1
-3
/
+11
2010-10-25
[S390] cmm: fix crash on case conversion
Heiko Carstens
1
-1
/
+6
2010-10-25
[S390] store indication fault optimization
Martin Schwidefsky
2
-3
/
+19
2010-10-25
[S390] lockless get_user_pages_fast()
Martin Schwidefsky
5
-21
/
+381
2010-10-25
[S390] zero page cache synonyms
Martin Schwidefsky
1
-4
/
+45
2010-10-07
Fix IRQ flag handling naming
David Howells
2
-4
/
+3
2010-08-24
[S390] fix tlb flushing vs. concurrent /proc accesses
Martin Schwidefsky
1
-0
/
+2
2010-08-10
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
1
-2
/
+9
2010-08-09
mm: provide init_mm mm_context initializer
Heiko Carstens
1
-4
/
+0
2010-08-09
[S390] cmm, smsgiucv_app: convert sender to uppercase
Hendrik Brueckner
1
-0
/
+7
2010-08-09
[S390] cmm: add missing __init/__exit annotations
Heiko Carstens
1
-2
/
+2
2010-06-08
[S390] appldata/extmem/kvm: add missing GFP_KERNEL flag
Heiko Carstens
1
-9
/
+10
2010-05-26
[S390] cmm: get rid of CMM_PROC config option
Heiko Carstens
1
-9
/
+0
2010-05-26
[S390] cmm: remove superfluous EXPORT_SYMBOLs plus cleanups
Heiko Carstens
1
-53
/
+29
2010-05-26
[S390] cmm: fix crash on module unload
Heiko Carstens
1
-9
/
+9
2010-05-17
[S390] debug: enable exception-trace debug facility
Heiko Carstens
1
-15
/
+17
2010-04-09
[S390] s390: disable change bit override
Christian Borntraeger
1
-8
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
5
-1
/
+5
2010-03-24
[S390] zcore: CPU registers are not saved under LPAR
Michael Holzheu
1
-0
/
+26
2010-03-08
[S390] smsgiucv: declare char pointers as "const"
Hendrik Brueckner
1
-1
/
+1
2010-02-26
[S390] use kprobes_built_in() in mm/fault code
Heiko Carstens
1
-3
/
+1
2010-02-26
[S390] Cleanup struct _lowcore usage and defines.
Heiko Carstens
1
-0
/
+1
2010-02-26
[S390] free_initmem: reduce code duplication
Heiko Carstens
1
-16
/
+17
2010-02-26
[S390] Replace ENOTSUPP usage with EOPNOTSUPP
Heiko Carstens
1
-6
/
+6
2010-01-13
[S390] use helpers for rlimits
Jiri Slaby
1
-2
/
+2
2009-12-09
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
4
-202
/
+250
2009-12-07
[S390] s390: use change recording override for kernel mapping
Christian Borntraeger
1
-3
/
+8
2009-12-07
[S390] cmm: free pages on hibernate.
Martin Schwidefsky
1
-11
/
+50
2009-12-07
[S390] Use do_exception() in pagetable walk usercopy functions.
Gerald Schaefer
1
-0
/
+23
2009-12-07
[S390] fault handler access flags check.
Martin Schwidefsky
1
-17
/
+13
2009-12-07
[S390] fault handler performance optimization.
Martin Schwidefsky
1
-129
/
+129
2009-12-07
[S390] Improve notify_page_fault implementation.
Martin Schwidefsky
1
-10
/
+4
2009-12-07
[S390] Improve address space mode selection.
Martin Schwidefsky
2
-3
/
+3
2009-12-07
[S390] Improve address space check.
Martin Schwidefsky
1
-54
/
+45
2009-11-18
sysctl: Drop & in front of every proc_handler.
Eric W. Biederman
1
-3
/
+3
2009-11-12
sysctl s390: Remove dead sysctl binary support
Eric W. Biederman
1
-3
/
+2
2009-10-06
[S390] fix build breakage with CONFIG_AIO=n
Martin Schwidefsky
1
-2
/
+8
2009-09-24
sysctl: remove "struct file *" argument of ->proc_handler
Alexey Dobriyan
1
-2
/
+2
2009-09-23
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
2
-18
/
+51
2009-09-22
[S390] Change kernel_page_present coding style.
Heiko Carstens
1
-10
/
+7
2009-09-22
[S390] hibernation: fix guest page hinting related crash
Heiko Carstens
1
-8
/
+44
2009-09-22
arches: drop superfluous casts in nr_free_pages() callers
Geert Uytterhoeven
1
-1
/
+1
[next]