aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-85/+101
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+4
2014-06-06net: filter: fix sparc32 typoGravatar Alexei Starovoitov 1-1/+1
2014-06-06net: filter: fix typo in sparc BPF JITGravatar Alexei Starovoitov 1-4/+4
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLGravatar Fabian Frederick 1-1/+0
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Gravatar Naoya Horiguchi 1-5/+0
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-18/+6
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-12/+1
2014-06-01net: filter: get rid of BPF_S_* enumGravatar Daniel Borkmann 1-81/+73
2014-05-28Merge branch 'pci/misc' into nextGravatar Bjorn Helgaas 2-10/+0
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionGravatar Hanjun Guo 2-10/+0
2014-05-27sparc/PCI: Use pci_is_bridge() to simplify codeGravatar Yijing Wang 1-2/+1
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 15-126/+168
2014-05-21sparc64: fix format string mismatch in arch/sparc/kernel/sysfs.cGravatar Toralf Förster 1-1/+1
2014-05-17sparc64: Add membar to Niagara2 memcpy code.Gravatar David S. Miller 1-0/+1
2014-05-08sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.Gravatar David S. Miller 2-3/+17
2014-05-06sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr...Gravatar David S. Miller 1-15/+1
2014-05-05sparc: csum_add for SparcGravatar Tom Herbert 2-0/+24
2014-05-03sparc64: Give more detailed information in {pgd,pmd}_ERROR() and kill pte_ERR...Gravatar David S. Miller 1-3/+6
2014-05-03sparc64: Add basic validations to {pud,pmd}_bad().Gravatar David S. Miller 1-15/+31
2014-05-03sparc64: Use 'ILOG2_4MB' instead of constant '22'.Gravatar David S. Miller 4-10/+10
2014-05-03sparc64: Fix range check in kern_addr_valid().Gravatar David S. Miller 1-1/+1
2014-05-03sparc64: Fix top-level fault handling bugs.Gravatar David S. Miller 1-30/+52
2014-05-03sparc64: Handle 32-bit tasks properly in compute_effective_address().Gravatar David S. Miller 1-3/+9
2014-05-03sparc64: Don't use _PAGE_PRESENT in pte_modify() mask.Gravatar David S. Miller 1-4/+4
2014-05-03sparc64: Fix hex values in comment above pte_modify().Gravatar David S. Miller 1-2/+2
2014-05-03sparc64: Fix bugs in get_user_pages_fast() wrt. THP.Gravatar David S. Miller 2-2/+2
2014-05-03sparc64: Fix huge PMD invalidation.Gravatar David S. Miller 3-15/+17
2014-05-03sparc64: Fix executable bit testing in set_pmd_at() paths.Gravatar David S. Miller 1-6/+9
2014-05-03sparc64: Normalize NMI watchdog logging and behavior.Gravatar David S. Miller 1-16/+5
2014-05-02sparc64: Make itc_sync_lock rawGravatar Kirill Tkhai 1-3/+3
2014-05-02sparc64: Fix argument sign extension for compat_sys_futex().Gravatar David S. Miller 1-1/+1
2014-04-18arch,sparc: Convert smp_mb__*()Gravatar Peter Zijlstra 5-18/+6
2014-04-12Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 1-0/+1
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+5
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 2-0/+3
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-5/+1
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+3
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+0
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+1
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-12/+0
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-5/+6
2014-03-31net: filter: add jited flag to indicate jit compiled filtersGravatar Daniel Borkmann 1-1/+2
2014-03-26net: Rename skb->rxhash to skb->hashGravatar Tom Herbert 1-1/+1
2014-03-24sparc64: Make sure %pil interrupts are enabled during hypervisor yield.Gravatar David S. Miller 1-1/+3
2014-03-20audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALLGravatar AKASHI Takahiro 1-0/+1
2014-03-20sparc, sysfs: Fix CPU hotplug callback registrationGravatar Srivatsa S. Bhat 1-1/+5
2014-03-19sparc/PCI: Use default pcibios_enable_device() (Leon only)Gravatar Bjorn Helgaas 1-5/+0
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Gravatar Viresh Kumar 1-2/+1