aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-02-085-77/+202
|\
| * [IA64] Fix large MCA bootmem allocationRuss Anderson2008-02-081-29/+26
| * [IA64] Simplify cpu_idle_waitTony Luck2008-02-081-29/+15
| * [IA64] Synchronize RBS on PTRACE_ATTACHPetr Tesarik2008-02-081-0/+57
| * [IA64] Synchronize kernel RSE to user-space and backPetr Tesarik2008-02-082-0/+88
| * [IA64] Rename TIF_PERFMON_WORK back to TIF_NOTIFY_RESUMEPetr Tesarik2008-02-082-18/+12
| * [IA64] Wire up timerfd_{create,settime,gettime} syscallsTony Luck2008-02-081-1/+4
* | time: fix typo in commentsLi Zefan2008-02-081-7/+7
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-02-072-17/+21
|\
| * Merge branches 'release' and 'fluff' into releaseLen Brown2008-02-071-4/+0
| |\
| | * ACPI: misc cleanupsAdrian Bunk2008-02-071-4/+0
| * | Merge branches 'release' and 'throttling-domains' into releaseLen Brown2008-02-071-0/+6
| |\ \
| | * | ACPI: Set _PSD ACPI_PDC_SMP_T_SWCOORDZhao Yakui2008-02-021-0/+6
| | | |
| | \ \
| *-. \ \ Merge branches 'release', 'misc' and 'misc-2.6.25' into releaseLen Brown2008-02-071-1/+1
| |\ \ \ \ | | | | |/ | | | |/|
| | * | | acpi: make __acpi_map_table() and __init functionJan Beulich2007-12-131-1/+1
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ...Len Brown2008-02-071-12/+14
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | | | | | |_|/ | | | | |/| |
| | | | | * | ACPI: tables: complete searching upon RSDP w/ bad checksum.Len Brown2007-12-141-12/+14
| | | |_|/ / | | |/| | |
* | | | | | vmcoreinfo: fix the configuration dependenciesKen'ichi Ohmichi2008-02-071-2/+3
* | | | | | vmcoreinfo: rename vmcoreinfo's macros returning the sizeKen'ichi Ohmichi2008-02-071-1/+1
|/ / / / /
* | | | | idle_regs() must be __cpuinitAdrian Bunk2008-02-061-1/+1
* | | | | calibrate_delay() must be __cpuinitAdrian Bunk2008-02-061-1/+0
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-02-0515-320/+395
|\ \ \ \ \
| * | | | | [IA64] make pfm_get_task work with virtual pidsPavel Emelyanov2008-02-051-2/+2
| * | | | | [IA64] honor notify_die() returning NOTIFY_STOPJan Beulich2008-02-052-17/+31
| * | | | | [IA64] remove dead code: __cpu_{down,die} from !HOTPLUG_CPUJan Beulich2008-02-051-11/+0
| * | | | | [IA64] ia64_set_psr should use srlz.iXiantao Zhang2008-02-041-1/+0
| * | | | | [IA64] Export three symbols for module useZhang, Xiantao2008-02-042-0/+17
| * | | | | [IA64] mca style cleanupHidetoshi Seto2008-02-045-53/+65
| * | | | | [IA64] generalize attribute of fsyscall_gtod_dataHidetoshi Seto2008-02-041-2/+2
| * | | | | [IA64] efi.c Add /* never reached */ annotationAron Griffis2008-02-041-2/+2
| * | | | | [IA64] efi.c Spelling/punctuation fixesAron Griffis2008-02-041-8/+8
| * | | | | [IA64] Make efi.c mostly fit in 80 columnsAron Griffis2008-02-041-223/+266
| * | | | | [IA64] Fix the order of atomic operations in restore_previous_kprobes on ia64Masami Hiramatsu2008-02-041-3/+4
| * | | | | [IA64] constify function pointer tablesJan Engelhardt2008-02-042-2/+2
| | |_|/ / | |/| | |
* | | | | timerfd: new timerfd APIDavide Libenzi2008-02-051-1/+1
|/ / / /
* | | | Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-2/+2
|\ \ \ \
| * | | | perfmon: Use task_is_*Matthew Wilcox2007-12-061-2/+2
| |/ / /
* | | | modules: fold percpu_modcopy into module.ctravis@sgi.com2008-01-301-11/+0
* | | | percpu: make the asm-generic/percpu.h more "generic"travis@sgi.com2008-01-301-1/+1
* | | | all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg2008-01-281-4/+4
* | | | sched: remove printk_clock references from ia64Ingo Molnar2008-01-251-4/+0
* | | | sched: remove printk_clock()Ingo Molnar2008-01-251-27/+0
* | | | Kobject: convert arch/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-5/+4
* | | | Kobject: change arch/ia64/kernel/topology.c to use kobject_init_and_addGreg Kroah-Hartman2008-01-241-8/+9
* | | | [IA64] Fix unaligned handler for floating point instructions with base updateLuck, Tony2008-01-151-4/+7
| |/ / |/| |
* | | [IA64] Adjust CMCI mask on CPU hotplugHidetoshi Seto2007-12-191-0/+33
* | | [IA64] make flush_tlb_kernel_range() an inline functionJan Beulich2007-12-191-1/+1
* | | [IA64] Remove assembler warnings on head.SHidetoshi Seto2007-12-191-0/+1
* | | [IA64] Remove compiler warinings about uninitialized variable in irq_ia64.cKenji Kaneshige2007-12-191-2/+2
* | | [IA64] set_thread_area fails in IA32 chrootIan Wienand2007-12-191-0/+1