summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-18memory-hotplug: document and enable CONFIG_MOVABLE_NODETang Chen1-1/+12
2012-12-18mm/page_alloc.c: remove duplicate checkGavin Shan1-2/+1
2012-12-18drivers/message/fusion/mptscsih.c: missing breakAlan Cox1-0/+1
2012-12-18h8300: select generic atomic64_t supportFengguang Wu1-0/+1
2012-12-18Coccinelle: add api/d_find_alias.cocciCyril Roelandt1-0/+80
2012-12-18irq: tsk->comm is an arrayAlan Cox1-1/+1
2012-12-18ceph: fix dentry reference leak in ceph_encode_fh()Cyril Roelandt1-1/+3
2012-12-18arch/x86/platform/iris/iris.c: register a platform device and a platform driverShérab1-10/+57
2012-12-18CRIS: fix I/O macrosCorey Minyard1-6/+33
2012-12-18backlight: locomolcd: fix checkpatch error and warningJingoo Han1-13/+25
2012-12-18Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-491/+402
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds8-15/+54
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds38-948/+972
2012-12-18Merge tag 'disintegrate-alpha-20121217' of git://git.infradead.org/users/dhow...Linus Torvalds54-1275/+1349
2012-12-18Merge tag 'for-3.8' of git://openrisc.net/~jonas/linuxLinus Torvalds3-6/+2
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds9-8/+350
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds116-839/+1545
2012-12-18x86, paravirt: fix build error when thp is disabledDavid Rientjes1-2/+0
2012-12-18Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-7/+9
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds43-1746/+5257
2012-12-18Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds52-1174/+1335
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds16-158/+809
2012-12-18Merge branch 'slab/next' into slab/for-linusPekka Enberg8-333/+236
2012-12-18Merge branch 'slab/procfs' into slab/for-linusPekka Enberg4-158/+166
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds185-1339/+3447
2012-12-17efi: Fix the build with user namespaces enabled.Eric W. Biederman1-1/+0
2012-12-17mm,numa: fix update_mmu_cache_pmd callStephen Rothwell1-1/+1
2012-12-17scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler1-1/+2
2012-12-17docs: update documentation about /proc/<pid>/fdinfo/<fd> fanotify outputCyrill Gorcunov1-11/+17
2012-12-17fs, fanotify: add @mflags field to fanotify outputCyrill Gorcunov1-5/+9
2012-12-17docs: add documentation about /proc/<pid>/fdinfo/<fd> outputCyrill Gorcunov1-0/+82
2012-12-17fs, notify: add procfs fdinfo helperCyrill Gorcunov5-1/+207
2012-12-17fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov2-5/+16
2012-12-17fs, exportfs: escape nil dereference if no s_export_op presentCyrill Gorcunov1-1/+1
2012-12-17fs, epoll: add procfs fdinfo helperCyrill Gorcunov4-1/+50
2012-12-17fs, eventfd: add procfs fdinfo helperCyrill Gorcunov1-0/+20
2012-12-17procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov2-2/+4
2012-12-17tools/testing/selftests/kcmp/kcmp_test.c: print reason for failure in kcmp_testDave Jones1-2/+4
2012-12-17breakpoint selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-17kcmp selftests: print fail status instead of cause make errorDave Young1-1/+1
2012-12-17kcmp selftests: make run_tests fixDave Young1-2/+2
2012-12-17mem-hotplug selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-17cpu-hotplug selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-17mqueue selftests: print failure status instead of cause make errorDave Young1-2/+2
2012-12-17vm selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-17ubifs: use prandom_bytesAkinobu Mita1-5/+3
2012-12-17mtd: nandsim: use prandom_bytesAkinobu Mita1-4/+1
2012-12-17bnx2x: use prandom_bytes()Akinobu Mita1-4/+1
2012-12-17prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita2-0/+51
2012-12-17random32: rename random32 to prandomAkinobu Mita5-37/+45