aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-20VM: make zap_page_range() callers that act on a single VMA use separate helperAl Viro1-39/+74
2012-03-20VM: make unmap_vmas() return voidAl Viro3-8/+3
2012-03-20VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()Al Viro1-1/+1
2012-03-20VM: make zap_page_range() return voidAl Viro2-4/+3
2012-03-20VM: can't go through the inner loop in unmap_vmas() more than once...Al Viro1-2/+2
2012-03-20VM: unmap_page_range() can return voidAl Viro1-9/+6
2012-03-20debugfs-related mode_t whack-a-moleAl Viro6-7/+7
2012-03-20hfsplus: add an ioctl to bless filesMatthew Garrett3-0/+40
2012-03-20hfsplus: change finder_info to u32Matthew Garrett1-1/+1
2012-03-20hfsplus: initialise userflagsMatthew Garrett1-0/+2
2012-03-20qnx4: new helper - try_extent()Al Viro1-8/+15
2012-03-20qnx4: get rid of qnx4_bread/qnx4_getblkAl Viro3-36/+3
2012-03-20take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro7-10/+1
2012-03-20trim includes in inode.cAl Viro1-11/+1
2012-03-20um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't...Al Viro2-3/+10
2012-03-20um: embed ->stub_pages[] into mmu_contextAl Viro2-19/+6
2012-03-20gadgetfs: list_for_each_safe() misuseAl Viro1-6/+3
2012-03-20ocfs2: fix leaks on failure exits in module_initAl Viro1-19/+21
2012-03-20ecryptfs: make register_filesystem() the last potential failure exitAl Viro1-8/+8
2012-03-20ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro1-0/+2
2012-03-20logfs: missing cleanup on register_filesystem() failureAl Viro1-1/+4
2012-03-20jfs: mising cleanup on register_filesystem() failureAl Viro1-1/+7
2012-03-20make configfs_pin_fs() return root dentry on successAl Viro3-13/+11
2012-03-20configfs: configfs_create_dir() has parent dentry in dentry->d_parentAl Viro1-15/+5
2012-03-20configfs: sanitize configfs_create()Al Viro1-28/+27
2012-03-20configfs: kill configfs_sbAl Viro5-25/+26
2012-03-20configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in rootAl Viro4-15/+7
2012-03-20__register_binfmt() made voidAl Viro12-23/+27
2012-03-20autofs: set things up *before* registering fs typeAl Viro1-3/+3
2012-03-20anon_inodes: move allocation of anon_inode into ->mount()Al Viro1-53/+56
2012-03-209p: make register_filesystem() the last failure exitAl Viro1-8/+8
2012-03-20usbfs: kill racy detection of simple_pin_fs()Al Viro1-9/+1
2012-03-20make simple_pin_fs() pass MS_KERNMOUNT - it's a kernel-internal oneAl Viro1-1/+1
2012-03-20ibmasmfs: make register_filesystem the last failure exitAl Viro1-6/+5
2012-03-20spufs: make register_filesystem the last potential failure exitAl Viro1-5/+5
2012-03-20kill reiserfs_fs_{i,sb}.hAl Viro3-619/+597
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro29-2362/+2354
2012-03-20kill pointless includes of reiserfs_fs_{i,sb}.hAl Viro5-6/+0
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro7-6/+6
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro11-137/+133
2012-03-20vfs: take path_get_longterm() out of write_seqcount scopeAl Viro1-12/+15
2012-03-20no need to play with fs->seq in exit_fs()Al Viro1-2/+0
2012-03-20switch touch_atime to struct pathAl Viro8-19/+21
2012-03-20switch unix_sock to struct pathAl Viro4-29/+19
2012-03-20constify path argument of trace_seq_path()Al Viro2-3/+3
2012-03-20constify path argument of audit_log_d_path()Al Viro2-2/+2
2012-03-20aio: fix the comment in aio_kick_handler()Al Viro1-1/+1
2012-03-20aio: don't bother with cancel_delayed_work() in exit_aio()Al Viro1-4/+0
2012-03-20aio: use cancel_delayed_work_sync()Al Viro1-2/+1
2012-03-20aio: aio_nr_lock is taken only synchronously nowAl Viro1-3/+3
2012-03-20aio: aio_nr decrements don't need to be delayedAl Viro1-28/+14
2012-03-20aio: don't bother with async freeing on failure in ioctx_alloc()Al Viro1-7/+5
2012-03-20fs: initial qnx6fs additionKai Bankett13-0/+1668
2012-03-20qnx4fs: small cleanupKai Bankett2-31/+0
2012-03-20vfs: d_alloc_root() goneAl Viro3-25/+6
2012-03-20tidy up after d_make_root() conversionAl Viro6-53/+26
2012-03-20minixfs: switch to d_make_root()Al Viro1-16/+12
2012-03-20hfsplus: switch to d_make_root()Al Viro1-8/+9
2012-03-20fat: switch to d_make_root()Al Viro1-4/+4
2012-03-20ntfs: switch to d_make_root()Al Viro1-3/+4
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro64-264/+105
2012-03-20procfs: clean proc_fill_super() upAl Viro1-4/+3
2012-03-20... and the same failure exits cleanup for ocfs2Al Viro1-6/+4
2012-03-20coda: clean failure exits in coda_fill_super()Al Viro1-4/+1
2012-03-20clean up the failure exits in cifs_read_super()Al Viro1-4/+1
2012-03-20vfs: turn generic_drop_inode() into static inlineAl Viro2-12/+4
2012-03-20ecryptfs: don't bother with ->drop_inode()Al Viro1-1/+0
2012-03-20vfs: drop_file_write_access() made staticAl Viro2-3/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro26-149/+46
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-19/+3
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds16-372/+228
2012-03-21powerpc/ps3: Do not adjust the wrapper load addressStephen Rothwell1-9/+13
2012-03-21powerpc: Remove the rest of the legacy iSeries include filesStephen Rothwell9-707/+0
2012-03-21powerpc: Remove the remaining CONFIG_PPC_ISERIES piecesStephen Rothwell5-37/+3
2012-03-21init: Remove CONFIG_PPC_ISERIESStephen Rothwell1-2/+2
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell18-367/+26
2012-03-21tty/hvc_vio: FW_FEATURE_ISERIES is no longer selectableStephen Rothwell1-4/+0
2012-03-21powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt2-2/+1
2012-03-21Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt95-730/+6119
2012-03-21Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt6-5/+199
2012-03-21powerpc/5200: convert mpc5200 to use of_platform_populate()Grant Likely1-6/+4
2012-03-21powerpc/mpc5200: add options to mpc5200_defconfigHeiko Schocher1-0/+4
2012-03-21powerpc/mpc52xx: add a4m072 board supportHeiko Schocher2-0/+169
2012-03-20exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap()Oleg Nesterov1-3/+1
2012-03-20exit_signal: fix the "parent has changed security domain" logicOleg Nesterov2-14/+9
2012-03-20exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov2-6/+4
2012-03-20CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov1-1/+7
2012-03-20Fix pppol2tp getsockname()Benjamin LaHaise1-1/+1
2012-03-20Remove printk from rds_sendmsgDave Jones1-1/+0
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds269-5607/+9689
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds117-3139/+3207
2012-03-20Merge tag 'staging-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds379-14013/+37812
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds109-1005/+3568
2012-03-20Merge tag 'char-misc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds29-309/+32
2012-03-20AFS: checking wrong bit in afs_readpages()Dan Carpenter1-1/+1
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-252/+343
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds52-462/+462
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds165-1984/+6107
2012-03-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-82/+66
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds29-583/+2906
2012-03-20feature-removal-schedule.txt: schedule the deprecated form of kmap_atomic() f...Cong Wang1-0/+8
2012-03-20highmem: kill all __kmap_atomic()Cong Wang16-29/+24
2012-03-20drbd: remove the second argument of k[un]map_atomic()Cong Wang1-7/+7
2012-03-20zcache: remove the second argument of k[un]map_atomic()Cong Wang1-8/+8
2012-03-20gma500: remove the second argument of k[un]map_atomic()Cong Wang1-15/+15
2012-03-20dm: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-03-20tomoyo: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20sunrpc: remove the second argument of k[un]map_atomic()Cong Wang4-18/+18
2012-03-20rds: remove the second argument of k[un]map_atomic()Cong Wang7-21/+16
2012-03-20net: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20mm: remove the second argument of k[un]map_atomic()Cong Wang7-35/+35
2012-03-20lib: remove the second argument of k[un]map_atomic()Cong Wang2-5/+4
2012-03-20power: remove the second argument of k[un]map_atomic()Cong Wang1-14/+14
2012-03-20kdb: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20udf: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20ubifs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20squashfs: remove the second argument of k[un]map_atomic()Cong Wang2-6/+6
2012-03-20reiserfs: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-03-20ocfs2: remove the second argument of k[un]map_atomic()Cong Wang1-8/+8
2012-03-20ntfs: remove the second argument of k[un]map_atomic()Cong Wang4-32/+32
2012-03-20nilfs2: remove the second argument of k[un]map_atomic()Cong Wang9-114/+114
2012-03-20nfs: remove the second argument of k[un]map_atomic()Cong Wang2-6/+6
2012-03-20minix: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20logfs: remove the second argument of k[un]map_atomic()Cong Wang3-30/+30
2012-03-20jbd2: remove the second argument of k[un]map_atomic()Cong Wang3-10/+10
2012-03-20jbd: remove the second argument of k[un]map_atomic()Cong Wang2-8/+8
2012-03-20gfs2: remove the second argument of k[un]map_atomic()Cong Wang3-12/+12
2012-03-20fuse: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-03-20ext2: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20exofs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20afs: remove the second argument of k[un]map_atomic()Cong Wang2-6/+6
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang7-37/+37
2012-03-20fs: remove the second argument of k[un]map_atomic()Cong Wang7-37/+34
2012-03-20vhost: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20target: remove the second argument of k[un]map_atomic()Cong Wang2-8/+6
2012-03-20zram: remove the second argument of k[un]map_atomic()Cong Wang2-42/+41
2012-03-20rtl8192u: remove the second argument of k[un]map_atomic()Cong Wang5-59/+13
2012-03-20hv: remove the second argument of k[un]map_atomic()Cong Wang1-17/+14
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang19-69/+64
2012-03-20net: remove the second argument of k[un]map_atomic()Cong Wang3-12/+8
2012-03-20memstick: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-03-20media: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20md: remove the second argument of k[un]map_atomic()Cong Wang1-21/+21
2012-03-20infiniband: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-03-20ide: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20drm: remove the second argument of k[un]map_atomic()Cong Wang3-15/+15
2012-03-20edac: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang1-5/+5
2012-03-20block: remove the second argument of k[un]map_atomic()Cong Wang5-42/+42
2012-03-20ata: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang7-45/+23
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang6-27/+27
2012-03-20um: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20sh: remove the second argument of k[un]map_atomic()Cong Wang2-8/+8
2012-03-20powerpc: remove the second argument of k[un]map_atomic()Cong Wang4-9/+8
2012-03-20mips: remove the second argument of k[un]map_atomic()Cong Wang2-6/+6
2012-03-20arm: remove the second argument of k[un]map_atomic()Cong Wang9-50/+50
2012-03-20include/linux/highmem.h: remove the second argument of k[un]map_atomic()Cong Wang1-14/+14
2012-03-20highmem: mark k[un]map_atomic() with two arguments as deprecatedCong Wang1-6/+46
2012-03-20hwmon: (sch56xx) Add support for the integrated watchdog (v2)Hans de Goede7-7/+558
2012-03-20Merge branch 'upstream' into for-linusJiri Kosina15-1084/+860
2012-03-20HID: multitouch: add PID for Fructel productAndreas Nielsen3-0/+9
2012-03-20Merge branches 'roccat' and 'wacom' into for-linusJiri Kosina3-70/+90
2012-03-20Merge branches 'battery-scope', 'logitech' and 'multitouch' into for-linusJiri Kosina7-59/+204
2012-03-20kcore: fix spelling in read_kcore() commentLaura Vasilescu1-1/+1
2012-03-20GFS2: Change truncate page allocation to be GFP_NOFSBob Peterson2-3/+3
2012-03-20drm: allow loading an EDID as firmware to override broken monitorCarsten Emde16-3/+792
2012-03-20drm/exynos: enable hdmi audio featureSeung-Woo Kim2-0/+349
2012-03-20drm/exynos: add default pixel format for planeEunchul Kim1-2/+6
2012-03-20drm/exynos: cleanup exynos_hdmi.hJoonyoung Shim3-43/+36
2012-03-20drm/exynos: add is_local member in exynos_drm_subdrv structJoonyoung Shim2-0/+5
2012-03-20drm/exynos: add subdrv open/close functionsJoonyoung Shim3-0/+54
2012-03-20drm/exynos: remove module of exynos drm subdrvJoonyoung Shim16-355/+77
2012-03-20drm/exynos: release pending pageflip events when closedJoonyoung Shim1-0/+14
2012-03-20drm/exynos: added new funtion to get/put dma address.Inki Dae2-0/+76
2012-03-20drm/exynos: update gem and buffer framework.Inki Dae6-72/+463
2012-03-20drm/exynos: added mode_fixup feature and code clean.Inki Dae7-13/+157
2012-03-20drm/exynos: add HDMI version 1.4 supportJoonyoung Shim4-145/+1325
2012-03-20ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng1-5/+6
2012-03-20drm/exynos: remove exynos_mixer.hJoonyoung Shim2-93/+48
2012-03-20gma500: Fix mmap frambufferYoichi Yuasa1-1/+1
2012-03-20Merge tag 'drm-intel-next-2012-03-01' of git://people.freedesktop.org/~danvet...Dave Airlie12-162/+130
2012-03-20drm/radeon: Drop radeon_gem_object_(un)pin.Michel Dänzer3-30/+6
2012-03-20drm/radeon: Restrict offset for legacy display engine.Michel Dänzer3-3/+10
2012-03-20drm/radeon: Restrict offset for legacy hardware cursor.Michel Dänzer3-3/+30
2012-03-20drm/radeon/kms: reduce probe latency on digital connectorsTvrtko Ursulin1-0/+27
2012-03-20drm/radeon/kms: add connector quirk for Fujitsu D3003-S2 boardAlex Deucher1-0/+14
2012-03-20drm/radeon/kms: fix analog load detection on DVI-I connectorsAlex Deucher1-0/+4
2012-03-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches8-125/+96
2012-03-20drivers/gpu/drm/savage/savage_state.c: add missing kfreeJulia Lawall1-2/+3
2012-03-20drivers/gpu/drm/radeon/radeon_cs.c: eliminate possible double freeJulia Lawall1-14/+2
2012-03-20drm/radeon: dp only enable enhanced framing if sink supports.Dave Airlie1-1/+2
2012-03-20drm/radeon/kms: skip db/cb/streamout checking when possible on r600Marek Olšák1-120/+150
2012-03-20drm/radeon/kms: compute GPU addresses correctly on r600Marek Olšák1-21/+68
2012-03-20drm/radeon/kms: remove some unused variables in evergreen_cs_trackMarek Olšák3-52/+30
2012-03-20drm/radeon/kms: skip db/cb/streamout checking when possible on evergreenMarek Olšák1-25/+66
2012-03-20drm/radeon/kms: optimize streamout checking for evergreenMarek Olšák1-16/+21
2012-03-20drm/radeon/kms: compute GPU addresses correctly on evergreenMarek Olšák1-27/+103
2012-03-20drm/radeon/kms: make some DRM errors more informativeMarek Olšák1-4/+4
2012-03-20drm/radeon/kms: skip cb/db checking if SX_MISC is 1 on r600+Marek Olšák5-3/+16