summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-09-09net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean
2022-09-09net: mscc: ocelot: minimize definitions for statsVladimir Oltean
2022-09-09net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean
2022-09-09net: mscc: ocelot: add support for all sorts of standardized counters present...Vladimir Oltean
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean
2022-09-09net: dsa: felix: check the 32-bit PSFP stats against overflowVladimir Oltean
2022-09-09net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean
2022-09-09net: dsa: felix: add definitions for the stream filter countersVladimir Oltean
2022-09-09sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou
2022-09-09sched/psi: Cache parent psi_group to speed up group iterationChengming Zhou
2022-09-09sched/psi: Consolidate cgroup_psi()Chengming Zhou
2022-09-09sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou
2022-09-09sched/psi: Remove NR_ONCPU task accountingJohannes Weiner
2022-09-09sched/psi: Move private helpers to sched/stats.hChengming Zhou
2022-09-09Merge branch 'driver-core/driver-core-next'Peter Zijlstra
2022-09-09termios: get rid of non-UAPI asm/termios.hAl Viro
2022-09-09termios: convert the last (sparc) INIT_C_CC to arrayAl Viro
2022-09-09make generic INIT_C_CC a bit more genericAl Viro
2022-09-09termios: consolidate values for VDISCARD in INIT_C_CCAl Viro
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hAl Viro
2022-09-09termios: uninline conversion helpersAl Viro
2022-09-09iommu/dma: Make header privateRobin Murphy
2022-09-09net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao
2022-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2022-09-09resource: add define macro for register address resourcesColin Foster
2022-09-09mfd: ocelot: Add helper to get regmap from a resourceColin Foster
2022-09-08Bluetooth: Fix HCIGETDEVINFO regressionLuiz Augusto von Dentz
2022-09-08perf: RISC-V: exclude invalid pmu counters from SBI callsSergey Matyukevich
2022-09-08vfio: Introduce the DMA logging feature supportYishai Hadas
2022-09-08vfio: Add an IOVA bitmap supportJoao Martins
2022-09-08vfio: Introduce DMA logging uAPIsYishai Hadas
2022-09-08dt-bindings: leds: Expand LED_COLOR_ID definitionsOlliver Schinagl
2022-09-08Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-09-08Merge remote-tracking branch 'mlx5/mlx5-vfio' into v6.1/vfio/nextAlex Williamson
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-08spi: Group cs_change and cs_off flags together in struct spi_transferAndy Shevchenko
2022-09-08Merge tag 'scmi-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann
2022-09-08Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-09-08fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds
2022-09-08firmware: arm_ffa: Split up ffa_ops into info, message and memory operationsSudeep Holla
2022-09-08firmware: arm_ffa: Set up 32bit execution mode flag using partiion propertySudeep Holla
2022-09-08firmware: arm_ffa: Add v1.1 get_partition_info supportSudeep Holla
2022-09-08firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsSudeep Holla
2022-09-08firmware: arm_ffa: Make memory apis ffa_device independentSudeep Holla
2022-09-08firmware: arm_ffa: Remove ffa_dev_ops_get()Sudeep Holla
2022-09-08firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_devSudeep Holla
2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi
2022-09-07fortify: Add run-time WARN for cross-field memcpy()Kees Cook
2022-09-07fortify: Use SIZE_MAX instead of (size_t)-1Kees Cook
2022-09-07fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCALKees Cook