index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
powerpc/booke: Introduce new CONFIG options for advanced debug registers
Dave Kleikamp
2010-02-17
8
-27
/
+50
|
*
|
|
|
|
|
powerpc: Improve 64bit copy_tofrom_user
Anton Blanchard
2010-02-17
1
-23
/
+57
|
*
|
|
|
|
|
powerpc: Pair loads and stores in copy_4k_page
Anton Blanchard
2010-02-17
1
-14
/
+14
|
*
|
|
|
|
|
powerpc: Use lwsync for acquire barrier if CPU supports it
Anton Blanchard
2010-02-17
2
-3
/
+7
|
*
|
|
|
|
|
powerpc: Fix lwsync patching code on 64bit
Anton Blanchard
2010-02-17
1
-1
/
+1
|
*
|
|
|
|
|
powerpc: Rename LWSYNC_ON_SMP to PPC_RELEASE_BARRIER, ISYNC_ON_SMP to PPC_ACQ...
Anton Blanchard
2010-02-17
7
-60
/
+65
|
*
|
|
|
|
|
powerpc: Convert open coded native hashtable bit lock
Anton Blanchard
2010-02-17
1
-3
/
+2
|
*
|
|
|
|
|
powerpc: Use lwarx/ldarx hint in bit locks
Anton Blanchard
2010-02-17
4
-32
/
+37
|
*
|
|
|
|
|
powerpc: Use lwarx hint in spinlocks
Anton Blanchard
2010-02-17
2
-3
/
+18
|
*
|
|
|
|
|
powerpc: Convert global "BAD" interrupt to per cpu spurious
Anton Blanchard
2010-02-17
2
-15
/
+8
|
*
|
|
|
|
|
powerpc: Add timer, performance monitor and machine check counts to /proc/int...
Anton Blanchard
2010-02-17
4
-0
/
+50
|
*
|
|
|
|
|
powerpc: Remove whitespace in irq chip name fields
Anton Blanchard
2010-02-17
17
-20
/
+20
|
*
|
|
|
|
|
powerpc: Rework /proc/interrupts
Anton Blanchard
2010-02-17
1
-33
/
+46
|
*
|
|
|
|
|
powerpc: Reduce footprint of xics_ipi_struct
Anton Blanchard
2010-02-17
1
-15
/
+11
|
*
|
|
|
|
|
powerpc: Reduce footprint of irq_stat
Anton Blanchard
2010-02-17
2
-1
/
+25
|
*
|
|
|
|
|
powerpc/eeh: Fix a bug when pci structure is null
Breno Leitao
2010-02-17
4
-5
/
+10
|
*
|
|
|
|
|
powerpc: Add coherent_dma_mask to mv64x60 devices
Corey Minyard
2010-02-17
1
-0
/
+3
|
*
|
|
|
|
|
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2010-02-17
2
-5
/
+21
|
|
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
/
/
/
/
|
|
|
/
/
/
/
|
*
|
|
|
|
powerpc: Only print clockevent settings once
Anton Blanchard
2010-02-09
1
-2
/
+2
|
*
|
|
|
|
powerpc: Clear MSR_RI during RTAS calls
Anton Blanchard
2010-02-09
1
-2
/
+1
|
*
|
|
|
|
powerpc: Remove trailing space in messages
Frans Pop
2010-02-09
13
-25
/
+25
|
*
|
|
|
|
powerpc: Make powerpc_firmware_features __read_mostly
Anton Blanchard
2010-02-09
1
-1
/
+1
|
*
|
|
|
|
powerpc: Reformat SD_NODE_INIT to match x86
Anton Blanchard
2010-02-09
1
-21
/
+27
|
*
|
|
|
|
powerpc: Convert mmu context allocator from idr to ida
Anton Blanchard
2010-02-09
1
-5
/
+5
|
*
|
|
|
|
powerpc: Add last sysfs file and dump of ftrace buffer to oops printout
Anton Blanchard
2010-02-09
1
-0
/
+5
|
*
|
|
|
|
powerpc: Reduce differences between pseries and ppc64 defconfigs
Anton Blanchard
2010-02-09
2
-59
/
+79
|
*
|
|
|
|
powerpc/pseries: Quieten cede latency printk
Anton Blanchard
2010-02-09
1
-17
/
+5
|
*
|
|
|
|
arch/powerpc: Fix continuation line formats
Joe Perches
2010-02-09
3
-9
/
+9
|
*
|
|
|
|
powerpc/pseries: Hypervisor call tracepoints hcall_stats touchup
Will Schmidt
2010-02-09
1
-2
/
+2
|
*
|
|
|
|
powerpc/pseries: Pass more accurate number of supported cores to firmware
Benjamin Herrenschmidt
2010-02-04
1
-1
/
+63
|
*
|
|
|
|
powerpc: Add static fields to ibm,client-architecture call
jschopp@austin.ibm.com
2010-02-03
1
-2
/
+17
|
*
|
|
|
|
powerpc: Fix typo s/leve/level/ in TLB code
Thadeu Lima de Souza Cascardo
2010-02-03
1
-1
/
+1
|
*
|
|
|
|
powerpc: Increase NR_IRQS Kconfig maximum to 32768
Anton Blanchard
2010-02-03
1
-1
/
+1
|
*
|
|
|
|
powerpc/85xx: Fix SMP when "cpu-release-addr" is in lowmem
Peter Tyser
2010-02-03
1
-2
/
+19
|
*
|
|
|
|
powerpc: Mark some variables in the page fault path __read_mostly
Anton Blanchard
2010-02-03
2
-8
/
+8
|
*
|
|
|
|
powerpc: Replace per_cpu(, smp_processor_id()) with __get_cpu_var()
Anton Blanchard
2010-02-03
2
-6
/
+5
|
*
|
|
|
|
powerpc: Simplify param.h by including <asm-generic/param.h>
Robert P. J. Day
2010-02-03
1
-22
/
+1
*
|
|
|
|
|
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2010-02-26
2
-20
/
+16
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs
Bjorn Helgaas
2010-02-23
2
-13
/
+10
|
*
|
|
|
|
resource/PCI: mark struct resource as const
Dominik Brodowski
2010-02-22
1
-1
/
+1
|
*
|
|
|
|
resource/PCI: align functions now return start of resource
Dominik Brodowski
2010-02-22
1
-7
/
+6
*
|
|
|
|
|
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2010-02-25
18
-898
/
+92
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
of: remove undefined request_OF_resource & release_OF_resource
Grant Likely
2010-02-14
1
-5
/
+0
|
*
|
|
|
|
of: move definition of of_chosen into common code.
Grant Likely
2010-02-14
2
-5
/
+0
|
*
|
|
|
|
of: remove unused extern reference to devtree_lock
Grant Likely
2010-02-14
1
-2
/
+0
|
*
|
|
|
|
of: put default string compare and #a/s-cell values into common header
Grant Likely
2010-02-14
1
-7
/
+0
|
*
|
|
|
|
of/flattree: Don't assume HAVE_LMB
Jeremy Kerr
2010-02-14
1
-0
/
+5
|
*
|
|
|
|
of/flattree: endian-convert members of boot_param_header
Jeremy Kerr
2010-02-09
1
-1
/
+1
|
*
|
|
|
|
of/flattree: use callback to setup initrd from /chosen
Jeremy Kerr
2010-02-09
1
-0
/
+10
|
*
|
|
|
|
of/flattree: merge early_init_dt_scan_memory() common code
Grant Likely
2010-02-09
1
-51
/
+18
[prev]
[next]