summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm
AgeCommit message (Expand)Author
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-08sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.David S. Miller
2014-05-05sparc: csum_add for SparcTom Herbert
2014-05-03sparc64: Give more detailed information in {pgd,pmd}_ERROR() and kill pte_ERR...David S. Miller
2014-05-03sparc64: Add basic validations to {pud,pmd}_bad().David S. Miller
2014-05-03sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller
2014-05-03sparc64: Fix range check in kern_addr_valid().David S. Miller
2014-05-03sparc64: Don't use _PAGE_PRESENT in pte_modify() mask.David S. Miller
2014-05-03sparc64: Fix hex values in comment above pte_modify().David S. Miller
2014-05-03sparc64: Fix bugs in get_user_pages_fast() wrt. THP.David S. Miller
2014-05-03sparc64: Fix huge PMD invalidation.David S. Miller
2014-04-18arch,sparc: Convert smp_mb__*()Peter Zijlstra
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-03-11sparc64, sched: Remove unused sparc64_multi_coreBjorn Helgaas
2014-03-11sched: Remove unused mc_capable() and smt_capable()Bjorn Helgaas
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2014-01-04Revert "sparc64: Fix __copy_{to,from}_user_inatomic defines."Dave Kleikamp
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-18sparc64: fix build regessionKirill A. Shutemov
2013-11-14sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai
2013-11-13sparc64: Encode huge PMDs using PTE encoding.David S. Miller
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner
2013-11-13hardirq: Make hardirq bits genericThomas Gleixner
2013-11-12sparc64: Move to 64-bit PGDs and PMDs.David S. Miller
2013-11-12sparc64: Move from 4MB to 8MB huge pages.David S. Miller
2013-11-12sparc64: Make PAGE_OFFSET variable.David S. Miller
2013-11-12sparc64: Fix inconsistent max-physical-address defines.David S. Miller
2013-11-12sparc64: Document the shift counts used to validate linear kernel addresses.David S. Miller
2013-11-12sparc64: Define PAGE_OFFSET in terms of physical address bits.David S. Miller
2013-11-12sparc64: Clean up 64-bit mmap exclusion defines.David S. Miller
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar