index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-10
X.509: Convert some printk calls to pr_devel
David Howells
1
-3
/
+3
2012-10-10
asymmetric keys: fix printk format warning
Randy Dunlap
1
-1
/
+1
2012-10-10
MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checking
David Howells
3
-20
/
+51
2012-10-10
MODSIGN: Make mrproper should remove generated files.
Rusty Russell
2
-2
/
+4
2012-10-10
MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certs
David Howells
1
-0
/
+1
2012-10-10
MODSIGN: Use the same digest for the autogen key sig as for the module sig
David Howells
1
-1
/
+21
2012-10-10
MODSIGN: Sign modules during the build process
David Howells
2
-1
/
+191
2012-10-10
MODSIGN: Provide a script for generating a key ID from an X.509 cert
David Howells
1
-0
/
+268
2012-10-10
MODSIGN: Implement module signature checking
David Howells
2
-1
/
+229
2012-10-10
MODSIGN: Provide module signing public keys to the kernel
David Howells
3
-2
/
+124
2012-10-10
MODSIGN: Automatically generate module signing keys if missing
David Howells
1
-0
/
+49
2012-10-10
MODSIGN: Provide Kconfig options
David Howells
1
-0
/
+38
2012-10-10
MODSIGN: Provide gitignore and make clean rules for extra files
David Howells
2
-0
/
+15
2012-10-10
MODSIGN: Add FIPS policy
David Howells
1
-0
/
+4
2012-10-10
module: signature checking hook
Rusty Russell
7
-1
/
+157
2012-10-08
X.509: Add a crypto key parser for binary (DER) X.509 certificates
David Howells
8
-0
/
+832
2012-10-08
MPILIB: Provide a function to read raw data into an MPI
David Howells
2
-0
/
+56
2012-10-08
X.509: Add an ASN.1 decoder
David Howells
3
-0
/
+503
2012-10-08
X.509: Add simple ASN.1 grammar compiler
David Howells
7
-0
/
+1721
2012-10-08
X.509: Add utility functions to render OIDs as strings
David Howells
2
-0
/
+83
2012-10-08
X.509: Implement simple static OID registry
David Howells
6
-1
/
+410
2012-10-08
RSA: Fix signature verification for shorter signatures
David Howells
1
-3
/
+11
2012-10-08
RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]
David Howells
4
-0
/
+279
2012-10-08
MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verification
David Howells
2
-0
/
+71
2012-10-08
KEYS: Provide signature verification with an asymmetric key
David Howells
3
-1
/
+54
2012-10-08
KEYS: Asymmetric public-key algorithm crypto key subtype
David Howells
5
-0
/
+250
2012-10-08
KEYS: Asymmetric key pluggable data parsers
David Howells
2
-1
/
+156
2012-10-08
KEYS: Implement asymmetric key type
David Howells
8
-0
/
+273
2012-10-08
KEYS: Document asymmetric key type
David Howells
1
-0
/
+312
2012-10-08
MPILIB: Provide count_leading/trailing_zeros() based on arch functions
David Howells
4
-139
/
+62
2012-10-08
KEYS: Add payload preparsing opportunity prior to key instantiate or update
David Howells
15
-102
/
+250
2012-09-28
module: wait when loading a module which is currently initializing.
Rusty Russell
1
-2
/
+26
2012-09-28
module: fix symbol waiting when module fails before init
Rusty Russell
1
-4
/
+4
2012-09-28
Make most arch asm/module.h files use asm-generic/module.h
David Howells
57
-224
/
+168
2012-09-28
MIPS: Fix module.c build for 32 bit
Ralf Baechle
3
-120
/
+147
2012-09-28
module: taint kernel when lve module is loaded
Matthew Garrett
1
-0
/
+4
2012-09-18
Merge tag 'hwspinlock-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2012-09-18
vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()
Miklos Szeredi
2
-2
/
+4
2012-09-18
Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+10
2012-09-18
workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()
Lai Jiangshan
1
-2
/
+10
2012-09-18
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
13
-20
/
+60
2012-09-18
memory hotplug: fix section info double registration bug
qiuxishi
1
-6
/
+10
2012-09-18
mm/page_alloc: fix the page address of higher page's buddy calculation
Li Haifeng
1
-1
/
+1
2012-09-18
drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probe
Kevin Hilman
1
-0
/
+5
2012-09-18
compiler.h: add __visible
Andi Kleen
2
-0
/
+11
2012-09-18
pid-namespace: limit value of ns_last_pid to (0, max_pid)
Andrew Vagin
1
-1
/
+5
2012-09-18
include/net/sock.h: squelch compiler warning in sk_rmem_schedule()
Chuck Lever
1
-1
/
+1
2012-09-18
slub: consider pfmemalloc_match() in get_partial_node()
Joonsoo Kim
1
-5
/
+10
2012-09-18
slab: fix starting index for finding another object
Joonsoo Kim
1
-1
/
+1
2012-09-18
slab: do ClearSlabPfmemalloc() for all pages of slab
Mel Gorman
1
-2
/
+2
[next]