Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3bcc8656722c84f10355054ed287c15c47e30a74
/
arch
/
powerpc
6c84239
Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 8 years ago
2cfd716
Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
380afa3
powerpc/fsl_rio: fix a missing error code
by Dan Carpenter
· 8 years ago
5411fd7
powerpc: add explicit #include <asm/asm-compat.h> for jump label
by Jason Baron
· 8 years ago
00085f1
dma-mapping: use unsigned long for dma_attrs
by Krzysztof Kozlowski
· 8 years ago
eea8148
powerpc/mm: Move register_process_table() out of ppc_md
by Michael Ellerman
· 8 years ago
1a058f1
powerpc/perf: Fix incorrect event codes in power9-event-list
by Madhavan Srinivasan
· 8 years ago
2c0f995
powerpc/32: Fix early access to cpu_spec relocation
by Benjamin Herrenschmidt
· 8 years ago
d52bd54
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
adff164
powerpc/fsl_rio: apply changes for RIO spec rev 3
by Alexandre Bounine
· 8 years ago
a057a52
rapidio: change inbound window size type to u64
by Alexandre Bounine
· 8 years ago
7e78141
signal: consolidate {TS,TLF}_RESTORE_SIGMASK code
by Andy Lutomirski
· 8 years ago
949bed2
include: mman: use bool instead of int for the return value of arch_validate_prot
by Chen Gang
· 8 years ago
bd721ea
treewide: replace obsolete _refok by __ref
by Fabian Frederick
· 8 years ago
c8d0267
Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 8 years ago
f716a85
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 8 years ago
221bb8a
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
23528bb
KVM: PPC: Introduce KVM_CAP_PPC_HTM
by Sam Bobroff
· 8 years ago
9454c23
Merge branch 'pci/msi-affinity' into next
by Bjorn Helgaas
· 8 years ago
a67ae75
powerpc/ptrace: Enable support for Performance Monitor registers
by Anshuman Khandual
· 8 years ago
cf89d4e
powerpc/ptrace: Enable support for EBB registers
by Anshuman Khandual
· 8 years ago
fa43981
powerpc/ptrace: Enable support for NT_PPPC_TAR, NT_PPC_PPR, NT_PPC_DSCR
by Anshuman Khandual
· 8 years ago
c45dc90
powerpc/ptrace: Enable NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCR
by Anshuman Khandual
· 8 years ago
08e1c01
powerpc/ptrace: Enable support for TM SPR state
by Anshuman Khandual
· 8 years ago
9d3918f
powerpc/ptrace: Enable support for NT_PPC_CVSX
by Anshuman Khandual
· 8 years ago
8c13f59
powerpc/ptrace: Enable support for NT_PPC_CVMX
by Anshuman Khandual
· 8 years ago
19cbcbf
powerpc/ptrace: Enable support for NT_PPC_CFPR
by Anshuman Khandual
· 8 years ago
25847fb
powerpc/ptrace: Enable support for NT_PPC_CGPR
by Anshuman Khandual
· 8 years ago
04fcadc
powerpc/ptrace: Adapt gpr32_get, gpr32_set functions for transaction
by Anshuman Khandual
· 8 years ago
94b7d36
powerpc/ptrace: Enable in transaction NT_PPC_VSX ptrace requests
by Anshuman Khandual
· 8 years ago
d844e27
powerpc/ptrace: Enable in transaction NT_PPC_VMX ptrace requests
by Anshuman Khandual
· 8 years ago
1ec8549
powerpc/ptrace: Enable in transaction NT_PRFPREG ptrace requests
by Anshuman Khandual
· 8 years ago
8d460f6
powerpc/process: Add the function flush_tmregs_to_thread
by Anshuman Khandual
· 8 years ago
703b41a
powerpc/mm: remove flush_tlb_page_nohash
by Aneesh Kumar K.V
· 8 years ago
5491ae7
powerpc/mm/hugetlb: Add flush_hugetlb_tlb_range
by Aneesh Kumar K.V
· 8 years ago
fbfa26d
powerpc/mm/radix/hugetlb: Add helper for finding page size from hstate
by Aneesh Kumar K.V
· 8 years ago
f22dfc9
powerpc/mm/radix: Rename function and drop unused arg
by Aneesh Kumar K.V
· 8 years ago
d8e91e9
powerpc/mm/radix: Add tlb flush of THP ptes
by Aneesh Kumar K.V
· 8 years ago
9d4dab1
powerpc/mm: Drop multiple definition of mm_is_core_local
by Aneesh Kumar K.V
· 8 years ago
13dce03
powerpc/mm: Use hugetlb flush functions
by Aneesh Kumar K.V
· 8 years ago
138ee7e
powerpc/mm/hash: Add helper for finding SLBE LLP encoding
by Aneesh Kumar K.V
· 8 years ago
8cb8140
powerpc/mm/radix: Implement tlb mmu gather flush efficiently
by Aneesh Kumar K.V
· 8 years ago
e2985fd
powerpc/jump_label: Annotate jump label assembly
by Michael Ellerman
· 8 years ago
c812c7d
powerpc/mm: Catch usage of cpu/mmu_has_feature() before jump label init
by Aneesh Kumar K.V
· 8 years ago
c12e6f2
powerpc: Add option to use jump label for mmu_has_feature()
by Kevin Hao
· 8 years ago
4db7327
powerpc: Add option to use jump label for cpu_has_feature()
by Kevin Hao
· 8 years ago
bfbfc8a
powerpc: Add kconfig option to use jump labels for cpu/mmu_has_feature()
by Michael Ellerman
· 8 years ago
b92a226
powerpc: Move cpu_has_feature() to a separate file
by Kevin Hao
· 8 years ago
905259e
powerpc: Remove mfvtb()
by Kevin Hao
· 8 years ago
309b315
powerpc: Call jump_label_init() in apply_feature_fixups()
by Aneesh Kumar K.V
· 8 years ago
b8f1b4f
powerpc/mm: Convert early cpu/mmu feature check to use the new helpers
by Aneesh Kumar K.V
· 8 years ago
a141cca
powerpc/mm: Add early_[cpu|mmu]_has_feature()
by Michael Ellerman
· 8 years ago
bab4c8d
powerpc/mm: Define radix_enabled() in one place & use static inline
by Michael Ellerman
· 8 years ago
6574ba9
powerpc/kernel: Convert cpu_has_feature() to returning bool
by Michael Ellerman
· 8 years ago
a81dc9d
powerpc/kernel: Convert mmu_has_feature() to returning bool
by Michael Ellerman
· 8 years ago
5a25b6f
powerpc/mm: Make MMU_FTR_RADIX a MMU family feature
by Aneesh Kumar K.V
· 8 years ago
a28e46f
powerpc/kernel: Check features don't change after patching
by Michael Ellerman
· 8 years ago
9e8066f
powerpc/64: Do feature patching before MMU init
by Michael Ellerman
· 8 years ago
2537b09
powerpc/mm: Do radix device tree scanning earlier
by Michael Ellerman
· 8 years ago
bacf9cf
powerpc/mm: Do hash device tree scanning earlier
by Michael Ellerman
· 8 years ago
c610ec6
powerpc/mm: Move disable_radix handling into mmu_early_init_devtree()
by Michael Ellerman
· 8 years ago
1a01dc8
powerpc/mm: Add mmu_early_init_devtree()
by Michael Ellerman
· 8 years ago
bad60e6
Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
f64d6e2
Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 8 years ago
719dbb2
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next
by Michael Ellerman
· 8 years ago
7a1e8b8
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 8 years ago
a6408f6
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
f0c98eb
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
93d1739
KVM: PPC: Book3S HV: Save/restore TM state in H_CEDE
by Paul Mackerras
· 8 years ago
f024ee0
KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures
by Paul Mackerras
· 8 years ago
fbef66f
powerpc/mm: Parenthesise IS_ENABLED() in if condition
by Stephen Rothwell
· 8 years ago
607e11a
Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
by Linus Torvalds
· 8 years ago
0e06f5c
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
1cd04d2
Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 8 years ago
1b3fc0b
Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 years ago
6453dbd
Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
dcddffd
mm: do not pass mm_struct into handle_mm_fault
by Kirill A. Shutemov
· 8 years ago
9af3f56
powerpc/mm: check for irq disabled() only if DEBUG_VM is enabled
by Aneesh Kumar K.V
· 8 years ago
3fc9d69
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
bbce2ad
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
dd570237
powerpc: Improve comment explaining why we modify VRSAVE
by Anton Blanchard
· 8 years ago
1a1cee8
powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()
by Michael Ellerman
· 8 years ago
6364e84
powerpc/mm: Rename hpte_init_lpar() and move the fallback to a header
by Michael Ellerman
· 8 years ago
7353644
powerpc/mm: Fix build break when PPC_NATIVE=n
by Michael Ellerman
· 8 years ago
74e630a
Merge tag 'v4.7' into for-linus/pstore
by Kees Cook
· 8 years ago
c86ad14
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
9def970
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 8 years ago
0606263
Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-next
by Dan Williams
· 8 years ago
bdab88e
powerpc/numa: Convert to hotplug state machine
by Sebastian Andrzej Siewior
· 8 years ago
5edc2aa
powerpc/dts: fix STMicroelectronics compatible strings
by Stefan Agner
· 8 years ago
4a12027
powerpc: Add module autoloading based on CPU features
by Alastair D'Silva
· 8 years ago
802a345
powerpc/powernv/ioda: Fix endianness when reading TCEs
by Alexey Kardashevskiy
· 8 years ago
0eab46b
powerpc/mm: Add memory barrier in __hugepte_alloc()
by Sukadev Bhattiprolu
· 9 years ago
31278b1
powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() call
by Michael Ellerman
· 8 years ago
9d63610
powerpc/ftrace: Separate the heuristics for checking call sites
by Michael Ellerman
· 8 years ago
b1923ca
powerpc: Merge 32-bit and 64-bit setup_arch()
by Benjamin Herrenschmidt
· 8 years ago
009776b
powerpc/64: Make a few boot functions __init
by Benjamin Herrenschmidt
· 8 years ago
f7b9ebb
powerpc: Re-order setup_panic()
by Benjamin Herrenschmidt
· 8 years ago
e39afba
powerpc: Re-order the call to smp_setup_cpu_maps()
by Benjamin Herrenschmidt
· 8 years ago
8f212cb
powerpc/32: Move cache info inits to a separate function
by Benjamin Herrenschmidt
· 8 years ago
Next »