summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-029-61/+1805
|\
| * sparc64: Fix BPF JIT wrt. branches and ldimm64 instructions.David S. Miller2017-05-011-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-266-2/+49
| |\
| * | sparc64: Improve 64-bit constant loading in eBPF JIT.David S. Miller2017-04-241-4/+245
| * | sparc64: Support cbcond instructions in eBPF JIT.David S. Miller2017-04-241-54/+184
| * | sparc64: Add eBPF JIT.David S. Miller2017-04-227-60/+1424
| * | sparc: Split BPF JIT into 32-bit and 64-bit.David S. Miller2017-04-226-3/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-202-1/+17
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-1520-25/+47
| |\ \ \
| * | | | New getsockopt option to get socket cookieChenbo Feng2017-04-081-0/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-1/+1
| |\ \ \ \
| * | | | | net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala2017-03-241-0/+2
| * | | | | sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-221-0/+2
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-011-28/+11
|\ \ \ \ \ \
| * | | | | | sparc/sysfs: Replace racy task affinity logicThomas Gleixner2017-04-151-28/+11
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-012-0/+4
|\ \ \ \ \ \
| * | | | | | sparc/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-142-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-0123-128/+38
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro2017-04-261-1/+0
| * | | | | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-2624-127/+40
| |\ \ \ \ \ \ \
| | | | * | | | | sparc: switch to RAW_COPY_USERAl Viro2017-04-0221-94/+37
| | | | * | | | | sparc32: kill __ret_efault()Al Viro2017-03-282-9/+0
| | | |/ / / / / | | |/| | | | |
| | | * | | | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-021-0/+1
| | | |\ \ \ \ \ | | |/ / / / / / | | | | _ / / / | | | | / / /
| | * | | | | new helper: uaccess_kernel()Al Viro2017-03-282-2/+2
| | * | | | | uaccess: drop pointless ifdefsAl Viro2017-03-052-12/+0
| | * | | | | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-052-4/+0
| | * | | | | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-052-6/+0
| |/ / / / /
* | | | | | sparc: Update syscall tables.David S. Miller2017-04-233-1/+10
* | | | | | sparc64: Fill in rest of HAVE_REGS_AND_STACK_ACCESS_APIDavid S. Miller2017-04-233-1/+39
| |_|_|_|/ |/| | | |
* | | | | sparc64: Fix hugepage page table freeNitin Gupta2017-04-181-0/+16
* | | | | sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALLDaniel Jordan2017-04-181-1/+1
| |_|/ / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-04-0820-25/+47
|\ \ \ \ | |_|_|/ |/| | |
| * | | sparc: remove unused wp_works_ok macroMathias Krause2017-04-062-10/+0
| * | | sparc32: Export vac_cache_size to fix build errorGuenter Roeck2017-04-061-0/+1
| * | | sparc64: Fix memory corruption when THP is enabledNitin Gupta2017-04-062-5/+5
| * | | sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()Tom Hromatka2017-04-061-7/+8
| * | | arch/sparc: Avoid DCTI CouplesBabu Moger2017-03-2711-0/+18
| * | | sparc64: kern_addr_valid regressionbob picco2017-03-271-1/+1
| * | | sparc64: Add support for 2G hugepagesNitin Gupta2017-03-273-1/+13
| * | | sparc64: Fix size check in huge_pte_allocNitin Gupta2017-03-271-1/+1
| | |/ | |/|
* | | Merge branch 'regset' (PTRACE_SETREGSET data leakage)Linus Torvalds2017-03-291-1/+1
|\ \ \ | |/ / |/| |
| * | sparc/ptrace: Preserve previous registers for short regset writeDave Martin2017-03-291-1/+1
* | | arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
| |/ |/|
* | sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-036-6/+6
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-025-0/+9
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-029-0/+9
OpenPOWER on IntegriCloud