summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* 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 'dmaengine-fix-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-041-1/+2
|\
| * dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEVFrank Li2024-01-301-1/+2
* | Merge tag 'pci-v6.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-02-021-0/+5
|\ \
| * | PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold2024-01-311-0/+5
| |/
* | Merge tag 'block-6.8-2024-02-01' of git://git.kernel.dk/linuxLinus Torvalds2024-02-021-8/+2
|\ \
| * | nvme: take const cmd pointer in read-only helpersCaleb Sander2024-01-311-2/+2
| * | nvmet: unify aer type enumGuixin Liu2024-01-231-6/+0
| |/
* | Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-011-0/+4
|\ \
| * \ Merge tag 'nf-24-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-02-011-0/+4
| |\ \
| | * | netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik2024-01-311-0/+4
* | | | Merge tag 'hid-for-linus-2024020101' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-02-011-11/+0
|\ \ \ \
| * | | | HID: bpf: use __bpf_kfunc instead of noinlineBenjamin Tissoires2024-01-311-11/+0
* | | | | Merge tag 'lsm-pr-20240131' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-011-2/+2
|\ \ \ \ \
| * | | | | lsm: fix default return value of the socket_getpeersec_*() hooksOndrej Mosnacek2024-01-301-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-292-3/+4
|\ \ \ \ \
| * | | | | mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver2024-01-251-3/+3
| * | | | | mm: mmap: map MAP_STACK to VM_NOHUGEPAGEYang Shi2024-01-251-0/+1
| |/ / / /
* | | | | Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-281-0/+1
|\ \ \ \ \
| * | | | | x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe2024-01-241-0/+1
| |/ / / /
* | | | | Merge tag 'ata-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds2024-01-261-1/+1
|\ \ \ \ \
| * | | | | ata: libata-sata: improve sysfs description for ATA_LPM_UNKNOWNNiklas Cassel2024-01-221-1/+1
| |/ / / /
* | | | | Merge tag 'spi-fix-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-261-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | spi: Raise limit on number of chip selectsMark Brown2024-01-241-1/+1
| |/ / /
* | | | Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-255-10/+11
|\ \ \ \
| * | | | net/mlx5: Bridge, fix multicast packets sent to uplinkMoshe Shemesh2024-01-242-1/+2
| * | | | net/mlx5: Fix query of sd_group fieldTariq Toukan2024-01-242-3/+8
| * | | | net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed2024-01-241-0/+1
| | |_|/ | |/| |
| * | | udp: fix busy pollingEric Dumazet2024-01-211-6/+0
* | | | exec: Distinguish in_execve from in_execKees Cook2024-01-241-1/+1
| |/ / |/| |
* | | Merge tag 'header_cleanup-2024-01-20' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-211-6/+6
|\ \ \
| * | | spinlock: Fix failing build for PREEMPT_RTLeonardo Bras2024-01-151-6/+6
* | | | Merge tag 'strlcpy-removal-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-01-192-54/+0
|\ \ \ \
| * | | | string: Remove strlcpy()Kees Cook2024-01-192-54/+0
* | | | | Merge tag 'devicetree-for-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-01-192-6/+3
|\ \ \ \ \
| * | | | | of: Stop circularly including of_device.h and of_platform.hRob Herring2024-01-192-6/+3
* | | | | | Merge tag 'for-v6.8-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2024-01-191-0/+1
|\ \ \ \ \ \
| * | | | | | power: supply: bq27xxx: Stop and start delayed work in suspend and resumeMarek Vasut2023-11-151-0/+1