aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-06-15block: Drop dead function blk_abort_queue()Gravatar Asias He 1-1/+0
2012-06-13splice: fix racy pipe->buffers usesGravatar Eric Dumazet 1-4/+4
2012-06-03Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Gravatar Linus Torvalds 1-19/+0
2012-06-03vfs: move inode stat information closer togetherGravatar Linus Torvalds 1-3/+3
2012-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-1/+34
2012-06-02tty: Revert the tty locking series, it needs more workGravatar Linus Torvalds 1-14/+9
2012-06-01Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Gravatar Linus Torvalds 6-9/+160
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 3-17/+27
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-3/+35
2012-06-01cipso: handle CIPSO options correctly when NetLabel is disabledGravatar Paul Moore 1-1/+28
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 9-181/+63
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-3/+58
2012-06-01new helper: signal_delivered()Gravatar Al Viro 1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setGravatar Al Viro 2-2/+3
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Gravatar Al Viro 1-1/+2
2012-06-01new helper: sigmask_to_save()Gravatar Al Viro 1-0/+8
2012-06-01new helper: restore_saved_sigmask()Gravatar Al Viro 1-0/+6
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Gravatar Al Viro 1-0/+12
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowGravatar Al Viro 1-0/+4
2012-06-01vfs: retry last component if opening stale dentryGravatar Miklos Szeredi 1-0/+1
2012-06-01fs: introduce inode operation ->update_timeGravatar Josef Bacik 1-1/+9
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-2/+11
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticGravatar Al Viro 1-1/+1
2012-06-01take security_mmap_file() outside of ->mmap_semGravatar Al Viro 1-4/+3
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-20/+48
2012-05-31Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-11/+9
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 20-75/+212
2012-05-31c/r: prctl: add ability to set new mm_struct::exe_fileGravatar Cyrill Gorcunov 1-0/+1
2012-05-31c/r: prctl: extend PR_SET_MM to set up more mm_struct entriesGravatar Cyrill Gorcunov 1-0/+5
2012-05-31syscalls, x86: add __NR_kcmp syscallGravatar Cyrill Gorcunov 2-0/+19
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Gravatar Christopher Yeoh 2-4/+11
2012-05-31eventfd: change int to __u64 in eventfd_signal()Gravatar Sha Zhengju 1-1/+1
2012-05-31rapidio: add DMA engine support for RIO data transfersGravatar Alexandre Bounine 3-0/+68
2012-05-31mqueue: separate mqueue default value from maximum valueGravatar KOSAKI Motohiro 1-0/+2
2012-05-31mqueue: revert bump up DFLT_*MAXGravatar KOSAKI Motohiro 1-3/+3
2012-05-31ipc/mqueue: update maximums for the mqueue subsystemGravatar Doug Ledford 1-12/+35
2012-05-31ipc/mqueue: switch back to using non-max values on createGravatar Doug Ledford 1-0/+2
2012-05-31ipc/mqueue: cleanup definition names and locationsGravatar Doug Ledford 1-0/+5
2012-05-31kexec: export kexec.h to user spaceGravatar maximilian attems 2-22/+54
2012-05-31cpu: introduce clear_tasks_mm_cpumask() helperGravatar Anton Vorontsov 1-0/+1
2012-05-31cred: remove task_is_dead() from __task_cred() validationGravatar Oleg Nesterov 1-7/+3
2012-05-31kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersGravatar Boaz Harrosh 1-28/+2
2012-05-31kmod: unexport call_usermodehelper_freeinfo()Gravatar Boaz Harrosh 1-4/+0
2012-05-31fat: introduce special inode for managing the FSINFO blockGravatar Artem Bityutskiy 1-1/+2
2012-05-31vsprintf: further optimize decimal conversionGravatar Denys Vlasenko 1-0/+4
2012-05-31introduce SIZE_MAXGravatar Xi Wang 3-3/+4
2012-05-31nfsd4: move rq_flavor into svc_credGravatar J. Bruce Fields 2-1/+1
2012-05-31nfsd4: move principal name into svc_credGravatar J. Bruce Fields 2-1/+9
2012-05-31SUNRPC: new svc_bind() routine introducedGravatar Stanislav Kinsbursky 1-0/+1
2012-05-31net/mlx4_core: Fix number of EQs used in ICM initialisationGravatar Marcel Apfelbaum 1-0/+6