summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* [IA64] fix non-numa buildAndrew Morton2007-10-171-1/+3
* Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-10-171-2/+2
|\
| * IA64: iommu uses sg_next with an invalid sg elementFUJITA Tomonori2007-10-171-2/+2
* | add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macrosKen'ichi Ohmichi2007-10-171-10/+10
* | add-vmcore: use the existing ia64_tpa() instead of asm codeKen'ichi Ohmichi2007-10-171-4/+2Star
* | Add vmcoreinfoKen'ichi Ohmichi2007-10-172-1/+31
* | KCONFIG: Make "Instrumentation support" non-EXPERIMENTALRobert P. J. Day2007-10-171-1/+0Star
* | Make unregister_binfmt() return voidAlexey Dobriyan2007-10-171-1/+1
* | x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #defineMark Nelson2007-10-171-0/+1
|/
* [IA64] Fix build for CONFIG_SMP=nTony Luck2007-10-161-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-10-165-6/+6
|\
| * kbuild: enable 'make CPPFLAGS=...' to add additional options to CPPSam Ravnborg2007-10-151-1/+1
| * kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2007-10-141-1/+1
| * ia64: fix sn to add include files using EXTRA_CFLAGSSam Ravnborg2007-10-124-4/+4
* | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-10-163-12/+14
|\ \
| * | IA64: sg chaining supportJens Axboe2007-10-162-12/+13
| * | [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-161-0/+1
* | | ia64 vDSO: linker script indentationRoland McGrath2007-10-161-63/+72
* | | kprobes: support kretprobe blacklistMasami Hiramatsu2007-10-161-0/+2
* | | fix memory hot remove not configured case.KAMEZAWA Hiroyuki2007-10-161-1/+2
* | | memory unplug: ia64 interfaceKAMEZAWA Hiroyuki2007-10-161-1/+11
* | | memory unplug: page offlineKAMEZAWA Hiroyuki2007-10-161-0/+3
* | | Do not depend on MAX_ORDER when grouping pages by mobilityMel Gorman2007-10-162-2/+7
* | | flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki2007-10-161-4/+1Star
* | | Memoryless nodes: Uncached allocator updatesChristoph Lameter2007-10-161-2/+2
* | | During VM oom condition, kill all threads in process groupWill Schmidt2007-10-161-1/+1
* | | IA64: SPARSEMEM_VMEMMAP 16K page size supportChristoph Lameter2007-10-162-0/+9
* | | Convert cpu_sibling_map to be a per cpu variableMike Travis2007-10-162-12/+18
|/ /
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-10-1512-328/+500
|\ \
| * | [IA64] update sn2_defconfigJes Sorensen2007-10-151-254/+189Star
| * | [IA64] Fix kernel hangup in kdump on INITKenji Kaneshige2007-10-131-5/+8
| * | [IA64] Fix kernel panic in kdump on INITKenji Kaneshige2007-10-132-3/+1Star
| * | [IA64] Remove vector from ia64_machine_kexec()Simon Horman2007-10-131-5/+1Star
| * | [IA64] Fix race when multiple cpus go through MCARuss Anderson2007-10-131-22/+25
| * | [IA64] Remove needless delay in MCA rendezvousRuss Anderson2007-10-131-22/+19Star
| * | [IA64] add driver for ACPI methods to call native firmwareBjorn Helgaas2007-10-133-0/+247
| * | [IA64] perfmon: Remove exit_pfm_fs()Satyam Sharma2007-10-121-7/+0Star
| * | [IA64] tree-wide: Misc __cpu{initdata, init, exit} annotationsSatyam Sharma2007-10-123-11/+11
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-10-151-2/+7
|\ \
| * | [SCSI] simscsi: Free scsi host on errorMatthew Wilcox2007-10-121-2/+7
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-131-2/+1Star
|\ \ \
| * | | Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-2/+1Star
| | |/ | |/|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-10-131-2/+0Star
|\ \ \ | |/ / |/| |
| * | [CPUFREQ] move policy's governor initialisation out of low-level drivers into...Thomas Renninger2007-10-051-2/+0Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-121-0/+3
|\ \ \
| * | | [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-111-0/+3
| |/ /
* / / i386/x86_64: move headers to include/asm-x86Thomas Gleixner2007-10-111-1/+1
|/ /
* | Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath2007-09-111-1/+0Star
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-09-0416-37/+118
|\ \
| * | [IA64] Cleanup HPSIM code (was: Re: Enable early console for Ski simulator)Peter Chubb2007-09-013-12/+4Star