index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-14
powerpc/mm: Remove the dependency on pte bit position in asm code
Aneesh Kumar K.V
2
-14
/
+33
2015-12-14
powerpc/mm: Convert 4k hash insert to C
Aneesh Kumar K.V
4
-381
/
+208
2015-12-14
powerpc/booke: Move nohash headers
Aneesh Kumar K.V
11
-41
/
+41
2015-12-14
powerpc/mm: Move PTE bits from generic functions to hash64 functions.
Aneesh Kumar K.V
4
-204
/
+340
2015-12-14
powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.h
Aneesh Kumar K.V
3
-451
/
+448
2015-12-14
powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue
Aneesh Kumar K.V
11
-57
/
+154
2015-12-14
powerpc/mm: Don't use pte_val as lvalue
Aneesh Kumar K.V
3
-57
/
+139
2015-12-14
powerpc/mm: Drop pte-common.h from BOOK3S 64
Aneesh Kumar K.V
4
-12
/
+111
2015-12-14
powerpc/mm: Don't have generic headers introduce functions touching pte bits
Aneesh Kumar K.V
3
-191
/
+376
2015-12-14
powerpc/mm: Delete booke bits from book3s
Aneesh Kumar K.V
3
-131
/
+49
2015-12-14
powerpc/mm: Move hash specific pte width and other defines to book3s
Aneesh Kumar K.V
3
-9
/
+129
2015-12-14
powerpc/mm: make a separate copy for book3s
Aneesh Kumar K.V
7
-7
/
+981
2015-12-14
powerpc/mm: move pte headers to book3s directory
Aneesh Kumar K.V
6
-10
/
+10
2015-12-14
powerpc/mm: Fix infinite loop in hash fault with 4K page size
Aneesh Kumar K.V
1
-1
/
+2
2015-12-10
powerpc: Fix DSCR inheritance over fork()
Anton Blanchard
3
-17
/
+1
2015-12-10
powerpc: Call restore_sprs() before _switch()
Anton Blanchard
1
-6
/
+9
2015-12-10
powerpc: Call check_if_tm_restore_required() in enable_kernel_*()
Anton Blanchard
1
-3
/
+10
2015-12-02
powerpc: clean up asm/switch_to.h
Anton Blanchard
2
-26
/
+11
2015-12-02
powerpc: Rearrange __switch_to()
Anton Blanchard
1
-26
/
+26
2015-12-02
powerpc: create flush_all_to_thread()
Anton Blanchard
4
-10
/
+22
2015-12-02
powerpc: create giveup_all()
Anton Blanchard
3
-30
/
+64
2015-12-01
powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()
Anton Blanchard
4
-30
/
+4
2015-12-01
powerpc: Add ppc_strict_facility_enable boot option
Anton Blanchard
4
-7
/
+49
2015-12-01
powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
Anton Blanchard
15
-0
/
+39
2015-12-01
powerpc: Create msr_check_and_{set,clear}()
Anton Blanchard
1
-55
/
+52
2015-12-01
crypto: vmx: Only call enable_kernel_vsx()
Anton Blanchard
4
-17
/
+0
2015-12-01
powerpc: Move part of giveup_vsx into c
Anton Blanchard
4
-19
/
+23
2015-12-01
powerpc: Move part of giveup_fpu,altivec,spe into c
Anton Blanchard
6
-48
/
+65
2015-12-01
powerpc: Remove NULL task struct pointer checks in FP and vector code
Anton Blanchard
4
-19
/
+0
2015-12-01
powerpc: Create mtmsrd_isync()
Anton Blanchard
2
-8
/
+30
2015-12-01
powerpc: Simplify TM restore checks
Anton Blanchard
1
-34
/
+19
2015-12-01
powerpc: Remove UP only lazy floating point and vector optimisations
Anton Blanchard
9
-304
/
+1
2015-12-01
powerpc: Remove redundant mflr in _switch
Anton Blanchard
1
-3
/
+1
2015-12-01
powerpc: Create context switch helpers save_sprs() and restore_sprs()
Anton Blanchard
4
-82
/
+82
2015-12-01
powerpc: Don't disable MSR bits in do_load_up_transact_*() functions
Anton Blanchard
2
-8
/
+0
2015-12-01
powerpc: Don't disable kernel FP/VMX/VSX MSR bits on context switch
Anton Blanchard
1
-14
/
+1
2015-12-01
powerpc/64: Include KVM guest test in all interrupt vectors
Paul Mackerras
2
-35
/
+20
2015-11-26
powerpc/axonram: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-11-26
powerpc/rackmeter: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-11-26
powerpc: Add rN aliases to the pt_regs_offset table.
Rashmica Gupta
1
-0
/
+1
2015-11-26
powerpc: Standardise on NR_syscalls rather than __NR_syscalls.
Rashmica Gupta
8
-9
/
+8
2015-11-26
powerpc: Remove unused function trace_syscall()
Rashmica Gupta
1
-7
/
+0
2015-11-26
powerpc/boot: allow wrapper to work on non-english system
Laurent Vivier
1
-1
/
+1
2015-11-26
powerpc/powermac: IRQF_NO_SUSPEND not IRQF_TIMER for non-timer
John Ogness
1
-2
/
+3
2015-11-26
powerpc/powermac: set IRQF_NO_THREAD for xmon/cascade handlers
John Ogness
1
-1
/
+2
2015-11-24
powerpc/powernv: Drop owner assignment from platform_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-11-24
cxl: use correct operator when writing pcie config space values
Andrew Donnellan
1
-1
/
+1
2015-11-24
cxl: Fix possible idr warning when contexts are released
Vaibhav Jain
4
-12
/
+32
2015-11-23
powerpc/tm: Check for already reclaimed tasks
Michael Neuling
1
-0
/
+18
2015-11-23
powerpc/tm: Block signal return setting invalid MSR state
Michael Neuling
3
-5
/
+14
[prev]
[next]