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
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-02
thp: share get_huge_page_tail()
Andrea Arcangeli
1
-11
/
+0
2011-11-02
powerpc: gup_huge_pmd() return 0 if pte changes
Andrea Arcangeli
1
-10
/
+11
2011-11-02
powerpc: gup_hugepte() support THP based tail recounting
Andrea Arcangeli
1
-1
/
+23
2011-11-02
powerpc: gup_hugepte() avoid freeing the head page too many times
Andrea Arcangeli
1
-3
/
+2
2011-11-02
powerpc: get_hugepte() don't put_page() the wrong page
Andrea Arcangeli
1
-1
/
+1
2011-11-02
powerpc: remove superfluous PageTail checks on the pte gup_fast
Andrea Arcangeli
1
-13
/
+0
2011-11-02
mm: thp: tail page refcounting fix
Andrea Arcangeli
1
-2
/
+3
2011-07-25
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
7
-69
/
+301
2011-07-24
Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+3
2011-07-22
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+3
2011-07-22
Merge remote-tracking branch 'jwb/next' into next
Benjamin Herrenschmidt
3
-3
/
+33
2011-07-19
powerpc/mm: Fix output of total_ram.
Tony Breeds
1
-2
/
+2
2011-07-12
powerpc/47x: allow kernel to be loaded in higher physical memory
Dave Kleikamp
1
-3
/
+10
2011-07-12
powerpc/44x: don't use tlbivax on AMP systems
Dave Kleikamp
2
-0
/
+23
2011-07-12
KVM: PPC: book3s_hv: Add support for PPC970-family processors
Paul Mackerras
1
-1
/
+1
2011-07-12
powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect...
Paul Mackerras
1
-2
/
+2
2011-07-08
powerpc: Create next_tlbcam_idx percpu variable for FSL_BOOKE
Becky Bruce
2
-0
/
+15
2011-07-01
perf: Remove the nmi parameter from the swevent and overflow interface
Peter Zijlstra
1
-3
/
+3
2011-06-30
powerpc: Add printk companion for ppc_md.progress
Dave Carroll
1
-1
/
+1
2011-06-30
powerpc: Move free_initmem to common code
Dave Carroll
3
-48
/
+19
2011-06-30
Merge remote branch 'origin/master' into next
Benjamin Herrenschmidt
4
-34
/
+24
2011-06-29
powerpc: mem_init should call memblock_is_reserved with phys_addr_t
Becky Bruce
1
-1
/
+2
2011-06-29
powerpc/book3e-64: use a separate TLB handler when linear map is bolted
Scott Wood
2
-13
/
+228
2011-06-29
arch/powerpc: use printk_ratelimited instead of printk_ratelimit
Christian Dietrich
1
-5
/
+5
2011-06-17
powerpc/book3e: Clarify HW table walk enable/disable message
Kumar Gala
1
-2
/
+2
2011-06-09
powerpc: Force page alignment for initrd reserved memory
Benjamin Herrenschmidt
3
-29
/
+19
2011-05-25
mm, powerpc: move the RCU page-table freeing into generic code
Peter Zijlstra
4
-107
/
+0
2011-05-25
powerpc: mmu_gather rework
Peter Zijlstra
4
-14
/
+10
2011-05-19
powerpc: Remove ioremap_flags
Anton Blanchard
2
-4
/
+4
2011-05-19
powerpc: Add ioremap_wc
Anton Blanchard
2
-0
/
+19
2011-05-06
powerpc: Fix compile with icwsx support
Stephen Rothwell
1
-1
/
+1
2011-05-04
powerpc: Convert old cpumask API into new one
KOSAKI Motohiro
1
-1
/
+1
2011-05-04
powerpc: Add Initiate Coprocessor Store Word (icswx) support
Tseng-Hui (Frank) Lin
1
-0
/
+211
2011-05-04
powerpc: Use new CPU feature bit to select 2.06 tlbie
Michael Neuling
1
-6
/
+4
2011-04-27
powerpc: Free up some CPU feature bits by moving out MMU-related features
Matt Evans
7
-25
/
+25
2011-04-27
powerpc/numa: Look for ibm, associativity-reference-points at the root
Michael Ellerman
1
-8
/
+7
2011-04-27
powerpc: Add TLB size detection for TYPE_3E MMUs
Benjamin Herrenschmidt
1
-1
/
+11
2011-04-20
powerpc: Replace open coded instruction patching with patch_instruction/patch...
Anton Blanchard
2
-20
/
+30
2011-04-20
powerpc/nohash: Allocate stale_map[cpu] on CPU_UP_PREPARE not CPU_ONLINE
Michael Ellerman
1
-2
/
+4
2011-04-20
powerpc/mm: Standardise on MMU_NO_CONTEXT
Michael Ellerman
1
-2
/
+1
2011-04-07
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
5
-21
/
+21
2011-04-04
Documentation: fix minor typos/spelling
Sylvestre Ledru
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
5
-21
/
+21
2011-03-30
powerpc: Implement dma_mmap_coherent()
Benjamin Herrenschmidt
1
-0
/
+20
2011-03-18
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2
-1
/
+36
2011-03-17
Merge remote branch 'jwb/next' into next
Benjamin Herrenschmidt
1
-0
/
+35
2011-03-10
powerpc/pseries: Disable VPNH feature
Benjamin Herrenschmidt
1
-1
/
+2
2011-03-02
powerpc: Fix memory limits when starting at a non-zero address
Scott Wood
1
-1
/
+1
2011-03-02
powerpc/mm: Make hpte_need_flush() safe for preemption
Peter Zijlstra
1
-3
/
+3
2011-02-07
powerpc/numa: Fix bug in unmap_cpu_from_node
Anton Blanchard
1
-1
/
+1
[next]