summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: fix problem with SiS typedef with sisfb enabled.Dave Airlie2007-07-171-1/+1
* drm: convert drawable code to using idrDave Airlie2007-07-173-209/+60
* drm: convert drm context code to use Linux idrDave Airlie2007-07-172-103/+33
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-07-174-156/+150
|\
| * [SERIAL] SUNHV: Fix jerky console on LDOM guests.David S. Miller2007-07-171-11/+1
| * [SPARC64]: Fix race between MD update and dr-cpu add.David S. Miller2007-07-172-143/+147
| * [SPARC64]: SMP build fix.Fabio Massimo Di Nitto2007-07-171-2/+2
* | [HRTIMER] Fix cpu pointer arg to clockevents_notify()David Miller2007-07-171-1/+1
|/
* Make BLK_DEV_BSG depend strictly on SCSI=yLinus Torvalds2007-07-171-1/+1
* Make check_signature depend on CONFIG_HAS_IOMEMLinus Torvalds2007-07-171-2/+2
* Revert "[NET]: Fix races in net_rx_action vs netpoll."Linus Torvalds2007-07-162-18/+0
* Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-07-1677-2214/+2485
|\
| * drm: remove core typedefs from the ioc32 wrappersDave Airlie2007-07-161-41/+41
| * drm: remove sarea typedefsDave Airlie2007-07-122-9/+15
| * drm: detypedef the hashtab and more of smanDave Airlie2007-07-128-59/+59
| * drm: de-typedef smanDave Airlie2007-07-126-49/+51
| * drm: detypedeffing continues...Dave Airlie2007-07-1123-142/+143
| * drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structsDave Airlie2007-07-1116-80/+81
| * drm: drop drm_vma_entry_t, drm_magic_entry_tDave Airlie2007-07-115-19/+15
| * drm: drop drm_buf_t typedefDave Airlie2007-07-1120-104/+104
| * drm: fixup other drivers for typedef removalsDave Airlie2007-07-1122-296/+296
| * drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie2007-07-1142-432/+432
| * drm: remove a bunch of typedefs on the userspace interfaceDave Airlie2007-07-1125-320/+367
| * r300: updates register headerOliver McFadden2007-07-112-506/+698
| * radeon: add support for vblank on crtc2Dave Airlie2007-07-116-14/+124
| * drm: cleanup list initialisationDave Airlie2007-07-112-5/+4
| * drm: fix typo on code drm getsareaDave Airlie2007-07-111-1/+1
| * drm: remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie2007-07-119-26/+22
| * drm: cleanup use of Linux list handling macrosDave Airlie2007-07-1118-195/+116
* | utime(s): Honour CAP_FOWNER when times==NULLSatyam Sharma2007-07-161-1/+1
* | Fix too few arguments to function `scsi_cmd_ioctl'S.Çağlar Onur2007-07-161-1/+1
* | Fix LDM for new field in the VOL5 VBLK.Anton Altaparmakov2007-07-162-46/+93
* | Remove duplicate comments from sysctl.cLinus Torvalds2007-07-161-8/+0
* | Fix new generic block device SG compileLinus Torvalds2007-07-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-07-162-36/+44
|\ \
| * | [PATCH] sched: fix up fs/proc/array.c whitespace problemsIngo Molnar2007-07-161-26/+25
| * | [PATCH] sched: prettify prio_to_wmult[]Ingo Molnar2007-07-161-8/+8
| * | [PATCH] sched: document prio_to_wmult[]Ingo Molnar2007-07-161-0/+7
| * | [PATCH] sched: improve weight-array commentsIngo Molnar2007-07-161-1/+3
| * | [PATCH] sched: remove dead code from task_stime()Ingo Molnar2007-07-161-1/+1
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-07-1639-1054/+4623
|\ \ \
| * | | [PATCH] ocfs2: zero_user_page conversionEric Sandeen2007-07-111-11/+2
| * | | ocfs2: Support xfs style space reservation ioctlsMark Fasheh2007-07-116-16/+216
| * | | ocfs2: support for removing file regionsMark Fasheh2007-07-114-12/+262
| * | | ocfs2: update truncate handling of partial clustersMark Fasheh2007-07-113-46/+35
| * | | ocfs2: btree support for removal of arbirtrary extentsMark Fasheh2007-07-111-0/+367
| * | | ocfs2: Support creation of unwritten extentsMark Fasheh2007-07-117-28/+105
| * | | ocfs2: support writing of unwritten extentsMark Fasheh2007-07-113-26/+84
| * | | ocfs2: small cleanup of ocfs2_write_begin_nolock()Mark Fasheh2007-07-111-32/+76
| * | | ocfs2: btree changes for unwritten extentsMark Fasheh2007-07-116-91/+1770