summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-1236-119/+351
|\
| * 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: do not cast audit_rule_data pointers pointleslyEric Paris2014-04-021-2/+2
| * AUDIT: Allow login in non-init namespacesEric Paris2014-03-311-1/+11
| * audit: define audit_is_compat in kernel internal headerEric Paris2014-03-242-6/+6
| * kernel: Use RCU_INIT_POINTER(x, NULL) in audit.cMonam Agarwal2014-03-241-1/+1
| * sched: declare pid_alive as inlineRichard Guy Briggs2014-03-201-1/+1
| * audit: use uapi/linux/audit.h for AUDIT_ARCH declarationsEric Paris2014-03-204-4/+4
| * syscall_get_arch: remove useless function argumentsEric Paris2014-03-207-17/+11
| * audit: remove stray newline from audit_log_execve_info() audit_panic() callJoe Perches2014-03-201-1/+1
| * audit: remove stray newlines from audit_log_lost messagesJosh Boyer2014-03-201-2/+2
| * audit: include subject in login recordsEric Paris2014-03-201-6/+4
| * audit: remove superfluous new- prefix in AUDIT_LOGIN messagesRichard Guy Briggs2014-03-201-1/+1
| * audit: allow user processes to log from another PID namespaceRichard Guy Briggs2014-03-201-3/+7
| * audit: anchor all pid references in the initial pid namespaceRichard Guy Briggs2014-03-206-16/+38
| * audit: convert PPIDs to the inital PID namespace.Richard Guy Briggs2014-03-202-3/+3
| * pid: get pid_t ppid of task in init_pid_nsRichard Guy Briggs2014-03-201-1/+19
| * audit: rename the misleading audit_get_context() to audit_take_context()Richard Guy Briggs2014-03-201-3/+4
| * audit: Add generic compat syscall supportAKASHI Takahiro2014-03-206-1/+88
| * audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALLAKASHI Takahiro2014-03-2011-1/+14
| * alpha: Enable system-call auditing support.蔡正龙2014-03-208-2/+81
| * audit: Send replies in the proper network namespace.Eric W. Biederman2014-03-203-14/+17
| * audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman2014-03-203-6/+9
| * audit: Audit proc/<pid>/cmdline aka proctitleWilliam Roberts2014-03-203-0/+74
| * proc: Update get proc_pid_cmdline() to use mm.h helpersWilliam Roberts2014-03-201-34/+2
| * mm: Create utility function for accessing a tasks commandline valueWilliam Roberts2014-03-072-0/+49
| * capabilities: add descriptions for AUDIT_CONTROL and AUDIT_WRITERichard Guy Briggs2014-03-071-0/+4
| * audit: Use more current logging style againRichard Guy Briggs2014-03-072-21/+22
| * Merge tag 'v3.13' into for-3.15Eric Paris2014-03-079755-200004/+403904
| |\
* | \ Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-126-30/+115
|\ \ \
| * | | scsi: async sd resumeDan Williams2014-04-116-30/+115
* | | | Merge tag 'md/3.15' of git://neil.brown.name/mdLinus Torvalds2014-04-125-51/+61
|\ \ \ \
| * | | | raid5: get_active_stripe avoids device_lockShaohua Li2014-04-091-7/+2
| * | | | raid5: make_request does less prepare waitShaohua Li2014-04-091-5/+14
| * | | | md: avoid oops on unload if some process is in poll or select.NeilBrown2014-04-091-0/+16
| * | | | md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fa...NeilBrown2014-04-091-4/+13
| * | | | md/bitmap: don't abuse i_writecount for bitmap files.NeilBrown2014-04-093-35/+16
| |/ / /
* | | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-04-124-245/+504
|\ \ \ \
| * | | | NVMe: Retry failed commands with non-fatal errorsKeith Busch2014-04-104-96/+154
| * | | | NVMe: Add getgeo to block opsKeith Busch2014-04-101-0/+11
| * | | | NVMe: Start-stop nvme_thread during device add-remove.Dan McLeran2014-04-101-14/+42
| * | | | NVMe: Make I/O timeout a module parameterKeith Busch2014-04-102-1/+6
| * | | | NVMe: CPU hot plug notificationKeith Busch2014-04-102-0/+20
| * | | | NVMe: per-cpu io queuesKeith Busch2014-04-102-38/+172
| * | | | NVMe: Replace DEFINE_PCI_DEVICE_TABLEMatthew Wilcox2014-03-241-3/+3
| * | | | NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmdsKeith Busch2014-03-241-1/+1
| * | | | NVMe: IOCTL path RCU protect queue accessKeith Busch2014-03-243-58/+60
| * | | | NVMe: RCU protected access to io queuesKeith Busch2014-03-242-47/+46
| * | | | NVMe: Initialize device reference count earlierKeith Busch2014-03-241-1/+1