index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
ia64
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-08
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
David Howells
1
-0
/
+8
2006-12-08
[PATCH] struct path: convert ia64
Josef Sipek
3
-10
/
+10
2006-12-08
Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li...
Linus Torvalds
24
-48
/
+1008
2006-12-08
[IA64] replace kmalloc+memset with kzalloc
Yan Burman
4
-13
/
+6
2006-12-08
[IA64] resolve name clash by renaming is_available_memory()
Christoph Lameter
1
-3
/
+3
2006-12-08
[IA64] Need export for csum_ipv6_magic
Tony Luck
1
-0
/
+1
2006-12-07
[PATCH] Add support for type argument in PAL_GET_PSTATE
Venkatesh Pallipadi
1
-7
/
+4
2006-12-07
[IA64] tidy up return value of ip_fast_csum
Chen, Kenneth W
1
-1
/
+2
2006-12-07
[IA64] implement csum_ipv6_magic for ia64.
Chen, Kenneth W
1
-2
/
+53
2006-12-07
[IA64] More Itanium PAL spec updates
Russ Anderson
1
-1
/
+8
2006-12-07
[IA64] Update processor_info features
Russ Anderson
1
-2
/
+11
2006-12-07
[IA64] SN: Correctly update smp_affinty mask
John Keller
2
-7
/
+15
2006-12-07
[IA64] sparse cleanups
Matthew Wilcox
2
-7
/
+7
2006-12-07
[IA64] IA64 Kexec/kdump
Zou Nan hai
12
-5
/
+898
2006-12-07
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
1
-4
/
+4
2006-12-07
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
Ingo Molnar
2
-4
/
+0
2006-12-07
[PATCH] kprobes: enable booster on the preemptible kernel
Masami Hiramatsu
1
-1
/
+1
2006-12-07
[PATCH] elf: Always define elf_addr_t in linux/elf.h
Magnus Damm
1
-2
/
+0
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2
-2
/
+2
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
3
-7
/
+7
2006-12-07
[PATCH] shared page table for hugetlb page
Chen, Kenneth W
1
-0
/
+5
2006-12-07
[PATCH] i386: change the 'no_control' field to 'hotpluggable' in the struct cpu
Siddha, Suresh B
1
-4
/
+4
2006-12-07
[IA64] Fix pci.c kernel compilation breakage.
Peter Chubb
1
-2
/
+2
2006-12-05
WorkQueue: Fix up arch-specific work items where possible
David Howells
3
-11
/
+13
2006-12-03
[NET]: IA64 checksum annotations and cleanups.
Al Viro
2
-42
/
+27
2006-12-02
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
10
-621
/
+1002
2006-12-02
Altix: Initial ACPI support - ROM shadowing.
John Keller
3
-2
/
+39
2006-12-02
Altix: Add initial ACPI IO support
John Keller
10
-570
/
+945
2006-12-02
PCI: Use pci_generic_prep_mwi on ia64
Matthew Wilcox
1
-51
/
+20
2006-11-30
Fix misc .c/.h comment typos
Matt LaPlante
1
-4
/
+4
2006-11-16
[IA64] a fix towards allmodconfig build
Luck, Tony
1
-2
/
+2
2006-11-16
[IA64] use generic_handle_irq()
Ingo Molnar
2
-3
/
+3
2006-11-16
[IA64] typename -> name conversion
Ingo Molnar
4
-5
/
+5
2006-11-16
[IA64] irqs: use `name' not `typename'
Andrew Morton
2
-2
/
+2
2006-11-15
[IA64] bte_unaligned_copy() transfers one extra cache line.
Robin Holt
1
-5
/
+4
2006-11-14
[PATCH] hugetlb: prepare_hugepage_range check offset too
Hugh Dickins
1
-1
/
+3
2006-11-13
[PATCH] mspec driver build fix
Jes Sorensen
1
-0
/
+9
2006-11-09
[PATCH] ia64: select ACPI_NUMA if ACPI
KAMEZAWA Hiroyuki
1
-0
/
+1
2006-11-01
Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li...
Linus Torvalds
4
-36
/
+84
2006-11-01
[IA64] Correct definition of handle_IPI
Keith Owens
1
-1
/
+1
2006-11-01
[IA64] move SAL_CACHE_FLUSH check later in boot
Troy Heber
2
-4
/
+9
2006-11-01
[IA64] MCA recovery: Montecito support
Russ Anderson
1
-27
/
+68
2006-11-01
[IA64] cpu-hotplug: Fixing confliction between CPU hot-add and IPI
Kenji Kaneshige
1
-4
/
+6
2006-10-28
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
2
-1
/
+70
2006-10-28
[PATCH] vmlinux.lds: consolidate initcall sections
Andrew Morton
1
-7
/
+1
2006-10-27
PCI: fix pci_fixup_video as it blows up on sparc64
Eiichiro Oiwa
2
-1
/
+70
2006-10-18
[IA64] Count resched interrupts
Jack Steiner
1
-2
/
+18
2006-10-18
[IA64] remove unused acpi_kbd_controller_present, acpi_legacy_devices
Bjorn Helgaas
2
-21
/
+0
2006-10-18
[IA64] update sn2_defconfig
Jes Sorensen
1
-44
/
+175
2006-10-18
[IA64] reformat pal.S to fit in 80 columns, fix typos
Bjorn Helgaas
1
-23
/
+24
[next]