summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* KVM: PPC: Keep SRR1 flags around in shadow_msrAlexander Graf2010-03-011-0/+1
* KVM: PPC: Export __giveup_vsxAlexander Graf2010-03-011-0/+1
* KVM: PPC: Call SLB patching code in interrupt safe mannerAlexander Graf2010-03-011-2/+1
* KVM: PPC: Use PACA backed shadow vcpuAlexander Graf2010-03-011-3/+30
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-282-8/+5
|\
| * perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()Peter Zijlstra2010-02-261-5/+5
| * Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-295-15/+36
| |\
| * | perf: Fix inconsistency between IP and callchain samplingAnton Blanchard2010-01-281-3/+0
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-02-2717-166/+890
|\ \ \
| * \ \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-02-263-840/+51
| |\ \ \
| * | | | powerpc: Convert pmc_owner_lock to raw_spinlockThomas Gleixner2010-02-191-5/+5
| * | | | powerpc: Convert die.lock to raw_spinlockThomas Gleixner2010-02-191-4/+4
| * | | | powerpc: Convert big_irq_lock to raw_spinlockThomas Gleixner2010-02-191-11/+11
| * | | | powerpc/fsl-booke: replace a hardcoded constantSebastian Andrzej Siewior2010-02-171-2/+2
| * | | | powerpc/booke: Add support for advanced debug registersDave Kleikamp2010-02-175-72/+577
| * | | | powerpc: Extended ptrace interfaceDave Kleikamp2010-02-171-0/+90
| * | | | powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp2010-02-177-27/+23
| * | | | powerpc: Convert global "BAD" interrupt to per cpu spuriousAnton Blanchard2010-02-171-12/+7
| * | | | powerpc: Add timer, performance monitor and machine check counts to /proc/int...Anton Blanchard2010-02-173-0/+41
| * | | | powerpc: Rework /proc/interruptsAnton Blanchard2010-02-171-33/+46
| * | | | powerpc: Reduce footprint of irq_statAnton Blanchard2010-02-171-0/+3
| * | | | powerpc: Only print clockevent settings onceAnton Blanchard2010-02-091-2/+2
| * | | | powerpc: Clear MSR_RI during RTAS callsAnton Blanchard2010-02-091-2/+1
| * | | | powerpc: Remove trailing space in messagesFrans Pop2010-02-092-6/+6
| * | | | powerpc: Make powerpc_firmware_features __read_mostlyAnton Blanchard2010-02-091-1/+1
| * | | | powerpc: Add last sysfs file and dump of ftrace buffer to oops printoutAnton Blanchard2010-02-091-0/+5
| * | | | arch/powerpc: Fix continuation line formatsJoe Perches2010-02-091-3/+3
| * | | | powerpc/pseries: Pass more accurate number of supported cores to firmwareBenjamin Herrenschmidt2010-02-041-1/+63
| * | | | powerpc: Add static fields to ibm,client-architecture calljschopp@austin.ibm.com2010-02-031-2/+17
| * | | | powerpc: Mark some variables in the page fault path __read_mostlyAnton Blanchard2010-02-031-7/+7
| * | | | powerpc: Replace per_cpu(, smp_processor_id()) with __get_cpu_var()Anton Blanchard2010-02-031-2/+2
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-02-261-14/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas2010-02-231-7/+4
| * | | | resource/PCI: mark struct resource as constDominik Brodowski2010-02-221-1/+1
| * | | | resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-221-7/+6
| |/ / /
* | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-02-253-840/+51
|\ \ \ \ | |/ / / |/| | |
| * | | of: move definition of of_chosen into common code.Grant Likely2010-02-141-3/+0
| * | | of: remove unused extern reference to devtree_lockGrant Likely2010-02-141-2/+0
| * | | of/flattree: Don't assume HAVE_LMBJeremy Kerr2010-02-141-0/+5
| * | | of/flattree: endian-convert members of boot_param_headerJeremy Kerr2010-02-091-1/+1
| * | | of/flattree: use callback to setup initrd from /chosenJeremy Kerr2010-02-091-0/+10
| * | | of/flattree: merge early_init_dt_scan_memory() common codeGrant Likely2010-02-091-51/+18
| * | | of: add 'of_' prefix to machine_is_compatible()Grant Likely2010-02-091-1/+1
| * | | of: merge of_find_node_by_phandleJeremy Kerr2010-02-091-21/+0
| * | | of: merge of_attach_node() & of_detach_node()Grant Likely2010-02-091-59/+0
| * | | Merge commit 'v2.6.33-rc5' into secretlab/test-devicetreeGrant Likely2010-01-2849-518/+1168
| |\ \ \ | | | |/ | | |/|
| * | | of: unify phandle name in struct device_nodeGrant Likely2010-01-282-4/+4
| * | | of: Merge of_node_get() and of_node_put()Grant Likely2010-01-281-73/+0
| * | | of: merge machine_is_compatible()Grant Likely2010-01-281-19/+0