summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-013-690/+0
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-04-283-690/+0
| |\
| | * cpufreq: sparc: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-103-680/+0
| | * cpufreq: Don't check if cpu is online/offline for cpufreq callbacksViresh Kumar2013-04-022-12/+0
| | * cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-022-12/+14
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-306-57/+23
|\ \ \ | |/ / |/| |
| * | sparc: Use generic idle loopSam Ravnborg2013-04-136-57/+23
| |/
* / sparc64: Fix race in TLB batch processing.David S. Miller2013-04-191-4/+37
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-03-193-17/+55
|\
| * sparc64: correctly recognize SPARC64-X chipsAllen Pais2013-03-112-2/+29
| * sparc,leon: fix GRPCI2 device0 PCI config space accessDaniel Hellstrom2013-03-031-15/+26
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-022-4/+4
|\ \ | |/ |/|
| * [regression] braino in "sparc: convert to ksignal"Al Viro2013-03-021-1/+1
| * fix compat truncate/ftruncateAl Viro2013-02-252-3/+2
| * switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-242-2/+1
| * lseek() and truncate() on sparc really need sign extensionAl Viro2013-02-242-2/+4
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-282-5/+4
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-263-3/+3
|\ \ | |/ |/|
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-213-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-2411-705/+237
|\ \
| * | sparc: convert to ksignalAl Viro2013-02-143-254/+164
| * | sparc: switch to generic old sigsuspendAl Viro2013-02-043-15/+0
| * | sparc: COMPAT_SYSCALL_DEFINE does all sign-extension as well as SYSCALL_DEFINEAl Viro2013-02-042-18/+8
| * | sparc: kill sign-extending wrappers for native syscallsAl Viro2013-02-043-150/+40
| * | kill sparc32_open()Al Viro2013-02-042-11/+1
| * | sparc: switch to use of generic old sigactionAl Viro2013-02-044-68/+10
| * | sparc: switch sys_compat_rt_sigaction() to COMPAT_SYSCALL_DEFINEAl Viro2013-02-041-17/+7
| * | sparc: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-041-16/+0
| * | sparc: switch to generic compat rt_sigpending()Al Viro2013-02-042-25/+1
| * | sparc: switch to generic compat rt_sigprocmask(2)Al Viro2013-02-041-40/+0
| * | sparc: bury the sys_sigpause() remainsAl Viro2013-02-043-18/+2
| * | sparc: switch to generic sigaltstackAl Viro2013-02-046-78/+10
| * | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-1/+1
| * | sanitize rt_sigaction() situation a bitAl Viro2013-02-031-6/+5
| |/
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-0/+1
|\ \
| * | sparc: explicitly include sched.h to get task_thread_info declarationStephen Rothwell2013-02-061-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-02-207-82/+167
|\ \
| * | sparc32: refactor smp bootSam Ravnborg2013-02-206-78/+132
| * | sparc64: Fix tsb_grow() in atomic context.David S. Miller2013-02-201-4/+35
* | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-204-8/+10
|\ \ \
| * | | sparc idle: rename pm_idle to sparc_idleLen Brown2013-02-184-8/+10
| | |/ | |/|
* | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-201-2/+2
|\ \ \ | |_|/ |/| |
| * | OF: convert devtree lock from rw_lock to raw spinlockThomas Gleixner2013-02-091-2/+2
| |/
* / sparc: kernel/sbus.c: fix memory leakageCong Ding2013-01-211-3/+3
|/
* sparc: remove __devinit, __devexit annotationsSam Ravnborg2013-01-1320-93/+86
* sparc: Hook up finit_module syscall.David S. Miller2012-12-292-3/+3
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-4/+0
|\
| * modules: don't hand 0 to vmalloc.Rusty Russell2012-12-141-4/+0
* | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-181-14/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-1210-358/+125
|\ \