summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | 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
| |\ \ \ \
| | * | | | sparc: Convert sparc to use read/update_persistent_clockJohn Stultz2010-03-132-14/+6
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-05-195-1/+53
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | sparc: Define ARCH_SLAB_MINALIGNDavid S. Miller2010-05-181-0/+2
| | * | | | sparc64: Fix stack dumping and tracing when function graph is enabled.David S. Miller2010-04-213-1/+50
| | * | | | sparc64: Show stack backtrace from show_regs() just like other platforms.David S. Miller2010-04-211-0/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-181-5/+6
| |\ \ \ \
| | * | | | bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra2010-04-061-5/+6
| * | | | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-172-3/+3
| | |/ / / | |/| | |
| * | | | sparc64: Fix hardirq tracing in trap return path.David S. Miller2010-04-201-1/+11
| * | | | sparc64: Use correct pt_regs in decode_access_size() error paths.David S. Miller2010-04-191-3/+3
| * | | | sparc64: Fix PREEMPT_ACTIVE value.David S. Miller2010-04-191-1/+1
| * | | | sparc64: Run NMIs on the hardirq stack.David S. Miller2010-04-143-18/+27
| * | | | sparc64: Allocate sufficient stack space in ftrace stubs.David S. Miller2010-04-131-4/+4
| * | | | sparc: Fix forgotten kmemleak headers inclusionFrederic Weisbecker2010-04-131-0/+1
* | | | | 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
|/ / / /
* | | | sparc64: Add some more commentary to __raw_local_irq_save()David S. Miller2010-04-131-0/+7
* | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-1325-12/+18
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' into export-slabhTejun Heo2010-04-055-13/+100
| |\ \ \
| * | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3025-12/+18
* | | | | sparc64: Fix memory leak in pci_register_iommu_region().David S. Miller2010-04-121-3/+8
* | | | | sparc64: Add kmemleak annotation to sun4v_build_virq()David S. Miller2010-04-121-0/+8
* | | | | sparc64: Support kmemleak.David S. Miller2010-04-121-0/+4
* | | | | sparc64: Add function graph tracer support.David S. Miller2010-04-1210-15/+132
* | | | | sparc64: Give a stack frame to the ftrace call sites.David S. Miller2010-04-121-15/+16
* | | | | sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86.David S. Miller2010-04-123-3/+3
* | | | | sparc64: Remove profiling from some low-level bits.David S. Miller2010-04-121-1/+8
* | | | | sparc64: Kill unnecessary static on local var in ftrace_call_replace().David S. Miller2010-04-121-1/+1
* | | | | sparc64: Kill CONFIG_STACK_DEBUG code.David S. Miller2010-04-122-78/+1
* | | | | sparc64: Add HAVE_FUNCTION_TRACE_MCOUNT_TEST and tidy up.David S. Miller2010-04-122-7/+16
* | | | | sparc64: Adjust __raw_local_irq_save() to cooperate in NMIs.David S. Miller2010-04-121-2/+12
* | | | | sparc64: Use kstack_valid() in die_if_kernel().David S. Miller2010-04-121-23/+3
| |/ / / |/| | |
OpenPOWER on IntegriCloud