index
:
linux-stable.git
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.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
*
lsm: new security_file_ioctl_compat() hook
Alfred Piccioni
2023-12-24
7
-2
/
+60
*
lsm: Add a __counted_by() annotation to lsm_ctx.ctx
Mark Brown
2023-12-22
1
-1
/
+2
*
calipso: fix memory leak in netlbl_calipso_add_pass()
Gavrilov Ilia
2023-12-07
1
-23
/
+26
*
selftests: remove the LSM_ID_IMA check in lsm/lsm_list_modules_test
Paul Moore
2023-11-22
1
-3
/
+0
*
MAINTAINERS: add an entry for the lockdown LSM
Paul Moore
2023-11-20
1
-0
/
+6
*
MAINTAINERS: update the LSM entry
Paul Moore
2023-11-15
1
-3
/
+6
*
mailmap: add entries for Serge Hallyn's dead accounts
Serge Hallyn
2023-11-13
1
-0
/
+2
*
mailmap: update/replace my old email addresses
Paul Moore
2023-11-12
1
-0
/
+2
*
lsm: mark the lsm_id variables are marked as static
Paul Moore
2023-11-12
9
-9
/
+9
*
lsm: convert security_setselfattr() to use memdup_user()
Paul Moore
2023-11-12
1
-8
/
+3
*
lsm: align based on pointer length in lsm_fill_user_ctx()
Paul Moore
2023-11-12
1
-1
/
+1
*
lsm: consolidate buffer size handling into lsm_fill_user_ctx()
Paul Moore
2023-11-12
5
-78
/
+68
*
lsm: correct error codes in security_getselfattr()
Paul Moore
2023-11-12
1
-2
/
+2
*
lsm: cleanup the size counters in security_getselfattr()
Paul Moore
2023-11-12
1
-1
/
+2
*
lsm: don't yet account for IMA in LSM_CONFIG_COUNT calculation
Roberto Sassu
2023-11-12
1
-1
/
+0
*
lsm: drop LSM_ID_IMA
Paul Moore
2023-11-12
1
-8
/
+7
*
LSM: selftests for Linux Security Module syscalls
Casey Schaufler
2023-11-12
10
-0
/
+634
*
SELinux: Add selfattr hooks
Casey Schaufler
2023-11-12
1
-27
/
+107
*
AppArmor: Add selfattr hooks
Casey Schaufler
2023-11-12
3
-11
/
+92
*
Smack: implement setselfattr and getselfattr hooks
Casey Schaufler
2023-11-12
1
-5
/
+90
*
LSM: Helpers for attribute names and filling lsm_ctx
Casey Schaufler
2023-11-12
3
-0
/
+79
*
LSM: wireup Linux Security Module syscalls
Casey Schaufler
2023-11-12
22
-2
/
+72
*
LSM: Create lsm_list_modules system call
Casey Schaufler
2023-11-12
4
-0
/
+44
*
LSM: syscalls for current process attributes
Casey Schaufler
2023-11-12
10
-0
/
+347
*
proc: Use lsmids instead of lsm names for attrs
Casey Schaufler
2023-11-12
4
-29
/
+28
*
LSM: Maintain a table of LSM attribute data
Casey Schaufler
2023-11-12
2
-0
/
+39
*
LSM: Identify modules by more than name
Casey Schaufler
2023-11-12
21
-22
/
+162
*
Linux 6.7-rc1
v6.7-rc1
Linus Torvalds
2023-11-12
1
-2
/
+2
*
wifi: iwlwifi: fix system commands group ordering
Miri Korenblit
2023-11-12
1
-1
/
+1
*
Merge tag 'parisc-for-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-11-12
3
-8
/
+6
|
\
|
*
parisc: Prevent booting 64-bit kernels on PA1.x machines
Helge Deller
2023-11-10
1
-3
/
+2
|
*
parport: gsc: mark init function static
Arnd Bergmann
2023-11-10
1
-1
/
+1
|
*
parisc/pgtable: Do not drop upper 5 address bits of physical address
Helge Deller
2023-11-07
1
-4
/
+3
*
|
Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
2023-11-12
13
-63
/
+215
|
\
\
|
*
|
selftests/bpf: Enable cpu v4 tests for LoongArch
Hengqi Chen
2023-11-08
6
-6
/
+12
|
*
|
LoongArch: BPF: Support signed mod instructions
Hengqi Chen
2023-11-08
1
-9
/
+25
|
*
|
LoongArch: BPF: Support signed div instructions
Hengqi Chen
2023-11-08
1
-9
/
+25
|
*
|
LoongArch: BPF: Support 32-bit offset jmp instructions
Hengqi Chen
2023-11-08
1
-1
/
+5
|
*
|
LoongArch: BPF: Support unconditional bswap instructions
Hengqi Chen
2023-11-08
1
-0
/
+1
|
*
|
LoongArch: BPF: Support sign-extension mov instructions
Hengqi Chen
2023-11-08
1
-2
/
+17
|
*
|
LoongArch: BPF: Support sign-extension load instructions
Hengqi Chen
2023-11-08
1
-10
/
+39
|
*
|
LoongArch: Add more instruction opcodes and emit_* helpers
Hengqi Chen
2023-11-08
1
-0
/
+13
|
*
|
LoongArch/smp: Call rcutree_report_cpu_starting() earlier
Huacai Chen
2023-11-08
1
-1
/
+2
|
*
|
LoongArch: Relax memory ordering for atomic operations
WANG Rui
2023-11-08
1
-20
/
+68
|
*
|
LoongArch: Mark __percpu functions as always inline
Nathan Chancellor
2023-11-08
1
-5
/
+5
|
*
|
LoongArch: Disable module from accessing external data directly
WANG Rui
2023-11-08
1
-0
/
+2
|
*
|
LoongArch: Support PREEMPT_DYNAMIC with static keys
Huacai Chen
2023-11-08
1
-0
/
+1
|
*
|
Merge 'bpf-next 2023-10-16' into loongarch-next
Huacai Chen
2023-11-01
558
-4883
/
+44893
|
|
\
\
*
|
\
\
Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2023-11-12
8
-24
/
+24
|
\
\
\
\
|
*
|
|
|
powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-doc
Nathan Lynch
2023-11-07
1
-0
/
+2
[next]