aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-01-03pohmelfs: propagate umode_tGravatar Al Viro 2-4/+5
2012-01-03infiniband: umode_t noise, including open-coded S_ISDIR()Gravatar Al Viro 2-6/+6
2012-01-03usbfs: propagate umode_tGravatar Al Viro 1-10/+8
2012-01-03switch devtmpfs to umode_tGravatar Al Viro 1-3/+3
2012-01-03switch debugfs to umode_tGravatar Al Viro 7-8/+8
2012-01-03switch sysfs_chmod_file() to umode_tGravatar Al Viro 1-3/+3
2012-01-03switch procfs to umode_t useGravatar Al Viro 6-11/+10
2012-01-03switch ->is_visible() to returning umode_tGravatar Al Viro 29-63/+63
2012-01-03switch sysfs attr->mode to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Gravatar Al Viro 23-25/+25
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2012-01-03vfs: live vfsmounts never have NULL ->mnt_sbGravatar Al Viro 1-3/+2
2012-01-03vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootGravatar Al Viro 1-3/+3
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2012-01-03Revert "rtc: Disable the alarm in the hardware"Gravatar Linus Torvalds 1-34/+10
2012-01-03drm/radeon/kms/atom: fix possible segfault in pm setupGravatar Alexander Müller 1-1/+5
2012-01-02Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-1/+1
2012-01-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-0/+4
2011-12-31gspca: Fix falling back to lower isoc alt settingsGravatar Mauro Carvalho Chehab 1-1/+1
2011-12-30skge: restore rx multicast filter on resume and after config changesGravatar Florian Zumbiehl 1-0/+3
2011-12-30mlx4_en: nullify cq->vector field when closing completion queueGravatar Yevgeny Petrilin 1-0/+1
2011-12-30Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Gravatar Linus Torvalds 1-4/+10
2011-12-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Gravatar Linus Torvalds 1-2/+2
2011-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-5/+6
2011-12-30Merge git://www.linux-watchdog.org/linux-watchdogGravatar Linus Torvalds 4-7/+12
2011-12-29Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-1/+1
2011-12-29gspca: Fix bulk mode cameras no longer working (regression fix)Gravatar Hans de Goede 1-2/+2
2011-12-29Input: sentelic - fix retrieving number of buttonsGravatar Tai-hwa Liang 2-3/+4
2011-12-27watchdog: iTCO_wdt.c - problems with newer hardware due to SMI clearing (part 2)Gravatar Wim Van Sebroeck 1-3/+3
2011-12-26drm/i915: Disable RC6 on Sandybridge by defaultGravatar Keith Packard 1-5/+3
2011-12-26drm/i915: Disable semaphores by default on SNBGravatar Keith Packard 1-2/+2
2011-12-26watchdog: hpwdt: Changes to handle NX secure bit in 32bit pathGravatar Mingarelli, Thomas 1-1/+4
2011-12-26watchdog: sp805: Fix section mismatch in ID table.Gravatar Nick Bowler 1-1/+1
2011-12-26watchdog: move coh901327 state holdersGravatar Linus Walleij 1-2/+4
2011-12-24Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 2-3/+15
2011-12-23Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+2
2011-12-23Input: sentelic - release mutex upon register write failureGravatar Tai-hwa Liang 1-2/+2
2011-12-22Merge branch 'for-linus' of git://neil.brown.name/mdGravatar Linus Torvalds 4-10/+13
2011-12-23md/bitmap: It is OK to clear bits during recovery.Gravatar NeilBrown 1-4/+1
2011-12-23md: don't give up looking for spares on first failure-to-addGravatar NeilBrown 1-2/+1
2011-12-23md/raid5: ensure correct assessment of drives during degraded reshape.Gravatar NeilBrown 1-4/+10
2011-12-23md/linear: fix hot-add of devices to linear arrays.Gravatar NeilBrown 1-0/+1
2011-12-22Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 4-8/+9
2011-12-22Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devGravatar Linus Torvalds 1-1/+1
2011-12-22pata_of_platform: Add missing CONFIG_OF_IRQ dependency.Gravatar David Miller 1-1/+1
2011-12-22vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()Gravatar Xi Wang 1-3/+3
2011-12-22drm/radeon/kms: bail on BTC parts if MC ucode is missingGravatar Alex Deucher 1-0/+12
2011-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 9-20/+32
2011-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Gravatar Linus Torvalds 10-20/+29