index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
MODSIGN: Provide a script for generating a key ID from an X.509 cert
David Howells
2012-10-10
1
-0
/
+268
*
MODSIGN: Implement module signature checking
David Howells
2012-10-10
2
-1
/
+229
*
MODSIGN: Provide module signing public keys to the kernel
David Howells
2012-10-10
3
-2
/
+124
*
MODSIGN: Automatically generate module signing keys if missing
David Howells
2012-10-10
1
-0
/
+49
*
MODSIGN: Provide Kconfig options
David Howells
2012-10-10
1
-0
/
+38
*
MODSIGN: Provide gitignore and make clean rules for extra files
David Howells
2012-10-10
2
-0
/
+15
*
MODSIGN: Add FIPS policy
David Howells
2012-10-10
1
-0
/
+4
*
module: signature checking hook
Rusty Russell
2012-10-10
7
-1
/
+157
*
X.509: Add a crypto key parser for binary (DER) X.509 certificates
David Howells
2012-10-08
8
-0
/
+832
*
MPILIB: Provide a function to read raw data into an MPI
David Howells
2012-10-08
2
-0
/
+56
*
X.509: Add an ASN.1 decoder
David Howells
2012-10-08
3
-0
/
+503
*
X.509: Add simple ASN.1 grammar compiler
David Howells
2012-10-08
7
-0
/
+1721
*
X.509: Add utility functions to render OIDs as strings
David Howells
2012-10-08
2
-0
/
+83
*
X.509: Implement simple static OID registry
David Howells
2012-10-08
6
-1
/
+410
*
RSA: Fix signature verification for shorter signatures
David Howells
2012-10-08
1
-3
/
+11
*
RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]
David Howells
2012-10-08
4
-0
/
+279
*
MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verification
David Howells
2012-10-08
2
-0
/
+71
*
KEYS: Provide signature verification with an asymmetric key
David Howells
2012-10-08
3
-1
/
+54
*
KEYS: Asymmetric public-key algorithm crypto key subtype
David Howells
2012-10-08
5
-0
/
+250
*
KEYS: Asymmetric key pluggable data parsers
David Howells
2012-10-08
2
-1
/
+156
*
KEYS: Implement asymmetric key type
David Howells
2012-10-08
8
-0
/
+273
*
KEYS: Document asymmetric key type
David Howells
2012-10-08
1
-0
/
+312
*
MPILIB: Provide count_leading/trailing_zeros() based on arch functions
David Howells
2012-10-08
4
-139
/
+62
*
KEYS: Add payload preparsing opportunity prior to key instantiate or update
David Howells
2012-10-08
15
-102
/
+250
*
module: wait when loading a module which is currently initializing.
Rusty Russell
2012-09-28
1
-2
/
+26
*
module: fix symbol waiting when module fails before init
Rusty Russell
2012-09-28
1
-4
/
+4
*
Make most arch asm/module.h files use asm-generic/module.h
David Howells
2012-09-28
57
-224
/
+168
*
MIPS: Fix module.c build for 32 bit
Ralf Baechle
2012-09-28
3
-120
/
+147
*
module: taint kernel when lve module is loaded
Matthew Garrett
2012-09-28
1
-0
/
+4
*
Merge tag 'hwspinlock-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2012-09-18
1
-1
/
+2
|
\
|
*
hwspinlock/core: move the dereference below the NULL test
Wei Yongjun
2012-09-10
1
-1
/
+2
*
|
vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()
Miklos Szeredi
2012-09-18
2
-2
/
+4
*
|
Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-09-17
1
-2
/
+10
|
\
\
|
*
|
workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()
Lai Jiangshan
2012-09-17
1
-2
/
+10
*
|
|
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-09-17
13
-20
/
+60
|
\
\
\
|
*
|
|
memory hotplug: fix section info double registration bug
qiuxishi
2012-09-17
1
-6
/
+10
|
*
|
|
mm/page_alloc: fix the page address of higher page's buddy calculation
Li Haifeng
2012-09-17
1
-1
/
+1
|
*
|
|
drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probe
Kevin Hilman
2012-09-17
1
-0
/
+5
|
*
|
|
compiler.h: add __visible
Andi Kleen
2012-09-17
2
-0
/
+11
|
*
|
|
pid-namespace: limit value of ns_last_pid to (0, max_pid)
Andrew Vagin
2012-09-17
1
-1
/
+5
|
*
|
|
include/net/sock.h: squelch compiler warning in sk_rmem_schedule()
Chuck Lever
2012-09-17
1
-1
/
+1
|
*
|
|
slub: consider pfmemalloc_match() in get_partial_node()
Joonsoo Kim
2012-09-17
1
-5
/
+10
|
*
|
|
slab: fix starting index for finding another object
Joonsoo Kim
2012-09-17
1
-1
/
+1
|
*
|
|
slab: do ClearSlabPfmemalloc() for all pages of slab
Mel Gorman
2012-09-17
1
-2
/
+2
|
*
|
|
nbd: clear waiting_queue on shutdown
Paul Clements
2012-09-17
1
-0
/
+9
|
*
|
|
MAINTAINERS: fix TXT maintainer list and source repo path
Gang Wei
2012-09-17
1
-2
/
+3
|
*
|
|
mm/ia64: fix a memory block size bug
Jianguo Wu
2012-09-17
1
-1
/
+1
|
*
|
|
memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread fails
Wen Congyang
2012-09-17
1
-0
/
+1
*
|
|
|
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2012-09-17
8
-75
/
+78
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
|
|
|
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
*
-
-
-
-
-
.
\
\
Merge branches 'cxgb4', 'ipoib', 'mlx4', 'ocrdma' and 'qib' into for-next
Roland Dreier
2012-09-14
7
-74
/
+77
|
|
\
\
\
\
\
\
[next]