summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* hrtimer: fix build bug found by IngoArjan van de Ven2008-09-061-7/+7
* hrtimer: create a "timer_slack" field in the task structArjan van de Ven2008-09-053-0/+14
* hrtimer: turn hrtimers into range timersArjan van de Ven2008-09-051-1/+30
* hrtimer: rename the "expires" struct member to avoid accidental usageArjan van de Ven2008-09-051-10/+10
* hrtimer: add abstraction functions for accessing the "expires" memberArjan van de Ven2008-09-051-0/+45
* select: switch select() and poll() over to hrtimersArjan van de Ven2008-09-051-3/+3
* select: add a poll specific struct to the restart_block unionThomas Gleixner2008-09-051-0/+8
* select: add poll_select_set_timeout() and poll_select_copy_remaining() helpersThomas Gleixner2008-09-051-0/+2
* select: add a timespec_add_safe() functionThomas Gleixner2008-09-051-0/+4
* select: Introduce a hrtimeout functionArjan van de Ven2008-09-051-0/+2
* tracehook: comment pasto fixesRoland McGrath2008-09-051-1/+1
* res_counter: fix off-by-one bug in setting limitLi Zefan2008-09-051-1/+1
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-09-051-0/+4
|\
| * sched: fix process time monotonicityBalbir Singh2008-09-051-0/+4
* | Merge git://git.infradead.org/~dwmw2/dwmw2-2.6.27Linus Torvalds2008-09-051-2/+4
|\ \
| * | Fix conditional export of kvh.h and a.out.h to userspace.Khem Raj2008-09-051-2/+4
| |/
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...Linus Torvalds2008-09-051-0/+2
|\ \
| * \ Merge branch 'fixes_stg' of ../git_old into fixesMauro Carvalho Chehab2008-09-041-0/+2
| |\ \ | | |/ | |/|
| | * V4L/DVB (8832): gspca: Bad pixelformat of vc0321 webcams.Jean-Francois Moine2008-09-031-0/+1
| | * V4L/DVB (8809): gspca: Revert commit 9a9335776548d01525141c6e8f0c12e86bbde982Hans de Goede2008-09-031-5/+0
| | * V4L/DVB (8720): gspca: V4L2_CAP_SENSOR_UPSIDE_DOWN added as a cap for some we...Hans de Goede2008-09-031-0/+5
| | * V4L/DVB (8675): gspca: Pixmap PJPG (Pixart 73xx JPEG) added, generated by pac...Jean-Francois Moine2008-09-031-0/+1
* | | Merge branch 'core/debugobjects' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2008-09-051-0/+13
|\ \ \ | |/ / |/| |
| * | debugobjects: fix lockdep warningVegard Nossum2008-09-011-0/+13
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-024-20/+2
|\ \
| * | net: Unbreak userspace usage of linux/mroute.hDavid S. Miller2008-08-294-20/+2
* | | mm: show quicklist usage in /proc/meminfoKOSAKI Motohiro2008-09-021-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-09-021-3/+2
|\ \ \
| * | | ide: fix hwif_to_node()Bartlomiej Zolnierkiewicz2008-09-021-2/+1
| * | | IDE: compile fix for sff_dma_opsKevin Hilman2008-09-021-1/+1
| | |/ | |/|
* | | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-09-021-1/+0
|\ \ \ | |/ / |/| |
| * | svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker2008-08-131-1/+0
* | | Resource handling: add 'insert_resource_expand_to_fit()' functionLinus Torvalds2008-08-291-0/+1
* | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-08-281-0/+12
|\ \ \
| * | | i2c: Add missing kerneldoc descriptionsJean Delvare2008-08-281-0/+12
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-08-271-1/+1
|\ \ \ \
| * | | | [PATCH] change d_add_ci argument orderingChristoph Hellwig2008-08-251-1/+1
* | | | | block: remove blk_queue_tag_depth() and blk_queue_tag_queue()Jens Axboe2008-08-271-2/+0
* | | | | block: rename blk_scsi_cmd_filter to blk_cmd_filterFUJITA Tomonori2008-08-271-4/+4
* | | | | block: move cmdfilter from gendisk to request_queueFUJITA Tomonori2008-08-272-13/+13
| |/ / / |/| | |
* | | | Fix userspace export of <linux/net.h>David Woodhouse2008-08-261-7/+7
* | | | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-08-251-2/+2
|\ \ \ \
| * | | | KVM: fix userspace ABI breakageAdrian Bunk2008-08-251-2/+2
| |/ / /
* | | | stop_machine: Remove deprecated stop_machine_runRusty Russell2008-08-261-18/+1
|/ / /
* | | removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-08-221-1/+4
|\ \ \
| * | | nohz: fix wrong event handler after online an offlined cpuMiao Xie2008-08-211-1/+4
| | |/ | |/|
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-08-221-0/+24
|\ \ \
| * | | libata: Fix a large collection of DMA mode mismatchesAlan Cox2008-08-221-0/+22
| * | | libata: restore SControl on detachTejun Heo2008-08-221-0/+1
OpenPOWER on IntegriCloud