aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-03-10percpu: generalize embedding first chunk setup helperGravatar Tejun Heo 1-0/+4
2009-03-10percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()Gravatar Tejun Heo 1-1/+1
2009-03-06x86, percpu: setup reserved percpu area for x86_64Gravatar Tejun Heo 1-23/+12
2009-03-06percpu, module: implement reserved allocation and use it for module percpu va...Gravatar Tejun Heo 1-4/+6
2009-03-06percpu: use negative for auto for pcpu_setup_first_chunk() argumentsGravatar Tejun Heo 1-2/+3
2009-03-06percpu: cosmetic renames in pcpu_setup_first_chunk()Gravatar Tejun Heo 1-1/+1
2009-03-06percpu: clean up percpu constantsGravatar Tejun Heo 1-11/+13
2009-03-04Merge branch 'x86/core' into core/percpuGravatar Ingo Molnar 21-30/+211
2009-03-04Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Gravatar Ingo Molnar 17-14/+178
2009-03-02Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+4
2009-03-02x86, mm: dont use non-temporal stores in pagecache accessesGravatar Ingo Molnar 1-2/+2
2009-03-02fix warning in io_mapping_map_wc()Gravatar Pallipadi, Venkatesh 1-1/+4
2009-03-01Merge branch 'x86/urgent' into x86/patGravatar Ingo Molnar 6-4/+9
2009-03-01Revert "gpu/drm, x86, PAT: PAT support for io_mapping_*"Gravatar Ingo Molnar 1-4/+2
2009-03-01net headers: export dcbnl.hGravatar Chris Leech 1-0/+1
2009-03-01net headers: cleanup dcbnl.hGravatar Chris Leech 1-1/+3
2009-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 9-17/+46
2009-02-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-11/+35
2009-02-27Fix recursive lock in free_uid()/free_user_ns()Gravatar David Howells 1-0/+1
2009-02-26block: reduce stack footprint of blk_recount_segments()Gravatar Jens Axboe 1-0/+2
2009-02-26Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linu...Gravatar Ingo Molnar 6-14/+5
2009-02-26Merge branches 'x86/urgent' and 'x86/pat' into x86/coreGravatar Ingo Molnar 1-2/+4
2009-02-26Merge branch 'x86/urgent' into x86/coreGravatar Ingo Molnar 1-11/+35
2009-02-26percpu: fix too low alignment restriction on UPGravatar Tejun Heo 1-1/+1
2009-02-25ide: fix refcounting in device driversGravatar Bartlomiej Zolnierkiewicz 1-1/+1
2009-02-25Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 2-2/+3
2009-02-25Merge git://git.infradead.org/iommu-2.6Gravatar Linus Torvalds 1-1/+2
2009-02-25alloc_percpu: fix UP buildGravatar Ingo Molnar 1-1/+1
2009-02-25gpu/drm, x86, PAT: PAT support for io_mapping_*Gravatar Venkatesh Pallipadi 1-2/+4
2009-02-25gpu/drm, x86, PAT: io_mapping_create_wc and resource_size_tGravatar Venkatesh Pallipadi 1-11/+35
2009-02-25x86, mm: pass in 'total' to __copy_from_user_*nocache()Gravatar Ingo Molnar 1-2/+2
2009-02-25drm: disable encoders before re-routing themGravatar Jesse Barnes 1-0/+1
2009-02-25drm: Fix ordering of bit fields in EDID structure leading huge vsync values.Gravatar Jesse Barnes 1-2/+2
2009-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...Gravatar David S. Miller 2-2/+2
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Ingo Molnar 3-44/+96
2009-02-24Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Gravatar Ingo Molnar 58-250/+588
2009-02-24i2c-dev: Clarify the unit of ioctl I2C_TIMEOUTGravatar Jean Delvare 2-2/+2
2009-02-24percpu: give more latitude to arch specific first chunk initializationGravatar Tejun Heo 1-2/+37
2009-02-24vmalloc: add @align to vm_area_register_early()Gravatar Tejun Heo 1-1/+1
2009-02-24bootmem: reorder interface functions and add a missing oneGravatar Tejun Heo 1-13/+17
2009-02-24bootmem: clean up arch-specific bootmem wrappingGravatar Tejun Heo 1-6/+4
2009-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 3-10/+1
2009-02-22Merge branch 'linus' into x86/apicGravatar Ingo Molnar 23-33/+89
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Gravatar Rafael J. Wysocki 1-0/+2
2009-02-21Merge branch 'hibernate'Gravatar Linus Torvalds 1-0/+2
2009-02-21Consolidate driver_probe_done() loops into one placeGravatar Arjan van de Ven 1-0/+2
2009-02-20Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 3-6/+8
2009-02-208250: fix boot hang with serial console when using with Serial Over Lan portGravatar Mauro Carvalho Chehab 2-0/+4
2009-02-20spi_bitbang: add more lowlevel function documentationGravatar Michael Buesch 1-0/+7
2009-02-20slab: introduce kzfree()Gravatar Johannes Weiner 1-0/+1