Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
cf9427b85e90bb1ff90e2397ff419691d983c68b
/
arch
cf9427b
powerpc: New hugepage directory format
by Aneesh Kumar K.V
· 12 years ago
0e5f35d
powerpc: Don't truncate pgd_index wrongly
by Aneesh Kumar K.V
· 12 years ago
cc3665a
powerpc: Don't hard code the size of pte page
by Aneesh Kumar K.V
· 12 years ago
ce54152
powerpc: Save DAR and DSISR in pt_regs on MCE
by Aneesh Kumar K.V
· 12 years ago
4b8f63d
powerpc: Use signed formatting when printing error
by Aneesh Kumar K.V
· 12 years ago
601abdc3
powerpc/pseries: Correct builds break when CONFIG_SMP not defined
by Nathan Fontenot
· 12 years ago
177c192
powerpc/booke: Remove obsolete macro FINISH_EXCEPTION
by Kevin Hao
· 12 years ago
fb4696c
powerpc/rtas_flash: Fix bad memory access
by Vasant Hegde
· 12 years ago
9f3a90e
powerpc: Fix build failure after merge of the cgroup tree
by Stephen Rothwell
· 12 years ago
d5bbe65
powerpc: Fix usage of setup_pci_atmu()
by Michael Neuling
· 12 years ago
bc23100
Merge remote-tracking branch 'kumar/next' into next
by Benjamin Herrenschmidt
· 12 years ago
28bf41a
Merge remote-tracking branch 'agust/next' into next
by Benjamin Herrenschmidt
· 12 years ago
fba2369
mm: use vm_unmapped_area() on powerpc architecture
by Michel Lespinasse
· 12 years ago
34d0717
mm: remove free_area_cache use in powerpc architecture
by Michel Lespinasse
· 12 years ago
9e2ecdb
powerpc/fsl-booke: add the reg prop for pci bridge device node for T4/B4
by Kevin Hao
· 12 years ago
04aa99c
powerpc/fsl-pci: don't unmap the PCI SoC controller registers in setup_pci_atmu
by Kevin Hao
· 12 years ago
9aa171f
powerpc/dts: Fix the dts for p1025rdb 36bit
by Zhicheng Fan
· 12 years ago
3925f46
powerpc/perf: Enable branch stack sampling framework
by Anshuman Khandual
· 12 years ago
b111355
powerpc/perf: Define BHRB generic functions, data and flags for POWER8
by Anshuman Khandual
· 12 years ago
5afc9b52
powerpc/perf: Add new BHRB related generic functions, data and flags
by Anshuman Khandual
· 12 years ago
7376093
powerpc/perf: Add basic assembly code to read BHRB entries on POWER8
by Anshuman Khandual
· 12 years ago
9521395
powerpc/perf: Add new BHRB related instructions for POWER8
by Anshuman Khandual
· 12 years ago
e05b9b9
powerpc/perf: Power8 PMU support
by Michael Ellerman
· 12 years ago
8f61aa3
powerpc/perf: Add support for SIER
by Michael Ellerman
· 12 years ago
860aad7
powerpc/perf: Add regs_no_sipr()
by Michael Ellerman
· 12 years ago
3390405
powerpc/perf: Add an accessor for regs->result
by Michael Ellerman
· 12 years ago
5682c46
powerpc/perf: Convert mmcra_sipr/sihv() to regs_sipr/sihv()
by Michael Ellerman
· 12 years ago
7a78683
powerpc/perf: Add an explict flag indicating presence of SLOT field
by Michael Ellerman
· 12 years ago
240686c
powerpc: Initialise PMU related regs on Power8
by Michael Ellerman
· 12 years ago
959c9bd
powerpc/powernv: Fix invalid IOMMU table
by Gavin Shan
· 12 years ago
373f565
powerpc/powernv: Build DMA space for PE on PHB3
by Gavin Shan
· 12 years ago
4cce955
powerpc/powernv: TCE invalidation for PHB3
by Gavin Shan
· 12 years ago
137436c
powerpc/powernv: Patch MSI EOI handler on P8
by Gavin Shan
· 12 years ago
a486bdb
powerpc/powernv: Add option CONFIG_POWERNV_MSI
by Gavin Shan
· 12 years ago
aa0c033
powerpc/powernv: Supports PHB3
by Gavin Shan
· 12 years ago
a485c70
powerpc: Fix "attempt to move .org backwards" error
by Paul Mackerras
· 12 years ago
e04fa61
powerpc/pseries: Add /proc interface to control topology updates
by Nathan Fontenot
· 12 years ago
1b1218d
powerpc/pseries: Enable PRRN handling
by Nathan Fontenot
· 12 years ago
b7abef0
powerpc/pseries: RE-enable Virtual Processor Home Node updating
by Jesse Larrew
· 12 years ago
176bbf1
powerpc/pseries: Update NUMA VDSO information when updating CPU maps
by Jesse Larrew
· 12 years ago
30c0535
powerpc/pseries: Use stop machine to update cpu maps
by Nathan Fontenot
· 12 years ago
5d88aa8
powerpc/pseries: Update CPU maps when device tree is updated
by Jesse Larrew
· 12 years ago
8002b0c
powerpc/pseries: Update numa.c to use updated firmware_has_feature()
by Nathan Fontenot
· 12 years ago
f0ff7eb
powerpc/pseries: Update firmware_has_feature() to check architecture vector 5 bits
by Nathan Fontenot
· 12 years ago
43c0ea6
powerpc/pseries: Use ARRAY_SIZE to iterate over firmware_features_table array
by Nathan Fontenot
· 12 years ago
530b5e1
powerpc/pseries: Move architecture vector definitions to prom.h
by Nathan Fontenot
· 12 years ago
49c68a8
powerpc/pseries: Add PRRN RTAS event handler
by Jesse Larrew
· 12 years ago
2e9b7b0
powerpc/pseries: Correct buffer parsing in update_dt_node()
by Nathan Fontenot
· 12 years ago
762ec15
powerpc/pseries: Expose pseries devicetree_update()
by Nathan Fontenot
· 12 years ago
3e96ca7
powerpc: Fix hardware IRQs with MMU on exceptions when HV=0
by Michael Neuling
· 12 years ago
8c2a381
powerpc/power8: Fix secondary CPUs hanging on boot for HV=0
by Michael Neuling
· 12 years ago
29ce3c5
powerpc: Add isync to copy_and_flush
by Michael Neuling
· 12 years ago
2171364
powerpc: Add HWCAP2 aux entry
by Michael Neuling
· 12 years ago
6263fb3
powerpc/powernv: Fix missing Kconfig dependency for MSIs
by Benjamin Herrenschmidt
· 12 years ago
234d15d
Merge remote-tracking branch 'origin/master' into next
by Benjamin Herrenschmidt
· 12 years ago
6747e83
powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()
by Michael Ellerman
· 12 years ago
fd2d37c
powerpc/rtas_flash: New return code to indicate FW entitlement expiry
by Vasant Hegde
· 12 years ago
f51005d
powerpc/rtas_flash: Update return token comments
by Vasant Hegde
· 12 years ago
51e0eaf
powerpc/cell: Only iterate over online nodes in cbe_init_pm_irq()
by Michael Ellerman
· 12 years ago
973e2ab
Merge remote-tracking branch 'mpe/master' into next
by Benjamin Herrenschmidt
· 12 years ago
5676005
powerpc/pseries/lparcfg: Fix possible overflow are more than 1026
by Chen Gang
· 12 years ago
28d170a
ptrace/powerpc: Don't flush_ptrace_hw_breakpoint() on fork()
by Oleg Nesterov
· 12 years ago
fcb41a2
powerpc: Add VDSO version of time
by Adhemerval Zanella
· 12 years ago
3125929
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
830ac85
Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
db93f8b
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
8c3a13c
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
851b3f3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 12 years ago
c0a9f45
Merge remote-tracking branch 'efi/urgent' into x86/urgent
by H. Peter Anvin
· 12 years ago
74c3e3f
x86, microcode: Verify the family before dispatching microcode patching
by H. Peter Anvin
· 12 years ago
f36391d
sparc64: Fix race in TLB batch processing.
by David S. Miller
· 12 years ago
cea1509
ARM: 7699/1: sched_clock: Add more notrace to prevent recursion
by Stephen Boyd
· 12 years ago
f068f5e
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
73053d9
ARM: highbank: fix cache flush ordering for cpu hotplug
by Rob Herring
· 12 years ago
7eff7de
x86, hyperv: Handle Xen emulation of Hyper-V more gracefully
by K. Y. Srinivasan
· 12 years ago
016af59
powerpc: Try to insert the hptes repeatedly in kernel_map_linear_page()
by Li Zhong
· 12 years ago
b170bd3
powerpc: Split the code trying to insert hpte repeatedly as an helper function
by Li Zhong
· 12 years ago
2c3c069
powerpc: Move the setting of rflags out of loop in __hash_page_huge
by Li Zhong
· 12 years ago
c2e1d84
powerpc: Set default VGA device
by Brian King
· 12 years ago
37f0219
powerpc/pci: fix PCI-e devices rescan issue on powerpc platform
by Yuanquan Chen
· 12 years ago
55671f3
powerpc: fix annotation of fake_numa_create_new_node()
by Stephen Rothwell
· 12 years ago
7122bee
powerpc: fix numa distance for form0 device tree
by Vaidyanathan Srinivasan
· 12 years ago
517b731
powerpc/ptrace: Add DAWR debug feature info for userspace
by Michael Neuling
· 12 years ago
a6a058e
powerpc: Add accounting for Doorbell interrupts
by Ian Munsie
· 12 years ago
6143569
powerpc/pseries: close DDW race between functions of adapter
by Nishanth Aravamudan
· 12 years ago
fb1b55d
powerpc/powernv: Use MSI bitmap to manage IRQs
by Gavin Shan
· 12 years ago
2a3563b
powerpc: Setup in HFSCR for POWER8
by Michael Neuling
· 12 years ago
04b418c
powerpc: Add HFSCR SPR definitions
by Michael Neuling
· 12 years ago
ee4a391
powerpc: fixing ptrace_get_reg to return an error
by Alexey Kardashevskiy
· 12 years ago
3cc33d5
powerpc: Fix build errors with UP configs in HV-style KVM
by Paul Mackerras
· 12 years ago
c843be8
powerpc: remove cast for kmalloc/kzalloc return value
by Zhang Yanfei
· 12 years ago
c0b52c1
powerpc/kgdb: Removed kmalloc returned value cast
by Alex Grad
· 12 years ago
46c7475
powerpc: drop even more unused Kconfig symbols
by Paul Bolle
· 12 years ago
0eaf225
powerpc: remove CONFIG_MPC10X_OPENPIC
by Paul Bolle
· 12 years ago
89d269f
powerpc: remove unused CONFIG_405EP
by Paul Bolle
· 12 years ago
aac3d0c
powerpc: Fix typo "CONFIG_ICSWX_PID"
by Paul Bolle
· 12 years ago
45b02f8
memblock: kill "config MAX_ACTIVE_REGIONS"
by Paul Bolle
· 12 years ago
933ee71
powerpc: remove PReP platform
by Paul Bolle
· 12 years ago
9850bae
powerpc: remove dead CONFIG_HVC_SCOM code
by Paul Bolle
· 12 years ago
7d5480f
powerpc/40x: remove unused "config 405GPR"
by Paul Bolle
· 12 years ago
Next »