summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \ \
| | * | | | | | | of: Make cpu node handling more portable.David Miller2013-10-151-0/+53
| * | | | | | | | of: move of_address_to_resource and of_iomap declarations from sparcRob Herring2013-10-091-8/+0
| * | | | | | | | of: implement of_node_to_nid as a weak functionRob Herring2013-10-091-4/+0
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-0/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into sched/coreIngo Molnar2013-11-011-0/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'core/urgent' into sched/coreIngo Molnar2013-10-111-1/+1
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-095-8/+13
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-121-21/+10
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-21/+10
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-10-231-0/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | / / | | |_|_|/ / | |/| | | |
OpenPOWER on IntegriCloud