aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King1-2/+3
2022-10-01cpumask: fix checking valid cpu rangeYury Norov1-11/+8
2022-10-01lib/find: optimize for_each() macrosYury Norov1-31/+25
2022-10-01lib/bitmap: introduce for_each_set_bit_wrap() macroYury Norov2-4/+41
2022-10-01lib/find_bit: add find_next{,_and}_bit_wrapYury Norov1-0/+46
2022-10-01cpumask: switch for_each_cpu{,_not} to use for_each_bit()Yury Norov2-9/+8
2022-10-01net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}Yury Norov1-6/+4
2022-09-30clkdev: Remove never used devm_clk_release_clkdev()Andy Shevchenko1-2/+0
2022-09-30clk: Remove never used devm_of_clk_del_provider()Andy Shevchenko1-2/+2
2022-09-30of: base: make of_device_compatible_match() accept const device nodeDmitry Torokhov1-2/+2
2022-09-30Merge branches 'acpi-scan', 'acpi-bus' and 'acpi-platform'Rafael J. Wysocki1-5/+7
2022-09-30Merge branches 'acpi-resource' and 'acpi-pm'Rafael J. Wysocki1-0/+1
2022-09-30Merge branch 'acpi-dev'Rafael J. Wysocki1-1/+6
2022-09-30thermal: core: Increase maximum number of trip pointsSumeet Pawnikar1-2/+0
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski2-0/+2
2022-09-30net/mlx5e: xsk: Use KSM for unaligned XSKMaxim Mikityanskiy1-0/+6
2022-09-30net/mlx5e: Use runtime page_shift for striding RQMaxim Mikityanskiy1-0/+2
2022-09-30block: add blk_rq_map_user_ioAnuj Gupta1-0/+2
2022-09-30io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta1-1/+1
2022-09-30io_uring: add io_uring_cmd_import_fixedAnuj Gupta1-0/+8
2022-09-30block: allow end_io based requests in the completion batch handlingJens Axboe1-1/+2
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-1/+6
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe6-4/+15
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe12-22/+44
2022-09-30counter: Introduce the COUNTER_COMP_ARRAY component typeWilliam Breathitt Gray1-0/+134
2022-09-30counter: Introduce the Count capture componentWilliam Breathitt Gray1-0/+3
2022-09-30counter: Introduce the Signal polarity componentWilliam Breathitt Gray1-0/+10
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell1-1/+1
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert1-14/+9
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner1-4/+5
2022-09-29fs/buffer: make submit_bh & submit_bh_wbc return type as voidRitesh Harjani (IBM)1-1/+1
2022-09-29net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean1-0/+1
2022-09-29net: skb: introduce and use a single page frag cachePaolo Abeni1-0/+1
2022-09-29clk: fixed-rate: add devm_clk_hw_register_fixed_rateDmitry Baryshkov1-8/+21
2022-09-29clk: asm9260: use parent index to link the reference clockDmitry Baryshkov1-0/+21
2022-09-29binfmt: remove taso from linux_binprm structLukas Bulwahn1-3/+0
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-51/+29
2022-09-29prandom: make use of smaller types in prandom_u32_maxJason A. Donenfeld1-6/+11
2022-09-29random: add 8-bit and 16-bit batchesJason A. Donenfeld1-0/+2
2022-09-29random: split initialization into early step and later stepJason A. Donenfeld1-1/+2
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau1-0/+6
2022-09-29bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampolineMartin KaFai Lau1-0/+4
2022-09-29Merge branch irq/misc-6.1 into irq/irqchip-nextMarc Zyngier1-2/+4
2022-09-29regulator: gpio: Add input_supply support in gpio_regulator_configJerome Neanne1-0/+2
2022-09-29tracing/user_events: Use bits vs bytes for enabled status page dataBeau Belgrave1-12/+3
2022-09-29block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav1-0/+9
2022-09-29printk: Declare log_wait properlyThomas Gleixner1-0/+3
2022-09-29printk: Make pr_flush() staticThomas Gleixner1-7/+0
2022-09-29Merge tag 'ata-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libataLinus Torvalds1-2/+2
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra39-71/+194