summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-1252-3264/+232
|\
| * defconfig reductionSam Ravnborg2010-08-142-2834/+0
| * Mark arguments to certain syscalls as being constDavid Howells2010-08-131-3/+4
| * dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-1/+0
| * dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-111-9/+0
| * Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-1/+0
| |\
| | * remove needless ISA_DMA_THRESHOLDFUJITA Tomonori2010-08-071-1/+0
| * | tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-102-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-08-097-155/+68
| |\ \
| | * | sparc64: Update defconfig.David S. Miller2010-08-091-28/+39
| | * | sparc: Kill user copy check code.David S. Miller2010-08-093-47/+5
| | * | sparc64: Fix perf_arch_get_caller_regs().David S. Miller2010-08-082-80/+20
| | * | sparc64: Add missing ID to parport probing code.David S. Miller2010-08-081-0/+4
| * | | kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros2010-08-092-3/+3
| |/ /
| * | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-061-3/+0
| |\ \
| | * | time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-271-3/+0
| | |/
| * | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-064-15/+25
| |\ \
| | * | Merge branch 'linus' into perf/coreIngo Molnar2010-07-2114-73/+88
| | |\|
| | * | Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-182-2/+2
| | |\ \
| | * \ \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-092-3/+11
| | |\ \ \
| | | * | | perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-082-3/+11
| | * | | | perf: Convert perf_event to local_tPeter Zijlstra2010-06-091-9/+9
| | * | | | arch: Implement local64_tPeter Zijlstra2010-06-091-0/+1
| | * | | | perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra2010-06-091-3/+4
| | |/ / /
| * | | | 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 branch 'master' into for-nextJiri Kosina2010-06-1632-201/+235
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-2/+2
* | | | | | kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe2010-09-191-6/+0
| |_|/ / / |/| | | |
* | | | | 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