summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
|\ \ \ | |_|/ |/| |
| * | doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew2013-10-141-1/+1
* | | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-141-34/+4
|\ \ \
| * | | ACPI / processor: use apic_id and remove duplicated _MAT evaluationJiang Liu2013-09-241-34/+4
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-132-9/+5
|\ \ \ | |_|/ |/| |
| * | constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
| * | switch elf_core_write_extra_data() to dump_emit()Al Viro2013-11-091-4/+2
| * | switch elf_core_write_extra_phdrs() to dump_emit()Al Viro2013-11-091-4/+2
| |/
* | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-121-0/+1
|\ \
| * | DMI: Parse memory device (type 17) in SMBIOSChen, Gong2013-10-231-0/+1
| |/
* / efi: x86: ia64: provide a generic efi_config_init()Leif Lindholm2013-09-051-43/+11
|/
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-5/+0
|\
| * ia64: remove setting for saved_max_pfnZhang Yanfei2013-07-031-5/+0
* | Merge tag 'please-pull-misc-3.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-0312-64/+39
|\ \ | |/ |/|
| * [IA64] Delete __cpuinit usage from all ia64 usersPaul Gortmaker2013-06-249-36/+36
| * [IA64] pci: Remove unused fallback_devBjorn Helgaas2013-06-031-9/+0
| * [IA64] perfmon: Use %*phD specifier to dump small buffersAndy Shevchenko2013-06-031-18/+2
| * [IA64] Fix trap #45 handlingChen Gang2013-06-031-1/+1
* | sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar2013-06-191-1/+1
|/
* ia64: single_open() leaksAl Viro2013-05-052-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-012-295/+264
|\
| * ia64: Don't use create_proc_read_entry()David Howells2013-04-292-282/+259
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-13/+5
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-302-10/+3
|\ \
| * | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-2/+2
| * | dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2013-04-301-0/+1
| * | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-8/+0
* | | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-304-469/+0
|\ \ \ | |/ / |/| |
| * | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-04-284-469/+0
| |\ \
| | * | cpufreq: ia64: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-104-471/+0
| | * | cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-10/+12
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-303-72/+22
|\ \ \ \