summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-12statx: add direct I/O alignment informationEric Biggers2-1/+5
2022-09-12mm/memory-failure: fix detection of memory_failure() handlersDan Williams1-0/+5
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie8-107/+192
2022-09-11Merge tag 'iommu-fixes-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+3
2022-09-11power: supply: Explain maintenance chargingLinus Walleij1-6/+42
2022-09-11iommu/vt-d: Fix possible recursive locking in intel_iommu_init()Lu Baolu1-1/+3
2022-09-11bpf: Add verifier support for custom callback return rangeDave Marchevsky1-0/+1
2022-09-11bpf: Add support for writing to nf_conn:markDaniel Xu1-0/+23
2022-09-11bpf: Add stub for btf_struct_access()Daniel Xu1-0/+9
2022-09-10ACPI: resource: Add helper function acpi_dev_get_memory_resources()Heikki Krogerus1-0/+1
2022-09-10Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...Linus Torvalds1-5/+0
2022-09-10spi: Merge tag 'v6.0-rc4' into spi-6.1Mark Brown18-40/+61
2022-09-10asm-generic: Remove empty #ifdef SA_RESTORERChristophe Leroy1-2/+0
2022-09-10Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-5/+2
2022-09-09Bluetooth: Fix HCIGETDEVINFO regressionLuiz Augusto von Dentz1-2/+0
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6
2022-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-9/+10
2022-09-09Merge tag 'drm-fixes-2022-09-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-2/+7
2022-09-09Merge tag 'linux-kselftest-kunit-fixes-6.0-rc5' of git://git.kernel.org/pub/s...Linus Torvalds1-3/+3
2022-09-09ASoC: SOF: ipc4: Add macro to get core ID from log buffer status messagePeter Ujfalusi1-0/+5
2022-09-09dt-bindings: power: add power-domain header for rk3588Finley Xiao1-0/+69
2022-09-09ACPI: s2idle: Add a new ->check() callback for platform_s2idle_opsMario Limonciello2-0/+2
2022-09-09Merge tag 'drm-misc-fixes-2022-09-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-2/+7
2022-09-09drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld1-2/+3
2022-09-09Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus 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...Vladimir 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