summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: put initial_pg_tables into .bssYinghai Lu2009-03-142-29/+20
* x86: allow extend_brk users to reserve brk spaceJeremy Fitzhardinge2009-03-145-2/+40
* x86-32: compute initial mapping size more accuratelyYinghai Lu2009-03-142-1/+6
* x86: use brk allocation for DMIJeremy Fitzhardinge2009-03-142-18/+2
* x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge2009-03-147-34/+7
* x86: move brk initialization out of #ifdef CONFIG_BLK_DEV_INITRDH. Peter Anvin2009-03-141-28/+29
* x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge2009-03-149-12/+65
* x86: make section delimiter symbols part of their sectionJeremy Fitzhardinge2009-03-141-40/+45
* Merge branch 'core/percpu' into x86/coreIngo Molnar2009-03-149-98/+138
|\
| * cpuacct: reduce one NULL check in fast-pathLi Zefan2009-03-131-2/+3
| * Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-03-118-96/+135
| |\
| | * percpu: fix spurious alignment WARN in legacy SMP percpu allocatorTejun Heo2009-03-111-1/+1
| | * percpu: generalize embedding first chunk setup helperTejun Heo2009-03-103-48/+96
| | * percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()Tejun Heo2009-03-103-22/+21
| | * percpu: make x86 addr <-> pcpu ptr conversion macros genericTejun Heo2009-03-102-9/+15
| | * linker script: define __per_cpu_load on all SMP capable archsTejun Heo2009-03-103-18/+4
| * | Merge branch 'linus' into core/percpuIngo Molnar2009-03-11240-2574/+2336
| |\ \ | | |/ | |/|
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ 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
OpenPOWER on IntegriCloud