summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-1/+1
|\
| * Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-08-2416-523/+595
|\ \
| * | sparc64: Get rid of indirect p1275 PROM call buffer.David S. Miller2010-08-247-297/+456
| * | sparc64: Fill a missing delay slot.Mikulas Patocka2010-08-191-0/+1
| * | sparc64: Make lock backoff really a NOP on UP builds.David S. Miller2010-08-193-17/+22
| * | sparc64: simple microoptimizations for atomic functionsMikulas Patocka2010-08-191-12/+8Star
| * | sparc64: Make rwsems 64-bit.David S. Miller2010-08-184-193/+104Star
| * | sparc64: Really fix atomic64_t interface types.David S. Miller2010-08-181-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-08-187-8/+27
|\| |
| * | sparc64: Fix atomic64_t routine return values.David S. Miller2010-08-181-3/+3
| * | sparc64: Fix rwsem constant bug leading to hangs.David S. Miller2010-08-181-1/+1
| * | sparc: Hook up new fanotify and prlimit64 syscalls.David S. Miller2010-08-174-4/+19
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2010-08-169-2851/+10Star
| |\|
| * | sparc: Really fix "console=" for serial consoles.David S. Miller2010-08-161-0/+4
* | | Make do_execve() take a const filename pointerDavid Howells2010-08-184-6/+12
| |/ |/|
* | defconfig reductionSam Ravnborg2010-08-142-2834/+0Star
* | Mark arguments to certain syscalls as being constDavid Howells2010-08-141-3/+4
* | dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-1/+0Star
* | dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-111-9/+0Star
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-111-1/+0Star
|\ \
| * | remove needless ISA_DMA_THRESHOLDFUJITA Tomonori2010-08-071-1/+0Star
* | | 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-107-155/+68Star
|\ \ \ | | |/ | |/|
| * | sparc64: Update defconfig.David S. Miller2010-08-091-28/+39
| * | sparc: Kill user copy check code.David S. Miller2010-08-093-47/+5Star
| * | sparc64: Fix perf_arch_get_caller_regs().David S. Miller2010-08-092-80/+20Star
| * | sparc64: Add missing ID to parport probing code.David S. Miller2010-08-091-0/+4
* | | kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros2010-08-102-3/+3
|/ /
* | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-061-3/+0Star
|\ \
| * | time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-271-3/+0Star
| |/
* | 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-0635-283/+172Star
|\ \ \ \
| * | | | of: Provide default of_node_to_nid() implementation.Grant Likely2010-07-301-2/+1Star
| * | | | of: make of_find_device_by_node genericJonas Bonn2010-07-241-20/+0Star
| * | | | 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/+6Star
| * | | | of: remove asm/of_platform.hGrant Likely2010-07-241-16/+0Star
| * | | | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-2416-23/+19Star
| * | | | of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-243-35/+10Star
| * | | | 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-153-12/+4Star