| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-01-05 | 5 | -47/+55 |
|\ |
|
| * | apparmor: fix aa_xattrs_match() may sleep while holding a RCU lock | John Johansen | 2020-01-05 | 3 | -42/+46 |
| * | apparmor: only get a label reference if the fast path check fails | John Johansen | 2020-01-02 | 1 | -4/+8 |
| * | apparmor: fix bind mounts aborting with -ENOMEM | Patrick Steinhardt | 2020-01-02 | 1 | -1/+1 |
* | | Merge tag 'tomoyo-fixes-for-5.5' of git://git.osdn.net/gitroot/tomoyo/tomoyo-... | Linus Torvalds | 2019-12-31 | 5 | -44/+27 |
|\ \
| |/
|/| |
|
| * | tomoyo: Suppress RCU warning at list_for_each_entry_rcu(). | Tetsuo Handa | 2019-12-16 | 4 | -13/+26 |
| * | tomoyo: Don't use nifty names on sockets. | Tetsuo Handa | 2019-12-11 | 1 | -31/+1 |
* | | Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmdd | Linus Torvalds | 2019-12-19 | 5 | -12/+4 |
|\ \ |
|
| * | | security: keys: trusted: fix lost handle flush | James Bottomley | 2019-12-17 | 1 | -0/+1 |
| * | | KEYS: remove CONFIG_KEYS_COMPAT | Eric Biggers | 2019-12-12 | 4 | -12/+3 |
| |/ |
|
* / | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 2019-12-09 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-12-03 | 15 | -165/+526 |
|\ |
|
| * | apparmor: make it so work buffers can be allocated from atomic context | John Johansen | 2019-11-23 | 6 | -38/+62 |
| * | apparmor: reduce rcu_read_lock scope for aa_file_perm mediation | John Johansen | 2019-11-23 | 1 | -3/+3 |
| * | apparmor: fix wrong buffer allocation in aa_new_mount | John Johansen | 2019-11-23 | 1 | -4/+4 |
| * | apparmor: fix unsigned len comparison with less than zero | Colin Ian King | 2019-11-23 | 1 | -5/+7 |
| * | apparmor: increase left match history buffer size | John Johansen | 2019-06-20 | 2 | -5/+4 |
| * | apparmor: Switch to GFP_KERNEL where possible | Sebastian Andrzej Siewior | 2019-06-20 | 3 | -12/+12 |
| * | apparmor: Use a memory pool instead per-CPU caches | Sebastian Andrzej Siewior | 2019-06-20 | 5 | -111/+164 |
| * | apparmor: Force type-casting of current->real_cred | Bharath Vedartham | 2019-06-20 | 1 | -1/+1 |
| * | apparmor: fix spelling mistake "immutible" -> "immutable" | Colin Ian King | 2019-04-17 | 1 | -1/+1 |
| * | apparmor: fix blob compression when ns is forced on a policy load | John Johansen | 2019-04-11 | 2 | -4/+8 |
| * | apparmor: fix missing ZLIB defines | John Johansen | 2019-04-11 | 1 | -0/+2 |
| * | apparmor: fix blob compression build failure on ppc | John Johansen | 2019-04-11 | 1 | -1/+1 |
| * | apparmor: Initial implementation of raw policy blob compression | Chris Coulson | 2019-04-11 | 5 | -8/+285 |
* | | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/... | Linus Torvalds | 2019-12-01 | 1 | -7/+3 |
|\ \ |
|
| * | | y2038: move itimer reset into itimer.c | Arnd Bergmann | 2019-11-15 | 1 | -7/+3 |
* | | | Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-12-01 | 9 | -5/+74 |
|\ \ \ |
|
| * | | | selinux: default_range glblub implementation | Joshua Brindle | 2019-10-08 | 7 | -1/+62 |
| * | | | selinux: allow labeling before policy is loaded | Jonathan Lebon | 2019-10-01 | 1 | -0/+12 |
| * | | | selinux: remove load size limit | zhanglin | 2019-10-01 | 1 | -4/+0 |
* | | | | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2019-11-30 | 12 | -97/+328 |
|\ \ \ \ |
|
| * | | | | x86/efi: remove unused variables | YueHaibing | 2019-11-29 | 1 | -5/+0 |
| * | | | | Merge branch 'topic/secureboot' into next | Michael Ellerman | 2019-11-13 | 11 | -92/+326 |
| |\ \ \ \ |
|
| | * | | | | powerpc: Load firmware trusted keys/hashes into kernel keyring | Nayna Jain | 2019-11-12 | 3 | -1/+108 |
| | * | | | | x86/efi: move common keyring handler functions to new file | Nayna Jain | 2019-11-12 | 4 | -67/+115 |
| | * | | | | ima: Check against blacklisted hashes for files with modsig | Nayna Jain | 2019-11-12 | 5 | -6/+60 |
| | * | | | | ima: Make process_buffer_measurement() generic | Nayna Jain | 2019-11-12 | 2 | -18/+43 |
| * | | | | | powerpc/xmon: Restrict when kernel is locked down | Christopher M. Riedl | 2019-10-28 | 1 | -0/+2 |
| |/ / / / |
|
* | | | | | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2019-11-30 | 1 | -1/+0 |
|\ \ \ \ \ |
|
| * | | | | | pipe: Reduce #inclusion of pipe_fs_i.h | David Howells | 2019-10-23 | 1 | -1/+0 |
| |/ / / / |
|
* | | | | | Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2019-11-28 | 1 | -2/+13 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge v5.4-rc7 into drm-next | Dave Airlie | 2019-11-13 | 1 | -0/+1 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li... | Dave Airlie | 2019-10-25 | 1 | -2/+13 |
| |\ \ \ \ \ |
|
| | * | | | | | device_cgroup: Export devcgroup_check_permission | Harish Kasiviswanathan | 2019-10-07 | 1 | -2/+13 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-11-28 | 1 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port) | Maciej Żenczykowski | 2019-11-26 | 1 | -2/+2 |
* | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-11-27 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2019-10-31 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \
| | |_|/ / / / / /
| |/| | | | | | | |
|
| | * | | | | | | | security/safesetid: Replace rcu_swap_protected() with rcu_replace_pointer() | Paul E. McKenney | 2019-10-30 | 1 | -2/+2 |
| | | |_|_|_|/ /
| | |/| | | | | |
|