index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
2014-04-12
36
-119
/
+351
|
\
|
*
AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERIC
Chris Metcalf
2014-04-10
1
-1
/
+1
|
*
audit: renumber AUDIT_FEATURE_CHANGE into the 1300 range
Eric Paris
2014-04-02
1
-1
/
+1
|
*
audit: do not cast audit_rule_data pointers pointlesly
Eric Paris
2014-04-02
1
-2
/
+2
|
*
AUDIT: Allow login in non-init namespaces
Eric Paris
2014-03-31
1
-1
/
+11
|
*
audit: define audit_is_compat in kernel internal header
Eric Paris
2014-03-24
2
-6
/
+6
|
*
kernel: Use RCU_INIT_POINTER(x, NULL) in audit.c
Monam Agarwal
2014-03-24
1
-1
/
+1
|
*
sched: declare pid_alive as inline
Richard Guy Briggs
2014-03-20
1
-1
/
+1
|
*
audit: use uapi/linux/audit.h for AUDIT_ARCH declarations
Eric Paris
2014-03-20
4
-4
/
+4
|
*
syscall_get_arch: remove useless function arguments
Eric Paris
2014-03-20
7
-17
/
+11
|
*
audit: remove stray newline from audit_log_execve_info() audit_panic() call
Joe Perches
2014-03-20
1
-1
/
+1
|
*
audit: remove stray newlines from audit_log_lost messages
Josh Boyer
2014-03-20
1
-2
/
+2
|
*
audit: include subject in login records
Eric Paris
2014-03-20
1
-6
/
+4
|
*
audit: remove superfluous new- prefix in AUDIT_LOGIN messages
Richard Guy Briggs
2014-03-20
1
-1
/
+1
|
*
audit: allow user processes to log from another PID namespace
Richard Guy Briggs
2014-03-20
1
-3
/
+7
|
*
audit: anchor all pid references in the initial pid namespace
Richard Guy Briggs
2014-03-20
6
-16
/
+38
|
*
audit: convert PPIDs to the inital PID namespace.
Richard Guy Briggs
2014-03-20
2
-3
/
+3
|
*
pid: get pid_t ppid of task in init_pid_ns
Richard Guy Briggs
2014-03-20
1
-1
/
+19
|
*
audit: rename the misleading audit_get_context() to audit_take_context()
Richard Guy Briggs
2014-03-20
1
-3
/
+4
|
*
audit: Add generic compat syscall support
AKASHI Takahiro
2014-03-20
6
-1
/
+88
|
*
audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALL
AKASHI Takahiro
2014-03-20
11
-1
/
+14
|
*
alpha: Enable system-call auditing support.
蔡正龙
2014-03-20
8
-2
/
+81
|
*
audit: Send replies in the proper network namespace.
Eric W. Biederman
2014-03-20
3
-14
/
+17
|
*
audit: Use struct net not pid_t to remember the network namespce to reply in
Eric W. Biederman
2014-03-20
3
-6
/
+9
|
*
audit: Audit proc/<pid>/cmdline aka proctitle
William Roberts
2014-03-20
3
-0
/
+74
|
*
proc: Update get proc_pid_cmdline() to use mm.h helpers
William Roberts
2014-03-20
1
-34
/
+2
|
*
mm: Create utility function for accessing a tasks commandline value
William Roberts
2014-03-07
2
-0
/
+49
|
*
capabilities: add descriptions for AUDIT_CONTROL and AUDIT_WRITE
Richard Guy Briggs
2014-03-07
1
-0
/
+4
|
*
audit: Use more current logging style again
Richard Guy Briggs
2014-03-07
2
-21
/
+22
|
*
Merge tag 'v3.13' into for-3.15
Eric Paris
2014-03-07
9812
-230521
/
+434421
|
|
\
*
|
\
Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-04-11
6
-30
/
+115
|
\
\
\
|
*
|
|
scsi: async sd resume
Dan Williams
2014-04-10
6
-30
/
+115
*
|
|
|
Merge tag 'md/3.15' of git://neil.brown.name/md
Linus Torvalds
2014-04-11
5
-51
/
+61
|
\
\
\
\
|
*
|
|
|
raid5: get_active_stripe avoids device_lock
Shaohua Li
2014-04-09
1
-7
/
+2
|
*
|
|
|
raid5: make_request does less prepare wait
Shaohua Li
2014-04-09
1
-5
/
+14
|
*
|
|
|
md: avoid oops on unload if some process is in poll or select.
NeilBrown
2014-04-09
1
-0
/
+16
|
*
|
|
|
md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fa...
NeilBrown
2014-04-09
1
-4
/
+13
|
*
|
|
|
md/bitmap: don't abuse i_writecount for bitmap files.
NeilBrown
2014-04-09
3
-35
/
+16
|
|
/
/
/
*
|
|
|
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
2014-04-11
4
-245
/
+504
|
\
\
\
\
|
*
|
|
|
NVMe: Retry failed commands with non-fatal errors
Keith Busch
2014-04-10
4
-96
/
+154
|
*
|
|
|
NVMe: Add getgeo to block ops
Keith Busch
2014-04-10
1
-0
/
+11
|
*
|
|
|
NVMe: Start-stop nvme_thread during device add-remove.
Dan McLeran
2014-04-10
1
-14
/
+42
|
*
|
|
|
NVMe: Make I/O timeout a module parameter
Keith Busch
2014-04-10
2
-1
/
+6
|
*
|
|
|
NVMe: CPU hot plug notification
Keith Busch
2014-04-10
2
-0
/
+20
|
*
|
|
|
NVMe: per-cpu io queues
Keith Busch
2014-04-10
2
-38
/
+172
|
*
|
|
|
NVMe: Replace DEFINE_PCI_DEVICE_TABLE
Matthew Wilcox
2014-03-24
1
-3
/
+3
|
*
|
|
|
NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmds
Keith Busch
2014-03-24
1
-1
/
+1
|
*
|
|
|
NVMe: IOCTL path RCU protect queue access
Keith Busch
2014-03-24
3
-58
/
+60
|
*
|
|
|
NVMe: RCU protected access to io queues
Keith Busch
2014-03-24
2
-47
/
+46
|
*
|
|
|
NVMe: Initialize device reference count earlier
Keith Busch
2014-03-24
1
-1
/
+1
[next]