index
:
linux-stable.git
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.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
...
|
|
*
AppArmor: Update dfa matching routines.
John Johansen
2012-03-14
3
-4
/
+81
|
|
*
AppArmor: Minor cleanup of d_namespace_path to consolidate error handling
John Johansen
2012-03-14
1
-10
/
+6
|
|
*
AppArmor: Retrieve the dentry_path for error reporting when path lookup fails
John Johansen
2012-03-14
1
-6
/
+9
|
|
*
AppArmor: Add const qualifiers to generated string tables
John Johansen
2012-03-14
1
-2
/
+3
|
|
*
AppArmor: Fix oops in policy unpack auditing
John Johansen
2012-03-14
1
-2
/
+3
|
|
*
AppArmor: Fix error returned when a path lookup is disconnected
John Johansen
2012-03-14
1
-1
/
+1
|
*
|
TOMOYO: Return appropriate value to poll().
Tetsuo Handa
2012-03-15
4
-43
/
+26
|
|
/
|
*
KEYS: testing wrong bit for KEY_FLAG_REVOKED
Dan Carpenter
2012-03-07
1
-1
/
+2
|
*
TOMOYO: Fix mount flags checking order.
Tetsuo Handa
2012-03-01
1
-18
/
+20
|
*
security: fix ima kconfig warning
Randy Dunlap
2012-02-28
1
-1
/
+1
|
*
AppArmor: Fix the error case for chroot relative path name lookup
John Johansen
2012-02-27
1
-3
/
+2
|
*
AppArmor: fix mapping of META_READ to audit and quiet flags
John Johansen
2012-02-27
1
-2
/
+1
|
*
AppArmor: Fix underflow in xindex calculation
John Johansen
2012-02-27
1
-1
/
+1
|
*
AppArmor: Fix dropping of allowed operations that are force audited
John Johansen
2012-02-27
2
-3
/
+3
|
*
AppArmor: Add mising end of structure test to caps unpacking
John Johansen
2012-02-27
1
-0
/
+2
|
*
AppArmor: export known rlimit names/value mappings in securityfs
Kees Cook
2012-02-27
4
-6
/
+29
|
*
AppArmor: add "file" details to securityfs
Kees Cook
2012-02-27
2
-0
/
+16
|
*
AppArmor: add initial "features" directory to securityfs
Kees Cook
2012-02-27
2
-0
/
+65
|
*
AppArmor: refactor securityfs to use structures
Kees Cook
2012-02-27
2
-42
/
+114
|
*
IMA: fix audit res field to indicate 1 for success and 0 for failure
Eric Paris
2012-02-16
2
-2
/
+2
|
*
Yama: add PR_SET_PTRACER_ANY
Kees Cook
2012-02-16
3
-3
/
+13
|
*
TPM: Zero buffer whole after copying to userspace
Tim Gardner
2012-02-14
1
-1
/
+2
|
*
tpm_tis: Clean up after module_param cleanup
Stefan Berger
2012-02-14
1
-4
/
+5
|
*
tpm_tis: Only probe iTPMs
Stefan Berger
2012-02-14
2
-3
/
+7
|
*
security: trim security.h
Al Viro
2012-02-14
19
-26
/
+66
|
*
mm: collapse security_vm_enough_memory() variants into a single function
Al Viro
2012-02-14
8
-38
/
+10
|
*
digsig: changed type of the timestamp
Dmitry Kasatkin
2012-02-10
1
-2
/
+2
|
*
security: Yama LSM
Kees Cook
2012-02-10
8
-0
/
+411
|
*
security: create task_free security callback
Kees Cook
2012-02-10
4
-0
/
+20
|
*
Merge branch 'next-queue' into next
James Morris
2012-02-09
10
-3
/
+28
|
|
\
|
|
*
ima: policy for RAMFS
Dmitry Kasatkin
2012-01-19
1
-0
/
+1
|
|
*
ima: fix Kconfig dependencies
Fabio Estevam
2012-01-19
2
-2
/
+1
|
|
*
KEYS: Allow special keyrings to be cleared
David Howells
2012-01-19
7
-1
/
+26
|
*
|
Merge branch 'linus-master'; commit 'v3.3-rc3' into next
James Morris
2012-02-09
0
-0
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2012-03-21
38
-654
/
+5831
|
\
\
\
|
*
|
|
padata: Fix race on sequence number wrap
Steffen Klassert
2012-03-14
2
-32
/
+12
|
*
|
|
padata: Fix race in the serialization path
Steffen Klassert
2012-03-14
1
-2
/
+4
|
*
|
|
crypto: camellia - add assembler implementation for x86_64
Jussi Kivilinna
2012-03-14
4
-0
/
+2492
|
*
|
|
crypto: camellia - rename camellia.c to camellia_generic.c
Jussi Kivilinna
2012-03-14
2
-1
/
+0
|
*
|
|
crypto: camellia - fix checkpatch warnings
Jussi Kivilinna
2012-03-14
1
-38
/
+41
|
*
|
|
crypto: camellia - rename camellia module to camellia_generic
Jussi Kivilinna
2012-03-14
2
-1
/
+3
|
*
|
|
crypto: tcrypt - add more camellia tests
Jussi Kivilinna
2012-03-14
1
-0
/
+12
|
*
|
|
crypto: testmgr - add more camellia test vectors
Jussi Kivilinna
2012-03-14
2
-4
/
+1424
|
*
|
|
crypto: camellia - simplify key setup and CAMELLIA_ROUNDSM macro
Jussi Kivilinna
2012-03-14
1
-21
/
+3
|
*
|
|
crypto: twofish-x86_64/i586 - set alignmask to zero
Jussi Kivilinna
2012-02-25
1
-1
/
+1
|
*
|
|
crypto: blowfish-x86_64 - set alignmask to zero
Jussi Kivilinna
2012-02-25
1
-1
/
+1
|
*
|
|
crypto: serpent-sse2 - combine ablk_*_init functions
Jussi Kivilinna
2012-02-25
1
-58
/
+13
|
*
|
|
crypto: blowfish-x86_64 - use crypto_[un]register_algs
Jussi Kivilinna
2012-02-25
1
-98
/
+65
|
*
|
|
crypto: twofish-x86_64-3way - use crypto_[un]register_algs
Jussi Kivilinna
2012-02-25
1
-130
/
+89
|
*
|
|
crypto: serpent-sse2 - use crypto_[un]register_algs
Jussi Kivilinna
2012-02-25
1
-243
/
+163
[prev]
[next]