summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-3/+14
|\
| * bpf: do not use reciprocal divideEric Dumazet2014-01-151-3/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-145-7/+8
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-01-045-7/+8
| |\
| | * Revert "sparc64: Fix __copy_{to,from}_user_inatomic defines."Dave Kleikamp2014-01-041-2/+2
| | * sparc64: smp_callin: Enable irqs after preemption is disabledKirill Tkhai2014-01-041-1/+2
| | * sparc/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2014-01-042-4/+3
| | * sparc64: Fix build regressionKirill Tkhai2013-12-031-0/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-2/+2
|\ \ \ | |/ /
| * | mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-181-2/+2
| |/
* | lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-171-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-11-192-3/+0
|\
| * sparc64: merge fixStephen Rothwell2013-11-181-2/+0
| * sparc64: fix build regessionKirill A. Shutemov2013-11-181-1/+0
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-195-11/+2
|\ \ | |/ |/|
| * preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-132-4/+0
| * sparc: Use preempt_schedule_irqThomas Gleixner2013-11-131-4/+2
| * hardirq: Make hardirq bits genericThomas Gleixner2013-11-132-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\ \
| * | doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew2013-10-141-1/+1
* | | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2013-11-151-0/+1
|\ \ \
| * | | sparc: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2013-11-1534-434/+510
|\ \ \ \
| * | | | sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai2013-11-1414-39/+137
| * | | | sparc64: Add self-IPI support for smp_send_reschedule()Kirill Tkhai2013-11-141-2/+7
| * | | | sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-...oftedal2013-11-141-2/+2
| * | | | sparc64: Encode huge PMDs using PTE encoding.David S. Miller2013-11-135-262/+131
| * | | | sparc64: Move to 64-bit PGDs and PMDs.David S. Miller2013-11-124-31/+34
| * | | | sparc64: Move from 4MB to 8MB huge pages.David S. Miller2013-11-129-85/+47
| * | | | sparc64: Make PAGE_OFFSET variable.David S. Miller2013-11-127-29/+138
| * | | | sparc64: Fix inconsistent max-physical-address defines.David S. Miller2013-11-121-2/+4
| * | | | sparc64: Document the shift counts used to validate linear kernel addresses.David S. Miller2013-11-123-6/+24
| * | | | sparc64: Define PAGE_OFFSET in terms of physical address bits.David S. Miller2013-11-121-1/+3
| * | | | sparc64: Use PAGE_OFFSET instead of a magic constant.David S. Miller2013-11-121-7/+7
| * | | | sparc64: Clean up 64-bit mmap exclusion defines.David S. Miller2013-11-123-7/+15
* | | | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-151-1/+0
* | | | | sparc: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-152-6/+10
* | | | | mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov2013-11-151-6/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-0/+2
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-236-9/+14
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-081-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-281-0/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-132-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | errno.h: remove "NFS" from descriptions in commentsEric Sandeen2013-11-131-1/+1
| * | | | | | | | mm/arch: use NUMA_NO_NODEJianguo Wu2013-11-131-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
* | | | | | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-122-12/+53
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-077-9/+67
| |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud