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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-05
KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interface
Paul Mackerras
2
-0
/
+22
2012-10-05
KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interface
Paul Mackerras
2
-0
/
+53
2012-10-05
KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
Paul Mackerras
2
-2
/
+5
2012-10-05
KVM: PPC: Move kvm->arch.slot_phys into memslot.arch
Paul Mackerras
2
-4
/
+10
2012-10-05
KVM: PPC: bookehv: Allow duplicate calls of DO_KVM macro
Mihai Caraman
1
-2
/
+2
2012-10-05
booke: Added ONE_REG interface for IAC/DAC debug registers
Bharat Bhushan
2
-2
/
+34
2012-10-05
KVM: PPC: booke: Add watchdog emulation
Bharat Bhushan
3
-0
/
+12
2012-10-05
KVM: PPC: Add return value to core_check_requests
Alexander Graf
1
-1
/
+1
2012-10-05
KVM: PPC: Book3S: PR: Rework irq disabling
Alexander Graf
1
-0
/
+10
2012-10-05
KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier support
Alexander Graf
1
-2
/
+1
2012-10-05
KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr
Alexander Graf
1
-0
/
+3
2012-10-05
KVM: PPC: E500: Implement MMU notifiers
Alexander Graf
2
-1
/
+3
2012-10-05
PPC: Don't use hardcoded opcode for ePAPR hcall invocation
Liu Yu-B13201
2
-29
/
+29
2012-10-05
KVM: PPC: ev_idle hcall support for e500 guests
Liu Yu-B13201
1
-5
/
+6
2012-10-05
KVM: PPC: Add support for ePAPR idle hcall in host kernel
Liu Yu-B13201
1
-0
/
+1
2012-10-05
KVM: PPC: use definitions in epapr header for hcalls
Stuart Yoder
1
-10
/
+11
2012-10-05
PPC: epapr: create define for return code value of success
Stuart Yoder
1
-1
/
+2
2012-10-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
40
-277
/
+488
2012-10-06
compat: move compat_siginfo_t definition to asm/compat.h
Denys Vlasenko
2
-2
/
+59
2012-10-06
powerpc: bitops: introduce {clear,set}_bit_le()
Takuya Yoshikawa
1
-0
/
+10
2012-10-04
Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...
Arnd Bergmann
8
-11
/
+12
2012-10-04
Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+3
2012-10-03
Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...
Linus Torvalds
4
-3
/
+6
2012-10-03
asm-generic: Add default clkdev.h
Mark Brown
1
-0
/
+1
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+3
2012-10-02
compat: fs: Generic compat_sys_sendfile implementation
Catalin Marinas
2
-2
/
+3
2012-10-02
UAPI: (Scripted) Set up UAPI Kbuild files
David Howells
1
-0
/
+3
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...
David Howells
3
-3
/
+3
2012-10-01
Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-0
/
+3
2012-10-01
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+0
2012-10-01
sanitize tsk_is_polling()
Al Viro
1
-0
/
+2
2012-09-30
powerpc: switch to generic sys_execve()/kernel_execve()
Al Viro
3
-3
/
+4
2012-09-30
powerpc: split ret_from_fork
Al Viro
1
-3
/
+0
2012-09-28
Make most arch asm/module.h files use asm-generic/module.h
David Howells
1
-6
/
+1
2012-09-27
powerpc/perf: Sample only if SIAR-Valid bit is set in P7+
[email protected]
2
-0
/
+5
2012-09-27
Merge remote-tracking branch 'agust/next' into next
Benjamin Herrenschmidt
1
-0
/
+2
2012-09-18
Merge remote-tracking branch 'kumar/next' into next
Benjamin Herrenschmidt
6
-6
/
+39
2012-09-18
powerpc/eeh: Fix crash on converting OF node to edev
Gavin Shan
1
-0
/
+8
2012-09-18
powerpc/kprobe: Introduce a new thread flag
Tiejun Chen
1
-0
/
+3
2012-09-18
powerpc: Remove unused __get_user64() and __put_user64()
Bharat Bhushan
1
-11
/
+0
2012-09-18
powerpc/eeh: Remove EEH PE for normal PCI hotplug
Gavin Shan
2
-3
/
+4
2012-09-18
powerpc/eeh: Introduce EEH_PE_INVALID type PE
Gavin Shan
1
-3
/
+4
2012-09-17
powerpc/mm: Make some of the PGTABLE_RANGE dependency explicit
Aneesh Kumar K.V
6
-35
/
+31
2012-09-17
powerpc/mm: Update VSID allocation documentation
Aneesh Kumar K.V
1
-23
/
+17
2012-09-17
powerpc/mm: Add 64TB support
Aneesh Kumar K.V
5
-15
/
+39
2012-09-17
powerpc/mm: Use 32bit array for slb cache
Aneesh Kumar K.V
1
-1
/
+1
2012-09-17
powerpc/mm: Increase the slice range to 64TB
Aneesh Kumar K.V
2
-2
/
+10
2012-09-17
powerpc/mm: Make KERN_VIRT_SIZE not dependend on PGTABLE_RANGE
Aneesh Kumar K.V
1
-1
/
+1
2012-09-17
powerpc/mm: Convert virtual address to vpn
Aneesh Kumar K.V
5
-31
/
+77
2012-09-17
powerpc/mm: Fix typo in PTRS_PER_PUD
Scott Wood
1
-1
/
+1
[prev]
[next]