index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-11
powerpc: Update of_remove_property() call sites to remove null checking
Suraj Jitindar Singh
4
-26
/
+10
2016-05-11
drivers/of: Add check for null property in of_remove_property()
Suraj Jitindar Singh
1
-0
/
+3
2016-05-11
powerpc/pseries: Add null property check to pseries_discover_pic()
Suraj Jitindar Singh
1
-0
/
+2
2016-05-11
powerpc/powernv/pci: Fix cfg_dbg() & replace with pr_devel()
Alexey Kardashevskiy
1
-9
/
+6
2016-05-11
selftests/powerpc: Fix subpage_prot test to return !0 on failure
Michael Ellerman
1
-8
/
+10
2016-05-11
selftests/powerpc: Test cp_abort during context switch
Chris Smart
5
-0
/
+129
2016-05-11
powerpc: Remove unnecessary CONFIG_SMP #ifdefs
Chris Smart
1
-6
/
+0
2016-05-11
powerpc: Remove unused remnants from A2 cpu
Rashmica Gupta
1
-2
/
+0
2016-05-11
powerpc/mm/slice: Remove slice_mm_new_context()
Aneesh Kumar K.V
2
-5
/
+1
2016-05-11
powerpc/mm/subpage: Initialise user psize correctly
Aneesh Kumar K.V
1
-1
/
+10
2016-05-11
powerpc/mm/radix: Fix CONFIG_PPC_MMU_STD_64 typo
Valentin Rothberg
1
-5
/
+5
2016-05-11
powerpc/mm/radix: Document software bits for radix
Aneesh Kumar K.V
1
-2
/
+6
2016-05-11
powerpc/mm/radix: Use firmware feature to enable Radix MMU
Aneesh Kumar K.V
1
-0
/
+1
2016-05-11
powerpc/mm/radix: Add THP support for 4K linux page size
Aneesh Kumar K.V
4
-26
/
+82
2016-05-11
powerpc/mm/radix: Add radix THP callbacks
Aneesh Kumar K.V
5
-1
/
+158
2016-05-11
powerpc/mm/thp: Abstraction for THP functions
Aneesh Kumar K.V
6
-179
/
+226
2016-05-11
powerpc/mm: THP is only available on hash64 as of now
Aneesh Kumar K.V
3
-372
/
+369
2016-05-11
powerpc/mm/radix: Add hugetlb support 4K page size
Aneesh Kumar K.V
2
-21
/
+47
2016-05-11
powerpc/mm/radix: Make sure swapper pgdir is properly aligned
Aneesh Kumar K.V
1
-5
/
+8
2016-05-11
powerpc/mm: Add radix support for hugetlb
Aneesh Kumar K.V
6
-1
/
+132
2016-05-11
powerpc/mm: Fix vma_mmu_pagesize() for radix
Aneesh Kumar K.V
1
-4
/
+4
2016-05-11
powerpc/mm: pte_frag abstraction
Aneesh Kumar K.V
6
-2
/
+22
2016-05-11
powerpc/radix: Update MMU cache
Aneesh Kumar K.V
1
-0
/
+2
2016-05-11
powerpc/mm: vmalloc abstraction in preparation for radix
Aneesh Kumar K.V
8
-14
/
+118
2016-05-11
powerpc/mm: Update pte filter for radix
Aneesh Kumar K.V
1
-0
/
+3
2016-05-11
powerpc/mm: Add radix pgalloc details
Aneesh Kumar K.V
5
-7
/
+55
2016-05-11
powerpc/mm: Make 4K and 64K use pte_t for pgtable_t
Aneesh Kumar K.V
4
-145
/
+52
2016-05-11
powerpc/mm: Rename function to indicate we are allocating fragments
Aneesh Kumar K.V
3
-29
/
+16
2016-05-11
powerpc/mm: Simplify the code dropping 4-level table #ifdef
Aneesh Kumar K.V
1
-39
/
+18
2016-05-11
powerpc/mm: Revert changes made to nohash pgalloc-64.h
Aneesh Kumar K.V
2
-35
/
+10
2016-05-11
powerpc/mm: Copy pgalloc (part 2)
Aneesh Kumar K.V
7
-25
/
+59
2016-05-11
powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3s
Aneesh Kumar K.V
2
-0
/
+375
2016-05-11
powerpc/mm/radix: Update PTCR on secondary CPUs
Aneesh Kumar K.V
1
-3
/
+7
2016-05-11
powerpc/mm/radix: Pick the address layout for radix config
Aneesh Kumar K.V
1
-0
/
+109
2016-05-11
powerpc/mm/radix: Limit paca allocation in radix
Aneesh Kumar K.V
1
-1
/
+19
2016-05-11
powerpc/mm/radix: Add checks in slice code to catch radix usage
Aneesh Kumar K.V
1
-0
/
+16
2016-05-11
powerpc/mm/radix: Isolate hash table function from pseries guest code
Aneesh Kumar K.V
2
-4
/
+13
2016-05-11
powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related code
Aneesh Kumar K.V
6
-16
/
+52
2016-05-11
powerpc/mm/radix: Add MMU_FTR_RADIX
Aneesh Kumar K.V
2
-2
/
+12
2016-05-11
powerpc/mm: Add mask of possible MMU features
Michael Ellerman
1
-1
/
+13
2016-05-01
powerpc/mm/radix: Add tlbflush routines
Aneesh Kumar K.V
8
-5
/
+310
2016-05-01
powerpc/mm: Hash abstraction for tlbflush routines
Aneesh Kumar K.V
4
-15
/
+73
2016-05-01
powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.c
Aneesh Kumar K.V
2
-4
/
+3
2016-05-01
powerpc/mm/radix: Add mmu context handling callback for radix
Aneesh Kumar K.V
2
-8
/
+39
2016-05-01
powerpc/mm: Abstraction for switch_mmu_context()
Aneesh Kumar K.V
5
-17
/
+19
2016-05-01
powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()
Aneesh Kumar K.V
3
-0
/
+38
2016-05-01
powerpc/mm: Abstraction for vmemmap and map_kernel_page()
Aneesh Kumar K.V
6
-16
/
+41
2016-05-01
powerpc/mm/radix: Add radix callbacks for early init routines
Aneesh Kumar K.V
6
-2
/
+380
2016-05-01
powerpc/mm: Abstract early MMU init in preparation for radix
Aneesh Kumar K.V
3
-10
/
+30
2016-05-01
powerpc/mm/radix: Add radix callback for pmd accessors
Aneesh Kumar K.V
3
-5
/
+36
[next]