aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-0535-283/+172
|\
| * of: Provide default of_node_to_nid() implementation.Grant Likely2010-07-301-2/+1
| * of: make of_find_device_by_node genericJonas Bonn2010-07-241-20/+0
| * sparc: remove references to of_device and to_of_deviceGrant Likely2010-07-2426-74/+75
| * of/device: Replace of_device with platform_device in includes and core codeGrant Likely2010-07-242-5/+5
| * of: remove asm/of_device.hGrant Likely2010-07-243-19/+6
| * of: remove asm/of_platform.hGrant Likely2010-07-241-16/+0
| * of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-2416-23/+19
| * of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-243-35/+10
| * Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-2414-73/+88
| |\
| * | of/sparc: move is_root_node() to of.hAndres Salomon2010-07-143-12/+4
| * | of: remove architecture CONFIG_OF definitionsStephen Rothwell2010-07-051-3/+0
| * | sparc: turn CONFIG_OF into a selectStephen Rothwell2010-07-051-1/+2
| * | of/irq: Move irq_of_parse_and_map() to common codeGrant Likely2010-06-281-1/+0
| * | of: kill struct of_deviceGrant Likely2010-06-282-16/+2
| * | sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2010-06-2812-64/+56
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-08-051-1/+1
|\ \ \
| * | | arch/sparc/mm: Use GFP_KERNELJulia Lawall2010-08-021-1/+1
* | | | Merge branch 'master' into for-nextJiri Kosina2010-08-0414-73/+88
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-07-218-25/+40
| |\ \ \ | | |/ /
| | * | sparc: remove homegrown L1_CACHE_ALIGN macroFUJITA Tomonori2010-06-291-1/+0
| | * | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-06-267-51/+81
| | |\ \ | | | |/
| | * | sparc64: fix the build error due to smp_kgdb_capture_client()Dongdong Deng2010-06-251-1/+1
| | * | sparc64: Fix maybe_change_configuration() PCR setting.David S. Miller2010-06-231-0/+1
| | * | arch/sparc/kernel: Eliminate what looks like a NULL pointer dereferenceJulia Lawall2010-06-041-1/+1
| | * | sparc64: Update defconfig.David S. Miller2010-05-261-14/+35
| | * | sparc32: Kill none_mask, it's bogus.David S. Miller2010-05-253-8/+2
| * | | lmb: rename to memblockYinghai Lu2010-07-146-48/+48
| | |/ | |/|
* | | Merge branch 'master' into for-nextJiri Kosina2010-06-1632-201/+235
|\ \ \ | |/ /
| * | Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-012-2/+2
| |\ \
| | * | Rename .data.init to .data..init.Denys Vlasenko2010-03-031-1/+1
| | * | Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko2010-03-031-1/+1
| * | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-271-47/+61
| |\ \ \
| | * \ \ Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-203-8/+9
| | |\ \ \
| | * | | | perf, sparc: Implement group scheduling transactional APIsLin Ming2010-05-181-47/+61
| * | | | | asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.hFUJITA Tomonori2010-05-271-2/+3
| * | | | | asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len()FUJITA Tomonori2010-05-272-2/+3
| * | | | | asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.hFUJITA Tomonori2010-05-271-0/+2
| * | | | | Revert "endian: #define __BYTE_ORDER"Linus Torvalds2010-05-262-0/+12
| | |_|_|/ | |/| | |
| * | | | endian: #define __BYTE_ORDERJoakim Tjernlund2010-05-252-12/+0
| * | | | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-2220-52/+129
| |\ \ \ \
| * | | | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-2214-42/+77
| * | | | | of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely2010-05-185-22/+1
| * | | | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-1823-87/+86
| * | | | | driver-core: Add device node pointer to struct deviceGrant Likely2010-04-283-0/+3
* | | | | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-2/+2
| |/ / / / |/| | | |
* | | | | kgdb,sparc: Add in kgdb_arch_set_pc for sparcJason Wessel2010-05-202-0/+12
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-202-2/+2
|\ \ \ \ \
| * | | | | add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-142-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-192-14/+6
|\ \ \ \ \