aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+3
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen1-2/+3
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+17
2014-01-15bpf: do not use reciprocal divideEric Dumazet1-3/+14
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar6-9/+10
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-0/+15
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra1-10/+2
2014-01-10Merge branch 'pci/resource' into nextBjorn Helgaas1-3/+3
2014-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds5-7/+8
2014-01-04Revert "sparc64: Fix __copy_{to,from}_user_inatomic defines."Dave Kleikamp1-2/+2
2014-01-04sparc64: smp_callin: Enable irqs after preemption is disabledKirill Tkhai1-1/+2
2014-01-04sparc/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2-4/+3
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu1-3/+3
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-2/+2
2013-12-11sparc/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2-4/+3
2013-12-03sparc64: Fix build regressionKirill Tkhai1-0/+1
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-3/+0
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-11/+2
2013-11-18sparc64: merge fixStephen Rothwell1-2/+0
2013-11-18sparc64: fix build regessionKirill A. Shutemov1-1/+0
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-0/+1
2013-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds34-434/+510
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig1-1/+0
2013-11-15sparc: handle pgtable_page_ctor() failKirill A. Shutemov2-6/+10
2013-11-15mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov1-6/+6
2013-11-14sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai14-39/+137
2013-11-14sparc64: Add self-IPI support for smp_send_reschedule()Kirill Tkhai1-2/+7
2013-11-14sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-bridgesoftedal1-2/+2
2013-11-13sparc64: Encode huge PMDs using PTE encoding.David S. Miller5-262/+131
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2-4/+0
2013-11-13sparc: Use preempt_schedule_irqThomas Gleixner1-4/+2
2013-11-13hardirq: Make hardirq bits genericThomas Gleixner2-3/+0
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2-2/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-11-13errno.h: remove "NFS" from descriptions in commentsEric Sandeen1-1/+1
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu1-1/+1
2013-11-12sparc64: Move to 64-bit PGDs and PMDs.David S. Miller4-31/+34
2013-11-12sparc64: Move from 4MB to 8MB huge pages.David S. Miller9-85/+47
2013-11-12sparc64: Make PAGE_OFFSET variable.David S. Miller7-29/+138
2013-11-12sparc64: Fix inconsistent max-physical-address defines.David S. Miller1-2/+4
2013-11-12sparc64: Document the shift counts used to validate linear kernel addresses.David S. Miller3-6/+24
2013-11-12sparc64: Define PAGE_OFFSET in terms of physical address bits.David S. Miller1-1/+3
2013-11-12sparc64: Use PAGE_OFFSET instead of a magic constant.David S. Miller1-7/+7
2013-11-12sparc64: Clean up 64-bit mmap exclusion defines.David S. Miller3-7/+15
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-12/+53
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+10
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1