summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc/pseries/nvram: Capture oops/panic reports in ibm, oops-log partitionJim Keniston2011-03-041-3/+115
| * | | powerpc/nvram: Generalize code for OS partitions in NVRAMJim Keniston2011-03-043-64/+113
| * | | powerpc: Fix memory limits when starting at a non-zero addressScott Wood2011-03-022-2/+2
| * | | powerpc: Mask smp_processor_id() false positivePaul E. McKenney2011-03-021-1/+2
| * | | powerpc/eeh: Remove one to many l's in the word.Justin Mattock2011-03-021-1/+1
| * | | powerpc: Add pgprot_writecombineAnton Blanchard2011-03-021-0/+1
| * | | powerpc: Use new irq allocatorThomas Gleixner2011-03-021-8/+9
| * | | powerpc: Use ARCH_IRQ_INIT_FLAGSThomas Gleixner2011-03-022-15/+2
| * | | powerpc/pseries: Cleanup use of notifier_from_errno()Prarit Bhargava2011-03-021-12/+2
| * | | powerpc/mv64x60: Suspected typo in assignmentNicolas Kaiser2011-03-021-1/+1
* | | | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-03-172-12/+16
|\ \ \ \
| * | | | KVM: PPC: Fix SPRG get/set for Book3S and BookEPeter Tyser2011-03-172-12/+16
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2011-03-171-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [CPUFREQ] Remove the pm_message_t argument from driver suspendRafael J. Wysocki2011-03-161-1/+1
* | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-1625-131/+493
|\ \ \ \ \
| * | | | | dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-2816-85/+70
| * | | | | dt/powerpc: move of_bus_type infrastructure to ibmebusGrant Likely2011-02-281-4/+400
| * | | | | Merge commit 'v2.6.38-rc6' into devicetree/nextGrant Likely2011-02-286-52/+94
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely2011-02-049-42/+23
* | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman2011-02-246-52/+94
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers2011-02-171-0/+1
* | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-161-13/+53
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | memory hotplug: Define memory_block_size_bytes for powerpc/pseriesNathan Fontenot2011-02-031-13/+53
| |/ / / / /
* | | | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-1/+1
| |/ / / /
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-154-99/+11
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into x86/platformThomas Gleixner2011-02-236-52/+94
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| * | | | of/pci: move of_irq_map_pci() into generic codeSebastian Andrzej Siewior2011-02-044-99/+11
| | |/ / | |/| |
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-51/+0
|\ \ \ \
| * \ \ \ Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar2011-02-166-52/+94
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'tip/rtmutex' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Thomas Gleixner2011-01-311-0/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | rwsem: Move duplicate function prototypes to linux/rwsem.hThomas Gleixner2011-01-271-5/+0
| * | | | rwsem: Unify the duplicate rwsem_is_locked() inlinesThomas Gleixner2011-01-271-5/+0
| * | | | rwsem: Move duplicate init macros and functions to linux/rwsem.hThomas Gleixner2011-01-271-27/+0
| * | | | rwsem: Move duplicate struct rwsem declaration to linux/rwsem.hThomas Gleixner2011-01-271-9/+0
| * | | | rwsem: Cleanup includesThomas Gleixner2011-01-271-5/+0
* | | | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-12/+15
|\ \ \ \ \
| * | | | | futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-111-6/+7
| * | | | | futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-111-9/+11
* | | | | | kill path_lookup()Al Viro2011-03-141-1/+1
* | | | | | powerpc/pseries: Disable VPNH featureBenjamin Herrenschmidt2011-03-101-1/+2
* | | | | | powerpc/iseries: Fix early init access to lppacaBenjamin Herrenschmidt2011-03-104-17/+20
|/ / / / /
* | | | | powerpc: Fix call to flush_ptrace_hw_breakpoint()K.Prasad2011-03-021-3/+5
* | | | | powerpc/kexec: Restore ppc_md.machine_kexecAnton Blanchard2011-03-022-1/+10
* | | | | powerpc/mm: Make hpte_need_flush() safe for preemptionPeter Zijlstra2011-03-021-3/+3
| |_|/ / |/| | |
* | | | powerpc: Fix hcall tracepoint recursionAnton Blanchard2011-02-071-0/+37
* | | | powerpc/numa: Fix bug in unmap_cpu_from_nodeAnton Blanchard2011-02-071-1/+1
* | | | powerpc/numa: Disable VPHN on dedicated processor partitionsAnton Blanchard2011-02-071-1/+2
* | | | powerpc/numa: Add length when creating OF properties via VPHNAnton Blanchard2011-02-071-3/+9
OpenPOWER on IntegriCloud