aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
...
| * dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-2814-71/+60
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-0/+1
|\ \
| * \ Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman2011-02-246-10/+10
| |\ \ | | |/
| * | tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers2011-02-171-0/+1
* | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-1/+1
|\ \ \
| * | | percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-1/+1
| |/ /
* | | vfs: add nonconflicting values for O_PATHStephen Rothwell2011-03-161-0/+2
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-152-10/+3
|\ \ \
| * | | sparc: Switch do_timer() to xtime_update()Torben Hohn2011-01-312-10/+3
| |/ /
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-152-47/+1
|\ \ \
| * | | rwsem: Move duplicate function prototypes to linux/rwsem.hThomas Gleixner2011-01-271-5/+0
| * | | rwsem: Unify the duplicate rwsem_is_locked() inlinesThomas Gleixner2011-01-271-5/+0
| * | | rwsem: Move duplicate init macros and functions to linux/rwsem.hThomas Gleixner2011-01-271-23/+0
| * | | rwsem: Move duplicate struct rwsem declaration to linux/rwsem.hThomas Gleixner2011-01-271-8/+1
| * | | rwsem: Cleanup includesThomas Gleixner2011-01-271-6/+0
| * | | sparc: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+1
| |/ /
* | | futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-111-4/+4
* | | futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-111-6/+10
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2011-02-176-10/+10
|\ \ | |/ |/|
| * sparc64: Fix NMI startup bug which also breaks perf.David S. Miller2011-02-153-2/+4
| * sparc: fix size argument to find_next_zero_bit()Akinobu Mita2011-02-081-3/+2
| * sparc: use bitmap_set()Akinobu Mita2011-02-081-3/+2
| * sparc32: unaligned memory access (MNA) trap handler bugDaniel Hellstrom2011-02-011-2/+2
* | sparc: Use generic irq KconfigThomas Gleixner2011-01-211-4/+1
* | genirq: Remove __do_IRQThomas Gleixner2011-01-211-4/+0
* | thp: pte alloc trans splittingAndrea Arcangeli2011-01-133-3/+3
* | mm: unify module_alloc code for vmallocDavid Rientjes2011-01-131-10/+4
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2010-12-2218-414/+64
| |\ \
| * | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2011-01-112-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | sparc64: Fix bootup regression due to perf init ordering.David S. Miller2011-01-092-2/+2
* | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-106-22/+23
|\ \ \ \ | |/ / / |/| | |
| * | | sparc: explicitly cast negative phandle checks to s32Andres Salomon2011-01-036-23/+24
| | |/ | |/|
* | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-071-0/+1
|\ \ \
| * | | TTY: Add tty ioctl to figure device node of the system console.Werner Fink2010-12-161-0/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2011-01-0624-579/+442
|\ \ \
| * | | sparc: update copyright in piggyback.cSam Ravnborg2011-01-041-1/+2
| * | | sparc: unify strip command in boot/MakefileSam Ravnborg2011-01-041-6/+4
| * | | sparc: rename piggyback_32 to piggybackSam Ravnborg2011-01-042-14/+6
| * | | sparc: fix tftpboot.img for sparc64 on little-endian hostSam Ravnborg2011-01-043-133/+80
| * | | sparc: add $BITS to piggyback argumentsSam Ravnborg2011-01-042-17/+30
| * | | sparc: remove obsolete ELF support in piggyback_32.cSam Ravnborg2011-01-041-22/+5
| * | | sparc: additional comments to piggyback_32.cSam Ravnborg2011-01-041-2/+21
| * | | sparc: use _start for the start entry (like 64 bit does)Sam Ravnborg2011-01-043-10/+7
| * | | sparc: use trapbase in setup_archSam Ravnborg2011-01-041-2/+1
| * | | sparc: refactor piggy_32.cSam Ravnborg2011-01-041-40/+102
| * | | SPARC/LEON: avoid AMBAPP name duplicates in openprom fs when REG is missingDaniel Hellstrom2011-01-041-8/+19
| * | | SPARC/LEON: added support for selecting Timer Core and Timer within coreDaniel Hellstrom2011-01-041-26/+54
| * | | LEON: added raw AMBA vendor/device number to find TIMER, IRQCTRLDaniel Hellstrom2011-01-041-4/+10