aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-12-21Merge git://www.linux-watchdog.org/linux-watchdogGravatar Linus Torvalds 1-1/+1
2012-12-21Merge tag 'dm-3.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Gravatar Linus Torvalds 2-10/+49
2012-12-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-0/+1
2012-12-21Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Gravatar Linus Torvalds 2-32/+5
2012-12-21dm: remove map_infoGravatar Mikulas Patocka 1-4/+2
2012-12-21dm: move target request nr to dm_target_ioGravatar Mikulas Patocka 1-4/+10
2012-12-21dm: introduce per_bio_dataGravatar Mikulas Patocka 1-0/+30
2012-12-21dm: prepare to support WRITE SAMEGravatar Mike Snitzer 1-0/+5
2012-12-21dm ioctl: remove PF_MEMALLOCGravatar Mikulas Patocka 1-2/+2
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 1-10/+21
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 2-2/+5
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-35/+121
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 8-21/+77
2012-12-20linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisorsGravatar Guenter Roeck 1-2/+4
2012-12-20exec: do not leave bprm->interp on stackGravatar Kees Cook 1-0/+1
2012-12-20vfs: turn is_dir argument to kern_path_create into a lookup_flags argGravatar Jeff Layton 1-2/+2
2012-12-20vfs: add a retry_estale helper function to handle retries on ESTALEGravatar Jeff Layton 1-0/+16
2012-12-20Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Gravatar Al Viro 12-124/+209
2012-12-20vfs: Remove useless function prototypesGravatar Alessio Igor Bogani 1-4/+0
2012-12-20mm: drop vmtruncateGravatar Marco Stornelli 1-1/+0
2012-12-20vfs: drop vmtruncateGravatar Marco Stornelli 1-1/+0
2012-12-20FS-Cache: Mark cancellation of in-progress operationGravatar David Howells 1-2/+2
2012-12-20FS-Cache: Convert the object event ID #defines into an enumGravatar David Howells 1-9/+17
2012-12-20VFS: Make more complete truncate operation available to CacheFilesGravatar David Howells 1-0/+1
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 4-6/+32
2012-12-20FS-Cache: Provide proper invalidationGravatar David Howells 2-1/+45
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 4-2/+4
2012-12-20FS-Cache: Fix operation state management and accountingGravatar David Howells 1-5/+32
2012-12-20FS-Cache: Make cookie relinquishment wait for outstanding readsGravatar David Howells 1-0/+1
2012-12-20Merge tag 'for-3.8-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 2-0/+414
2012-12-20CacheFiles: Fix the marking of cached pagesGravatar David Howells 2-6/+9
2012-12-20vfs: remove DCACHE_NEED_LOOKUPGravatar Jeff Layton 1-8/+0
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-2/+14
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-4/+50
2012-12-20Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Gravatar Linus Torvalds 2-1/+1
2012-12-20Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 3-1/+55
2012-12-20dma-buf: remove fallback for !CONFIG_DMA_SHARED_BUFFERGravatar Maarten Lankhorst 1-99/+0
2012-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 4-0/+14
2012-12-19Merge tags 'dt-for-linus', 'gpio-for-linus' and 'spi-for-linus' of git://git....Gravatar Linus Torvalds 1-0/+1
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseGravatar Al Viro 2-0/+2
2012-12-19generic compat_sys_sigaltstack()Gravatar Al Viro 1-0/+16
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itGravatar Al Viro 1-0/+6
2012-12-19new helper: compat_user_stack_pointer()Gravatar Al Viro 1-0/+3
2012-12-19new helper: restore_altstack()Gravatar Al Viro 1-0/+2
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsGravatar Al Viro 2-6/+2
2012-12-19new helper: current_user_stack_pointer()Gravatar Al Viro 1-0/+4
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 3-15/+0
2012-12-19COMPAT_SYSCALL_DEFINE: infrastructureGravatar Al Viro 1-0/+42
2012-12-19watchdog: WatchDog Timer Driver Core: fix commentGravatar Fabio Porcedda 1-1/+1
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 10-98/+47