aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-05-22Merge branch 'topic/misc' into for-linusGravatar Takashi Iwai 2-9/+18
2011-05-13ALSA: tea575x: use better card and bus namesGravatar Ondrej Zary 1-0/+2
2011-05-13ALSA: tea575x: remove unused card from structGravatar Ondrej Zary 1-1/+0
2011-05-13ALSA: tea575x: remove freq_fixup from structGravatar Ondrej Zary 1-1/+2
2011-05-10ALSA: tea575x: unify read/write functionsGravatar Ondrej Zary 1-4/+9
2011-05-09Don't lock guardpage if the stack is growing upGravatar Mikulas Patocka 1-1/+23
2011-05-09Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 1-1/+1
2011-05-09drm: mm: fix debug outputGravatar Daniel Vetter 1-1/+1
2011-05-07Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-1/+15
2011-05-06Regression: partial revert "tracing: Remove lock_depth from event entry"Gravatar Arjan van de Ven 1-0/+1
2011-05-06Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tor...Gravatar Ingo Molnar 6-3/+10
2011-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-1/+1
2011-05-04slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchgGravatar Thomas Gleixner 1-1/+1
2011-05-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Ingo Molnar 2-1/+15
2011-05-04Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...Gravatar James Morris 1-1/+1
2011-05-04drm/radeon/kms: fix gart setup on fusion parts (v2)Gravatar Alex Deucher 1-0/+1
2011-05-04drm/radeon/kms: add some new pci idsGravatar Alex Deucher 1-0/+5
2011-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Gravatar Linus Torvalds 1-1/+0
2011-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+2
2011-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-0/+1
2011-05-01i2c-i801: Move device ID definitions to driverGravatar Jean Delvare 1-4/+0
2011-04-28Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 2-0/+2
2011-04-28Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 3-1/+7
2011-04-28flex_array: flex_array_prealloc takes a number of elements, not an endGravatar Eric Paris 1-1/+1
2011-04-28usbnet: Resubmit interrupt URB if device is openGravatar Paul Stewart 1-0/+1
2011-04-28mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsGravatar Andrea Arcangeli 2-2/+3
2011-04-27Input: wm831x-ts - allow IRQ flags to be specifiedGravatar Mark Brown 1-0/+2
2011-04-27mmc: fix a race between card-detect rescan and clock-gate work instancesGravatar Guennadi Liakhovetski 1-1/+0
2011-04-27Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-3/+7
2011-04-27NFSv4: Ensure we request the ordinary fileid when doing readdirplusGravatar Trond Myklebust 1-0/+2
2011-04-27drm/i915: restore only the mode of this driver on lastclose (v2)Gravatar Dave Airlie 1-0/+1
2011-04-27drm/radeon/kms: add info query for tile pipesGravatar Alex Deucher 1-0/+1
2011-04-25add hlist_bl_lock/unlock helpersGravatar Christoph Hellwig 1-0/+11
2011-04-25bit_spinlock: don't play preemption games inside the busy loopGravatar Linus Torvalds 1-4/+4
2011-04-25ptrace: Prepare to fix racy accesses on task breakpointsGravatar Frederic Weisbecker 2-1/+15
2011-04-24SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIOGravatar Trond Myklebust 1-1/+2
2011-04-24NFSv4.1: Don't loop forever in nfs4_proc_create_sessionGravatar Trond Myklebust 1-0/+1
2011-04-24Merge branch 'dcache-cleanup'Gravatar Linus Torvalds 1-2/+2
2011-04-24libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65Gravatar Tejun Heo 1-0/+1
2011-04-24libata: Kill unused ATA_DFLAG_{H|D}IPM flagsGravatar Tejun Heo 1-2/+0
2011-04-24vfs: get rid of insane dentry hashing rulesGravatar Linus Torvalds 1-2/+2
2011-04-22SECURITY: Move exec_permission RCU checks into security modulesGravatar Andi Kleen 1-1/+1
2011-04-20Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-13/+13
2011-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-2/+2
2011-04-19Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+3
2011-04-19[media] media: add missing 8-bit bayer formats and Y12Gravatar Michael Jones 1-2/+5
2011-04-19[media] v4l: add V4L2_PIX_FMT_Y12 formatGravatar Michael Jones 1-0/+1
2011-04-19block: get rid of QUEUE_FLAG_REENTERGravatar Jens Axboe 1-13/+13
2011-04-18NFSv4.1: Don't update sequence number if rpc_task is not sentGravatar Bryan Schumaker 1-0/+2
2011-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-4/+12