index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
tomoyo
Age
Commit message (
Expand
)
Author
2021-09-03
mm/pagemap: add mmap_assert_locked() annotations to find_vma*()
Luigi Rizzo
2021-06-16
tomoyo: fix doc warnings
ChenXiaoSong
2021-03-28
tomoyo: don't special case PF_IO_WORKER for PF_KTHREAD
Jens Axboe
2021-02-01
tomoyo: recognize kernel threads correctly
Tetsuo Handa
2021-02-01
tomoyo: ignore data race while checking quota
Tetsuo Handa
2020-12-06
tomoyo: Fix typo in comments.
Tetsuo Handa
2020-11-27
tomoyo: Fix null pointer check
Zheng Zengkai
2020-11-03
tomoyo: Limit wildcard recursion depth.
Tetsuo Handa
2020-10-28
tomoyo: fix clang pointer arithmetic warning
Arnd Bergmann
2020-10-12
tomoyo: Loosen pathname/domainname validation.
Tetsuo Handa
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-12
mm/gup: remove task_struct pointer for all gup code
Peter Xu
2020-07-21
exec: Implement kernel_execve
Eric W. Biederman
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-04
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2020-06-04
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2020-06-02
Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1
Linus Torvalds
2020-05-29
tomoyo_write_control(): get rid of pointless access_ok()
Al Viro
2020-05-20
exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds
Eric W. Biederman
2020-05-19
proc: proc_pid_ns takes super_block as an argument
Alexey Gladkov
2020-05-12
tomoyo: use true for bool variable
Zou Wei
2020-04-24
Use proc_pid_ns() to get pid_namespace from the proc superblock
Alexey Gladkov
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-01-02
tomoyo: Use atomic_t for statistics counter
Tetsuo Handa
2019-12-16
tomoyo: Suppress RCU warning at list_for_each_entry_rcu().
Tetsuo Handa
2019-12-11
tomoyo: Don't use nifty names on sockets.
Tetsuo Handa
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-10
tomoyo: Don't emit WARNING: string while fuzzing testing.
Tetsuo Handa
2019-05-10
tomoyo: Change pathname calculation for read-only filesystems.
Tetsuo Handa
2019-05-10
tomoyo: Check address length before reading address family
Tetsuo Handa
2019-05-10
tomoyo: Add a kernel config option for fuzzing testing.
Tetsuo Handa
2019-02-19
tomoyo: Bump version.
Tetsuo Handa
2019-01-24
tomoyo: Allow multiple use_group lines.
Tetsuo Handa
2019-01-24
tomoyo: Coding style fix.
Tetsuo Handa
2019-01-23
tomoyo: Swicth from cred->security to task_struct->security.
Tetsuo Handa
2019-01-18
LSM: Make lsm_early_cred() and lsm_early_task() local functions.
Tetsuo Handa
2019-01-08
TOMOYO: Update LSM flags to no longer be exclusive
Kees Cook
2019-01-08
Infrastructure management of the cred security blob
Casey Schaufler
2019-01-08
TOMOYO: Abstract use of cred security blob
Casey Schaufler
2019-01-08
LSM: Separate idea of "major" LSM from "exclusive" LSM
Kees Cook
2019-01-08
LSM: Lift LSM selection out of individual LSMs
Kees Cook
2019-01-08
LSM: Introduce LSM_FLAG_LEGACY_MAJOR
Kees Cook
2019-01-05
Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-12-20
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
David Howells
2018-11-05
tomoyo: fix small typo
Yangtao Li
2018-10-10
LSM: Record LSM name in struct lsm_info
Kees Cook
2018-10-10
LSM: Convert security_initcall() into DEFINE_LSM()
Kees Cook
2018-09-04
security: tomoyo: Fix obsolete function
Ding Xiang
2018-08-15
Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
[next]