summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* ia64: thin archives fix linkingNicholas Piggin2017-06-301-6/+9
* ia64: remove unneeded extra-y in Makefile.gateMasahiro Yamada2017-06-301-3/+1Star
* Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-05-112-25/+3Star
|\
| * ia64: beatify build log for gate.so and gate-syms.oMasahiro Yamada2017-05-031-1/+1
| * kbuild: Consolidate header generation from ASM offset informationMatthias Kaehlcke2017-04-121-24/+2Star
* | ia64: reuse append_elf_note() and final_note() functionsHari Bathini2017-05-091-22/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-051-4/+0Star
|\ \
| * | ia64: Remove unused IA64_TASK_SIGHAND_OFFSET and IA64_SIGHAND_SIGLOCK_OFFSETEric W. Biederman2017-04-181-4/+0Star
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-021-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-022-25/+12Star
|\ \
| * | ia64/salinfo: Replace racy task affinity logicThomas Gleixner2017-04-151-19/+12Star
| * | ia64/topology: Remove cpus_allowed manipulationThomas Gleixner2017-04-151-6/+0Star
| |/
* / ia64: fix module loading for gcc-5.4Sergei Trofimovich2017-05-011-2/+2
|/
* sched/core: Remove unused prefetch_stack()Ingo Molnar2017-03-031-23/+0Star
* 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 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-023-0/+3
* 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-025-5/+5
* 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-281-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-253-8/+8
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-243-8/+8
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-213-5/+9
|\ \
| * | ia64: ensure exception table search users include extable.hPaul Gortmaker2017-01-243-2/+4
| * | ia64: move ia64_done_with_exception out of asm/uaccess.hPaul Gortmaker2017-01-243-3/+5
| |/
* | Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-02-211-1/+2
|\ \
| * | x86/ACPI: keep x86_cpu_to_acpiid mapping valid on CPU hotplugVitaly Kuznetsov2017-02-071-1/+2
| |/
* | ia64: Convert vtime to use nsec units directlyFrederic Weisbecker2017-02-012-9/+9
* | sched/cputime: Push time to account_system_time() in nsecsFrederic Weisbecker2017-02-011-5/+6
* | sched/cputime: Push time to account_idle_time() in nsecsFrederic Weisbecker2017-02-011-1/+1
* | sched/cputime: Push time to account_user_time() in nsecsFrederic Weisbecker2017-02-011-1/+1
* | sched/clock: Fix hotplug crashPeter Zijlstra2017-01-201-0/+2
* | sched/cputime: Rename vtime_account_user() to vtime_flush()Frederic Weisbecker2017-01-141-1/+1
* | sched/cputime, ia64: Accumulate cputime and account only on tick/task switchFrederic Weisbecker2017-01-141-15/+47
* | sched/cputime, ia64: Fix incorrect start cputime assignment on task switchFrederic Weisbecker2017-01-141-1/+1
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-253-8/+8
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2414-14/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-141-1/+1
|\
| * ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-221-1/+1
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-134-199/+72Star
|\ \
| * | ia64/topology: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-47/+7Star
| * | ia64/salinfo: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-51/+32Star
| * | ia64/palinfo: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-44/+16Star