aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-02-25alloc_percpu: fix UP buildIngo Molnar1-1/+1
2009-02-25gpu/drm, x86, PAT: PAT support for io_mapping_*Venkatesh Pallipadi1-2/+4
2009-02-25gpu/drm, x86, PAT: io_mapping_create_wc and resource_size_tVenkatesh Pallipadi1-11/+35
2009-02-25x86, mm: pass in 'total' to __copy_from_user_*nocache()Ingo Molnar1-2/+2
2009-02-25drm: disable encoders before re-routing themJesse Barnes1-0/+1
2009-02-25drm: Fix ordering of bit fields in EDID structure leading huge vsync values.Jesse Barnes1-2/+2
2009-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2-2/+2
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar3-44/+96
2009-02-24Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar58-250/+588
2009-02-24i2c-dev: Clarify the unit of ioctl I2C_TIMEOUTJean Delvare2-2/+2
2009-02-24percpu: give more latitude to arch specific first chunk initializationTejun Heo1-2/+37
2009-02-24vmalloc: add @align to vm_area_register_early()Tejun Heo1-1/+1
2009-02-24bootmem: reorder interface functions and add a missing oneTejun Heo1-13/+17
2009-02-24bootmem: clean up arch-specific bootmem wrappingTejun Heo1-6/+4
2009-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-10/+1
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar23-33/+89
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki1-0/+2
2009-02-21Merge branch 'hibernate'Linus Torvalds1-0/+2
2009-02-21Consolidate driver_probe_done() loops into one placeArjan van de Ven1-0/+2
2009-02-20Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds3-6/+8
2009-02-208250: fix boot hang with serial console when using with Serial Over Lan portMauro Carvalho Chehab2-0/+4
2009-02-20spi_bitbang: add more lowlevel function documentationMichael Buesch1-0/+7
2009-02-20slab: introduce kzfree()Johannes Weiner1-0/+1
2009-02-21x86, mm, kprobes: fault.c, simplify notify_page_fault()Ingo Molnar1-3/+19
2009-02-21x86, mm: fault.c, simplify kmmio_fault()Ingo Molnar1-31/+47
2009-02-20Merge branch 'x86/urgent' into x86/coreIngo Molnar15-27/+65
2009-02-20percpu: implement new dynamic percpu allocatorTejun Heo1-4/+18
2009-02-20vmalloc: add un/map_kernel_range_noflush()Tejun Heo1-0/+3
2009-02-20vmalloc: implement vm_area_register_early()Tejun Heo1-0/+1
2009-02-20percpu: kill percpu_alloc() and friendsTejun Heo1-25/+22
2009-02-20alloc_percpu: add align argument to __alloc_percpu.Rusty Russell1-2/+3
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell1-12/+11
2009-02-20drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap.Jesse Barnes1-0/+2
2009-02-20drm: Propagate failure from setting crtc base.Chris Wilson1-5/+5
2009-02-20drm: Release user fbs in drm_releaseKristian Høgsberg1-1/+1
2009-02-18vlan: Update skb->mac_header in __vlan_put_tag().Jarek Poplawski1-0/+1
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-5/+4
2009-02-18Bernhard has movedBernhard Walle1-1/+1
2009-02-18jsm: additional device supportAdam Lackorzynski1-0/+1
2009-02-18mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki1-1/+1
2009-02-18mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki1-3/+16
2009-02-18atmel-mci: fix initialization of dma slave dataDan Williams1-0/+2
2009-02-18mm: task dirty accounting fixNick Piggin1-0/+1
2009-02-18timerfd: add flags checkDavide Libenzi1-4/+12
2009-02-18seq_file: properly cope with preadEric Biederman1-0/+1
2009-02-18vfs: separate FMODE_PREAD/FMODE_PWRITE into separate flagsPaul Turner1-6/+12
2009-02-18vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt1-0/+4
2009-02-18netfilter: nf_conntrack: don't try to deliver events for untracked connectionsPatrick McHardy1-1/+1
2009-02-18netfilter: nfnetlink_log: fix per-rule qthreshold overrideEric Leblond1-1/+1
2009-02-18Merge branch 'master' of /repos/git/net-2.6Patrick McHardy2-10/+0