summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro47-78/+3
2011-11-02um: take user_constants.h to include/generatedAl Viro7-9/+8
2011-11-02um: kill skas_ptregs.hAl Viro3-10/+0
2011-11-02um: switch to -idirafter, get saner kern_constants.h out of thatAl Viro1-2/+2
2011-11-02um: series of __get_user() is costly in sigframe handlingAl Viro2-86/+80
2011-11-02um: make copy_sc() staticAl Viro3-32/+1
2011-11-02um: don't rely on sc.fpstate not having been reassigned prior to rt_sigreturn()Al Viro1-5/+8
2011-11-02um: switch {rt_,}sigreturn() to set_current_blocked()Al Viro2-15/+3
2011-11-02um: use subarch-obj instead of copying...Al Viro2-227/+2
2011-11-02vfs: add d_prune dentry operationSage Weil3-8/+41
2011-11-02vfs: protect i_nlinkMiklos Szeredi2-6/+16
2011-11-02filesystems: add set_nlink()Miklos Szeredi81-148/+163
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi32-58/+55
2011-11-02logfs: remove unnecessary nlink settingMiklos Szeredi1-1/+0
2011-11-02ocfs2: remove unnecessary nlink settingMiklos Szeredi1-2/+0
2011-11-02jfs: remove unnecessary nlink settingMiklos Szeredi1-1/+0
2011-11-02hypfs: remove unnecessary nlink settingMiklos Szeredi1-2/+0
2011-11-02vfs: ignore error on forced remountMiklos Szeredi1-2/+7
2011-11-02readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft3-7/+17
2011-11-02vfs: fix dentry leak in simple_fill_super()Konstantin Khlebnikov1-1/+3
2011-11-02vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom5-31/+107
2011-11-02ALSA: hda - Add support for 92HD65 / 92HD66 family of codecsCharles Chin1-1/+17
2011-11-02ALSA: hda - Disable power-widget control for IDT 92HD83/93 as defaultCharles Chin1-19/+1
2011-11-02ALSA: hda - Check NO_PRESENCE pincfg default bitTakashi Iwai1-0/+4
2011-11-02net: fix typo in drivers/net/ethernet/xilinx/ll_temac_main.cStephen Rothwell1-2/+2
2011-11-02udp: fix a race in encap_rcv handlingEric Dumazet1-3/+5
2011-11-02x25: Fix NULL dereference in x25_recvmsgDave Jones1-3/+8
2011-11-02Merge branch 'next/soc' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds81-14/+5778
2011-11-02Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds41-101/+2461
2011-11-02Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds63-1118/+1596
2011-11-02Merge branch 'next/cross-platform' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds15-79/+136
2011-11-02Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds125-732/+1732
2011-11-02Merge branch 'next/board' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds59-586/+3147
2011-11-02Merge branch 'next/deletion' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds29-1307/+0
2011-11-02Merge branch 'next/pm' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds44-1325/+2097
2011-11-02Merge branch 'next/timer' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds25-494/+1518
2011-11-02Merge branch 'next/driver' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds25-7/+524
2011-11-02Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds224-8853/+5266
2011-11-02Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds59-108/+410
2011-11-02Merge branch 'imx/imx6q' into next/socArnd Bergmann34-80/+3662
2011-11-02Merge branch 'picoxcell/soc' into next/socArnd Bergmann26-0/+1341
2011-11-02Merge branch 'highbank/soc' into next/socArnd Bergmann303-2057/+2996
2011-11-02virtio-blk: use ida to allocate disk indexMichael S. Tsirkin1-6/+24
2011-11-02virtio: Add platform bus driver for memory mapped virtio devicePawel Moll5-0/+619
2011-11-02virtio: Dont add "config" to list for !per_vq_vectorKrishna Kumar1-3/+7
2011-11-02virtio: console: wait for first console port for early console outputChristian Borntraeger1-0/+20
2011-11-02virtio: console: add port stats for bytes received, sent and discardedAmit Shah1-0/+24
2011-11-02virtio: console: make discard_port_data() use get_inbuf()Amit Shah1-10/+5
2011-11-02virtio: console: rename variableAmit Shah1-6/+5
2011-11-02virtio: console: make get_inbuf() return port->inbuf if presentAmit Shah1-14/+8