summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-10-03Merge branches 'pm-cpuidle', 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki
2022-10-03Merge branch 'acpi-uid'Rafael J. Wysocki
2022-10-03Merge tag 'rcu.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet
2022-10-03net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modulesMarek Behún
2022-10-03net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY releaseMarek Behún
2022-10-03net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYsMarek Behún
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King
2022-10-01cpumask: fix checking valid cpu rangeYury Norov
2022-10-01lib/find: optimize for_each() macrosYury Norov
2022-10-01lib/bitmap: introduce for_each_set_bit_wrap() macroYury Norov
2022-10-01lib/find_bit: add find_next{,_and}_bit_wrapYury Norov
2022-10-01cpumask: switch for_each_cpu{,_not} to use for_each_bit()Yury Norov
2022-10-01net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}Yury Norov
2022-09-30clkdev: Remove never used devm_clk_release_clkdev()Andy Shevchenko
2022-09-30clk: Remove never used devm_of_clk_del_provider()Andy Shevchenko
2022-09-30of: base: make of_device_compatible_match() accept const device nodeDmitry Torokhov
2022-09-30Merge branches 'acpi-scan', 'acpi-bus' and 'acpi-platform'Rafael J. Wysocki
2022-09-30Merge branches 'acpi-resource' and 'acpi-pm'Rafael J. Wysocki
2022-09-30Merge branch 'acpi-dev'Rafael J. Wysocki
2022-09-30thermal: core: Increase maximum number of trip pointsSumeet Pawnikar
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-09-30net/mlx5e: xsk: Use KSM for unaligned XSKMaxim Mikityanskiy
2022-09-30net/mlx5e: Use runtime page_shift for striding RQMaxim Mikityanskiy
2022-09-30block: add blk_rq_map_user_ioAnuj Gupta
2022-09-30io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta
2022-09-30io_uring: add io_uring_cmd_import_fixedAnuj Gupta
2022-09-30block: allow end_io based requests in the completion batch handlingJens Axboe
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe
2022-09-30counter: Introduce the COUNTER_COMP_ARRAY component typeWilliam Breathitt Gray
2022-09-30counter: Introduce the Count capture componentWilliam Breathitt Gray
2022-09-30counter: Introduce the Signal polarity componentWilliam Breathitt Gray
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner
2022-09-29fs/buffer: make submit_bh & submit_bh_wbc return type as voidRitesh Harjani (IBM)
2022-09-29net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean
2022-09-29net: skb: introduce and use a single page frag cachePaolo Abeni
2022-09-29clk: fixed-rate: add devm_clk_hw_register_fixed_rateDmitry Baryshkov
2022-09-29clk: asm9260: use parent index to link the reference clockDmitry Baryshkov
2022-09-29binfmt: remove taso from linux_binprm structLukas Bulwahn
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-29prandom: make use of smaller types in prandom_u32_maxJason A. Donenfeld
2022-09-29random: add 8-bit and 16-bit batchesJason A. Donenfeld
2022-09-29random: split initialization into early step and later stepJason A. Donenfeld
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau
2022-09-29bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampolineMartin KaFai Lau
2022-09-29Merge branch irq/misc-6.1 into irq/irqchip-nextMarc Zyngier