summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* of: merge of_read_number() an of_read_ulong()Grant Likely2009-10-151-20/+0
* of: merge of_node_*_flag() and set_node_proc_entry()Grant Likely2009-10-151-17/+0
* of: merge struct boot_param_header from Microblaze and PowerPCGrant Likely2009-10-151-31/+0
* of: add common header for flattened device tree representationGrant Likely2009-10-151-11/+1
* of: merge struct device_nodeGrant Likely2009-10-151-20/+0
* of: merge phandle, ihandle and struct propertyGrant Likely2009-10-151-12/+0
* of: Rework linux/of.h and asm/prom.h include orderingGrant Likely2009-10-151-6/+1
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-09-247-10/+47
|\
| * powerpc/mm: Fix 40x and 8xx vs. _PAGE_SPECIALBenjamin Herrenschmidt2009-09-243-5/+2
| * powerpc: Change archdata dma_data to a unionBecky Bruce2009-09-243-3/+28
| * powerpc: Rename get_dma_direct_offset get_dma_offsetBecky Bruce2009-09-241-3/+18
| * powerpc/pmc: Don't access lppaca on Book3EBenjamin Herrenschmidt2009-09-241-1/+1
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-09-241-0/+136
|\ \ | |/ |/|
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown2009-09-231-0/+136
| |\
| | * Merge commit 'md/for-linus' into async-tx-nextDan Williams2009-09-0812-82/+49
| | |\
| | * | fsldma: Add DMA_SLAVE supportIra Snyder2009-09-081-0/+136
* | | | cpumask: remove arch_send_call_function_ipiRusty Russell2009-09-241-1/+0
* | | | cpumask: arch_send_call_function_ipi_mask: powerpcRusty Russell2009-09-241-1/+2
* | | | cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-09-241-2/+0
* | | | cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell2009-09-241-5/+0
* | | | cpumask: remove the now-obsoleted pcibus_to_cpumask(): powerpcRusty Russell2009-09-241-5/+0
* | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-231-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner2009-08-291-0/+13
| |\ \ \
| | * | | cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka2009-08-031-0/+13
| | | |/ | | |/|
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-221-2/+2
|\ \ \ \
| * | | | perf_event, powerpc: Fix compilation after big perf_counter renamePaul Mackerras2009-09-221-2/+2
* | | | | mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann2009-09-221-0/+2
|/ / / /
* | | | perf: Tidy up after the big renameIngo Molnar2009-09-211-1/+1
* | | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-215-27/+27
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-171-5/+4
|\ \ \ \
| * | | | sched: Disable wakeup balancingPeter Zijlstra2009-09-161-1/+0
| * | | | sched: Improve latencies and throughputMike Galbraith2009-09-151-1/+1
| * | | | sched: Tweak wake_idxPeter Zijlstra2009-09-151-1/+2
| * | | | sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra2009-09-151-3/+2
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-161-1/+0
|\ \ \ \ \
| * | | | | PCI: remove pcibios_scan_all_fns()Alex Chiang2009-09-091-1/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-09-1550-720/+1092
|\ \ \ \ \
| * | | | | powerpc/nvram: Enable use Generic NVRAM driver for different size chipsMartyn Welch2009-09-111-0/+3
| * | | | | powerpc: Fix bug where perf_counters breaks oprofilePaul Mackerras2009-09-111-2/+14
| * | | | | powerpc/irq: Improve nanodocWolfram Sang2009-09-111-3/+4
| * | | | | powerpc/fsl-booke: Use HW PTE format if CONFIG_PTE_64BITKumar Gala2009-09-023-7/+5
| * | | | | powerpc/book3e: Add missing page sizesKumar Gala2009-09-021-0/+10
| * | | | | powerpc/pseries: Fix to handle slb resize across migrationBrian King2009-09-021-0/+2
| * | | | | powerpc/pci: Merge ppc32 and ppc64 versions of phb_scan()Grant Likely2009-09-022-1/+2
| * | | | | powerpc: derive COMMAND_LINE_SIZE from asm-genericPaul Gortmaker2009-08-281-1/+1
| * | | | | powerpc/pci: Pull ppc32 PCI features into commonKumar Gala2009-08-282-22/+19
| * | | | | powerpc/pci: move pci_64.c device tree scanning code into pci-common.cGrant Likely2009-08-282-5/+5
| * | | | | powerpc/book3e-64: Add support to initial_tlb_book3e for non-HES TLBKumar Gala2009-08-281-0/+2
| * | | | | powerpc/book3e-64: Add helper function to setup IVORsKumar Gala2009-08-281-0/+4
| * | | | | powerpc/mm: Add MMU features for TLB reservation & Paired MAS registersKumar Gala2009-08-281-0/+9
OpenPOWER on IntegriCloud