aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpuIngo Molnar25-194/+1716
2009-02-24Merge branch 'x86/core' into core/percpuIngo Molnar809-24913/+28896
2009-02-24Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', 'x86/signal' and 'x86/urgent'; commit 'v2.6.29-rc6' into x86/coreIngo Molnar939-29247/+33864
2009-02-24x86: efi_stub_32,64 - add missing ENDPROCsCyrill Gorcunov2-0/+8
2009-02-24x86: head_64.S - use GLOBAL macroCyrill Gorcunov1-15/+7
2009-02-24x86: entry_64.S - add missing ENDPROCCyrill Gorcunov1-0/+1
2009-02-24x86: invalid_vm86_irq -- use predefined macrosCyrill Gorcunov1-1/+1
2009-02-24x86: head_64.S - use IDT_ENTRIES instead of hardcoded numberCyrill Gorcunov1-1/+1
2009-02-24x86: head_64.S - remove useless balignCyrill Gorcunov1-2/+0
2009-02-24x86: fix performance regression in write() syscallSalman Qazi1-2/+14
2009-02-24percpu: add __read_mostly to variables which are mostly read onlyTejun Heo1-8/+8
2009-02-24x86: add remapping percpu first chunk allocatorTejun Heo1-2/+135
2009-02-24x86: add embedding percpu first chunk allocatorTejun Heo1-1/+85
2009-02-24x86: separate out setup_pcpu_4k() from setup_per_cpu_areas()Tejun Heo1-42/+102
2009-02-24percpu: give more latitude to arch specific first chunk initializationTejun Heo3-36/+167
2009-02-24percpu: remove unit_size power-of-2 restrictionTejun Heo1-14/+19
2009-02-24x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo4-35/+63
2009-02-24vmalloc: add @align to vm_area_register_early()Tejun Heo4-7/+10
2009-02-24bootmem: reorder interface functions and add a missing oneTejun Heo1-13/+17
2009-02-24bootmem: clean up arch-specific bootmem wrappingTejun Heo5-49/+22
2009-02-24percpu: fix pcpu_chunk_struct_sizeTejun Heo1-1/+1
2009-02-23x86, doc: fix references to Documentation/x86/i386/boot.txtKyle McMartin1-2/+2
2009-02-23x86: minor cleanup in the espfix codeStas Sergeev1-1/+1
2009-02-23x86: check mptable physptr with max_low_pfn on 32bitYinghai Lu1-3/+12
2009-02-22Linux 2.6.29-rc6Linus Torvalds1-1/+1
2009-02-22acpi/doc: add missing param valueRandy Dunlap1-1/+1
2009-02-22Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds5-27/+67
2009-02-23drm/i915: Add missing mutex_lock(&dev->struct_mutex)Pierre Willenbrock1-0/+1
2009-02-23drm/i915: fix WC mapping in non-GEM i915 code.Jesse Barnes1-1/+1
2009-02-23drm/i915: Fix regression in 95ca9dChris Wilson1-2/+6
2009-02-23drm/i915: Retire requests from i915_gem_busy_ioctl.Eric Anholt1-0/+7
2009-02-23drm/i915: suspend/resume GEM when KMS is activeJesse Barnes3-2/+24
2009-02-23drm/i915: Don't let a device flush to prepare buffers clear new write_domains.Eric Anholt1-2/+14
2009-02-23drm/i915: Cut two args to set_to_gpu_domain that confused this tricky path.Eric Anholt1-22/+16
2009-02-23acpi: add some missing section markersJeremy Fitzhardinge1-2/+2
2009-02-23x86: refactor x86_quirks supportIngo Molnar16-56/+39
2009-02-23x86: remove various unused subarch hooksIngo Molnar3-40/+4
2009-02-23x86: remove the Voyager 32-bit subarchIngo Molnar22-4335/+2
2009-02-23selinux: Fix the NetLabel glue code for setsockopt()Paul Moore1-1/+3
2009-02-23cipso: Fix documentation commentPaul Moore1-2/+7
2009-02-22Merge branch 'core/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+2
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up], fixIngo Molnar1-5/+2
2009-02-22docbook: split kernel-api for device-driversRandy Dunlap3-378/+419
2009-02-22x86: improve the help text of X86_EXTENDED_PLATFORMRavikiran G Thirumalai1-2/+28
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar330-1549/+5041
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki8-7/+38
2009-02-22x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptorsLinus Torvalds4-4/+4
2009-02-22Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds6-36/+62
2009-02-22PATCH [2/2] Documentation/filesystems/sysfs.txt: fix descriptions of device attributesMike Murphy1-22/+28
2009-02-22PATCH [1/2] Documentation/driver-model/device.txt: fix struct device_attributeMike Murphy1-3/+5