index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-25
powerpc: Add POWER8 CPU selection
Anton Blanchard
2
-0
/
+5
2014-09-25
pseries: Fix endian issues in cpu hot-removal
Thomas Falcon
2
-13
/
+17
2014-09-25
pseries: Fix endian issues in onlining cpu threads
Thomas Falcon
1
-3
/
+5
2014-09-25
powerpc: Simplify symbol check in prom_init_check.sh
Andreas Schwab
1
-16
/
+6
2014-09-25
powerpc: make of_device_ids const
Uwe Kleine-König
58
-67
/
+67
2014-09-25
powerpc/jump_label: use HAVE_JUMP_LABEL?
Zhouyi Zhou
2
-2
/
+2
2014-09-25
powerpc: Export dcr_ind_lock to fix build error
Pranith Kumar
1
-0
/
+1
2014-09-25
powerpc: Move htab_remove_mapping function prototype into header file
Anton Blanchard
2
-3
/
+2
2014-09-25
powerpc: Remove stale function prototypes
Anton Blanchard
11
-21
/
+0
2014-09-25
powerpc: Ensure global functions include their prototype
Anton Blanchard
7
-0
/
+8
2014-09-25
powerpc: Make a bunch of things static
Anton Blanchard
21
-40
/
+43
2014-09-25
powerpc: Separate ppc32 symbol exports into ppc_ksyms_32.c
Anton Blanchard
3
-108
/
+79
2014-09-25
powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.c
Anton Blanchard
3
-33
/
+40
2014-09-25
powerpc: Remove unused 32bit symbol exports
Anton Blanchard
1
-16
/
+0
2014-09-25
powerpc: Move more symbol exports next to function definitions
Anton Blanchard
5
-14
/
+7
2014-09-25
powerpc: Move via-cuda symbol exports next to function definitions
Anton Blanchard
1
-4
/
+0
2014-09-25
powerpc: Move adb symbol exports next to function definitions
Anton Blanchard
1
-7
/
+0
2014-09-25
powerpc/powernv: Check OPAL dump calls exist before using
Michael Neuling
1
-0
/
+4
2014-09-25
powerpc/powernv: Check OPAL elog calls exist before using
Michael Neuling
1
-0
/
+4
2014-09-25
powerpc/powernv: Check OPAL RTC calls exists before using
Michael Neuling
1
-5
/
+10
2014-09-25
powerpc/powernv: Add OPAL check token call
Michael Neuling
2
-0
/
+3
2014-09-25
powerpc: Fix build error with CONFIG_PCI=n
Pranith Kumar
1
-1
/
+1
2014-09-25
powerpc/boot: Don't install zImage.* from make install
Tony Breeds
1
-0
/
+5
2014-09-25
powerpc/powernv: Improve error messages in dump code
Vasant Hegde
1
-5
/
+9
2014-09-24
Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...
Paolo Bonzini
26
-300
/
+761
2014-09-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-0
/
+6
2014-09-24
powerpc: Update defconfigs which were missing CONFIG_NET.
David S. Miller
1
-0
/
+1
2014-09-24
powerpc: Set CONFIG_NET=y in defconfigs
Michal Marek
5
-0
/
+5
2014-09-24
kvm: Add arch specific mmu notifier for page invalidation
Tang Chen
1
-0
/
+5
2014-09-24
kvm: Fix page ageing bugs
Andres Lagar-Cavilla
7
-9
/
+11
2014-09-23
sparc: simplify syscall_get_arch()
Eric Paris
1
-8
/
+2
2014-09-23
ARCH: AUDIT: audit_syscall_entry() should not require the arch
Eric Paris
1
-5
/
+2
2014-09-23
ARCH: AUDIT: implement syscall_get_arch for all arches
Eric Paris
1
-0
/
+12
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
18
-20
/
+47
2014-09-23
powerpc/pseries: Drop unnecessary continue
Himangi Saraogi
1
-1
/
+0
2014-09-22
KVM: PPC: Pass enum to kvmppc_get_last_inst
Alexander Graf
4
-5
/
+5
2014-09-22
powerpc/kvm: common sw breakpoint instr across ppc
Madhavan Srinivasan
3
-5
/
+20
2014-09-22
powerpc/kvm: support to handle sw breakpoint
Madhavan Srinivasan
5
-5
/
+63
2014-09-22
KVM: PPC: Book3E: Enable e6500 core
Mihai Caraman
1
-0
/
+10
2014-09-22
KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 core
Mihai Caraman
4
-24
/
+65
2014-09-22
KVM: PPC: Book3S HV: Only accept host PVR value for guest PVR
Paul Mackerras
1
-1
/
+3
2014-09-22
KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threads
Paul Mackerras
1
-1
/
+1
2014-09-22
KVM: PPC: Remove shared defines for SPE and AltiVec interrupts
Mihai Caraman
1
-10
/
+10
2014-09-22
KVM: PPC: Remove the tasklet used by the hrtimer
Mihai Caraman
5
-15
/
+4
2014-09-22
KVM: PPC: BOOKE: Emulate debug registers and exception
Bharat Bhushan
4
-1
/
+194
2014-09-22
KVM: PPC: Move ONE_REG AltiVec support to powerpc
Mihai Caraman
3
-42
/
+47
2014-09-22
KVM: PPC: Make ONE_REG powerpc generic
Mihai Caraman
3
-129
/
+138
2014-09-22
KVM: PPC: Book3e: Add AltiVec support
Mihai Caraman
4
-8
/
+101
2014-09-22
KVM: PPC: Book3E: Increase FPU laziness
Mihai Caraman
3
-43
/
+36
2014-09-22
KVM: PPC: Book3S HV: Add register name when loading toc
Michael Neuling
1
-1
/
+2
[prev]
[next]