| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | [IA64] Fix get_model_name() for mixed cpu type systems | Jack Steiner | 2007-03-20 | 1 | -7/+15 |
* | | | | [IA64] min_low_pfn and max_low_pfn calculation fix | Zou Nan hai | 2007-03-20 | 3 | -27/+23 |
|/ / / |
|
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2007-03-09 | 8 | -240/+774 |
|\ \ \ |
|
| * | | | [IA64] refresh config files | Tony Luck | 2007-03-08 | 3 | -207/+721 |
| * | | | [IA64] put kdump_find_rsvd_region in __init | Horms | 2007-03-08 | 1 | -1/+1 |
| * | | | [IA64] add missing syscall trace clear | Akiyama, Nobuyuki | 2007-03-08 | 1 | -0/+1 |
| * | | | [IA64] Cleanup in crash.c | Simon Horman | 2007-03-08 | 1 | -5/+5 |
| * | | | [IA64] Cache error recovery | Russ Anderson | 2007-03-08 | 1 | -21/+11 |
| * | | | [IA64] Proper handling of TLB errors from duplicate itr.d dropins | Russ Anderson | 2007-03-08 | 2 | -6/+35 |
* | | | | Pull altix into release branch | Len Brown | 2007-03-09 | 2 | -22/+24 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | ACPI: Altix: reinitialize acpi tables | John Keller | 2007-03-01 | 1 | -0/+2 |
| * | | | ACPI: Altix: cannot register acpi bus driver before bus scan | John Keller | 2007-02-23 | 1 | -22/+22 |
* | | | | [IA64] fsys_getcpu for IA64 | Fenghua Yu | 2007-03-07 | 2 | -0/+106 |
* | | | | [IA64] remove duplicate declaration of efi_initialize_iomem_resources | Horms | 2007-03-07 | 1 | -2/+0 |
* | | | | [IA64] Pick highest possible saved_max_pfn for crash_dump | Tony Luck | 2007-03-07 | 1 | -5/+5 |
* | | | | [IA64] fix NULL pointer in ia64/irq_chip-mask/unmask function | KAMEZAWA Hiroyuki | 2007-03-07 | 2 | -3/+19 |
* | | | | [IA64] kexec: Use EFI_LOADER_DATA for ELF core header | Magnus Damm | 2007-03-06 | 2 | -0/+60 |
* | | | | [IA64] permon use-after-free fix | Nick Piggin | 2007-03-06 | 1 | -4/+7 |
* | | | | [IA64] sync compat getdents | Alexandr Andreev | 2007-03-06 | 1 | -3/+7 |
* | | | | [IA64] always build arch/ia64/lib/xor.o | Lee Schermerhorn | 2007-03-06 | 1 | -2/+1 |
* | | | | [IA64] point saved_max_pfn to the max_pfn of the entire system | Horms | 2007-03-06 | 3 | -11/+6 |
* | | | | [PATCH] irq: Remove set_native_irq_info | Eric W. Biederman | 2007-02-26 | 2 | -2/+2 |
|/ / / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2007-02-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix comment typo "spin_lock_irqrestore". | Robert P. J. Day | 2007-02-17 | 1 | -1/+1 |
* | | | | Pull fluff into release branch | Len Brown | 2007-02-16 | 1 | -2/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | ACPI: IA64: react to acpi_table_parse() return value change | John Keller | 2007-02-16 | 1 | -2/+2 |
* | | | | ATA convert GSI to irq on ia64 | Zhang, Yanmin | 2007-02-15 | 1 | -0/+1 |
* | | | | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman | 2007-02-14 | 3 | -3/+3 |
* | | | | [PATCH] sysctl: C99 convert arch/ia64/kernel/perfmon and remove ABI breakage | Eric W. Biederman | 2007-02-14 | 1 | -9/+47 |
* | | | | [PATCH] sysctl: C99 Convert arch/ia64/sn/kernel/xpc_main.c | Eric W. Biederman | 2007-02-14 | 1 | -48/+38 |
* | | | | [PATCH] sysctl: sn: remove sysctl ABI BREAKAGE | Eric W. Biederman | 2007-02-14 | 1 | -6/+6 |
* | | | | [PATCH] Scheduled removal of SA_xxx interrupt flags fixups | Thomas Gleixner | 2007-02-14 | 1 | -1/+1 |
|/ / / |
|
* | | | [PATCH] mark struct file_operations const 2 | Arjan van de Ven | 2007-02-12 | 5 | -8/+8 |
* | | | [PATCH] Dynamic kernel command-line: fixups | Alon Bar-Lev | 2007-02-12 | 2 | -4/+0 |
* | | | [PATCH] Dynamic kernel command-line: ia64 | Alon Bar-Lev | 2007-02-12 | 3 | -6/+8 |
* | | | [PATCH] Consolidate bust_spinlocks() | Kirill Korotaev | 2007-02-11 | 1 | -30/+0 |
* | | | [PATCH] sn2: use static ->proc_fops | Alexey Dobriyan | 2007-02-11 | 1 | -43/+62 |
* | | | [PATCH] Common compat_sys_sysinfo | Kyle McMartin | 2007-02-11 | 2 | -69/+1 |
* | | | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). | Robert P. J. Day | 2007-02-11 | 3 | -15/+7 |
* | | | [PATCH] disable init/initramfs.c: architectures | Jean-Paul Saman | 2007-02-11 | 1 | -0/+2 |
* | | | [PATCH] optional ZONE_DMA: optional ZONE_DMA for ia64 | Christoph Lameter | 2007-02-11 | 3 | -3/+11 |
* | | | [PATCH] optional ZONE_DMA: introduce CONFIG_ZONE_DMA | Christoph Lameter | 2007-02-11 | 1 | -0/+4 |
* | | | [PATCH] Drop nr_free_pages_pgdat() | Christoph Lameter | 2007-02-11 | 1 | -1/+1 |
* | | | [PATCH] arch/ia64: ansify | Al Viro | 2007-02-09 | 2 | -3/+3 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2007-02-07 | 2 | -13/+26 |
|\ \ \ |
|
| * | | | msi: Make MSI useable more architectures | Eric W. Biederman | 2007-02-07 | 2 | -13/+26 |
| * | | | msi: Kill the msi_desc array. | Eric W. Biederman | 2007-02-07 | 1 | -1/+1 |
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2007-02-07 | 6 | -206/+463 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Pull test into release branch | Len Brown | 2007-02-06 | 6 | -206/+463 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Altix: ACPI SSDT PCI device support | John Keller | 2007-02-02 | 4 | -103/+362 |