aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [IA64] arch/ia64/kernel/: use time_* macrosS.Caglar Onur2008-04-093-3/+6
* [IA64] remove redundant display of free swap space in show_mem()Johannes Weiner2008-04-092-4/+0
* [IA64] make IOMMU respect the segment boundary limitsFUJITA Tomonori2008-04-092-17/+42
* [IA64] kprobes: kprobe-booster for ia64Masami Hiramatsu2008-04-091-26/+107
* [IA64] fix getpid and set_tid_address fast system calls for pid namespacesPavel Emelyanov2008-04-092-4/+37
* [IA64] Replace explicit jiffies tests with time_* macros.Robert P. J. Day2008-04-092-5/+5
* [IA64] use goto to jump out do/while_each_threadLi Zefan2008-04-091-2/+2
* [IA64] Fix unlock ordering in smp_callinAlan D. Brunelle2008-04-091-1/+1
* [IA64] kdump: crash.c coding style fixHidetoshi Seto2008-04-091-26/+26
* [IA64] kdump: add kdump_on_fatal_mcaHidetoshi Seto2008-04-092-13/+24
* [MIPS] Handle aliases in vmalloc correctly.Ralf Baechle2008-04-073-0/+32
* x86: fix call to set_cyc2ns_scale() from time_cpufreq_notifier()Karsten Wiese2008-04-072-6/+2
* revert "x86: tsc prevent time going backwards"Ingo Molnar2008-04-072-34/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-072-22/+116
|\
| * [SPARC64]: Fix user accesses in regset code.David S. Miller2008-04-031-21/+115
| * [SPARC64]: Fix FPU saving in 64-bit signal handling.David S. Miller2008-04-031-1/+1
* | Fix booting pentium+ with dodgy TSCRusty Russell2008-04-061-8/+0
* | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds2008-04-041-1/+2
|\ \
| * | [MIPS] Make KGDB compile on UPSergei Shtylyov2008-04-041-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-048-31/+76
|\ \ \
| * | | x86: revert assign IRQs to hpet timerThomas Gleixner2008-04-041-3/+6
| * | | x86: tsc prevent time going backwardsThomas Gleixner2008-04-042-4/+34
| * | | xen: Clear PG_pinned in release_{pt,pd}()Mark McLoughlin2008-04-041-0/+1
| * | | xen: Do not pin/unpin PMD pagesMark McLoughlin2008-04-041-3/+2
| * | | xen: refactor xen_{alloc,release}_{pt,pd}()Mark McLoughlin2008-04-043-14/+27
| * | | x86, agpgart: scary messages are fortunately obsoletePavel Machek2008-04-041-5/+5
| * | | x86: print message if nmi_watchdog=2 cannot be enabledIngo Molnar2008-04-041-1/+3
| * | | x86: fix nmi_watchdog=2 on Pentium-D CPUsIngo Molnar2008-04-041-3/+0
* | | | m68k: update defconfigs for 2.6.25Geert Uytterhoeven2008-04-0411-4160/+5747
* | | | m68k: use KBUILD_DEFCONFIGAdrian Bunk2008-04-042-657/+2
|/ / /
* | | x86 ptrace: avoid unnecessary wrmsrRoland McGrath2008-04-031-4/+7
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-04-0326-134/+227
|\ \ \
| * | | [POWERPC] Fix MPC5200 (not B!) device tree so FEC ethernet worksRené Bürgel2008-04-031-0/+15
| * | | [POWERPC] mpc5200: Amalgamated DTS fixes and updatesBartlomiej Sieka2008-04-033-30/+112
| * | | [POWERPC] Fix rtas_flash procfs interfaceMaxim Shchetynin2008-04-031-1/+1
| * | | [POWERPC] Fix deadlock with mmu_hash_lock in hash_page_syncBenjamin Herrenschmidt2008-04-031-2/+6
| * | | [POWERPC] Fix iSeries hard irq enabling regressionBenjamin Herrenschmidt2008-04-032-7/+7
| * | | [POWERPC] Fix CPM2 SCC1 clock initialization.Laurent Pinchart2008-04-031-0/+1
| * | | [POWERPC] Fix defconfigs so we dont set both GENRTC and RTCLIBKumar Gala2008-03-3110-80/+30
| * | | [POWERPC] sata_fsl: reduce compatibility to fsl,pq-sataKim Phillips2008-03-312-6/+6
| * | | [POWERPC] 83xx: enable usb in 837x rdb and 83xx defconfigsKim Phillips2008-03-312-2/+46
| * | | [POWERPC] 83xx: Fix wrong USB phy type in mpc837xrdb dtsAnton Vorontsov2008-03-313-6/+3
| |/ /
* | | vmcoreinfo: add the symbol "phys_base"Ken'ichi Ohmichi2008-04-021-0/+1
* | | alpha: fix ALSA DMA mmap crashIvan Kokshaysky2008-04-021-3/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-024-18/+31
|\ \ \ | | |/ | |/|
| * | sparc64: remove unused calc_npages() in iommu_common.hFUJITA Tomonori2008-03-281-13/+0
| * | sparc64: add the segment boundary checking to IOMMUs while merging SG entriesFUJITA Tomonori2008-03-283-4/+33
| * | [SPARC64]: Don't open-code {get,put}_cpu_var() in flush_tlb_pending().David S. Miller2008-03-281-5/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25Linus Torvalds2008-04-018-4/+7
|\ \ \
| * | | sh: Fix up uImage compression typeYoshihiro Shimoda2008-03-311-1/+1