index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
Merge tag 'selinux-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
17
-155
/
+512
5 days
Merge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+3
9 days
Merge tag 'ipsec-next-2026-06-12' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
1
-1
/
+2
2026-06-04
xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration
Antony Antony
1
-1
/
+2
2026-05-29
selinux: revert use of __getname() in selinux_genfs_get_sid()
Paul Moore
1
-2
/
+2
2026-05-27
selinux: comment spelling fix in ibpkey.c
Kalevi Kolttonen
1
-1
/
+1
2026-05-27
selinux: comment typo fix in selinuxfs.c
Kalevi Kolttonen
1
-1
/
+1
2026-05-27
selinux: hooks: use __getname() to allocate path buffer
Mike Rapoport (Microsoft)
1
-2
/
+2
2026-05-27
selinux: use k[mz]alloc() to allocate temporary buffers
Mike Rapoport (Microsoft)
1
-6
/
+6
2026-05-06
selinux: check for simple types
Christian Göttsche
3
-2
/
+29
2026-05-06
selinux: more strict bounds check
Christian Göttsche
3
-2
/
+31
2026-05-06
selinux: beef up isvalid checks
Christian Göttsche
8
-58
/
+83
2026-05-06
selinux: reorder policydb_index()
Christian Göttsche
1
-5
/
+6
2026-05-06
selinux: check type attr map overflows
Christian Göttsche
3
-0
/
+33
2026-05-06
selinux: check length fields in policies
Christian Göttsche
4
-0
/
+68
2026-05-06
selinux: more strict policy parsing
Christian Göttsche
8
-60
/
+233
2026-05-06
selinux: use u16 for security classes
Christian Göttsche
3
-8
/
+9
2026-05-06
selinux: avoid nontransitive comparison
Christian Göttsche
1
-8
/
+9
2026-05-05
selinux: shrink critical section in sel_write_load()
Stephen Smalley
1
-10
/
+8
2026-05-05
selinux: allow multiple opens of /sys/fs/selinux/policy
Stephen Smalley
1
-23
/
+4
2026-05-05
selinux: prune /sys/fs/selinux/user
Stephen Smalley
3
-190
/
+5
2026-05-05
selinux: prune /sys/fs/selinux/disable
Stephen Smalley
1
-29
/
+7
2026-05-05
selinux: prune /sys/fs/selinux/checkreqprot
Stephen Smalley
1
-40
/
+7
2026-05-01
security,fs,nfs,net: update security_inode_listsecurity() interface
Stephen Smalley
1
-7
/
+3
2026-04-29
selinux: switch two allocations to use kzalloc_objs()
Stephen Smalley
1
-2
/
+2
2026-04-29
selinux: fix sel_kill_sb()
Stephen Smalley
1
-5
/
+5
2026-04-28
selinux: fix avdcache auditing
Stephen Smalley
2
-21
/
+14
2026-04-27
selinux: don't reserve xattr slot when we won't fill it
David Windsor
1
-1
/
+2
2026-04-27
selinux: use sk blob accessor in socket permission helpers
Zongyao Chen
1
-2
/
+2
2026-04-27
selinux: use QSTR() instead of QSTR_INIT() in init_sel_fs
Thorsten Blum
1
-2
/
+1
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+3
2026-04-13
Merge tag 'selinux-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+2
2026-04-13
Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-64
/
+189
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+5
2026-04-05
mm: convert do_brk_flags() to use vma_flags_t
Lorenzo Stoakes (Oracle)
1
-1
/
+3
2026-04-03
selinux: fix overlayfs mmap() and mprotect() access checks
Paul Moore
2
-64
/
+189
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-5
/
+5
2026-03-06
selinux: Use simple_start_creating() / simple_done_creating()
NeilBrown
1
-9
/
+8
2026-02-23
selinux: annotate intentional data race in inode_doinit_with_dentry()
Christian Göttsche
1
-1
/
+2
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2
-7
/
+7
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
7
-36
/
+36
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
13
-70
/
+67
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2026-01-14
selinux: drop the BUG() in cred_has_capability()
Paul Moore
1
-1
/
+0
2026-01-14
selinux: fix a capabilities parsing typo in selinux_bpf_token_capable()
Paul Moore
1
-1
/
+1
2026-01-13
selinux: add support for BPF token access control
Eric Suen
6
-4
/
+131
2026-01-13
selinux: move the selinux_blob_sizes struct
Paul Moore
1
-21
/
+21
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-107
/
+78
[next]