index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Remove broken GregorianDay()
Daniel Axtens
2015-12-16
4
-38
/
+4
*
powerpc/xmon: Append linux_banner to exception information in xmon.
Rashmica Gupta
2015-12-14
1
-0
/
+2
*
powerpc/cell: Remove the Cell QPACE code
Rashmica Gupta
2015-12-14
5
-160
/
+0
*
powerpc/pseries: Limit EPOW reset event warnings
Vipin K Parashar
2015-12-14
1
-24
/
+31
*
Merge tag 'powerpc-4.4-3' into next
Michael Ellerman
2015-12-14
4
-5
/
+32
|
\
|
*
powerpc/tm: Check for already reclaimed tasks
Michael Neuling
2015-11-23
1
-0
/
+18
|
*
powerpc/tm: Block signal return setting invalid MSR state
Michael Neuling
2015-11-23
3
-5
/
+14
*
|
powerpc: Print MSR TM bits in oops messages
Michael Neuling
2015-12-14
1
-8
/
+43
*
|
powerpc: Make {cmp}xchg* and their atomic_ versions fully ordered
Boqun Feng
2015-12-14
1
-8
/
+8
*
|
powerpc: Make value-returning atomics fully ordered
Boqun Feng
2015-12-14
1
-1
/
+1
*
|
powerpc/mm: Don't open code pgtable_t size
Aneesh Kumar K.V
2015-12-14
1
-1
/
+1
*
|
powerpc/mm: Use H_READ with H_READ_4
Aneesh Kumar K.V
2015-12-14
2
-27
/
+44
*
|
powerpc/nohash: we don't use real_pte_t for nohash
Aneesh Kumar K.V
2015-12-14
1
-33
/
+0
*
|
powerpc/nohash: Update 64K nohash config to have 32 pte fragement
Aneesh Kumar K.V
2015-12-14
1
-3
/
+3
*
|
powerpc/mm: Don't hardcode the hash pte slot shift
Aneesh Kumar K.V
2015-12-14
3
-3
/
+3
*
|
powerpc/mm: Don't hardcode page table size
Aneesh Kumar K.V
2015-12-14
4
-25
/
+40
*
|
powerpc/mm: Add a _PAGE_PTE bit
Aneesh Kumar K.V
2015-12-14
8
-33
/
+35
*
|
powerpc/mm: Move THP headers around
Aneesh Kumar K.V
2015-12-14
6
-423
/
+201
*
|
powerpc/mm: Move hugetlb related headers
Aneesh Kumar K.V
2015-12-14
6
-110
/
+129
*
|
powerpc/mm: Move WIMG update to helper.
Aneesh Kumar K.V
2015-12-14
5
-31
/
+12
*
|
powerpc/mm: Add helper for converting pte bit to hpte bits
Aneesh Kumar K.V
2015-12-14
6
-67
/
+21
*
|
powerpc/mm: Convert 4k insert from asm to C
Aneesh Kumar K.V
2015-12-14
4
-360
/
+142
*
|
powerpc/mm: Convert __hash_page_64K to C
Aneesh Kumar K.V
2015-12-14
4
-308
/
+134
*
|
powerpc/mm: Increase the width of #define
Aneesh Kumar K.V
2015-12-14
1
-13
/
+13
*
|
powerpc/mm: Remove pte_val usage for the second half of pgtable_t
Aneesh Kumar K.V
2015-12-14
2
-2
/
+3
*
|
powerpc/mm: Don't track subpage valid bit in pte_t
Aneesh Kumar K.V
2015-12-14
7
-54
/
+48
*
|
powerpc/mm: Remove the dependency on pte bit position in asm code
Aneesh Kumar K.V
2015-12-14
2
-14
/
+33
*
|
powerpc/mm: Convert 4k hash insert to C
Aneesh Kumar K.V
2015-12-14
4
-381
/
+208
*
|
powerpc/booke: Move nohash headers
Aneesh Kumar K.V
2015-12-14
11
-41
/
+41
*
|
powerpc/mm: Move PTE bits from generic functions to hash64 functions.
Aneesh Kumar K.V
2015-12-14
4
-204
/
+340
*
|
powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.h
Aneesh Kumar K.V
2015-12-14
3
-451
/
+448
*
|
powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue
Aneesh Kumar K.V
2015-12-14
11
-57
/
+154
*
|
powerpc/mm: Don't use pte_val as lvalue
Aneesh Kumar K.V
2015-12-14
3
-57
/
+139
*
|
powerpc/mm: Drop pte-common.h from BOOK3S 64
Aneesh Kumar K.V
2015-12-14
4
-12
/
+111
*
|
powerpc/mm: Don't have generic headers introduce functions touching pte bits
Aneesh Kumar K.V
2015-12-14
3
-191
/
+376
*
|
powerpc/mm: Delete booke bits from book3s
Aneesh Kumar K.V
2015-12-14
3
-131
/
+49
*
|
powerpc/mm: Move hash specific pte width and other defines to book3s
Aneesh Kumar K.V
2015-12-14
3
-9
/
+129
*
|
powerpc/mm: make a separate copy for book3s
Aneesh Kumar K.V
2015-12-14
7
-7
/
+981
*
|
powerpc/mm: move pte headers to book3s directory
Aneesh Kumar K.V
2015-12-14
6
-10
/
+10
*
|
powerpc/mm: Fix infinite loop in hash fault with 4K page size
Aneesh Kumar K.V
2015-12-14
1
-1
/
+2
*
|
powerpc: Fix DSCR inheritance over fork()
Anton Blanchard
2015-12-10
1
-1
/
+1
*
|
powerpc: Call restore_sprs() before _switch()
Anton Blanchard
2015-12-10
1
-6
/
+9
*
|
powerpc: Call check_if_tm_restore_required() in enable_kernel_*()
Anton Blanchard
2015-12-10
1
-3
/
+10
*
|
powerpc: clean up asm/switch_to.h
Anton Blanchard
2015-12-02
2
-26
/
+11
*
|
powerpc: Rearrange __switch_to()
Anton Blanchard
2015-12-02
1
-26
/
+26
*
|
powerpc: create flush_all_to_thread()
Anton Blanchard
2015-12-02
4
-10
/
+22
*
|
powerpc: create giveup_all()
Anton Blanchard
2015-12-02
3
-30
/
+64
*
|
powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()
Anton Blanchard
2015-12-01
4
-30
/
+4
*
|
powerpc: Add ppc_strict_facility_enable boot option
Anton Blanchard
2015-12-01
3
-7
/
+43
*
|
powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
Anton Blanchard
2015-12-01
10
-0
/
+25
[next]