index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-03
apparmor: make __aa_path_perm() static
Xiu Jianfeng
2
-6
/
+4
2022-10-03
apparmor: Simplify obtain the newest label on a cred
Gaosheng Cui
2
-14
/
+1
2022-10-03
apparmor: Fix regression in stacking due to label flags
John Johansen
1
-5
/
+7
2022-10-03
apparmor: fix aa_class_names[] to match reserved classes
John Johansen
1
-1
/
+16
2022-10-03
apparmor: rework profile->rules to be a list
John Johansen
15
-57
/
+142
2022-10-03
apparmor: refactor profile rules and attachments
John Johansen
18
-239
/
+308
2022-10-03
apparmor: verify loaded permission bits masks don't overlap
John Johansen
1
-4
/
+30
2022-10-03
apparmor: cleanup: move perm accumulation into perms.h
John Johansen
2
-52
/
+53
2022-10-03
apparmor: make sure perm indexes are accumulated
John Johansen
3
-2
/
+25
2022-10-03
apparmor: verify permission table indexes
John Johansen
1
-1
/
+34
2022-10-03
apparmor: add the ability for policy to specify a permission table
John Johansen
2
-11
/
+98
2022-10-03
apparmor: make unpack_array return a trianary value
John Johansen
2
-22
/
+33
2022-10-03
apparmor: group dfa policydb unpacking
John Johansen
1
-38
/
+63
2022-10-03
apparmor: make transition table unpack generic so it can be reused
John Johansen
1
-10
/
+12
2022-10-03
apparmor: add user mode flag
John Johansen
5
-5
/
+9
2022-10-03
apparmor: add mediation class information to auditing
John Johansen
14
-13
/
+48
2022-10-03
apparmor: extend permissions to support a label and tag string
John Johansen
7
-27
/
+32
2022-10-03
apparmor: isolate policy backwards compatibility to its own file
John Johansen
5
-287
/
+359
2022-10-03
apparmor: extend xindex size
John Johansen
3
-17
/
+16
2022-10-03
apparmor: move dfa perm macros into policy_unpack
John Johansen
2
-51
/
+49
2022-10-03
apparmor: extend policydb permission set by making use of the xbits
John Johansen
1
-4
/
+27
2022-10-03
apparmor: fix apparmor mediating locking non-fs unix sockets
John Johansen
1
-4
/
+9
2022-10-03
apparmor: Fix abi check to include v8 abi
John Johansen
1
-1
/
+1
2022-10-03
apparmor: preparse for state being more than just an integer
John Johansen
15
-102
/
+101
2022-10-03
apparmor: convert policy lookup to use accept as an index
John Johansen
7
-24
/
+33
2022-10-03
apparmor: cleanup shared permission struct
John Johansen
2
-12
/
+9
2022-10-03
apparmor: convert xmatch lookup to use accept as an index
John Johansen
2
-4
/
+7
2022-10-03
apparmor: convert fperm lookup to use accept as an index
John Johansen
2
-19
/
+44
2022-10-03
apparmor: convert xmatch to using the new shared policydb struct
John Johansen
6
-29
/
+28
2022-10-03
apparmor: combine file_rules and aa_policydb into a single shared struct
John Johansen
7
-59
/
+40
2022-10-03
apparmor: compute policydb permission on profile load
John Johansen
9
-86
/
+90
2022-10-03
apparmor: convert xmatch to use aa_perms structure
John Johansen
3
-7
/
+13
2022-10-03
apparmor: rework and cleanup fperm computation
John Johansen
1
-32
/
+38
2022-10-03
apparmor: move fperm computation into policy_unpack
John Johansen
3
-98
/
+98
2022-10-03
apparmor: compute xmatch permissions on profile load
Mike Salvatore
4
-3
/
+26
2022-10-03
apparmor: compute file permissions on profile load
Mike Salvatore
5
-48
/
+110
2022-10-03
apparmor: expose compression level limits in sysfs
Jon Tourville
1
-0
/
+16
2022-10-03
apparmor: use zstd compression for profile data
Jon Tourville
4
-102
/
+81
2022-10-03
apparmor: reserve mediation classes
John Johansen
1
-1
/
+8
2022-10-03
apparmor: fix lockdep warning when removing a namespace
John Johansen
1
-1
/
+1
2022-10-03
apparmor: fix a memleak in multi_transaction_new()
Gaosheng Cui
1
-1
/
+3
2022-08-16
Merge tag 'nios2_fixes_v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-9
/
+22
2022-08-16
Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-39
/
+112
2022-08-16
Merge tag 'regulator-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-12
/
+1
2022-08-16
x86: simplify load_unaligned_zeropad() implementation
Linus Torvalds
3
-43
/
+60
2022-08-16
locking/atomic: Make test_and_*_bit() ordered on failure
Hector Martin
2
-7
/
+1
2022-08-15
nios2: add force_successful_syscall_return()
Al Viro
2
-0
/
+8
2022-08-15
nios2: restarts apply only to the first sigframe we build...
Al Viro
1
-0
/
+1
2022-08-15
nios2: fix syscall restart checks
Al Viro
1
-1
/
+1
2022-08-15
nios2: traced syscall does need to check the syscall number
Al Viro
1
-3
/
+8
[next]