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
2017-06-19
KVM: PPC: Book3S HV: Virtualize doorbell facility on POWER9
Paul Mackerras
2
-0
/
+4
2017-06-19
KVM: PPC: Book3S HV: Allow userspace to set the desired SMT mode
Paul Mackerras
2
-0
/
+3
2017-06-19
KVM: PPC: Book3S HV: Context-switch HFSCR between host and guest on POWER9
Paul Mackerras
1
-0
/
+1
2017-06-19
KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9
Paul Mackerras
1
-1
/
+1
2017-06-16
powerpc/kprobes: Skip livepatch_handler() for jprobes
Naveen N. Rao
1
-0
/
+1
2017-06-16
powerpc/debug: Add missing warn flag to WARN_ON's non-builtin path
Alexey Kardashevskiy
1
-1
/
+1
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-16
/
+28
2017-06-15
powerpc/xive: Fix offset for store EOI MMIOs
Benjamin Herrenschmidt
1
-5
/
+7
2017-06-15
powerpc/64s: Avoid cpabort in context switch when possible
Nicholas Piggin
1
-4
/
+4
2017-06-15
powerpc/64: Drop explicit hwsync in context switch
Nicholas Piggin
1
-0
/
+5
2017-06-13
ibmvnic: Client-initiated failover
Thomas Falcon
1
-0
/
+2
2017-06-09
tty: add TIOCGPTPEER ioctl
Aleksa Sarai
1
-0
/
+1
2017-06-08
powerpc/mm/4k: Limit 4k page size config to 64TB virtual address space
Aneesh Kumar K.V
2
-14
/
+13
2017-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-06-06
powerpc/numa: Fix percpu allocations to be NUMA aware
Michael Ellerman
1
-0
/
+14
2017-06-06
powerpc/64s: Machine check handle ifetch from foreign real address for POWER9
Nicholas Piggin
1
-7
/
+8
2017-06-05
powerpc/mm: Rename map_page() to map_kernel_page() on 32-bit
Christophe Leroy
2
-0
/
+4
2017-06-05
powerpc/mm/book(e)(3s)/32: Add page table accounting
Balbir Singh
1
-1
/
+2
2017-06-05
powerpc/mm/book(e)(3s)/64: Add page table accounting
Balbir Singh
4
-11
/
+33
2017-06-04
KVM: improve arch vcpu request defining
Andrew Jones
1
-2
/
+2
2017-06-02
powerpc/fadump: Set an upper limit for boot memory size
Hari Bathini
1
-0
/
+3
2017-06-02
powerpc: Remove __ilog2()s and use generic ones
Christophe Leroy
1
-26
/
+1
2017-06-02
powerpc: Replace ffz() by equivalent generic function
Christophe Leroy
1
-19
/
+1
2017-06-02
powerpc: Use builtin functions for fls()/__fls()/fls64()
Christophe Leroy
1
-21
/
+3
2017-06-02
powerpc: Discard ffs()/__ffs() function and use builtin functions instead
Christophe Leroy
1
-14
/
+2
2017-06-01
powerpc: use asm-generic/socket.h as much as possible
Stephen Rothwell
1
-91
/
+1
2017-06-01
powerpc/64: Reclaim CPU_FTR_SUBCORE
Michael Ellerman
1
-2
/
+1
2017-05-30
powerpc/64: Tool to check head sections location sanity
Nicholas Piggin
1
-2
/
+2
2017-05-30
powerpc/64: Handle linker stubs in low .text code
Nicholas Piggin
1
-0
/
+18
2017-05-30
powerpc: Use uapi/asm-generic/sockios.h
Stephen Rothwell
2
-20
/
+1
2017-05-30
powerpc: Use the asm-generic versions of some uapi includes
Stephen Rothwell
5
-9
/
+5
2017-05-30
powerpc/powernv/idle: Use Requested Level for restoring state on P9 DD1
Gautham R. Shenoy
1
-0
/
+2
2017-05-30
powerpc/64s: Fix FIXUP_ENDIAN non-maskable interrupt reentrancy
Nicholas Piggin
1
-4
/
+7
2017-05-27
take compat_sys_old_getrlimit() to native syscall
Al Viro
1
-1
/
+0
2017-05-25
powerpc: Add PPC_FEATURE userspace bits for SCV and DARN instructions
Nicholas Piggin
1
-0
/
+2
2017-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+16
2017-05-21
net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.
David S. Miller
1
-0
/
+2
2017-05-19
powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hash
Michael Ellerman
1
-0
/
+12
2017-05-15
kill strlen_user()
Al Viro
1
-1
/
+0
2017-05-15
powerpc/modules: If mprofile-kernel is enabled add it to vermagic
Michael Ellerman
1
-0
/
+4
2017-05-12
Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
8
-6
/
+49
2017-05-10
Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-45
/
+0
2017-05-11
uapi: export all headers under uapi directories
Nicolas Dichtel
1
-45
/
+0
2017-05-09
powerpc/64s: Support new device tree binding for discovering CPU features
Nicholas Piggin
5
-3
/
+39
2017-05-09
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...
Michael Ellerman
2
-0
/
+7
2017-05-09
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
4
-6
/
+107
2017-05-09
powerpc/mm/book3s/64: Rework page table geometry for lower memory usage
Michael Ellerman
1
-3
/
+3
2017-05-08
Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-5
/
+6
2017-05-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+2
2017-05-08
powerpc/fadump: remove dependency with CONFIG_KEXEC
Hari Bathini
1
-0
/
+2
[prev]
[next]