summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin2010-09-141-1/+1
* arch/powerpc/include/asm/fsldma.h needs slab.hIra W. Snyder2010-09-091-0/+1
* powerpc: Wire up fanotify_init, fanotify_mark, prlimit64 syscallsAndreas Schwab2010-08-242-1/+7
* powerpc: Inline ppc64_runlatch_offAnton Blanchard2010-08-241-1/+8
* powerpc/mm: Fix vsid_scrample typoAnton Blanchard2010-08-241-1/+1
* powerpc: Make rwsem use "long" typeBenjamin Herrenschmidt2010-08-241-27/+37
* archs: replace unifdef-y with header-ySam Ravnborg2010-08-141-27/+26
* dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-5/+0
* dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-111-15/+0
* dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori2010-08-111-1/+1
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-3/+0
|\
| * remove needless ISA_DMA_THRESHOLDFUJITA Tomonori2010-08-071-3/+0
* | tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-102-0/+3
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-08-092-0/+2
|\ \
| * | powerpc/5200: add mpc5200_psc_ac97_gpio_resetEric Millbrandt2010-08-062-0/+2
* | | kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros2010-08-091-1/+1
|/ /
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-061-1/+2
|\ \
| * \ Merge branch 'linus' into sched/coreIngo Molnar2010-07-218-42/+66
| |\ \
| * | | powerpc: Enable asymmetric SMT scheduling on POWER7Michael Neuling2010-06-091-1/+2
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-062-0/+13
|\ \ \ \
| * \ \ \ Merge commit 'v2.6.35' into perf/coreIngo Molnar2010-08-022-4/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'linus' into perf/coreIngo Molnar2010-07-216-35/+56
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'linus' into perf/coreThomas Gleixner2010-06-282-7/+10
| |\ \ \ \
| * \ \ \ \ Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-186-23/+38
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-091-0/+12
| |\ \ \ \ \
| | * | | | | perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-081-0/+12
| * | | | | | arch: Implement local64_tPeter Zijlstra2010-06-091-0/+1
| |/ / / / /
* | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-058-213/+22
|\ \ \ \ \ \
| * | | | | | of/address: Clean up function declarationsGrant Likely2010-08-011-38/+11
| * | | | | | of: Provide default of_node_to_nid() implementation.Grant Likely2010-07-302-7/+7
| * | | | | | of/device: Replace of_device with platform_device in includes and core codeGrant Likely2010-07-241-1/+1
| * | | | | | of: remove asm/of_device.hGrant Likely2010-07-241-3/+0
| * | | | | | of: remove asm/of_platform.hGrant Likely2010-07-242-16/+2
| * | | | | | Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-248-42/+66
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | of: Remove unused of_find_device_by_phandle()Grant Likely2010-07-181-2/+0
| * | | | | | of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely2010-07-051-10/+0
| * | | | | | of/device: Merge of_platform_bus_probe()Grant Likely2010-07-051-11/+0
| * | | | | | of/device: merge of_device_ueventGrant Likely2010-07-051-3/+0
| * | | | | | of/address: Merge all of the bus translation codeGrant Likely2010-07-051-4/+0
| * | | | | | of/address: merge of_address_to_resource()Grant Likely2010-07-052-13/+9
| * | | | | | of/address: merge of_iomap()Grant Likely2010-07-051-9/+1
| * | | | | | of/irq: merge irq mapping codeGrant Likely2010-07-051-47/+0
| * | | | | | of/powerpc: Move Powermac irq quirk code into powermac pic driver codeGrant Likely2010-07-051-9/+15
| * | | | | | of/irq: Move irq_of_parse_and_map() to common codeGrant Likely2010-06-282-54/+1
| * | | | | | of: kill struct of_deviceGrant Likely2010-06-282-13/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-08-0519-22/+162
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2010-08-046-17/+74
| |\ \ \ \ \ \
| | * | | | | | powerpc/5121: shared DIU framebuffer supportAnatolij Gustschin2010-08-011-0/+32
| | | |/ / / / | | |/| | | |
| * | | | | | powerpc/kexec: Switch to a static PACA on the way outMatt Evans2010-07-311-1/+1
| * | | | | | powerpc/book3e: Adjust the page sizes list based on MMU configBenjamin Herrenschmidt2010-07-142-0/+5
OpenPOWER on IntegriCloud