summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler2024-03-143-9/+9
* Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-03-121-0/+2
|\
| * dump_stack: Do not get cpu_sync for panic CPUJohn Ogness2024-02-071-0/+2
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-3/+0
* | Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2024-03-122-34/+69
|\ \
| * | mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGEVlastimil Babka2024-02-261-6/+0
| * | mm, slab: use an enum to define SLAB_ cache creation flagsVlastimil Babka2024-02-261-27/+67
| * | mm, slab: deprecate SLAB_MEM_SPREAD flagVlastimil Babka2024-02-261-2/+3
* | | Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-126-285/+82
|\ \ \
| * | | integrity: Remove LSMRoberto Sassu2024-02-151-14/+0
| * | | evm: Make it independent from 'integrity' LSMRoberto Sassu2024-02-151-6/+2
| * | | evm: Move to LSM infrastructureRoberto Sassu2024-02-152-113/+1
| * | | ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu2024-02-151-55/+0
| * | | ima: Move to LSM infrastructureRoberto Sassu2024-02-152-104/+1
| * | | integrity: Move integrity_kernel_module_request() to IMARoberto Sassu2024-02-152-13/+10
| * | | security: Introduce key_post_create_or_update hookRoberto Sassu2024-02-152-0/+14
| * | | security: Introduce inode_post_remove_acl hookRoberto Sassu2024-02-152-0/+10
| * | | security: Introduce inode_post_set_acl hookRoberto Sassu2024-02-152-0/+9
| * | | security: Introduce inode_post_create_tmpfile hookRoberto Sassu2024-02-152-0/+8
| * | | security: Introduce path_post_mknod hookRoberto Sassu2024-02-152-0/+7
| * | | security: Introduce file_release hookRoberto Sassu2024-02-152-0/+5
| * | | security: Introduce file_post_open hookRoberto Sassu2024-02-152-0/+7
| * | | security: Introduce inode_post_removexattr hookRoberto Sassu2024-02-152-0/+7
| * | | security: Introduce inode_post_setattr hookRoberto Sassu2024-02-152-0/+9
| * | | security: Align inode_setattr hook definition with EVMRoberto Sassu2024-02-151-1/+2
| * | | evm: Align evm_inode_post_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-151-3/+5
| * | | evm: Align evm_inode_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-151-2/+2
| * | | evm: Align evm_inode_post_setattr() definition with LSM infrastructureRoberto Sassu2024-02-151-2/+4
| * | | ima: Align ima_post_read_file() definition with LSM infrastructureRoberto Sassu2024-02-151-2/+2
| * | | ima: Align ima_inode_removexattr() definition with LSM infrastructureRoberto Sassu2024-02-151-2/+5
| * | | ima: Align ima_inode_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-151-4/+7
| * | | ima: Align ima_file_mprotect() definition with LSM infrastructureRoberto Sassu2024-02-151-2/+3
| * | | ima: Align ima_inode_post_setattr() definition with LSM infrastructureRoberto Sassu2024-02-151-2/+2
* | | | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-12121-739/+2884
|\ \ \ \
| * \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-117-7/+57
| |\ \ \ \
| | * | | | bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko2024-03-111-4/+4
| | * | | | bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.Alexei Starovoitov2024-03-111-0/+1
| | * | | | bpf: Recognize addr_space_cast instruction in the verifier.Alexei Starovoitov2024-03-112-0/+2
| | * | | | bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov2024-03-111-0/+1
| | * | | | bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.Alexei Starovoitov2024-03-112-0/+4
| | * | | | bpf: Disasm support for addr_space_cast instruction.Alexei Starovoitov2024-03-111-0/+4
| | * | | | bpf: Introduce bpf_arena.Alexei Starovoitov2024-03-113-2/+16
| | * | | | mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov2024-03-111-0/+7
| | * | | | bpf: Plumb get_unmapped_area() callback into bpf_map_opsAlexei Starovoitov2024-03-071-0/+3
| | * | | | bpf: Introduce may_goto instructionAlexei Starovoitov2024-03-062-0/+7
| | * | | | mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().Alexei Starovoitov2024-03-061-0/+5
| | * | | | bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee2024-03-041-1/+3
| * | | | | devlink: Add comments to use netlink gen toolWilliam Tu2024-03-111-1/+4
| * | | | | net: nexthop: Have all NH notifiers carry NH IDPetr Machata2024-03-111-1/+1
| * | | | | net: gro: move two declarations to include/net/gro.hEric Dumazet2024-03-112-5/+6