| Commit message (Expand) | Author | Age | Files | Lines |
* | [IA64] Remove experimental status of kdump | Bernhard Walle | 2008-07-17 | 1 | -2/+2 |
* | [IA64] Update ia64 mmr list for SGI uv | Dimitri Sivanich | 2008-07-17 | 1 | -8/+415 |
* | [IA64] Avoid overflowing ia64_cpu_to_sapicid in acpi_map_lsapic() | Alex Chiang | 2008-07-17 | 1 | -3/+2 |
* | [IA64] adding parameter check to module_free() | Akiyama, Nobuyuki | 2008-07-17 | 1 | -1/+2 |
* | [IA64] improper printk format in acpi-cpufreq | Denis V. Lunev | 2008-07-17 | 1 | -2/+2 |
* | Pull pvops into release branch | Tony Luck | 2008-07-17 | 31 | -357/+1813 |
|\ |
|
| * | [IA64] pv_ops: move some functions in ivt.S to avoid lack of space. | Isaku Yamahata | 2008-05-28 | 1 | -128/+133 |
| * | [IA64] pvops: documentation on ia64/pv_ops | Isaku Yamahata | 2008-05-27 | 1 | -0/+137 |
| * | [IA64] pvops: add to hooks, pv_time_ops, for steal time accounting. | Isaku Yamahata | 2008-05-27 | 3 | -0/+70 |
| * | [IA64] pvops: add hooks, pv_irq_ops, to paravirtualized irq related operations. | Isaku Yamahata | 2008-05-27 | 4 | -9/+95 |
| * | [IA64] pvops: add hooks, pv_iosapic_ops, to paravirtualize iosapic. | Isaku Yamahata | 2008-05-27 | 4 | -18/+110 |
| * | [IA64] pvops: define initialization hooks, pv_init_ops, for paravirtualized e... | Isaku Yamahata | 2008-05-27 | 4 | -0/+89 |
| * | [IA64] pvops: paravirtualize NR_IRQS | Isaku Yamahata | 2008-05-27 | 5 | -8/+99 |
| * | [IA64] pvops: paravirtualize entry.S | Isaku Yamahata | 2008-05-27 | 6 | -44/+183 |
| * | [IA64] pvops: paravirtualize ivt.S | Isaku Yamahata | 2008-05-27 | 1 | -127/+122 |
| * | [IA64] pvops: paravirtualize minstate.h. | Isaku Yamahata | 2008-05-27 | 3 | -6/+38 |
| * | [IA64] pvops: define paravirtualized instructions for native. | Isaku Yamahata | 2008-05-27 | 1 | -0/+165 |
| * | [IA64] pvops: preparation for paravirtulization of hand written assembly code. | Isaku Yamahata | 2008-05-27 | 1 | -0/+9 |
| * | [IA64] pvops: introduce pv_cpu_ops to paravirtualize privileged instructions. | Isaku Yamahata | 2008-05-27 | 6 | -42/+425 |
| * | [IA64] pvops: add an early setup hook for pv_ops. | Isaku Yamahata | 2008-05-27 | 2 | -0/+44 |
| * | [IA64] pvops: introduce pv_info which describes some random info. | Isaku Yamahata | 2008-05-27 | 3 | -0/+105 |
| * | [IA64] pvops: preparation: introduce ia64_get_psr_i() to make kernel paravirt... | Isaku Yamahata | 2008-05-27 | 2 | -2/+10 |
| * | [IA64] pvops: preparation: introduce ia64_set_rr0_to_rr4() to make kernel par... | Isaku Yamahata | 2008-05-27 | 2 | -5/+10 |
| * | [IA64] pvops: preparation: move the constants, LOAD_OFFSET, to a header file. | Isaku Yamahata | 2008-05-27 | 2 | -1/+1 |
| * | [IA64] pvops: preparation: remove extern in irq_ia64.c | Isaku Yamahata | 2008-05-27 | 2 | -1/+2 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-07-17 | 3 | -3/+4 |
|\ \ |
|
| * | | x86: fix asm/e820.h for userspace inclusion | Rusty Russell | 2008-07-17 | 1 | -1/+2 |
| * | | x86: fix numaq_tsc_disable | Yinghai Lu | 2008-07-17 | 1 | -1/+1 |
| * | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2008-07-17 | 55 | -2800/+2148 |
| |\ \ |
|
| * | | | x86: fix kernel_physical_mapping_init() for large x86 systems | Jack Steiner | 2008-07-16 | 1 | -1/+1 |
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2008-07-17 | 3 | -13/+7 |
|\ \ \ \ |
|
| * | | | | ftrace: do not trace library functions | Ingo Molnar | 2008-07-17 | 1 | -12/+5 |
| * | | | | ftrace: do not trace scheduler functions | Ingo Molnar | 2008-07-17 | 1 | -2/+1 |
| * | | | | ftrace: fix lockup with MAXSMP | Ingo Molnar | 2008-07-17 | 1 | -0/+3 |
| * | | | | ftrace: fix merge buglet | Ingo Molnar | 2008-07-17 | 1 | -2/+1 |
| | |/ /
| |/| | |
|
* | | | | fix build error of arch/ia64/kvm/* | Takashi Iwai | 2008-07-17 | 2 | -3/+3 |
* | | | | Merge branch 'ptrace-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-07-17 | 5 | -206/+318 |
|\ \ \ \ |
|
| * | | | | fix dangling zombie when new parent ignores children | Roland McGrath | 2008-07-16 | 1 | -0/+26 |
| * | | | | do_wait: return security_task_wait() error code in place of -ECHILD | Roland McGrath | 2008-07-16 | 1 | -10/+20 |
| * | | | | ptrace children revamp | Roland McGrath | 2008-07-16 | 5 | -139/+160 |
| * | | | | do_wait reorganization | Roland McGrath | 2008-07-16 | 1 | -80/+135 |
* | | | | | Update scripts/Makefile.fwinst to cope with older make | David Woodhouse | 2008-07-17 | 1 | -2/+23 |
* | | | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2008-07-17 | 32 | -4970/+4019 |
|\ \ \ \ \ |
|
| * | | | | | [S390] dasd: use -EOPNOTSUPP instead of -ENOTSUPP | Stefan Haberland | 2008-07-17 | 1 | -2/+2 |
| * | | | | | [S390] qdio: new qdio driver. | Jan Glauber | 2008-07-17 | 20 | -4943/+3874 |
| * | | | | | [S390] cio: Export chsc_error_from_response(). | Cornelia Huck | 2008-07-17 | 2 | -1/+10 |
| * | | | | | [S390] vmur: Fix return code handling. | Frank Munzert | 2008-07-17 | 1 | -5/+5 |
| * | | | | | [S390] Fix stacktrace compile bug. | Heiko Carstens | 2008-07-17 | 1 | -0/+1 |
| * | | | | | [S390] Increase default warning stacksize. | Heiko Carstens | 2008-07-17 | 1 | -1/+1 |
| * | | | | | [S390] dasd: Fix cleanup in dasd_{fba,diag}_check_characteristics(). | Cornelia Huck | 2008-07-17 | 2 | -8/+24 |