aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2013-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds5-24/+57
2013-03-19sparc: remove unused "config BITS"Paul Bolle1-6/+0
2013-03-19sparc: delete "if !ULTRA_HAS_POPULATION_COUNT"Paul Bolle1-1/+1
2013-03-11sparc64: correctly recognize SPARC64-X chipsAllen Pais3-2/+30
2013-03-02sparc,leon: fix GRPCI2 device0 PCI config space accessDaniel Hellstrom1-15/+26
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+4
2013-03-02[regression] braino in "sparc: convert to ksignal"Al Viro1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-5/+4
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-3/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+0
2013-02-26default SET_PERSONALITY() in linux/elf.hAl Viro1-3/+0
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-3/+3
2013-02-25fix compat truncate/ftruncateAl Viro2-3/+2
2013-02-24switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2-2/+1
2013-02-24lseek() and truncate() on sparc really need sign extensionAl Viro2-2/+4
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds16-718/+245
2013-02-23swap: add per-partition lock for swapfileShaohua Li1-1/+1
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-0/+4
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu1-0/+1
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+11
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds14-120/+246
2013-02-20sparc32: refactor smp bootSam Ravnborg6-78/+132
2013-02-20sparc64: Fix huge PMD to PTE translation for sun4u in TLB miss handler.David S. Miller1-9/+19
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-8/+11
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2013-02-20sparc64: Fix tsb_grow() in atomic context.David S. Miller6-16/+72
2013-02-20sparc64: Handle hugepage TSB being NULL.David S. Miller1-16/+22
2013-02-20sparc64: Fix gfp_flags setting in tsb_grow().David S. Miller1-1/+1
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2013-02-17sparc idle: rename pm_idle to sparc_idleLen Brown5-8/+11
2013-02-14sparc: convert to ksignalAl Viro3-254/+164
2013-02-14burying unused conditionalsAl Viro2-8/+0
2013-02-13sparc64: Fix get_user_pages_fast() wrt. THP.David S. Miller2-10/+63
2013-02-13sparc64: Add missing HAVE_ARCH_TRANSPARENT_HUGEPAGE.David S. Miller1-0/+1
2013-02-08OF: convert devtree lock from rw_lock to raw spinlockThomas Gleixner1-2/+2
2013-02-06sparc: explicitly include sched.h to get task_thread_info declarationStephen Rothwell1-0/+1
2013-02-03sparc: switch to generic old sigsuspendAl Viro4-15/+1
2013-02-03sparc: COMPAT_SYSCALL_DEFINE does all sign-extension as well as SYSCALL_DEFINEAl Viro2-18/+8
2013-02-03sparc: kill sign-extending wrappers for native syscallsAl Viro3-150/+40
2013-02-03kill sparc32_open()Al Viro2-11/+1
2013-02-03sparc: switch to use of generic old sigactionAl Viro6-69/+13
2013-02-03sparc: switch sys_compat_rt_sigaction() to COMPAT_SYSCALL_DEFINEAl Viro2-17/+8
2013-02-03sparc: switch to generic compat rt_sigqueueinfo()Al Viro2-16/+1
2013-02-03sparc: switch to generic compat rt_sigpending()Al Viro3-25/+2
2013-02-03sparc: switch to generic compat rt_sigprocmask(2)Al Viro2-40/+1
2013-02-03sparc: bury the sys_sigpause() remainsAl Viro3-18/+2
2013-02-03sparc: switch to generic sigaltstackAl Viro8-84/+11
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro3-1/+4
2013-02-03consolidate declarations of k_sigactionAl Viro1-4/+1
2013-02-03sanitize rt_sigaction() situation a bitAl Viro2-6/+6
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin64-769/+446
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-1/+0
2013-01-23soreuseport: infrastructureTom Herbert1-1/+1
2013-01-21sparc: kernel/sbus.c: fix memory leakageCong Ding1-3/+3
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell3-3/+3
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat1-0/+1
2013-01-12sparc: remove __devinit, __devexit annotationsSam Ravnborg23-100/+93
2012-12-28sparc: Hook up finit_module syscall.David S. Miller3-4/+5
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-9/+0
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2012-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-12/+67
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in CAMELLIA code.David S. Miller1-0/+3
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in DES code.David S. Miller1-0/+6
2012-12-19sparc64: Fix ECB looping constructs in AES code.David S. Miller1-0/+1
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in AES code.David S. Miller1-0/+4
2012-12-19sparc64: Fix AES ctr mode block size.David S. Miller1-3/+24
2012-12-19sparc64: Fix unrolled AES 256-bit key loops.David S. Miller1-6/+14
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsAl Viro1-6/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+0
2012-12-18sparc64: Define pte_accessible()David S. Miller1-1/+7
2012-12-18sparc: huge_ptep_set_* functions need to call set_huge_pte_at()Dave Kleikamp1-2/+8
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2-14/+1
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel1-0/+1
2012-12-14modules: don't hand 0 to vmalloc.Rusty Russell1-4/+0
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+20
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds21-385/+160
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds3-229/+72
2012-12-11arch/sparc/kernel/sys_sparc_64.c: s/COLOUR/COLOR/Andrew Morton1-3/+3
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on sparc64 architectureMichel Lespinasse1-94/+30
2012-12-11mm: use vm_unmapped_area() on sparc64 architectureMichel Lespinasse1-114/+30
2012-12-11mm: use vm_unmapped_area() on sparc32 architectureMichel Lespinasse1-18/+9
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+3
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2012-12-03sparc: Fix piggyback with newer binutils.David S. Miller1-6/+6
2012-12-03sparc64: exit_group should kill register windows just like plain exit.David S. Miller3-4/+14
2012-11-29unify default ptrace_signal_deliverAl Viro1-2/+0
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro2-4/+2
2012-11-28flagday: don't pass regs to copy_thread()Al Viro2-5/+4
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro20-376/+156
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+5
2012-11-23Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+4
2012-11-23of/address: sparc: Declare of_iomap as an extern function for sparc againAndreas Larsson1-1/+4
2012-11-18sparc64: not any error from do_sigaltstack() should fail rt_sigreturn()Al Viro1-3/+1
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller34-84/+280
2012-11-17sparc, mm: Remove calling of free_all_bootmem_node()Yinghai Lu1-13/+11
2012-11-17irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker1-1/+0
2012-11-17sparc: dma-mapping: support debug_dma_mapping_errorShuah Khan1-0/+1
2012-11-17drivers/of: Constify device_node->name and ->path_component_nameGrant Likely1-1/+1
2012-11-16Merge branch 'arch-microblaze' into no-rebasesAl Viro23-26/+166
2012-11-16Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparcAl Viro18-90/+317
2012-11-14Merge v3.7-rc5 into tty-nextGreg Kroah-Hartman34-84/+280
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-11-09sparc64: Fix build with mix of modular vs. non-modular crypto drivers.David S. Miller9-8/+24
2012-11-09sparc: Support atomic64_dec_if_positive properly.David S. Miller4-2/+20
2012-11-09of/address: sparc: Declare of_address_to_resource() as an extern function for...Andreas Larsson1-0/+5
2012-11-09sparc32, leon: Check for existent irq_map entry in leon_handle_ext_irqAndreas Larsson1-2/+4
2012-11-06sparc: bpf_jit_comp: add VLAN instructions for BPF JITDaniel Borkmann1-0/+19
2012-11-01sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov1-0/+1
2012-10-28sparc: Wire up sys_kcmp.David S. Miller3-3/+5
2012-10-28sparc64: Improvde documentation and readability of atomic backoff code.David S. Miller5-10/+55
2012-10-27sparc64: Use pause instruction when available.David S. Miller5-16/+62
2012-10-27sparc64: Fix cpu strand yielding.David S. Miller2-2/+8
2012-10-26sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller13-61/+117
2012-10-25tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov1-0/+3
2012-10-17Merge tag 'uapi-fixes-20121017' of git://git.infradead.org/users/dhowells/lin...Linus Torvalds1-0/+4
2012-10-17UAPI: Make arch/sparc/include/uapi/asm/sigcontext.h non-emptyDavid Howells1-0/+4
2012-10-16sparc32: switch to generic sys_execve()Al Viro4-49/+4
2012-10-16sparc32: switch to generic kernel_execve()Al Viro4-27/+13
2012-10-16sparc32: switch to generic kernel_thread()Al Viro4-81/+56
2012-10-16sparc32: bury the remnants of LOWSYS tricksAl Viro1-13/+2
2012-10-16sparc64: convert to generic execveAl Viro6-71/+12
2012-10-16sparc64: Fix bit twiddling in sparc_pmu_enable_event().David S. Miller1-2/+4
2012-10-16sparc64: Add global PMU register dumping via sysrq.David S. Miller5-23/+187
2012-10-14sparc64: Like x86 we should check current->mm during perf backtrace generation.David S. Miller1-4/+5
2012-10-14sparc64: switch to generic kernel_execve()Al Viro3-27/+6
2012-10-14sparc64: take fprs_write() and friends to start_thread()Al Viro3-13/+9
2012-10-14sparc64: switch to generic kernel_thread()Al Viro5-82/+42
2012-10-14sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro9-30/+29
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-24/+2
2012-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-81/+221
2012-10-12vfs: define struct filename and have getname() return itJeff Layton3-6/+6
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-1/+5
2012-10-10sparc64: fix ptrace interaction with force_successful_syscall_return()Al Viro1-18/+14
2012-10-10sparc64: Fix deficiencies in sun4v error reporting.David S. Miller3-63/+207
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+1
2012-10-09UAPI: (Scripted) Disintegrate arch/sparc/include/asmDavid Howells61-1843/+1951
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds17-300/+748
2012-10-09sparc64: Support transparent huge pages.David Miller14-110/+582
2012-10-09sparc64: Document PGD and PMD layout.David Miller2-8/+16
2012-10-09sparc64: Eliminate PTE table memory wastage.David Miller5-44/+123
2012-10-09sparc64: Halve the size of PTE tablesDavid Miller2-19/+9
2012-10-09sparc64: Only support 4MB huge pages and 8KB base pages.David Miller6-121/+9
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li2-0/+2
2012-10-09mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon1-0/+4
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-09Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entryCatalin Marinas1-0/+1
2012-10-09Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config optionCatalin Marinas1-0/+1
2012-10-09Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas1-0/+1
2012-10-09Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas1-0/+2
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds1-0/+1
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-12/+176
2012-10-05Revert strace hiccups fix.David S. Miller5-30/+31
2012-10-05sparc64: Niagara-4 bzero/memset, plus use MRU stores in page copy.David S. Miller7-12/+176
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko3-54/+60
2012-10-06cross-arch: don't corrupt personality flags upon exec()Jiri Kosina1-1/+2
2012-10-04sparc64: Fix strace hiccups when force_successful_syscall() triggers.Al Viro1-18/+13
2012-10-04sparc64: Rearrange thread info to cheaply clear syscall noerror state.Al Viro5-15/+19
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann60-356/+6859
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds1-0/+5
2012-10-03asm-generic: Add default clkdev.hMark Brown1-0/+1
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds8-33/+34
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-47/+2
2012-10-02sparc: fix format string argument for prom_printf()Akinobu Mita7-10/+11
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller50-276/+6818
2012-10-02compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas3-47/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds47-263/+6814
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells1-0/+5
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-13/+0
2012-10-01sanitize tsk_is_polling()Al Viro2-0/+5
2012-10-01bury _TIF_RESTORE_SIGMASKAl Viro1-1/+0
2012-09-28sparc64: Fix trailing whitespace in NG4 memcpy.David S. Miller1-3/+3
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+5
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells3-24/+2
2012-09-27sparc: bpf_jit_comp: add XOR instruction for BPF JIT JITDaniel Borkmann1-0/+4
2012-09-27sparc64: Fix comment type in NG4 copy from user.David S. Miller1-1/+1
2012-09-27sparc64: Fix return value of Niagara-2 memcpy.David S. Miller1-23/+23
2012-09-27sparc64: Add SPARC-T4 optimized memcpy.David S. Miller8-2/+546
2012-09-21sparc: fix the return value of module_alloc()Wei Yongjun1-3/+1
2012-09-21sparc32: Enable the relocation target R_SPARC_DISP32 for sparc32Andreas Larsson1-5/+4
2012-09-21arch/sparc/kernel/pci_sun4v.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-21sparc64: Fix function argument comment in camellia_sparc64_key_expand asm.David S. Miller1-1/+1
2012-09-20get rid of generic instances of asm/exec.hAl Viro2-6/+1
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding2-13/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-1/+1
2012-09-17sparc64: Fix IV handling bug in des_sparc64_cbc_decryptDavid S. Miller1-0/+1
2012-09-15sparc64: Add auto-loading mechanism to crypto-opcode drivers.David S. Miller2-8/+22
2012-09-15sparc64: Add missing pr_fmt define to crypto opcode drivers.David S. Miller3-0/+6
2012-09-15sparc64: Adjust crypto priorities.David S. Miller9-16/+38
2012-09-06sparc64: Use cpu_pgsz_mask for linear kernel mapping config.David S. Miller1-39/+65
2012-09-06sparc64: Probe cpu page size support more portably.David S. Miller3-0/+56
2012-09-06sparc64: Support 2GB and 16GB page sizes for kernel linear mappings.David S. Miller3-44/+122
2012-09-01sparc64: Fix bugs in unrolled 256-bit loops.David S. Miller1-3/+9
2012-08-31sparc64: Avoid code duplication in crypto assembler.David S. Miller9-125/+117
2012-08-30sparc64: Unroll CTR crypt loops in AES driver.David S. Miller1-24/+118