summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni2017-06-091-3/+0
* sparc64: delete old wrap codePavel Tatashin2017-06-066-45/+1
* sparc64: new context wrapPavel Tatashin2017-06-061-27/+54
* sparc64: add per-cpu mm of secondary contextsPavel Tatashin2017-06-062-2/+4
* sparc64: redefine first versionPavel Tatashin2017-06-062-4/+4
* sparc64: combine activate_mm and switch_mmPavel Tatashin2017-06-061-20/+1
* sparc64: reset mm cpumask after wrapPavel Tatashin2017-06-061-0/+2
* sparc/mm/hugepages: Fix setup_hugepagesz for invalid values.Liam R. Howlett2017-06-061-1/+2
* sparc: Machine description indices can varyJames Clarke2017-06-062-4/+65
* sparc64: mm: fix copy_tsb to correctly copy huge page TSBsMike Kravetz2017-06-062-6/+12
* arch/sparc: support NR_CPUS = 4096Jane Chu2017-06-062-6/+15
* sparc64: Add __multi3 for gcc 7.x and later.David S. Miller2017-06-052-0/+36
* sparc64: Fix build warnings with gcc 7.David S. Miller2017-06-011-1/+1
* arch/sparc: increase CONFIG_NODES_SHIFT on SPARC64 to 5Jane Chu2017-05-261-2/+6
* sparc/ftrace: Fix ftrace graph time measurementLiam R. Howlett2017-05-171-7/+6
* sparc: Fix -Wstringop-overflow warningOrlando Arias2017-05-173-4/+4
* sparc64: Fix mapping of 64k pages with MAP_FIXEDNitin Gupta2017-05-171-2/+4
* Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-48/+0
|\
| * uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-48/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-05-096-14/+13
|\ \ | |/ |/|
| * sparc64: fix fault handling in NGbzero.S and GENbzero.SDave Aldridge2017-05-093-2/+8
| * sparc: use memdup_user_nul in sun4m LED driverGeliang Tang2017-05-091-10/+3
| * sparc: Remove redundant tests in boot_flags_init().David S. Miller2017-05-032-2/+2
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-082-7/+4
|\ \ | |/ |/|
| * PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-3/+3
| * PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse2017-04-181-0/+1
| * PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse2017-04-181-4/+0
* | 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
| | | |/ / / / / | | |/| | | | |
OpenPOWER on IntegriCloud