summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-071-0/+1
| | |_|/ | |/| |
* | | | compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-10-111-1/+1
| |_|/ |/| |
* | | sparc: fix MSI build failure on Sparc32Thomas Petazzoni2013-10-022-2/+8
* | | sparc: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-022-3/+3
* | | sparc: fix ldom_reboot buffer overflow harderKees Cook2013-10-021-3/+2
|/ /
* | sparc64: Fix buggy strlcpy() conversion in ldom_reboot().David S. Miller2013-09-271-1/+1
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-122-5/+13
* kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers2013-09-111-6/+6
* mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi2013-09-111-0/+5
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-061-1/+0
|\
OpenPOWER on IntegriCloud