summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: print the continous part of fixed mtrrs togetherYinghai Lu2009-03-141-10/+48
* x86: fix get_mtrr() warning about smp_processor_id() with CONFIG_PREEMPT=yYinghai Lu2009-03-141-6/+14
* x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRsAndreas Herrmann2009-03-131-21/+30
* x86: separate mtrr cleanup/mtrr_e820 trim to separate fileYinghai Lu2009-03-134-1055/+1094
* x86: print out mtrr_range_state when user specify sizeYinghai Lu2009-03-131-0/+2
* x86: more MTRR debug printoutsYinghai Lu2009-03-131-44/+51
*-----. Merge branches 'x86/asm', 'x86/debug', 'x86/mm', 'x86/setup', 'x86/urgent' an...Ingo Molnar2009-03-1235-268/+1204
|\ \ \ \
| | | | * x86: mmiotrace: quieten spurious warning messageStuart Bennett2009-03-111-1/+1
| | | | * Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-03-111-1/+1
| | | | |\
| | | | | * drm: fix EDID parser problem with positive/negative hsync/vsyncPantelis Koukousoulas2009-03-111-1/+1
| | | | * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-03-1110-111/+64
| | | | |\ \
| | | | | * | radeonfb/aty128fb: Disable broken early resume hook for PowerBooksBenjamin Herrenschmidt2009-03-112-2/+18
| | | | | * | hvc_console: Remove tty->low_latency on pseries backendsBenjamin Herrenschmidt2009-03-112-10/+0
| | | | | * | Merge commit 'gcl/merge' into mergeBenjamin Herrenschmidt2009-03-112-2/+2
| | | | | |\ \
| | | | | | * | powerpc/4xx: Enable SERIAL_OF support by default for Virtex platformsGrant Likely2009-02-282-2/+2
| | | | | * | | powerpc: fix linkstation and storcenter compilation breakageGuennadi Liakhovetski2009-03-094-97/+44
| | | | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-03-115-37/+99
| | | | |\ \ \ \
| | | | | * | | | drm/i915: fix 945 fence register writes for fence 8 and above.Eric Anholt2009-03-112-4/+18
| | | | | * | | | drm/i915: Protect active fences on i915Chris Wilson2009-03-111-7/+31
| | | | | * | | | drm/i915: Check to see if we've pinned all available fencesChris Wilson2009-03-101-2/+10
| | | | | * | | | drm/i915: Check fence status on every pin.Chris Wilson2009-03-101-8/+15
| | | | | * | | | drm/i915: First recheck for an empty fence register.Chris Wilson2009-03-101-1/+1
| | | | | * | | | drm/i915: Fix bad \n in MTRR failure notice.Eric Anholt2009-03-101-1/+1
| | | | | * | | | drm/i915: Don't restore palettes through VGA registers.Pierre Willenbrock2009-03-102-12/+0
| | | | | * | | | i915: add newline to i915_gem_object_pin failure msgKyle McMartin2009-03-101-1/+1
| | | | | * | | | drm: Return EINVAL on duplicate objects in execbuffer object listKristian Høgsberg2009-03-102-1/+22
| | | | * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-03-111-0/+11
| | | | |\ \ \ \ \
| | | | | * | | | | x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUsIngo Molnar2009-03-111-0/+11
| | | | | | |_|_|/ | | | | | |/| | |
| | | | * | | | | Fix _fat_bmap() lockingOGAWA Hirofumi2009-03-111-2/+2
| | | | * | | | | proc: fix kflags to uflags copying in /proc/kpageflagsWu Fengguang2009-03-111-1/+1
| | | | |/ / / /
| | | * | | | | x86: remove zImage supportH. Peter Anvin2009-03-115-91/+18
| | * | | | | | x86: debug check for kmap_atomic_pfn and iomap_atomic_prot_pfn()Akinobu Mita2009-03-111-0/+2
| | * | | | | | x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn()Akinobu Mita2009-03-113-17/+14
| | |/ / / / /
| * | | | | | x86: cpu architecture debug code, build fix, cleanupJaswinder Singh Rajput2009-03-112-2/+4
| * | | | | | x86: cpu architecture debug codeJaswinder Singh Rajput2009-03-104-0/+985
| * | | | | | x86: BUG to BUG_ON changesStoyan Gaydarov2009-03-102-6/+3
* | | | | | | x86: shrink __ALIGN and __ALIGN_STR definitionsCyrill Gorcunov2009-03-111-8/+5
| |/ / / / / |/| | | | |
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---. \ \ \ \ \ Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/coreIngo Molnar2009-03-11320-3656/+6530
|\ \ \ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | i810: fix kernel crash fix when struct fb_var_screeninfo is suppliedSamuel CUELLA2009-03-101-2/+3
| | | * | | | | m68knommu: m528x build fixSteven King2009-03-101-228/+0
| | | * | | | | m68knommu: m5206e build fixSteven King2009-03-101-0/+1
| | | * | | | | rcu: documentation 1Q09 updatePaul E. McKenney2009-03-101-0/+12
| | | * | | | | kernel/user.c: fix a memory leak when freeing up non-init usernamespaces usersDhaval Giani2009-03-101-7/+7
| | | * | | | | mtd: physmap: fix NULL pointer dereference in error pathAtsushi Nemoto2009-03-101-8/+11
| | | * | | | | intel-agp: fix a panic with 1M of shared memory, no GTT entriesLubomir Rintel2009-03-101-3/+5
| | | * | | | | mtd_dataflash: fix probing of AT45DB321C chips.Will Newton2009-03-101-1/+2
| | | * | | | | idr: make idr_remove_all() do removal -before- free_layer()Paul E. McKenney2009-03-101-1/+1
| | | * | | | | devpts: remove graffitiAlexey Dobriyan2009-03-101-5/+0
| | | * | | | | x86/agp: tighten check to update amd nb apertureYinghai Lu2009-03-101-4/+9
| | | * | | | | xtensa: fix compilation somewhatAlexey Dobriyan2009-03-105-7/+6