summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-09-231-1/+1
|\
| * ia64: IOMMU passthrough mode shouldn't trigger swiotlb initDavid Woodhouse2009-08-131-1/+1
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-231-0/+1
|\ \
| * \ Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner2009-08-291-0/+1
| |\ \
| | * | cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka2009-08-031-0/+1
| | |/
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-09-231-5/+2Star
|\ \ \
| * \ \ Merge branch 'acpica' into releaseLen Brown2009-09-191-5/+2Star
| |\ \ \
| | * | | ACPICA: Major update for acpi_get_object_info external interfaceBob Moore2009-08-271-5/+2Star
| | |/ /
* | | | kcore: use registerd physmem informationKAMEZAWA Hiroyuki2009-09-231-3/+0Star
* | | | kcore: register text area in generic wayKAMEZAWA Hiroyuki2009-09-232-2/+5
* | | | kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki2009-09-231-3/+1Star
* | | | kcore: add kclist typesKAMEZAWA Hiroyuki2009-09-231-3/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\ \ \ \
| * | | | trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
| |/ / /
* | | | mm: remove duplicate asm/mman.h filesArnd Bergmann2009-09-221-14/+2Star
* | | | mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann2009-09-221-0/+2
* | | | arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-221-1/+1
|/ / /
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-09-189-131/+154
|\ \ \
| * | | [IA64] Clean up linker script using standard macros.Nelson Elhage2009-09-151-98/+11Star
| * | | [IA64] Use standard macros for page-aligned data.Nelson Elhage2009-09-152-2/+4
| * | | [IA64] Use .ref.text, not .text.init for start_ap.Tim Abbott2009-09-152-3/+1Star
| * | | [IA64] pci_br, fix infinite loop in find_free_ate()Jiri Slaby2009-09-151-0/+2
| * | | [IA64] kdump: Short path to freeze CPUsHidetoshi Seto2009-09-152-11/+19
| * | | [IA64] kdump: Try INIT regardless ofHidetoshi Seto2009-09-151-22/+21Star
| * | | [IA64] kdump: Mask INIT first in panic-kdump pathHidetoshi Seto2009-09-152-7/+42
| * | | [IA64] kdump: Don't return APs to SAL from kdumpHidetoshi Seto2009-09-151-4/+0Star
| * | | [IA64] kexec: Unregister MCA handler before kexecHidetoshi Seto2009-09-151-0/+3
| * | | [IA64] kexec: Make INIT safe while transition toHidetoshi Seto2009-09-153-0/+33
| * | | [IA64] kdump: Mask MCA/INIT on frozen cpusHidetoshi Seto2009-09-154-1/+33
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-181-8/+9
|\ \ \ \
| * | | | sched: Disable wakeup balancingPeter Zijlstra2009-09-161-2/+0Star
| * | | | sched: Reduce forkexec_idxPeter Zijlstra2009-09-151-2/+2
| * | | | sched: Improve latencies and throughputMike Galbraith2009-09-151-2/+3
| * | | | sched: Tweak wake_idxPeter Zijlstra2009-09-151-2/+3
| * | | | sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra2009-09-151-2/+3
* | | | | Fix ia64 build breakage in head.SAnirban Sinha2009-09-162-2/+0Star
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-161-2/+12
|\ \ \ \ \
| * | | | | PCI: remove pcibios_scan_all_fns()Alex Chiang2009-09-091-2/+12
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-155-10/+20
|\ \ \ \ \
| * \ \ \ \ Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-1418-39/+47
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | ia64: Fix setup_per_cpu_areas() compilation errorFenghua Yu2009-07-151-0/+6
| * | | | | linker script: unify usage of discard definitionTejun Heo2009-07-091-9/+8Star
| * | | | | Merge branch 'master' into for-nextTejun Heo2009-07-0412-11/+37
| |\ \ \ \ \
| * | | | | | percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo2009-06-241-1/+2
| * | | | | | percpu: cleanup percpu array definitionsTejun Heo2009-06-242-2/+2
| * | | | | | linker script: throw away .discard sectionTejun Heo2009-06-241-0/+1
| * | | | | | percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo2009-06-241-0/+3
* | | | | | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-151-0/+4
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/patH. Peter Anvin2009-08-2718-39/+47
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | x86, pat: Generalize the use of page flag PG_uncachedVenkatesh Pallipadi2009-08-271-0/+4
| | |_|/ / / / | |/| | | | |