summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Lockless get_user_pages_fast() for 64-bit (v3)Nick Piggin2008-07-303-1/+285
* powerpc: Don't use the wrong thread_struct for ptrace get/set VSX regsMichael Neuling2008-07-301-2/+2
* powerpc: Fix ptrace buffer size for VSXMichael Neuling2008-07-301-4/+2
* powerpc: Correctly hookup PTRACE_GET/SETVSRREGS for 32 bit processesMichael Neuling2008-07-301-0/+2
* powerpc: Allow non-hcall return values for lparcfg writesNathan Fontenot2008-07-301-4/+0
* Merge commit 'kumar/kumar-next'Benjamin Herrenschmidt2008-07-3037-51/+466
|\
| * powerpc/fsl: proliferate simple-bus compatibility to soc nodesKim Phillips2008-07-2931-10/+36
| * cpm2: Rework baud rate generators configuration to support external clocks.Laurent Pinchart2008-07-281-30/+4
| * powerpc: rtc_cmos_setup: assign interrupts only if there is i8259 PICAnton Vorontsov2008-07-281-6/+17
| * cpm_uart: Add generic clock API support to set baudratesLaurent Pinchart2008-07-281-0/+1
| * powerpc: implement GPIO LIB API on CPM1 Freescale SoC.Jochen Friedrich2008-07-282-5/+272
| * cpm2: Implement GPIO LIB API on CPM2 Freescale SoC.Laurent Pinchart2008-07-283-0/+136
| * powerpc: clean up the Book-E HW watchpoint supportKumar Gala2008-07-254-11/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-281-0/+3
|\ \
| * | lguest: set max_pfn_mapped, growl loudly at Yinghai LuRusty Russell2008-07-291-0/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-07-2814-409/+93
|\ \ \
| * | | x86/PCI: use dev_printk when possibleBjorn Helgaas2008-07-284-76/+64
| * | | Merge branch 'core/generic-dma-coherent' of git://git.kernel.org/pub/scm/linu...Jesse Barnes2008-07-288-318/+20
| |\ \ \
| | * \ \ Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-291265-22617/+74061
| | |\ \ \
| | * | | | Cris: convert to using generic dma-coherent mem allocatorDmitry Baryshkov2008-07-202-103/+4
| | * | | | Sh: use generic per-device coherent dma allocatorDmitry Baryshkov2008-07-182-95/+4
| | * | | | ARM: support generic per-device coherent dma memDmitry Baryshkov2008-07-182-0/+9
| | * | | | Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-181535-160574/+89564
| | |\ \ \ \
| | * | | | | x86: use generic per-device dma coherent allocatorDmitry Baryshkov2008-06-302-120/+3
| * | | | | | Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Jesse Barnes2008-07-282-15/+9
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | x86 gart: replace to_pages macro with iommu_num_pagesJoerg Roedel2008-07-261-7/+4
| | * | | | | x86, AMD IOMMU: replace to_pages macro with iommu_num_pagesJoerg Roedel2008-07-261-8/+5
* | | | | | | Fix 'get_user_pages_fast()' with non-page-aligned start addressLinus Torvalds2008-07-281-3/+6
* | | | | | | mmu-notifiers: coreAndrea Arcangeli2008-07-281-0/+1
* | | | | | | arm: fix HAVE_CLK merge goofDavid Brownell2008-07-281-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-28441-1608/+40097
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-2818-146/+615
| |\ \ \ \ \
| | * | | | | powerpc: Disable 64K hugetlb support when doing 64K SPU mappingsBenjamin Herrenschmidt2008-07-281-1/+8
| | * | | | | powerpc/powermac: Fixup default serial port device for pmac_zilogBenjamin Herrenschmidt2008-07-282-27/+89
| | * | | | | powerpc/powermac: Use sane default baudrate for SCC debuggingBenjamin Herrenschmidt2008-07-281-1/+11
| | * | | | | powerpc: Show processor cache information in sysfsNathan Lynch2008-07-281-0/+309
| | * | | | | powerpc: Make core id information available to userspaceNathan Lynch2008-07-281-0/+23
| | * | | | | powerpc: Make core sibling information available to userspaceNathan Lynch2008-07-281-0/+64
| | * | | | | powerpc/vio: More fallout from dma_mapping_error API changeStephen Rothwell2008-07-281-1/+1
| | * | | | | powerpc/pseries: Fix CMO sysdev attribute API change falloutStephen Rothwell2008-07-281-2/+6
| | * | | | | powerpc: Enable tracehook for the architectureRoland McGrath2008-07-281-0/+1
| | * | | | | powerpc: Add TIF_NOTIFY_RESUME support for tracehookRoland McGrath2008-07-283-5/+15
| | * | | | | powerpc: Make syscall tracing use tracehook.h helpersRoland McGrath2008-07-283-27/+34
| | * | | | | powerpc: Call tracehook_signal_handler() when setting up signal framesRoland McGrath2008-07-281-1/+7
| | * | | | | powerpc: Update cpu_sibling_maps dynamicallyNathan Lynch2008-07-283-30/+29
| | * | | | | powerpc: register_cpu_online should be __cpuinitNathan Lynch2008-07-281-1/+1
| | * | | | | powerpc: kill useless SMT code in prom_hold_cpusNathan Lynch2008-07-281-36/+3
| | * | | | | powerpc: Fix vio build warningsNathan Lynch2008-07-281-2/+2
| | * | | | | powerpc/booke: Clean up the hardware watchpoint supportKumar Gala2008-07-284-11/+12
| | * | | | | powerpc: Removed duplicated include in stacktrace.cHuang Weiyi2008-07-281-1/+0
OpenPOWER on IntegriCloud