index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
apparmor: Fix regression in stacking due to label flags
John Johansen
2022-10-03
1
-5
/
+7
*
apparmor: fix aa_class_names[] to match reserved classes
John Johansen
2022-10-03
1
-1
/
+16
*
apparmor: rework profile->rules to be a list
John Johansen
2022-10-03
15
-57
/
+142
*
apparmor: refactor profile rules and attachments
John Johansen
2022-10-03
18
-239
/
+308
*
apparmor: verify loaded permission bits masks don't overlap
John Johansen
2022-10-03
1
-4
/
+30
*
apparmor: cleanup: move perm accumulation into perms.h
John Johansen
2022-10-03
2
-52
/
+53
*
apparmor: make sure perm indexes are accumulated
John Johansen
2022-10-03
3
-2
/
+25
*
apparmor: verify permission table indexes
John Johansen
2022-10-03
1
-1
/
+34
*
apparmor: add the ability for policy to specify a permission table
John Johansen
2022-10-03
2
-11
/
+98
*
apparmor: make unpack_array return a trianary value
John Johansen
2022-10-03
2
-22
/
+33
*
apparmor: group dfa policydb unpacking
John Johansen
2022-10-03
1
-38
/
+63
*
apparmor: make transition table unpack generic so it can be reused
John Johansen
2022-10-03
1
-10
/
+12
*
apparmor: add user mode flag
John Johansen
2022-10-03
5
-5
/
+9
*
apparmor: add mediation class information to auditing
John Johansen
2022-10-03
14
-13
/
+48
*
apparmor: extend permissions to support a label and tag string
John Johansen
2022-10-03
7
-27
/
+32
*
apparmor: isolate policy backwards compatibility to its own file
John Johansen
2022-10-03
5
-287
/
+359
*
apparmor: extend xindex size
John Johansen
2022-10-03
3
-17
/
+16
*
apparmor: move dfa perm macros into policy_unpack
John Johansen
2022-10-03
2
-51
/
+49
*
apparmor: extend policydb permission set by making use of the xbits
John Johansen
2022-10-03
1
-4
/
+27
*
apparmor: fix apparmor mediating locking non-fs unix sockets
John Johansen
2022-10-03
1
-4
/
+9
*
apparmor: Fix abi check to include v8 abi
John Johansen
2022-10-03
1
-1
/
+1
*
apparmor: preparse for state being more than just an integer
John Johansen
2022-10-03
15
-102
/
+101
*
apparmor: convert policy lookup to use accept as an index
John Johansen
2022-10-03
7
-24
/
+33
*
apparmor: cleanup shared permission struct
John Johansen
2022-10-03
2
-12
/
+9
*
apparmor: convert xmatch lookup to use accept as an index
John Johansen
2022-10-03
2
-4
/
+7
*
apparmor: convert fperm lookup to use accept as an index
John Johansen
2022-10-03
2
-19
/
+44
*
apparmor: convert xmatch to using the new shared policydb struct
John Johansen
2022-10-03
6
-29
/
+28
*
apparmor: combine file_rules and aa_policydb into a single shared struct
John Johansen
2022-10-03
7
-59
/
+40
*
apparmor: compute policydb permission on profile load
John Johansen
2022-10-03
9
-86
/
+90
*
apparmor: convert xmatch to use aa_perms structure
John Johansen
2022-10-03
3
-7
/
+13
*
apparmor: rework and cleanup fperm computation
John Johansen
2022-10-03
1
-32
/
+38
*
apparmor: move fperm computation into policy_unpack
John Johansen
2022-10-03
3
-98
/
+98
*
apparmor: compute xmatch permissions on profile load
Mike Salvatore
2022-10-03
4
-3
/
+26
*
apparmor: compute file permissions on profile load
Mike Salvatore
2022-10-03
5
-48
/
+110
*
apparmor: expose compression level limits in sysfs
Jon Tourville
2022-10-03
1
-0
/
+16
*
apparmor: use zstd compression for profile data
Jon Tourville
2022-10-03
4
-102
/
+81
*
apparmor: reserve mediation classes
John Johansen
2022-10-03
1
-1
/
+8
*
apparmor: fix lockdep warning when removing a namespace
John Johansen
2022-10-03
1
-1
/
+1
*
apparmor: fix a memleak in multi_transaction_new()
Gaosheng Cui
2022-10-03
1
-1
/
+3
*
Merge tag 'nios2_fixes_v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-08-16
5
-9
/
+22
|
\
|
*
nios2: add force_successful_syscall_return()
Al Viro
2022-08-15
2
-0
/
+8
|
*
nios2: restarts apply only to the first sigframe we build...
Al Viro
2022-08-15
1
-0
/
+1
|
*
nios2: fix syscall restart checks
Al Viro
2022-08-15
1
-1
/
+1
|
*
nios2: traced syscall does need to check the syscall number
Al Viro
2022-08-15
1
-3
/
+8
|
*
nios2: don't leave NULLs in sys_call_table[]
Al Viro
2022-08-15
2
-1
/
+1
|
*
nios2: page fault et.al. are *not* restartable syscalls...
Al Viro
2022-08-15
2
-4
/
+3
*
|
Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-08-16
6
-39
/
+112
|
\
\
|
*
|
spi: dt-bindings: Drop Pratyush Yadav
Krzysztof Kozlowski
2022-08-11
3
-3
/
+3
|
*
|
spi: meson-spicc: add local pow2 clock ops to preserve rate between messages
Neil Armstrong
2022-08-11
1
-28
/
+101
|
*
|
MAINTAINERS: rectify entry for ARM/HPE GXP ARCHITECTURE
Lukas Bulwahn
2022-08-05
1
-1
/
+1
[next]