aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-09Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2022-09-09net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean1-0/+95
2022-09-09net: mscc: ocelot: minimize definitions for statsVladimir Oltean1-0/+11
2022-09-09net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean1-1/+1
2022-09-09net: mscc: ocelot: add support for all sorts of standardized counters present in DSAVladimir Oltean1-0/+11
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean1-0/+2
2022-09-09net: dsa: felix: check the 32-bit PSFP stats against overflowVladimir Oltean1-0/+3
2022-09-09net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean1-3/+6
2022-09-09net: dsa: felix: add definitions for the stream filter countersVladimir Oltean1-1/+4
2022-09-09sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou3-0/+8
2022-09-09sched/psi: Cache parent psi_group to speed up group iterationChengming Zhou1-0/+2
2022-09-09sched/psi: Consolidate cgroup_psi()Chengming Zhou2-5/+6
2022-09-09sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou1-2/+8
2022-09-09sched/psi: Remove NR_ONCPU task accountingJohannes Weiner1-9/+7
2022-09-09sched/psi: Move private helpers to sched/stats.hChengming Zhou1-4/+0
2022-09-09Merge branch 'driver-core/driver-core-next'Peter Zijlstra3-2/+4
2022-09-09termios: get rid of non-UAPI asm/termios.hAl Viro3-9/+2
2022-09-09termios: convert the last (sparc) INIT_C_CC to arrayAl Viro1-2/+8
2022-09-09make generic INIT_C_CC a bit more genericAl Viro1-1/+14
2022-09-09termios: consolidate values for VDISCARD in INIT_C_CCAl Viro1-1/+1
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hAl Viro3-41/+30
2022-09-09termios: uninline conversion helpersAl Viro2-150/+14
2022-09-09iommu/dma: Make header privateRobin Murphy1-53/+0
2022-09-09net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao1-0/+1
2022-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2-0/+3
2022-09-09resource: add define macro for register address resourcesColin Foster1-0/+5
2022-09-09mfd: ocelot: Add helper to get regmap from a resourceColin Foster1-0/+62
2022-09-08Bluetooth: Fix HCIGETDEVINFO regressionLuiz Augusto von Dentz1-2/+0
2022-09-08perf: RISC-V: exclude invalid pmu counters from SBI callsSergey Matyukevich1-1/+1
2022-09-08vfio: Introduce the DMA logging feature supportYishai Hadas1-2/+26
2022-09-08vfio: Add an IOVA bitmap supportJoao Martins1-0/+26
2022-09-08vfio: Introduce DMA logging uAPIsYishai Hadas1-0/+86
2022-09-08dt-bindings: leds: Expand LED_COLOR_ID definitionsOlliver Schinagl1-1/+6
2022-09-08Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-0/+2
2022-09-08Merge remote-tracking branch 'mlx5/mlx5-vfio' into v6.1/vfio/nextAlex Williamson20-41/+152
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni18-33/+158
2022-09-08spi: Group cs_change and cs_off flags together in struct spi_transferAndy Shevchenko1-2/+2
2022-09-08Merge tag 'scmi-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixesArnd Bergmann2-17/+17
2022-09-08Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds9-9/+112
2022-09-08fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds1-0/+11
2022-09-08firmware: arm_ffa: Split up ffa_ops into info, message and memory operationsSudeep Holla1-1/+13
2022-09-08firmware: arm_ffa: Set up 32bit execution mode flag using partiion propertySudeep Holla1-0/+2
2022-09-08firmware: arm_ffa: Add v1.1 get_partition_info supportSudeep Holla1-0/+1
2022-09-08firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsSudeep Holla1-4/+4
2022-09-08firmware: arm_ffa: Make memory apis ffa_device independentSudeep Holla1-4/+2
2022-09-08firmware: arm_ffa: Remove ffa_dev_ops_get()Sudeep Holla1-6/+0
2022-09-08firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_devSudeep Holla1-2/+5
2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi1-0/+21
2022-09-07fortify: Add run-time WARN for cross-field memcpy()Kees Cook1-3/+67
2022-09-07fortify: Use SIZE_MAX instead of (size_t)-1Kees Cook1-14/+15