summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | target/sbc: Add sbc_dif_generate software emulationNicholas Bellinger2014-04-071-0/+1
| * | | | | | | | target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-073-9/+16
| * | | | | | | | target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-072-0/+2
| * | | | | | | | target: Fix Task Aborted Status (TAS) handlingAlex Leung2014-04-071-1/+1
| * | | | | | | | Target/core: Remove prot_handover use for nowSagi Grimberg2014-04-071-6/+0
| * | | | | | | | Target/dif: Introduce protection-passthough-only modeSagi Grimberg2014-04-071-0/+1
| * | | | | | | | Target/sbc: Set protection operation and relevant checksSagi Grimberg2014-03-131-0/+7
| * | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rola...Nicholas Bellinger2014-03-136-9/+341
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-122-2/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [media] rc-core: remove generic scancode filterDavid Härdeman2014-04-061-0/+2
| * | | | | | | | | | [media] rc-core: split dev->s_filterDavid Härdeman2014-04-061-2/+4
| * | | | | | | | | | [media] v4l2-common: fix warning when used on userpaceMauro Carvalho Chehab2014-04-061-0/+2
* | | | | | | | | | | Merge tag 'ntb-3.15' of git://github.com/jonmason/ntbLinus Torvalds2014-04-121-7/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | NTB: Code Style Clean-upJon Mason2014-04-071-7/+7
| * | | | | | | | | | | NTB: client event cleanupJon Mason2014-04-071-0/+5
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-129-118/+71
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | kill generic_file_buffered_write()Al Viro2014-04-011-2/+0
| * | | | | | | | | | | | export generic_perform_write(), start getting rid of generic_file_buffer_write()Al Viro2014-04-011-0/+2
| * | | | | | | | | | | | generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-011-1/+1
| * | | | | | | | | | | | kill the 5th argument of generic_file_buffered_write()Al Viro2014-04-011-1/+1
| * | | | | | | | | | | | kill the 4th argument of __generic_file_aio_write()Al Viro2014-04-011-2/+1
| * | | | | | | | | | | | constify blk_rq_map_user_iov() and friendsAl Viro2014-04-012-4/+5
| * | | | | | | | | | | | introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro2014-04-012-1/+2
| * | | | | | | | | | | | iov_iter: Move iov_iter to uio.hKent Overstreet2014-04-012-32/+50
| * | | | | | | | | | | | switch ->is_partially_uptodate() to saner argumentsAl Viro2014-04-012-3/+3
| * | | | | | | | | | | | pipe: kill ->map() and ->unmap()Al Viro2014-04-011-19/+0
| * | | | | | | | | | | | new helper: readlink_copy()Al Viro2014-04-011-1/+1
| * | | | | | | | | | | | get rid of files_defer_init()Al Viro2014-04-011-2/+0
| * | | | | | | | | | | | mark struct file that had write access grabbed by open()Al Viro2014-04-011-0/+2
| * | | | | | | | | | | | get rid of DEBUG_WRITECOUNTAl Viro2014-04-011-49/+0
| * | | | | | | | | | | | switch nbd to sockfd_lookup/sockfd_putAl Viro2014-04-011-2/+1
| * | | | | | | | | | | | smarter propagate_mnt()Al Viro2014-04-011-0/+3
* | | | | | | | | | | | | Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2014-04-125-28/+69
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers2014-04-092-5/+15
| * | | | | | | | | | | | | tracepoint: Fix sparse warnings in tracepoint.cMathieu Desnoyers2014-04-092-3/+5
| * | | | | | | | | | | | | tracepoint: Simplify tracepoint module searchSteven Rostedt (Red Hat)2014-04-081-2/+1
| * | | | | | | | | | | | | tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers2014-04-083-21/+51
* | | | | | | | | | | | | | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-126-5/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERICChris Metcalf2014-04-101-1/+1
| * | | | | | | | | | | | | | audit: renumber AUDIT_FEATURE_CHANGE into the 1300 rangeEric Paris2014-04-021-1/+1
| * | | | | | | | | | | | | | audit: define audit_is_compat in kernel internal headerEric Paris2014-03-242-6/+6
| * | | | | | | | | | | | | | sched: declare pid_alive as inlineRichard Guy Briggs2014-03-201-1/+1
| * | | | | | | | | | | | | | syscall_get_arch: remove useless function argumentsEric Paris2014-03-201-3/+1
| * | | | | | | | | | | | | | pid: get pid_t ppid of task in init_pid_nsRichard Guy Briggs2014-03-201-1/+19
| * | | | | | | | | | | | | | audit: Add generic compat syscall supportAKASHI Takahiro2014-03-202-0/+14
| * | | | | | | | | | | | | | audit: Send replies in the proper network namespace.Eric W. Biederman2014-03-201-1/+2
| * | | | | | | | | | | | | | audit: Audit proc/<pid>/cmdline aka proctitleWilliam Roberts2014-03-201-0/+1
| * | | | | | | | | | | | | | mm: Create utility function for accessing a tasks commandline valueWilliam Roberts2014-03-071-0/+1
| * | | | | | | | | | | | | | capabilities: add descriptions for AUDIT_CONTROL and AUDIT_WRITERichard Guy Briggs2014-03-071-0/+4
| * | | | | | | | | | | | | | Merge tag 'v3.13' into for-3.15Eric Paris2014-03-07607-7346/+16464
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \