Show patches with: none      |   10527 patches
« 1 2 ... 99 100 101105 106 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/3] kmod: make usermodehelper path a const string - - - --- 2017-01-16 Greg Kroah-Hartman New
[v4,2/2] procfs/tasks: add a simple per-task procfs hidepid= field - - - --- 2017-01-16 Djalal Harouni New
[v4,1/2] procfs: use an enum for possible hidepid values 2 - - --- 2017-01-16 Djalal Harouni New
Re: [PATCH] gcc-plugins: Add structleak for more stack initialization - - - --- 2017-01-16 Mark Rutland New
[RFC] gcc-plugins: Add initial x86_64 kernexec plugin - - - --- 2017-01-14 Kees Cook New
gcc-plugins: consolidate on PASS_INFO macro - - - --- 2017-01-13 Kees Cook New
gcc-plugins: Add structleak for more stack initialization - - - --- 2017-01-13 Kees Cook New
gcc-plugins: add PASS_INFO and build_const_char_string() - - - --- 2017-01-13 Kees Cook New
Re: [PATCH v4 0/4] Introduce the initify gcc plugin - - - --- 2017-01-12 Kees Cook New
[RFC] x86/mm/KASLR: Remap GDTs at fixed location - - - --- 2017-01-04 Thomas Garnier New
Allow userspace to request device probing even if defer_all_probes is true - - - --- 2017-01-03 Kees Cook New
Allow userspace control of runtime disabling/enabling of driver probing - - - --- 2017-01-03 Kees Cook New
[RFC,18/19] drivers: infiniband convert from atomic_t to refcount_t - - - --- 2016-12-29 Reshetova, Elena New
[RFC,17/19] drivers: misc convert from atomic_t to refcount_t - - - --- 2016-12-29 Reshetova, Elena New
[RFC,16/19] drivers: net convert from atomic_t to refcount_t - - - --- 2016-12-29 Reshetova, Elena New
[RFC,15/19] block: convert from atomic_t to refcount_t - - - --- 2016-12-29 Reshetova, Elena New
[RFC,14/19] tools: convert from atomic_t to refcount_t - - - --- 2016-12-29 Reshetova, Elena New
[RFC,13/19] ipc: covert from atomic_t to refcount_t - - - --- 2016-12-29 Reshetova, Elena New
[RFC,12/19] sound: convert from atomic_t to refcount_t - - - --- 2016-12-29 Reshetova, Elena New
[RFC,11/19] security: convert from atomic_t to refcount_t - - - --- 2016-12-29 Reshetova, Elena New
[RFC,10/19] fs: convert from atomic_t to refcount_t - - - --- 2016-12-29 Reshetova, Elena New
[RFC,09/19] net: convert from atomic_t to refcount_t - - - --- 2016-12-29 Reshetova, Elena New
[RFC,08/19] kernel, mm: convert from atomic_t to refcount_t - - - --- 2016-12-29 Reshetova, Elena New
[RFC,07/19] mixed: kref fixes - - - --- 2016-12-29 Reshetova, Elena New
[RFC,06/19] Provide refcount_t, an atomic_t like primitive built just for refcounting. - - - --- 2016-12-29 Reshetova, Elena New
[RFC,05/19] Leak references by unbalanced get, instead of poking at kref implementation details. - - - --- 2016-12-29 Reshetova, Elena New
[RFC,04/19] Because home-rolling your own is _awesome_, stop doing it. Provide kref_put_lock(), jus… - - - --- 2016-12-29 Reshetova, Elena New
[RFC,03/19] For some obscure reason apparmor thinks its needs to locally implement kref primitives … - - - --- 2016-12-29 Reshetova, Elena New
[RFC,02/19] By general sentiment kref_sub() is a bad interface, make it go away. - - - --- 2016-12-29 Reshetova, Elena New
[RFC,01/19] Since we need to change the implementation, stop exposing internals. Provide kref_read(… - - - --- 2016-12-29 Reshetova, Elena New
Re: George's crazy full state idea (Re: HalfSipHash Acceptable Usage) - - - --- 2016-12-23 George Spelvin New
[2/2] random: convert get_random_int/long into get_random_u32/u64 - - - --- 2016-12-22 Jason A. Donenfeld New
[1/2] random: use chacha20 for get_random_int/long - - - --- 2016-12-22 Jason A. Donenfeld New
Re: [PATCH v7 3/6] random: use SipHash in place of MD5 - - - --- 2016-12-22 Theodore Ts'o New
[v7,6/6] siphash: implement HalfSipHash1-3 for hash tables - - - --- 2016-12-21 Jason A. Donenfeld New
[v7,5/6] syncookies: use SipHash in place of SHA1 - - - --- 2016-12-21 Jason A. Donenfeld New
[v7,4/6] md5: remove from lib and only live in crypto - - - --- 2016-12-21 Jason A. Donenfeld New
[v7,3/6] random: use SipHash in place of MD5 - - - --- 2016-12-21 Jason A. Donenfeld New
[v7,2/6] secure_seq: use SipHash in place of MD5 - - - --- 2016-12-21 Jason A. Donenfeld New
[v7,1/6] siphash: add cryptographically secure PRF - - - --- 2016-12-21 Jason A. Donenfeld New
[v4,4/4] initify: Mark functions with the __unverified_nocapture attribute - - - --- 2016-12-16 Kees Cook New
[v4,3/4] initify: Mark functions with the __nocapture attribute - - - --- 2016-12-16 Kees Cook New
[v4,2/4] util: Move type casts into is_kernel_rodata - - - --- 2016-12-16 Kees Cook New
[v4,1/4] gcc-plugins: Add the initify gcc plugin - - - --- 2016-12-16 Kees Cook New
latent_entropy: fix ARM build error on earlier gcc - - - --- 2016-12-16 Kees Cook New
gcc-plugins: update gcc-common.h for gcc-7 - - - --- 2016-12-16 Kees Cook New
gcc-plugin: include memmodel.h and tree_vrp.h for gcc-7 - - - --- 2016-12-16 Arnd Bergmann New
[v6,5/5] syncookies: use SipHash in place of SHA1 - - - --- 2016-12-16 Jason A. Donenfeld New
[v6,4/5] md5: remove from lib and only live in crypto - - - --- 2016-12-16 Jason A. Donenfeld New
[v6,3/5] random: use SipHash in place of MD5 - - - --- 2016-12-16 Jason A. Donenfeld New
[v6,2/5] secure_seq: use SipHash in place of MD5 - - - --- 2016-12-16 Jason A. Donenfeld New
[v6,1/5] siphash: add cryptographically secure PRF - - - --- 2016-12-16 Jason A. Donenfeld New
[v5,4/4] random: use SipHash in place of MD5 - - - --- 2016-12-15 Jason A. Donenfeld New
[v5,3/4] secure_seq: use SipHash in place of MD5 - - - --- 2016-12-15 Jason A. Donenfeld New
[v5,2/4] siphash: add Nu{32,64} helpers - - - --- 2016-12-15 Jason A. Donenfeld New
[v5,1/4] siphash: add cryptographically secure PRF - - - --- 2016-12-15 Jason A. Donenfeld New
Revert "Revert "kdump, vmcoreinfo: report memory sections virtual addresses"" - - - --- 2016-12-15 Thomas Garnier New
[v4,4/4] random: use siphash instead of MD5 for get_random_int/long - - - --- 2016-12-15 Jason A. Donenfeld New
[v4,3/4] secure_seq: use siphash instead of md5_transform - - - --- 2016-12-15 Jason A. Donenfeld New
[v4,2/4] siphash: add N[qd]word helpers - - - --- 2016-12-15 Jason A. Donenfeld New
[v4,1/4] siphash: add cryptographically secure hashtable function - - - --- 2016-12-15 Jason A. Donenfeld New
[RFC,4/4] Introduce CONFIG_READONLY_USERMODEHELPER - - - --- 2016-12-14 Greg Kroah-Hartman New
[3/4] Make static usermode helper binaries constant - - - --- 2016-12-14 Greg Kroah-Hartman New
[2/4] drbd: rename "usermode_helper" to "drbd_usermode_helper" - - - --- 2016-12-14 Greg Kroah-Hartman New
[1/4] kmod: make usermodehelper path a const string - - - --- 2016-12-14 Greg Kroah-Hartman New
[v3,3/3] random: use siphash24 instead of md5 for get_random_int/long - - - --- 2016-12-14 Jason A. Donenfeld New
[v3,2/3] secure_seq: use siphash24 instead of md5_transform - - - --- 2016-12-14 Jason A. Donenfeld New
[v3,1/3] siphash: add cryptographically secure hashtable function - - - --- 2016-12-14 Jason A. Donenfeld New
Re: [PATCH 4/3] random: use siphash24 instead of md5 for get_random_int/long - - - --- 2016-12-14 Theodore Ts'o New
[v2,4/4] random: use siphash24 instead of md5 for get_random_int/long - - - --- 2016-12-14 Jason A. Donenfeld New
[v2,3/4] secure_seq: use siphash24 instead of md5_transform - - - --- 2016-12-14 Jason A. Donenfeld New
[v2,2/4] siphash: add convenience functions for jhash converts - - - --- 2016-12-14 Jason A. Donenfeld New
[v2,1/4] siphash: add cryptographically secure hashtable function - - - --- 2016-12-14 Jason A. Donenfeld New
[4/3] random: use siphash24 instead of md5 for get_random_int/long - - - --- 2016-12-14 Jason A. Donenfeld New
[3/3] secure_seq: use fast&secure siphash instead of slow&insecure md5 - - - --- 2016-12-14 Jason A. Donenfeld New
[2/3] siphash: add convenience functions for jhash converts - - - --- 2016-12-14 Jason A. Donenfeld New
[1/3] siphash: add cryptographically secure hashtable function - - - --- 2016-12-14 Jason A. Donenfeld New
[v4] siphash: add cryptographically secure hashtable function - - - --- 2016-12-13 Jason A. Donenfeld New
[v3] siphash: add cryptographically secure hashtable function - - - --- 2016-12-12 Jason A. Donenfeld New
[v2] siphash: add cryptographically secure hashtable function - - - --- 2016-12-12 Jason A. Donenfeld New
siphash: add cryptographically secure hashtable function - - - --- 2016-12-09 Jason A. Donenfeld New
Re: [PATCH 3/3] powerpc: enable support for GCC plugins - - - --- 2016-12-09 pageexec@freemail.hu New
Re: Conversion from atomic_t to refcount_t: summary of issues - - - --- 2016-12-07 Peter Zijlstra New
[3/3] powerpc: enable support for GCC plugins 1 - - --- 2016-12-06 Andrew Donnellan New
[2/3] powerpc: correctly disable latent entropy GCC plugin on prom_init.o - - - --- 2016-12-06 Andrew Donnellan New
[1/3] gcc-plugins: fix definition of DISABLE_LATENT_ENTROPY_PLUGIN - - - --- 2016-12-06 Andrew Donnellan New
[v2] lkdtm: Add tests for LIST_POISON and ZERO_SIZE_PTR 1 - - --- 2016-12-02 Michael Ellerman New
MIPS: Add support for ARCH_MMAP_RND_{COMPAT_}BITS - 1 - --- 2016-11-24 Matt Redfearn New
[v2] slab: Add POISON_POINTER_DELTA to ZERO_SIZE_PTR - - - --- 2016-11-17 Michael Ellerman New
patches for __write_rarely section - - - --- 2016-11-16 Gengjia Chen New
lkdtm: Add tests for LIST_POISON and ZERO_SIZE_PTR - - - --- 2016-11-15 Michael Ellerman New
slab: Add POISON_POINTER_DELTA to ZERO_SIZE_PTR - - - --- 2016-11-15 Michael Ellerman New
[v3] module: extend 'rodata=off' boot cmdline parameter to module mappings 1 1 - --- 2016-11-14 AKASHI Takahiro New
Re: [RFC v4 PATCH 00/13] HARDENED_ATOMIC - - - --- 2016-11-11 Peter Zijlstra New
Re: [RFC v4 PATCH 00/13] HARDENED_ATOMIC - - - --- 2016-11-10 Peter Zijlstra New
[RFC,v4,13/13] lkdtm: add tests for atomic over-/underflow - - - --- 2016-11-10 Reshetova, Elena New
[RFC,v4,12/13] x86: implementation for HARDENED_ATOMIC - - - --- 2016-11-10 Reshetova, Elena New
[RFC,v4,11/13] x86: identify wrapping atomic usage - - - --- 2016-11-10 Reshetova, Elena New
[RFC,v4,10/13] drivers: identify wrapping atomic usage (part 2/2) - - - --- 2016-11-10 Reshetova, Elena New
[RFC,v4,09/13] drivers: identify wrapping atomic usage (part 1/2) - - - --- 2016-11-10 Reshetova, Elena New
« 1 2 ... 99 100 101105 106 »