aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-16Use f_lock to protect f_flagsJonathan Corbet1-1/+1
2009-03-16Rename struct file->f_ep_lockJonathan Corbet2-2/+1
2009-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-0/+6
2009-03-12cpumask: mm_cpumask for accessing the struct mm_struct's cpu_vm_mask.Rusty Russell1-0/+3
2009-03-12cpumask: tsk_cpumask for accessing the struct task_struct's cpus_allowed.Rusty Russell1-0/+3
2009-03-11drm: fix EDID parser problem with positive/negative hsync/vsyncPantelis Koukousoulas1-1/+1
2009-03-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-1/+0
2009-03-09Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod."Dave Jones1-1/+0
2009-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-10/+18
2009-03-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-6/+1
2009-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds3-1/+3
2009-03-08Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-2/+4
2009-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2009-03-07Input: serio - fix protocol number for TouchIT213Dmitry Torokhov1-1/+1
2009-03-05ata: add CFA specific identify data wordsSergei Shtylyov1-0/+2
2009-03-05remove stale comment from <linux/hdreg.h>Bartlomiej Zolnierkiewicz1-1/+0
2009-03-05ide: allow to wrap interrupt handlerStanislaw Gruszka1-0/+1
2009-03-05libata: align ap->sector_bufTejun Heo1-1/+2
2009-03-05libata: fix dma_unmap_sg misuseFUJITA Tomonori1-0/+1
2009-03-05libata: change drive ready wait after hard reset to 5sStuart Hayes1-1/+1
2009-03-04Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller6-1/+39
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller1-0/+1
2009-03-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2009-03-03Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-0/+31
2009-03-03netns: Remove net_aliveEric W. Biederman1-10/+17
2009-03-02Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+4
2009-03-02fix warning in io_mapping_map_wc()Pallipadi, Venkatesh1-1/+4
2009-03-01net headers: export dcbnl.hChris Leech1-0/+1
2009-03-01net headers: cleanup dcbnl.hChris Leech1-1/+3
2009-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller9-17/+46
2009-02-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+35
2009-02-27Fix recursive lock in free_uid()/free_user_ns()David Howells1-0/+1
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani1-0/+4
2009-02-26block: reduce stack footprint of blk_recount_segments()Jens Axboe1-0/+2
2009-02-26rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney4-0/+31
2009-02-25ide: fix refcounting in device driversBartlomiej Zolnierkiewicz1-1/+1
2009-02-25Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds2-2/+3
2009-02-25Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-1/+2
2009-02-25gpu/drm, x86, PAT: io_mapping_create_wc and resource_size_tVenkatesh Pallipadi1-11/+35
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/nf-2.6David S. Miller2-2/+2
2009-02-24i2c-dev: Clarify the unit of ioctl I2C_TIMEOUTJean Delvare2-2/+2
2009-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-10/+1
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/airlied/drm-2.6Linus 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