summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-16tracing/synthetic: Use union instead of castsSven Schnelle1-0/+11
2023-08-16vfio/pds: Add support for dirty page trackingBrett Creeley1-0/+178
2023-08-16vfio/pds: Add VFIO live migration supportBrett Creeley1-0/+197
2023-08-16vfio/pds: register with the pds_core PFBrett Creeley1-1/+2
2023-08-16pds_core: Require callers of register/unregister to pass PF drvdataBrett Creeley1-2/+4
2023-08-16vfio: Commonize combine_ranges for use in other VFIO driversBrett Creeley1-0/+3
2023-08-16virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin1-15/+24
2023-08-16virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin1-22/+35
2023-08-16virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1Alexander Lobakin1-8/+23
2023-08-16riscv: Prepare for user-space perf event mmap supportAlexandre Ghiti1-0/+4
2023-08-16drivers: perf: Rename riscv pmu sbi driverAlexandre Ghiti1-1/+1
2023-08-16include: riscv: Fix wrong include guard in riscv_pmu.hAlexandre Ghiti1-3/+3
2023-08-16perf: Fix wrong comment about default event_idxAlexandre Ghiti1-1/+2
2023-08-16regulator: Get Synquacer testing workingMark Brown25-105/+150
2023-08-16perf/hw_breakpoint: Remove arch breakpoint hooksBenjamin Gray1-3/+0
2023-08-16counter: Declare counter_priv() to be constUwe Kleine-König1-1/+1
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee1-13/+51
2023-08-16net-memcg: Fix scope of sockmem pressure indicatorsAbel Wu1-2/+7
2023-08-16fuse: add STATX requestMiklos Szeredi1-0/+52
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu1-1/+7
2023-08-16Merge tag 'nf-23-08-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...David S. Miller1-0/+1
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet1-6/+4
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2-5/+4
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet4-6/+6
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet2-3/+5
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet1-2/+3
2023-08-16inet: introduce inet->inet_flagsEric Dumazet1-11/+44
2023-08-16dt-bindings: rcc: stm32: add STM32MP13 SCMI regulators IDsEtienne Carriere1-0/+42
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-0/+1
2023-08-16Merge tag 'mlx5-updates-2023-08-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski3-113/+3
2023-08-16sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctlJoel Granados1-1/+1
2023-08-16networking: Update to register_net_sysctl_szJoel Granados1-0/+2
2023-08-16sysctl: Add size to register_net_sysctl functionJoel Granados1-4/+6
2023-08-16sysctl: Add size arg to __register_sysctl_initJoel Granados1-2/+3
2023-08-16sysctl: Add size to register_sysctlJoel Granados1-2/+8
2023-08-16sysctl: Add a size arg to __register_sysctl_tableJoel Granados1-1/+1
2023-08-16sysctl: Add ctl_table_size to ctl_table_headerJoel Granados1-2/+12
2023-08-16netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal1-0/+1
2023-08-16genetlink: add genlmsg_iput() APIJakub Kicinski1-1/+53
2023-08-16genetlink: add a family pointer to struct genl_infoJakub Kicinski1-2/+2
2023-08-16genetlink: use attrs from struct genl_infoJakub Kicinski1-1/+0
2023-08-16list: Introduce CONFIG_LIST_HARDENEDMarco Elver1-6/+58
2023-08-16list_debug: Introduce inline wrappers for debug checksMarco Elver1-4/+33
2023-08-16compiler_types: Introduce the Clang __preserve_most function attributeMarco Elver1-0/+28