aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-12Input: eeti_ts - allow active high irq linesDaniel Mack1-0/+9
2009-07-26Input: serio - switch to using dev_pm_opsDmitry Torokhov1-2/+0
2009-07-24Driver Core: Make PM operations a const pointerDmitry Torokhov1-4/+5
2009-07-22Merge commit 'v2.6.31-rc4' into nextDmitry Torokhov527-4480/+22610
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perfLinus Torvalds1-11/+4
2009-07-22Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+26
2009-07-22Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-07-22Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2009-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-13/+24
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra1-11/+4
2009-07-22softirq: introduce tasklet_hrtimer infrastructurePeter Zijlstra1-0/+26
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner1-0/+2
2009-07-20Input: wm97xx - add possibility to control the GPIO_STATUS shiftMarek Vasut1-0/+7
2009-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds1-10/+9
2009-07-20tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra1-0/+5
2009-07-18sched: fix nr_uninterruptible accounting of frozen tasks reallyThomas Gleixner1-1/+2
2009-07-17Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-2/+4
2009-07-18vmlinux.lds.h: restructure BSS linker script macrosTim Abbott1-10/+9
2009-07-17virtio_net: Sync header with qemuAlex Williamson1-4/+10
2009-07-17lguest: fix journeyMatias Zabaljauregui1-1/+1
2009-07-16net: sock_copy() fixesEric Dumazet1-13/+19
2009-07-16Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-07-16vt: drop bootmem/slab memory distinctionJohannes Weiner1-1/+0
2009-07-15Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-0/+1
2009-07-15drm/radeon: add some missing pci idsAlex Deucher1-2/+4
2009-07-14libata: implement and use HORKAGE_NOSETXFER, take#2Tejun Heo1-0/+1
2009-07-14Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-9/+0
2009-07-14Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-27/+27
2009-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+2
2009-07-14skbuff.h: Fix comment for NET_IP_ALIGNTobias Klauser1-2/+2
2009-07-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-45/+3
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-2/+0
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-179/+4
2009-07-13tracing/events: Move TRACE_SYSTEM outside of include guardLi Zefan9-27/+27
2009-07-12USB: usb.h: fix kernel-doc notationRandy Dunlap1-2/+4
2009-07-12Revert "USB: Add Intel Langwell USB OTG Transceiver Drive"Greg Kroah-Hartman1-177/+0
2009-07-12Driver Core: remove BUS_ID_SIZEKay Sievers1-2/+0
2009-07-12Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2-0/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan4-3/+2
2009-07-12personality: fix PER_CLEAR_ON_SETIDJulien Tinnes1-1/+4
2009-07-11Fix compile error due to congestion_wait() changesTrond Myklebust2-5/+5
2009-07-10tty: Fix USB kref leakAlan Cox1-1/+2
2009-07-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-7/+8
2009-07-10Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-07-10sched: optimize cond_resched()Peter Zijlstra1-1/+4
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra1-0/+6
2009-07-10block: fix sg SG_DXFER_TO_FROM_DEV regressionFUJITA Tomonori1-0/+1
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe2-7/+7
2009-07-10timer stats: fix quick check optimizationHeiko Carstens1-1/+1
2009-07-10hrtimer: Fix migration expiry checkThomas Gleixner1-9/+0