Age | Commit message (Expand) | Author | Files | Lines |
2007-09-10 | Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACH | Roland McGrath | 1 | -1/+0 |
2007-09-04 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 16 | -37/+118 |
2007-09-01 | [IA64] Cleanup HPSIM code (was: Re: Enable early console for Ski simulator) | Peter Chubb | 3 | -12/+4 |
2007-09-01 | [IA64] Enable early console for Ski simulator | Peter Chubb | 3 | -14/+18 |
2007-09-01 | [IA64] Stop bogus NMI & softlockup warnings in ia64 show_mem | Prarit Bhargava | 2 | -0/+6 |
2007-09-01 | [IA64] SN: Add support for CPU disable | John Keller | 7 | -4/+61 |
2007-09-01 | [IA64] Remove unnecessary cast of allocation return value in sn_hwperf_enum_o... | Jesper Juhl | 1 | -1/+2 |
2007-08-31 | hugepage: fix broken check for offset alignment in hugepage mappings | David Gibson | 1 | -4/+2 |
2007-08-28 | [IA64] Clear pending interrupts at CPU boot up time | Kenji Kaneshige | 1 | -0/+5 |
2007-08-28 | [IA64] Fix unexpected interrupt vector handling | Kenji Kaneshige | 1 | -6/+22 |
2007-08-17 | [IA64] Enable early console for Ski simulator | Peter Chubb | 1 | -0/+7 |
2007-08-17 | [IA64] forbid ptrace changes psr.ri to 3 | Shaohua Li | 1 | -3/+7 |
2007-08-16 | [IA64] Failure to grow RBS | Andrew Burgess | 1 | -3/+11 |
2007-08-15 | [IA64] Fix processor_get_freq | Alex Williamson | 1 | -4/+2 |
2007-08-13 | [IA64] SGI Altix : fix a force_interrupt bug on altix | Mike Habeck | 1 | -1/+4 |
2007-08-13 | [IA64] Update arch/ia64/configs/* s/SLAB/SLUB/ | Christoph Lameter | 7 | -8/+7 |
2007-08-13 | [IA64] get back PT_IA_64_UNWIND program header | David Mosberger-Tang | 1 | -1/+3 |
2007-08-13 | [IA64] need NOTES in vmlinux.lds.S | David Mosberger-Tang | 1 | -4/+4 |
2007-08-13 | [IA64] make unwinder stop at last frame of the bootloader | David Mosberger-Tang | 1 | -0/+1 |
2007-08-13 | [IA64] Clean up CPE handler registration | Russ Anderson | 1 | -15/+19 |
2007-08-13 | [IA64] Include Kconfig.preempt | Satyam Sharma | 1 | -11/+1 |
2007-08-13 | [IA64] SN2 needs platform specific irq_to_vector() function. | Kenji Kaneshige | 2 | -0/+12 |
2007-08-13 | [IA64] disable irq's and check need_resched before safe_halt | Dimitri Sivanich | 1 | -3/+7 |
2007-08-01 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 10 | -39/+50 |
2007-08-01 | [IA64] ITC: Reduce rating for ITC clock if ITCs are drifty | Christoph Lameter | 1 | -1/+15 |
2007-08-01 | [IA64] SN2: Fix up sn2_rtc clock | Christoph Lameter | 1 | -5/+2 |
2007-08-01 | [IA64] Fix wrong access to irq_desc[] in iosapic_register_intr(). | Kenji Kaneshige | 1 | -2/+3 |
2007-07-31 | remove unused TIF_NOTIFY_RESUME flag | Stephane Eranian | 1 | -2/+2 |
2007-07-30 | [IA64] Fix possible race in destroy_and_reserve_irq() | Kenji Kaneshige | 1 | -11/+6 |
2007-07-30 | [IA64] Fix registered interrupt check | Kenji Kaneshige | 1 | -6/+6 |
2007-07-30 | [IA64] Remove a few duplicate includes | Jesper Juhl | 3 | -3/+0 |
2007-07-30 | [IA64] Allow smp_call_function_single() to current cpu | Avi Kivity | 1 | -3/+5 |
2007-07-30 | [IA64] fix a few section mismatch warnings | Sam Ravnborg | 3 | -8/+13 |
2007-07-29 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 1 | -51/+15 |
2007-07-29 | Remove fs.h from mm.h | Alexey Dobriyan | 1 | -0/+1 |
2007-07-27 | [IA64] Compare pointer against NULL, not '0' | Yoann Padioleau | 1 | -1/+1 |
2007-07-27 | [IA64] Fix build failure in fs/quota.c | Tony Luck | 1 | -0/+3 |
2007-07-27 | [IA64] Use new acpi_device_id struct for HID init in ia64/hp/common/sba_iommu.c | Thomas Renninger | 1 | -1/+6 |
2007-07-26 | [IA64] Fix wrong return value in parse_vector_domain | Kenji Kaneshige | 1 | -1/+1 |
2007-07-26 | [IA64] Fix wrong assumption in acpi_gsi_to_irq | Kenji Kaneshige | 1 | -5/+4 |
2007-07-26 | [IA64] Add sanity check into __bind_irq_vector | Kenji Kaneshige | 1 | -0/+3 |
2007-07-26 | cyclone.c: silly use of volatile, __iomem fixes | Al Viro | 1 | -7/+7 |
2007-07-26 | use CLOCKSOURCE_MASK() instead of too large constant | Al Viro | 1 | -1/+1 |
2007-07-26 | ia64 time.c: ANSIfy | Al Viro | 1 | -1/+1 |
2007-07-25 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 12 | -85/+103 |
2007-07-25 | [SCSI] simscsi: convert to use the data buffer accessors | FUJITA Tomonori | 1 | -51/+15 |
2007-07-25 | [IA64] Nail two more simple section mismatch errors | Tony Luck | 2 | -2/+2 |
2007-07-25 | [IA64] fix section mismatch warnings | Tony Luck | 3 | -4/+8 |
2007-07-25 | [IA64] rename partial_page | akpm@linux-foundation.org | 4 | -53/+55 |
2007-07-25 | [IA64] Ensure that machvec is set up takes place before serial console | Horms | 2 | -12/+26 |