| Commit message (Expand) | Author | Age | Files | Lines |
* | [IA64] Fix spinaphore down_spin() | Tony Luck | 2010-06-30 | 1 | -1/+1 |
* | KVM: ia64: Add missing spin_unlock in kvm_arch_hardware_enable() | Julia Lawall | 2010-06-09 | 1 | -0/+1 |
* | Merge branch 'for-35' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2010-06-01 | 16 | -42/+42 |
|\ |
|
| * | Rename .text.lock to .text..lock. | Denys Vlasenko | 2010-03-03 | 1 | -2/+2 |
| * | Rename .text.ivt to .text..ivt. | Denys Vlasenko | 2010-03-03 | 3 | -3/+3 |
| * | Rename .data.read_mostly to .data..read_mostly. | Denys Vlasenko | 2010-03-03 | 3 | -3/+3 |
| * | Rename .data[.percpu][.XXX] to .data[..percpu][..XXX]. | Denys Vlasenko | 2010-03-03 | 1 | -1/+1 |
| * | Rename .data..patch.XXX to .data..patch.XXX. | Denys Vlasenko | 2010-03-03 | 5 | -25/+25 |
| * | Rename .data.gate to .data..gate. | Denys Vlasenko | 2010-03-03 | 4 | -5/+5 |
| * | Rename .data.page_aligned to .data..page_aligned. | Tim Abbott | 2010-03-03 | 1 | -1/+1 |
| * | Rename .data.init_task to .data..init_task. | Tim Abbott | 2010-03-03 | 1 | -1/+1 |
| * | scripts: change scripts to use system python instead of env | Don Zickus | 2010-02-02 | 1 | -1/+1 |
* | | ia64: revert __node_random addition | Linus Torvalds | 2010-05-30 | 1 | -17/+0 |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2010-05-28 | 2 | -2/+4 |
|\ \ |
|
| * \ | Merge branch 'ht-delete-2.6.35' into release | Len Brown | 2010-05-28 | 1 | -1/+0 |
| |\ \ |
|
| | * | | ACPI: delete the "acpi=ht" boot option | Len Brown | 2010-03-15 | 1 | -1/+0 |
| * | | | Merge branch 'bjorn-pci-root-v4-2.6.35' into release | Len Brown | 2010-05-28 | 1 | -1/+4 |
| |\ \ \ |
|
| | * | | | ACPI: pci_root: pass acpi_pci_root to arch-specific scan | Bjorn Helgaas | 2010-04-04 | 1 | -1/+4 |
* | | | | | [IA64] Fix build breakage | Tony Luck | 2010-05-28 | 2 | -0/+21 |
* | | | | | numa: ia64: support numa_mem_id() for memoryless nodes | Lee Schermerhorn | 2010-05-27 | 2 | -0/+5 |
* | | | | | numa: ia64: use generic percpu var numa_node_id() implementation | Lee Schermerhorn | 2010-05-27 | 3 | -5/+10 |
* | | | | | asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h | FUJITA Tomonori | 2010-05-27 | 1 | -2/+2 |
* | | | | | asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len() | FUJITA Tomonori | 2010-05-27 | 1 | -0/+3 |
* | | | | | ia64: remove unnecessary sync_single_range_* in swiotlb_dma_ops | FUJITA Tomonori | 2010-05-27 | 1 | -2/+0 |
* | | | | | ia64: ptrace_attach_sync_user_rbs: avoid "task->signal != NULL" checks | Oleg Nesterov | 2010-05-27 | 1 | -2/+2 |
* | | | | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 2010-05-24 | 1 | -7/+2 |
|\ \ \ \ \ |
|
| * | | | | | sn_hwperf: Kill BKL usage | Arnd Bergmann | 2010-05-17 | 1 | -7/+2 |
| |/ / / / |
|
* | | | | | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2010-05-22 | 2 | -3/+7 |
|\ \ \ \ \ |
|
| * | | | | | KVM: Let vcpu structure alignment be determined at runtime | Avi Kivity | 2010-05-19 | 1 | -1/+1 |
| * | | | | | KVM: use the correct RCU API for PROVE_RCU=y | Lai Jiangshan | 2010-05-17 | 1 | -1/+1 |
| * | | | | | KVM: ia64: fix the error of ioctl KVM_IRQ_LINE if no irq chip | Wei Yongjun | 2010-05-17 | 1 | -0/+2 |
| * | | | | | KVM: ia64: fix the error code of ioctl KVM_IA64_VCPU_GET_STACK failure | Wei Yongjun | 2010-05-17 | 1 | -1/+3 |
| |/ / / / |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-05-20 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | add descriptive comment for TIF_MEMDIE task flag declaration. | Andreas Dilger | 2010-05-14 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2010-05-20 | 1 | -1/+4 |
|\ \ \ \ \ |
|
| * | | | | | ia64: add sparse annotation to __ia64_per_cpu_var() | Tejun Heo | 2010-05-12 | 1 | -1/+4 |
| |/ / / / |
|
* | | | | | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2010-05-20 | 1 | -7/+5 |
|\ \ \ \ \ |
|
| * | | | | | ia64: Convert ia64 to use read/update_persistent_clock | John Stultz | 2010-03-13 | 1 | -7/+5 |
* | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2010-05-19 | 10 | -58/+26 |
|\ \ \ \ \ \ |
|
| * | | | | | | [IA64] Drop duplicated "config IOMMU_HELPER" | Tony Luck | 2010-05-18 | 1 | -3/+0 |
| * | | | | | | [IA64] invoke oom-killer from page fault | npiggin@suse.de | 2010-05-18 | 1 | -10/+3 |
| * | | | | | | [IA64] use __ratelimit | Akinobu Mita | 2010-05-18 | 2 | -25/+8 |
| * | | | | | | [IA64] Use set_cpus_allowed_ptr | Julia Lawall | 2010-05-18 | 3 | -10/+9 |
| * | | | | | | [IA64] Use set_cpus_allowed_ptr | Julia Lawall | 2010-05-18 | 1 | -2/+2 |
| * | | | | | | [IA64] arch/ia64/hp/common/sba_iommu.c: Rename dev_info to adi | Joe Perches | 2010-05-18 | 1 | -4/+4 |
| * | | | | | | [IA64] removing redundant ifdef | Jiri Olsa | 2010-05-18 | 1 | -4/+0 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-05-18 | 1 | -5/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | bitops: Optimize hweight() by making use of compile-time evaluation | Peter Zijlstra | 2010-04-07 | 1 | -5/+6 |
* | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-05-18 | 1 | -0/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86, acpi/irq: Introduce apci_isa_irq_to_gsi | Eric W. Biederman | 2010-05-04 | 1 | -0/+8 |
| | |/ / / / /
| |/| | | | | |
|