| Commit message (Expand) | Author | Age | Files | Lines |
* | [MIPS] Handle aliases in vmalloc correctly. | Ralf Baechle | 2008-04-07 | 3 | -0/+32 |
* | x86: fix call to set_cyc2ns_scale() from time_cpufreq_notifier() | Karsten Wiese | 2008-04-07 | 2 | -6/+2 |
* | revert "x86: tsc prevent time going backwards" | Ingo Molnar | 2008-04-07 | 2 | -34/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-04-07 | 2 | -22/+116 |
|\ |
|
| * | [SPARC64]: Fix user accesses in regset code. | David S. Miller | 2008-04-03 | 1 | -21/+115 |
| * | [SPARC64]: Fix FPU saving in 64-bit signal handling. | David S. Miller | 2008-04-03 | 1 | -1/+1 |
* | | Fix booting pentium+ with dodgy TSC | Rusty Russell | 2008-04-06 | 1 | -8/+0 |
* | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf... | Linus Torvalds | 2008-04-04 | 1 | -1/+2 |
|\ \ |
|
| * | | [MIPS] Make KGDB compile on UP | Sergei Shtylyov | 2008-04-04 | 1 | -1/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-04-04 | 8 | -31/+76 |
|\ \ \ |
|
| * | | | x86: revert assign IRQs to hpet timer | Thomas Gleixner | 2008-04-04 | 1 | -3/+6 |
| * | | | x86: tsc prevent time going backwards | Thomas Gleixner | 2008-04-04 | 2 | -4/+34 |
| * | | | xen: Clear PG_pinned in release_{pt,pd}() | Mark McLoughlin | 2008-04-04 | 1 | -0/+1 |
| * | | | xen: Do not pin/unpin PMD pages | Mark McLoughlin | 2008-04-04 | 1 | -3/+2 |
| * | | | xen: refactor xen_{alloc,release}_{pt,pd}() | Mark McLoughlin | 2008-04-04 | 3 | -14/+27 |
| * | | | x86, agpgart: scary messages are fortunately obsolete | Pavel Machek | 2008-04-04 | 1 | -5/+5 |
| * | | | x86: print message if nmi_watchdog=2 cannot be enabled | Ingo Molnar | 2008-04-04 | 1 | -1/+3 |
| * | | | x86: fix nmi_watchdog=2 on Pentium-D CPUs | Ingo Molnar | 2008-04-04 | 1 | -3/+0 |
* | | | | m68k: update defconfigs for 2.6.25 | Geert Uytterhoeven | 2008-04-04 | 11 | -4160/+5747 |
* | | | | m68k: use KBUILD_DEFCONFIG | Adrian Bunk | 2008-04-04 | 2 | -657/+2 |
|/ / / |
|
* | | | x86 ptrace: avoid unnecessary wrmsr | Roland McGrath | 2008-04-03 | 1 | -4/+7 |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2008-04-03 | 26 | -134/+227 |
|\ \ \ |
|
| * | | | [POWERPC] Fix MPC5200 (not B!) device tree so FEC ethernet works | René Bürgel | 2008-04-03 | 1 | -0/+15 |
| * | | | [POWERPC] mpc5200: Amalgamated DTS fixes and updates | Bartlomiej Sieka | 2008-04-03 | 3 | -30/+112 |
| * | | | [POWERPC] Fix rtas_flash procfs interface | Maxim Shchetynin | 2008-04-03 | 1 | -1/+1 |
| * | | | [POWERPC] Fix deadlock with mmu_hash_lock in hash_page_sync | Benjamin Herrenschmidt | 2008-04-03 | 1 | -2/+6 |
| * | | | [POWERPC] Fix iSeries hard irq enabling regression | Benjamin Herrenschmidt | 2008-04-03 | 2 | -7/+7 |
| * | | | [POWERPC] Fix CPM2 SCC1 clock initialization. | Laurent Pinchart | 2008-04-03 | 1 | -0/+1 |
| * | | | [POWERPC] Fix defconfigs so we dont set both GENRTC and RTCLIB | Kumar Gala | 2008-03-31 | 10 | -80/+30 |
| * | | | [POWERPC] sata_fsl: reduce compatibility to fsl,pq-sata | Kim Phillips | 2008-03-31 | 2 | -6/+6 |
| * | | | [POWERPC] 83xx: enable usb in 837x rdb and 83xx defconfigs | Kim Phillips | 2008-03-31 | 2 | -2/+46 |
| * | | | [POWERPC] 83xx: Fix wrong USB phy type in mpc837xrdb dts | Anton Vorontsov | 2008-03-31 | 3 | -6/+3 |
| |/ / |
|
* | | | vmcoreinfo: add the symbol "phys_base" | Ken'ichi Ohmichi | 2008-04-02 | 1 | -0/+1 |
* | | | alpha: fix ALSA DMA mmap crash | Ivan Kokshaysky | 2008-04-02 | 1 | -3/+5 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-04-02 | 4 | -18/+31 |
|\ \ \
| | |/
| |/| |
|
| * | | sparc64: remove unused calc_npages() in iommu_common.h | FUJITA Tomonori | 2008-03-28 | 1 | -13/+0 |
| * | | sparc64: add the segment boundary checking to IOMMUs while merging SG entries | FUJITA Tomonori | 2008-03-28 | 3 | -4/+33 |
| * | | [SPARC64]: Don't open-code {get,put}_cpu_var() in flush_tlb_pending(). | David S. Miller | 2008-03-28 | 1 | -5/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25 | Linus Torvalds | 2008-04-01 | 8 | -4/+7 |
|\ \ \ |
|
| * | | | sh: Fix up uImage compression type | Yoshihiro Shimoda | 2008-03-31 | 1 | -1/+1 |
| * | | | remove include/asm-sh/floppy.h | Adrian Bunk | 2008-03-31 | 1 | -3/+0 |
| * | | | sh: Fix occasional FPU register corruption under preempt. | Paul Mundt | 2008-03-26 | 6 | -0/+6 |
* | | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf... | Linus Torvalds | 2008-04-01 | 13 | -423/+653 |
|\ \ \ \ |
|
| * | | | | [MIPS] XSS1500: Fix compilation | Florian Fainelli | 2008-04-01 | 2 | -3/+2 |
| * | | | | [MIPS] Bigsur: make defconfig more useful. | Ralf Baechle | 2008-04-01 | 1 | -364/+575 |
| * | | | | [MIPS] Alchemy: work around clock misdetection on early Au1000 | Sergei Shtylyov | 2008-04-01 | 3 | -31/+42 |
| * | | | | [MIPS] Add missing 4KEC TLB refill handler | Thomas Bogendoerfer | 2008-04-01 | 1 | -0/+1 |
| * | | | | [MIPS] BCM1480: Fix PCI/HT IO access | Thomas Bogendoerfer | 2008-04-01 | 2 | -16/+11 |
| * | | | | [MIPS] Fix the installation condition of MIPS clocksource | Yoichi Yuasa | 2008-04-01 | 1 | -1/+1 |
| * | | | | [MIPS] Check for GCC r10k-cache-barrier support | Thomas Bogendoerfer | 2008-04-01 | 1 | -2/+5 |