summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc/pseries: Add memory entitlement capabilities to /proc/ppc64/lparcfgNathan Fontenot2008-07-251-1/+120
| * powerpc/pseries: Split processor entitlement retrieval and gathering to helpe...Nathan Fotenot2008-07-251-78/+88
| * powerpc/pseries: Remove extraneous error reporting for hcall failures in lparcfgNathan Fontenot2008-07-251-32/+0
| * powerpc: Fix compile error with binutils 2.15Segher Boessenkool2008-07-251-1/+1
| * powerpc/cell: Fixed IOMMU mapping uses weak ordering for a pcie endpointMark Nelson2008-07-251-1/+12
| * powerpc: BookE hardware watchpoint supportLuis Machado2008-07-256-35/+136
| * powerpc: Fallout from sysdev API changesStephen Rothwell2008-07-251-1/+2
| * powerpc: Enable AT_BASE_PLATFORM aux vectorNathan Lynch2008-07-251-0/+11
| * Merge commit 'jk/jk-merge'Benjamin Herrenschmidt2008-07-252-14/+24
| |\
| | * powerpc/spufs: better placement of spu affinity reference contextAndre Detsch2008-07-241-0/+17
| | * powerpc/spufs: fix aff_mutex and cbe_spu_info[n].list_mutex deadlockAndre Detsch2008-07-241-12/+6
| | * powerpc/spufs: correct kcalloc usageMilton Miller2008-07-231-2/+1
| * | Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt2008-07-251-1/+1
| |\ \
| | * | powerpc/mpc5200: Make mpc5200 GPIO driver select the GENERIC_GPIO configGrant Likely2008-07-221-0/+1
| | * | powerpc/mpc5200: Remove fsl-soc.c from mpc5200 build, it is not needed.Jon Smirl2008-07-221-1/+0
* | | | gpiolib: allow user-selectionMichael Buesch2008-07-253-2/+3
* | | | kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-251-4/+2
* | | | introduce HAVE_EFFICIENT_UNALIGNED_ACCESS Kconfig symbolJohannes Berg2008-07-251-0/+1
|/ / /
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-07-242-3/+3
|\ \ \
| * \ \ Merge branch 'linus' into timers/nohzIngo Molnar2008-07-18349-6074/+29779
| |\ \ \
| * | | | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-182-3/+3
* | | | | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-242-0/+2
* | | | | powerpc: support multiple hugepage sizesJon Tollefson2008-07-244-107/+186
* | | | | powerpc: define support for 16G hugepagesJon Tollefson2008-07-241-18/+44
* | | | | powerpc: scan device tree for gigantic pagesJon Tollefson2008-07-242-1/+59
* | | | | powerpc: function to allocate gigantic hugepagesJon Tollefson2008-07-241-0/+21
* | | | | hugetlb: introduce pud_hugeAndi Kleen2008-07-241-0/+5
* | | | | hugetlb: modular state for hugetlb page sizeAndi Kleen2008-07-241-1/+2
* | | | | mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich2008-07-241-4/+4
* | | | | spufs: use new vm_ops->access to allow local state access from gdbBenjamin Herrenschmidt2008-07-241-0/+23
* | | | | powerpc ioremap_protBenjamin Herrenschmidt2008-07-243-6/+33
* | | | | mm: move bootmem descriptors definition to a single placeJohannes Weiner2008-07-241-2/+1
* | | | | add HAVE_CLK to Kconfig, for driver dependenciesDavid Brownell2008-07-241-0/+1
* | | | | kgdb, powerpc: arch specific powerpc kgdb supportJason Wessel2008-07-236-66/+418
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-2276-714/+5724
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge commit 'origin/master'Benjamin Herrenschmidt2008-07-222-5/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | powerpc: Fix build bug with binutils < 2.18 and GCC < 4.2Segher Boessenkool2008-07-221-3/+28
| * | | | powerpc/eeh: Don't panic when EEH_MAX_FAILS is exceededMike Mason2008-07-221-14/+12
| * | | | powerpc/cell: Add DMA_ATTR_WEAK_ORDERING dma attribute and use in Cell IOMMU ...Mark Nelson2008-07-221-5/+108
| * | | | powerpc: Indicate which oprofile counters to use while in compat modeTorez Smith2008-07-221-0/+20
| * | | | powerpc/boot: Change spaces to tabsAdrian Bunk2008-07-221-2/+2
| * | | | powerpc: Remove duplicate 6xx option in KconfigAdrian Bunk2008-07-221-3/+0
| * | | | powerpc: Use PPC_LONG and PPC_LONG_ALIGN in lib/string.SMichael Ellerman2008-07-221-12/+6
| * | | | powerpc: Fix OF parsing of 64 bits PCI addressesBenjamin Herrenschmidt2008-07-222-20/+25
| * | | | powerpc: Use WARN_ON(1) instead of __WARN()Michael Ellerman2008-07-221-1/+1
| * | | | powerpc: Fix support for latencytopArnd Bergmann2008-07-221-1/+1
| * | | | powerpc/ps3: Update ps3_defconfigGeoff Levand2008-07-221-74/+122
| * | | | powerpc/ps3: Add a sub-match id to ps3_system_busMasakazu Mokuno2008-07-222-7/+15
| * | | | powerpc: Add a 6xx defconfigKumar Gala2008-07-221-0/+3304
| * | | | powerpc/dma: Use the struct dma_attrs in iommu codeMark Nelson2008-07-226-15/+26
OpenPOWER on IntegriCloud