summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-019-17/+46
| | | | | |\| | | | | |
| | | | | * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-02-242-2/+2
| | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | netfilter: nf_conntrack: don't try to deliver events for untracked connectionsPatrick McHardy2009-02-181-1/+1
| | | | | | * | | | | | | netfilter: nfnetlink_log: fix per-rule qthreshold overrideEric Leblond2009-02-181-1/+1
| | | | | | * | | | | | | Merge branch 'master' of /repos/git/net-2.6Patrick McHardy2009-02-182-10/+0Star
| | | | | | |\ \ \ \ \ \ \
| | | | * | | \ \ \ \ \ \ \ Merge branch 'linus' into x86/setup-lzmaIngo Molnar2009-01-10341-19933/+5823Star
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | bzip2/lzma: centralize format detectionH. Peter Anvin2009-01-091-0/+3
| | | | * | | | | | | | | | | bzip2/lzma: library support for gzip, bzip2 and lzma decompressionAlain Knaff2009-01-055-0/+152
| | | * | | | | | | | | | | | Merge branch 'x86/urgent' into x86/patIngo Molnar2009-03-016-4/+9
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / / / / / | | | | |/| | | | | | | | | |
| | | | * | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-281-11/+35
| | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | Fix recursive lock in free_uid()/free_user_ns()David Howells2009-02-281-0/+1
| | | | * | | | | | | | | | | | block: reduce stack footprint of blk_recount_segments()Jens Axboe2009-02-261-0/+2
| | | | * | | | | | | | | | | | ide: fix refcounting in device driversBartlomiej Zolnierkiewicz2009-02-251-1/+1
| | | | * | | | | | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-02-252-2/+3
| | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | drm: disable encoders before re-routing themJesse Barnes2009-02-251-0/+1
| | | | | * | | | | | | | | | | | drm: Fix ordering of bit fields in EDID structure leading huge vsync values.Jesse Barnes2009-02-251-2/+2
| | | | | | |_|_|_|_|_|_|_|/ / / | | | | | |/| | | | | | | | | |
| | | | * | | | | | | | | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-02-251-1/+2
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / | | | | |/| | | | | | | | | | |
| | | | | * | | | | | | | | | | VT-d: handle Invalidation Queue Error to avoid system hangYu Zhao2009-02-091-1/+2
| | | * | | | | | | | | | | | | Revert "gpu/drm, x86, PAT: PAT support for io_mapping_*"Ingo Molnar2009-03-011-4/+2Star
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | x86, mm: dont use non-temporal stores in pagecache accessesIngo Molnar2009-03-021-2/+2
| | | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
*-------. \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'x86/apic', 'x86/defconfig', 'x86/memtest', 'x86/mm' and 'linu...Ingo Molnar2009-02-266-14/+5Star
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / / / / / / | | | | |/| | / / / / / / / / / / / / | | | | | | |/ / / / / / / / / / / / | | | | | |/| | | | | | | | / / / / | | | | |_|_|_|_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | i2c-dev: Clarify the unit of ioctl I2C_TIMEOUTJean Delvare2009-02-242-2/+2
| | | | | | |_|_|_|_|/ / / / / / | | | | | |/| | | | | | | | | |
| | | | | * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-02-233-10/+1Star
| | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | vlan: Update skb->mac_header in __vlan_put_tag().Jarek Poplawski2009-02-191-0/+1
| | | | | | | |_|_|_|_|_|/ / / / | | | | | | |/| | | | | | | | |
| | | | | | * | | | | | | | | | net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2009-02-182-10/+0Star
| | | | * | | | | | | | | | | | x86, mm: pass in 'total' to __copy_from_user_*nocache()Ingo Molnar2009-02-251-2/+2
* | | | | | | | | | | | | | | | Merge branches 'x86/urgent' and 'x86/pat' into x86/coreIngo Molnar2009-02-261-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | gpu/drm, x86, PAT: PAT support for io_mapping_*Venkatesh Pallipadi2009-02-251-2/+4
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-261-11/+35
|\| | | | | | | | | | | | | | | | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | gpu/drm, x86, PAT: io_mapping_create_wc and resource_size_tVenkatesh Pallipadi2009-02-251-11/+35
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \
*-------. | | | | | | | | | | | | | Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar2009-02-2458-250/+588
|\ \ \ \ \| | | | | | | | | | | | | | | |_|_|_|/ / / / / / / / / / / / | |/| | | | | / / / / / / / / / / | | | | | |_|/ / / / / / / / / / | | | | |/| | | / / / / / / / / | | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | |
| | | | * | | | | | | | | | | x86, mm, kprobes: fault.c, simplify notify_page_fault()Ingo Molnar2009-02-211-3/+19
| | | | * | | | | | | | | | | x86, mm: fault.c, simplify kmmio_fault()Ingo Molnar2009-02-211-31/+47
| | | |/ / / / / / / / / / /
| | | * | | | | | | | | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-2015-27/+65
| | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-2223-33/+89
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | / / / / / / / / / / | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki2009-02-221-0/+2
| | * | | | | | | | | | | Merge branch 'hibernate'Linus Torvalds2009-02-211-0/+2
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Consolidate driver_probe_done() loops into one placeArjan van de Ven2009-02-211-0/+2
| | * | | | | | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-02-213-6/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap.Jesse Barnes2009-02-201-0/+2
| | | * | | | | | | | | | | | drm: Propagate failure from setting crtc base.Chris Wilson2009-02-201-5/+5
| | | * | | | | | | | | | | | drm: Release user fbs in drm_releaseKristian Høgsberg2009-02-201-1/+1
| | | | |/ / / / / / / / / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | 8250: fix boot hang with serial console when using with Serial Over Lan portMauro Carvalho Chehab2009-02-212-0/+4
| | * | | | | | | | | | | | spi_bitbang: add more lowlevel function documentationMichael Buesch2009-02-211-0/+7
| | * | | | | | | | | | | | slab: introduce kzfree()Johannes Weiner2009-02-211-0/+1
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-02-193-5/+4Star
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | block: fix bad definition of BIO_RW_SYNCJens Axboe2009-02-183-5/+4Star
| | | | |_|_|_|_|_|/ / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | Bernhard has movedBernhard Walle2009-02-191-1/+1
| | * | | | | | | | | | | jsm: additional device supportAdam Lackorzynski2009-02-191-0/+1
| | * | | | | | | | | | | mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki2009-02-191-1/+1