summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* [IA64] Wire up memfd_create() system callTony Luck2014-08-181-0/+1
* Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-091-25/+21
|\
| * ia64: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-25/+21
* | Merge tag 'please-pull-getrandom' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-091-0/+1
|\ \
| * | [IA64] Wire up getrandom() system callTony Luck2014-08-061-0/+1
| |/
* | rtc: ia64: allow other architectures to use EFI RTCMark Salter2014-08-081-15/+0
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-051-2/+2
|\ \
| * | timekeeping: Fixup typo in update_vsyscall_old definitionJohn Stultz2014-07-301-1/+1
| * | clocksource: Get rid of cycle_lastThomas Gleixner2014-07-231-2/+2
| |/
* | efi/reboot: Add generic wrapper around EfiResetSystem()Matt Fleming2014-07-181-1/+1
|/
* ia64: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-062-5/+5
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-042-13/+4
|\
| * ia64: Use irq_init_descThomas Gleixner2014-05-162-5/+4
| * ia64: Remove unused check_irq_used()Thomas Gleixner2014-05-161-8/+0
| |
| \
*-. \ Merge branches 'acpi-processor' and 'acpi-pad'Rafael J. Wysocki2014-06-031-0/+3
|\ \ \ | | |/
| * | ACPI / ia64: introduce variable acpi_lapic into ia64Baoquan He2014-05-161-0/+3
| |/
* | ia64: add renameat2 syscallMiklos Szeredi2014-05-201-0/+1
|/
* Merge tag 'please-pull-ia64-erratum' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-162-2/+2
|\
| * [IA64] Change default PSR.ac from '1' to '0' (Fix erratum #237)Tony Luck2014-04-162-2/+2
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-074-5/+28
|\ \
| * | ia64, err-inject: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-2/+13
| * | ia64, topology: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+5
| * | ia64, palinfo: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+5
| * | ia64, salinfo: Fix hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+5
| |/
* | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-3/+1
|\ \
| * | ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
| * | ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-2/+0
* | | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-011-21/+7
|\ \ \
| * | | ia64: Remove acpi_get_pxm() usageBjorn Helgaas2014-02-031-21/+7
* | | | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-011-4/+0
|\ \ \ \
| * \ \ \ Merge branch 'acpi-processor'Rafael J. Wysocki2014-03-211-4/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ACPI: Move BAD_MADT_ENTRY() to linux/acpi.hHanjun Guo2014-02-191-4/+0
| | | |/ | | |/|
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-015-26/+7
|\ \ \ \
| * | | | ia64: Validate online cpus in irq_set_affinity() callbacksThomas Gleixner2014-03-121-8/+2
| * | | | ia64: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-044-12/+1
| * | | | ia64: Use the core irq stats functionThomas Gleixner2014-03-041-6/+4
| | |/ / | |/| |
* | | | Merge tag 'please-pull-misc-3.15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-311-2/+2
|\ \ \ \
| * | | | [IA64] Keep format strings from leaking into printkKees Cook2014-03-281-2/+2
| |/ / /
* | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-03-311-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | ia64/efi: Implement efi_enabled()Matt Fleming2014-03-041-0/+7
| |/ /
* | | mm: fix GFP_THISNODE callers and clarifyJohannes Weiner2014-03-101-1/+1
|/ /
* | [IA64] Wire up new sched_setattr and sched_getattr syscallsTony Luck2014-01-281-0/+2
|/
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-241-1/+0
|\
| * ACPICA: Cleanup the option of forcing the use of the RSDT.Lv Zheng2014-01-081-1/+0
* | ia64/xen: Remove Xen support for ia64Boris Ostrovsky2013-12-107-55/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-201-7/+1
|\
| * consolidate simple ->d_delete() instancesAl Viro2013-11-151-7/+1
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-14/+1
|\ \
| * | ia64: Use preempt_schedule_irqThomas Gleixner2013-11-131-14/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\ \ \ | |_|/ |/| |
OpenPOWER on IntegriCloud