summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-2316-718/+245
|\
| * sparc: convert to ksignalAl Viro2013-02-143-254/+164
| * burying unused conditionalsAl Viro2013-02-142-8/+0
| * sparc: switch to generic old sigsuspendAl Viro2013-02-034-15/+1
| * sparc: COMPAT_SYSCALL_DEFINE does all sign-extension as well as SYSCALL_DEFINEAl Viro2013-02-032-18/+8
| * sparc: kill sign-extending wrappers for native syscallsAl Viro2013-02-033-150/+40
| * kill sparc32_open()Al Viro2013-02-032-11/+1
| * sparc: switch to use of generic old sigactionAl Viro2013-02-036-69/+13
| * sparc: switch sys_compat_rt_sigaction() to COMPAT_SYSCALL_DEFINEAl Viro2013-02-032-17/+8
| * sparc: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-032-16/+1
| * sparc: switch to generic compat rt_sigpending()Al Viro2013-02-033-25/+2
| * sparc: switch to generic compat rt_sigprocmask(2)Al Viro2013-02-032-40/+1
| * sparc: bury the sys_sigpause() remainsAl Viro2013-02-033-18/+2
| * sparc: switch to generic sigaltstackAl Viro2013-02-038-84/+11
| * consolidate kernel-side struct sigaction declarationsAl Viro2013-02-033-1/+4
| * consolidate declarations of k_sigactionAl Viro2013-02-031-4/+1
| * sanitize rt_sigaction() situation a bitAl Viro2013-02-032-6/+6
* | swap: add per-partition lock for swapfileShaohua Li2013-02-231-1/+1
* | memory-hotplug: remove memmap of sparse-vmemmapTang Chen2013-02-231-0/+4
* | memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu2013-02-231-0/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-13/+11
|\ \
| * \ Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-2964-769/+446
| |\ \ | | |/
| * | sparc, mm: Remove calling of free_all_bootmem_node()Yinghai Lu2012-11-171-13/+11
* | | 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/net-nextLinus Torvalds2013-02-201-1/+2
|\ \ \
| * | | soreuseport: infrastructureTom Herbert2013-01-231-1/+1
| * | | sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-171-0/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-02-2014-120/+246
|\ \ \
| * | | sparc32: refactor smp bootSam Ravnborg2013-02-206-78/+132
| * | | sparc64: Fix huge PMD to PTE translation for sun4u in TLB miss handler.David S. Miller2013-02-201-9/+19
| * | | sparc64: Fix tsb_grow() in atomic context.David S. Miller2013-02-206-16/+72
| * | | sparc64: Handle hugepage TSB being NULL.David S. Miller2013-02-201-16/+22
| * | | sparc64: Fix gfp_flags setting in tsb_grow().David S. Miller2013-02-201-1/+1
* | | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-205-8/+11
|\ \ \ \
| * | | | sparc idle: rename pm_idle to sparc_idleLen Brown2013-02-175-8/+11
| | |/ / | |/| |
* | | | 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-081-2/+2
| |/ / /
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-191-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-01-241-1/+0
| |\ \ \ | | |/ / | |/| |
| | * | irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker2012-11-171-1/+0
* | | | sparc64: Fix get_user_pages_fast() wrt. THP.David S. Miller2013-02-132-10/+63
* | | | sparc64: Add missing HAVE_ARCH_TRANSPARENT_HUGEPAGE.David S. Miller2013-02-131-0/+1
* | | | sparc: kernel/sbus.c: fix memory leakageCong Ding2013-01-211-3/+3
|/ / /
* | | sparc: remove __devinit, __devexit annotationsSam Ravnborg2013-01-1223-100/+93
* | | sparc: Hook up finit_module syscall.David S. Miller2012-12-283-4/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-203-9/+0
|\ \ \
| * | | unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-191-6/+0
| * | | Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-192-3/+0
* | | | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-201-0/+1
|\ \ \ \
OpenPOWER on IntegriCloud