summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()Tejun Heo2011-01-2813-41/+37
* x86: Implement x86_32_early_logical_apicid() for numaq_32Tejun Heo2011-01-281-2/+8
* x86: Implement x86_32_early_logical_apicid() for summit_32Tejun Heo2011-01-281-5/+12
* x86: Implement x86_32_early_logical_apicid() for bigsmp_32Tejun Heo2011-01-281-1/+7
* x86: Implement the default x86_32_early_logical_apicid()Tejun Heo2011-01-281-1/+6
* x86: Add apic->x86_32_early_logical_apicid()Tejun Heo2011-01-288-2/+45
* x86: Kill apic->cpu_to_logical_apicid()Tejun Heo2011-01-2811-70/+11
* x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic idTejun Heo2011-01-283-8/+15
* x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo2011-01-288-13/+27
* x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit onlyTejun Heo2011-01-282-6/+6
* x86: Drop x86_32 MAX_APICIDTejun Heo2011-01-283-5/+3
* x86: Kill unused static boot_cpu_logical_apicid in smpboot.cTejun Heo2011-01-281-5/+1
* Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-282-13/+13
|\
| * xen/setup: Route halt operations to safe_halt pvop.Stefano Stabellini2011-01-271-0/+1
| * xen/e820: Guard against E820_RAM not having page-aligned size or start.Stefano Stabellini2011-01-271-1/+6
| * xen/p2m: Mark INVALID_P2M_ENTRY the mfn_list past max_pfn.Stefan Bader2011-01-271-12/+6
* | Export the augmented rbtree helper functionsAndreas Gruenbacher2011-01-281-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-285-14/+54
|\ \
| * | ceph: avoid picking MDS that is not activeSage Weil2011-01-251-3/+7
| * | ceph: avoid immediate cap check after importSage Weil2011-01-191-2/+1
| * | ceph: fix flushing of caps vs cap importSage Weil2011-01-191-4/+34
| * | ceph: fix erroneous cap flush to non-auth mdsSage Weil2011-01-191-0/+2
| * | ceph: fix cap_wanted_delay_{min,max} mount option initializationSage Weil2011-01-191-0/+2
| * | ceph: fix xattr rbtree searchSage Weil2011-01-131-0/+3
| * | ceph: fix getattr on directory when using norbytesYehuda Sadeh2011-01-131-5/+5
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-01-2820-45/+132
|\ \ \
| * \ \ Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...Dave Airlie2011-01-281-5/+0
| |\ \ \
| | * | | drm/nv50: fix regression on IGPsBen Skeggs2011-01-281-5/+0
| * | | | drm/radeon/kms: re-emit full context state for evergreen blitsAlex Deucher2011-01-281-6/+33
| * | | | drm/radeon/kms: release CMASK access in preclose_kmsMarek Olšák2011-01-281-0/+2
| * | | | drm/radeon/kms: fix r6xx+ scanout on BE systemsAlex Deucher2011-01-272-1/+22
| * | | | drm/radeon/kms: clean up some magic numbersAlex Deucher2011-01-277-21/+29
| * | | | drm/radeon/kms: only enable HDMI mode if radeon audio is enabledAlex Deucher2011-01-271-3/+3
| * | | | radeon/kms: fix dp displayport mode validationJerome Glisse2011-01-271-2/+2
| * | | | Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...Dave Airlie2011-01-266-7/+41
| |\ \ \ \ | | |/ / /
| | * | | drm/nvc0/grctx: correct an off-by-oneBen Skeggs2011-01-251-1/+1
| | * | | drm/nv50: Fix race with PFIFO during PGRAPH context destruction.Francisco Jerez2011-01-251-0/+3
| | * | | drm/nouveau: Workaround incorrect DCB entry on a GeForce3 Ti 200.Francisco Jerez2011-01-251-0/+15
| | * | | drm/nvc0: implement irq handler for whatever's at 0x14xxxxBen Skeggs2011-01-251-0/+19
| | * | | drm/nvc0: fix incorrect TPC register setupBen Skeggs2011-01-251-2/+2
| | * | | drm/nouveau: probe for adt7473 before f75375Ben Skeggs2011-01-251-1/+1
| | * | | drm/nouveau: remove dead function definitionBen Skeggs2011-01-251-3/+0
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-01-281-8/+5
|\ \ \ \ \
| * | | | | sched: Use rq->clock_task instead of rq->clock for correctly maintaining load...Paul Turner2011-01-261-1/+1
| * | | | | sched: Fix/remove redundant cfs_rq checksPaul Turner2011-01-261-4/+1
| * | | | | sched: Fix sign under-flows in wake_affinePaul Turner2011-01-261-3/+3
| |/ / / /
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-283-35/+13
|\ \ \ \ \
| * | | | | percpu, x86: Fix percpu_xchg_op()Eric Dumazet2011-01-261-12/+12
| * | | | | x86: Remove left over system_64.hYinghai Lu2011-01-261-22/+0
| * | | | | x86-64: Don't use pointer to out-of-scope variable in dump_trace()Jesper Juhl2011-01-241-1/+1
OpenPOWER on IntegriCloud