summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-311-1/+1
|\
| * io context: fix ref countingLi Zefan2009-07-311-1/+1
* | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-311-1/+13
|\ \
| * | clocksource: Save mult_orig in clocksource_disable()Magnus Damm2009-07-311-1/+13
* | | cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SGSebastian Andrzej Siewior2009-07-311-26/+3
* | | lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior2009-07-311-0/+2
* | | lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell2009-07-305-20/+10
* | | lguest: fix comment styleRusty Russell2009-07-302-18/+36
* | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2009-07-291-0/+1
|\ \ \
| * | | PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins2009-07-291-0/+1
| | |/ | |/|
* | | uio: mark uio.h functions __KERNEL__ onlyJiri Slaby2009-07-291-9/+8
* | | lib: flexible array implementationDave Hansen2009-07-291-0/+47
* | | pps.h needs <linux/types.h>Dave Jones2009-07-291-0/+2
* | | cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki2009-07-291-0/+17
* | | cgroups: fix pid namespace bugLi Zefan2009-07-291-7/+4
* | | Merge branch 'drm-radeon-kms' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-07-293-3/+42
|\ \ \
| * | | drm/radeon/kms: add initial colortiling support.Dave Airlie2009-07-292-1/+37
| * | | drm/ttm/radeon: add dma32 support.Dave Airlie2009-07-151-1/+4
| * | | ttm: Make messages more readable.Thomas Hellstrom2009-07-151-1/+1
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-07-291-0/+1
|\ \ \ \
| * | | | libata: accept late unlocking of HPATejun Heo2009-07-281-0/+1
| | |/ / | |/| |
* | | | pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi2009-07-291-0/+1
|/ / /
* | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-07-271-1/+1
|\ \ \
| * | | inotify: use GFP_NOFS under potential memory pressureEric Paris2009-07-211-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-273-2/+5
|\ \ \ \
| * | | | NET: ROSE: Don't use static buffer.Ralf Baechle2009-07-261-1/+1
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-221-1/+1
| |\ \ \ \
| | * | | | rfkill: remove too-strict __must_checkAlan Jenkins2009-07-211-1/+1
| * | | | | of/mdio: Add support function for Ethernet fixed-link propertyAnton Vorontsov2009-07-221-0/+3
| |/ / / /
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-07-272-0/+13
|\ \ \ \ \
| * | | | | V4L/DVB (12283): gspca - sn9c20x: New subdriver for sn9c201 and sn9c202 bridges.Brian Johnson2009-07-242-0/+13
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-07-271-2/+2
|\ \ \ \ \
| * | | | | dm table: pass correct dev area size to device_area_is_validMike Snitzer2009-07-231-2/+2
| |/ / / /
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-07-271-1/+1
|\ \ \ \ \
| * | | | | ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle()Jan Kara2009-07-151-1/+1
* | | | | | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2009-07-274-10/+10
| |/ / / / |/| | | |
* | | | | Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-221-11/+4
|\ \ \ \ \
| * | | | | perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra2009-07-221-11/+4
* | | | | | Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-221-0/+26
|\ \ \ \ \ \
| * | | | | | softirq: introduce tasklet_hrtimer infrastructurePeter Zijlstra2009-07-221-0/+26
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-07-221-0/+2
|\ \ \ \ \ \
| * | | | | | genirq: Delegate irq affinity setting to the irq threadThomas Gleixner2009-07-211-0/+2
| |/ / / / /
* | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-07-221-1/+2
|\ \ \ \ \ \
| * | | | | | sched: fix nr_uninterruptible accounting of frozen tasks reallyThomas Gleixner2009-07-181-1/+2
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-222-13/+24
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra2009-07-201-0/+5
| * | | | | net: sock_copy() fixesEric Dumazet2009-07-161-13/+19
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2009-07-201-10/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | vmlinux.lds.h: restructure BSS linker script macrosTim Abbott2009-07-181-10/+9
* | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-07-171-2/+4
|\ \ \ \ \ \
OpenPOWER on IntegriCloud