summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-051-4/+0
|\
| * ia64: Remove unused IA64_TASK_SIGHAND_OFFSET and IA64_SIGHAND_SIGLOCK_OFFSETEric W. Biederman2017-04-171-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-0/+6
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-152-8/+37
| |\ \
| * | | New getsockopt option to get socket cookieChenbo Feng2017-04-081-0/+2
| * | | net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala2017-03-241-0/+2
| * | | sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-221-0/+2
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-011-0/+2
|\ \ \ \
| * | | | debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra2017-04-031-0/+2
| |/ / /
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-013-33/+21
|\ \ \ \
| * | | | ia64/sn/hwperf: Replace racy task affinity logicThomas Gleixner2017-04-151-8/+9
| * | | | ia64/salinfo: Replace racy task affinity logicThomas Gleixner2017-04-151-19/+12
| * | | | ia64/topology: Remove cpus_allowed manipulationThomas Gleixner2017-04-151-6/+0
| |/ / /
* | | | ia64: fix module loading for gcc-5.4Sergei Trofimovich2017-05-011-2/+2
* | | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-015-89/+43
|\ \ \ \ | |_|/ / |/| | |
| * | | 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-266-88/+46
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | | * | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-021-0/+2
| | | | |\ \ | | | |/ / / | | |/| | / | | | | |/
| | | * | get rid of padding, switch to RAW_COPY_USERAl Viro2017-04-063-43/+6
| | | * | ia64: get rid of copy_in_user()Al Viro2017-04-061-10/+0
| | | * | ia64: sanitize __access_ok()Al Viro2017-04-061-16/+16
| | | * | ia64: get rid of 'segment' argument of __do_{get,put}_user()Al Viro2017-04-061-8/+8
| | | * | ia64: get rid of 'segment' argument of __{get,put}_user_check()Al Viro2017-04-061-4/+4
| | | * | ia64: add extable.hAl Viro2017-04-063-8/+16
| | |/ /
| | * | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-2/+0
| | * | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-3/+0
| |/ /
* | | ia64: restore symbol versions for symbols defined in assemblyJan Beulich2017-04-132-8/+37
| |/ |/|
* | arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+2
|/
* sched/core: Remove unused prefetch_stack()Ingo Molnar2017-03-032-25/+0
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-023-1/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-025-0/+5
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-0/+4
* 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-024-0/+4
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* 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-027-6/+7
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-3/+9
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-257-16/+19
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-1/+4
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-247-15/+15
* | arch, mm: remove arch specific show_memMichal Hocko2017-02-221-48/+0
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-216-20/+46
|\ \
OpenPOWER on IntegriCloud