aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in CAMELLIA code.David S. Miller1-0/+3
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in DES code.David S. Miller1-0/+6
2012-12-19sparc64: Fix ECB looping constructs in AES code.David S. Miller1-0/+1
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in AES code.David S. Miller1-0/+4
2012-12-19sparc64: Fix AES ctr mode block size.David S. Miller1-3/+24
2012-12-19sparc64: Fix unrolled AES 256-bit key loops.David S. Miller1-6/+14
2012-12-18sparc64: Define pte_accessible()David S. Miller1-1/+7
2012-12-18sparc: huge_ptep_set_* functions need to call set_huge_pte_at()Dave Kleikamp1-2/+8
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds175-1662/+2256
2012-12-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds6-81/+765
2012-12-18Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-33/+31
2012-12-18Merge tag 'stable/for-linus-3.8-rc0-bugfix-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds3-4/+18
2012-12-18Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds8-491/+402
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds8-15/+54
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfinLinus Torvalds38-948/+972
2012-12-18Merge tag 'disintegrate-alpha-20121217' of git://git.infradead.org/users/dhowells/linux-headersLinus 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/s390/linuxLinus Torvalds9-8/+350
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus 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/mason/linux-btrfsLinus 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-17xen/vcpu: Fix vcpu restore path.Wei Liu1-3/+4
2012-12-17xen: Add EVTCHNOP_reset in Xen interface header files.Wei Liu1-0/+13
2012-12-17xen/smp: Use smp_store_boot_cpu_info() to store cpu info for BSP during boot time.Konrad Rzeszutek Wilk1-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