summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-01-31serial: core: fix kernel-doc for uart_port_unlock_irqrestore()Randy Dunlap
2024-01-31x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe
2024-01-31serial: core: Provide port lock wrappersThomas Gleixner
2024-01-31fs/pipe: move check to pipe_has_watch_queue()Max Kellermann
2024-01-31udp: fix busy pollingEric Dumazet
2024-01-31mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla
2024-01-31mm/rmap: fix misplaced parenthesis of a likely()Steven Rostedt (Google)
2024-01-31rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello
2024-01-31lsm: new security_file_ioctl_compat() hookAlfred Piccioni
2024-01-31async: Introduce async_schedule_dev_nocall()Rafael J. Wysocki
2024-01-25netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov
2024-01-25netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov
2024-01-25iio: adc: ad9467: fix scale settingNuno Sa
2024-01-25block: Fix iterating over an empty bio with bio_for_each_folio_allMatthew Wilcox (Oracle)
2024-01-25clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hwThéo Lebrun
2024-01-25block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch
2024-01-25bpf: Defer the free of inner map when necessaryHou Tao
2024-01-25bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
2024-01-25bpf: add percpu stats for bpf_map elements insertions/deletionsAnton Protopopov
2024-01-25rcu-tasks: Provide rcu_trace_implies_rcu_gp()Paul E. McKenney
2024-01-25crypto: hisilicon/qm - add a function to set qm algsWenkai Lin
2024-01-25crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song
2024-01-25of: Add of_property_present() helperRob Herring
2024-01-20jbd2: increase the journal IO's priorityZhang Yi
2024-01-20wifi: avoid offset calculation on NULL pointerMichael-CY Lee
2024-01-10genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei
2024-01-10bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend
2024-01-10filemap: add a per-mapping stable writes flagChristoph Hellwig
2024-01-10mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2024-01-10f2fs: convert to use bitmap APIYangtao Li
2024-01-10bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko
2024-01-10bpf: decouple prune and jump pointsAndrii Nakryiko
2024-01-10udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet
2024-01-10udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet
2024-01-10udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet
2024-01-10udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet
2024-01-10udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet
2024-01-10udp: introduce udp->udp_flagsEric Dumazet
2024-01-10splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells
2024-01-10net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells
2024-01-10bpf, x64: Fix tailcall infinite loopLeon Hwang
2024-01-05kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa
2024-01-05device property: Allow const parameter to dev_fwnode()Andy Shevchenko
2024-01-05spi: Constify spi parameters of chip select APIsGeert Uytterhoeven
2024-01-05block: renumber QUEUE_FLAG_HW_WCChristoph Hellwig
2024-01-05spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiodAmit Kumar Mahapatra
2024-01-05linux/export: Ensure natural alignment of kcrctab arrayHelge Deller
2024-01-05spi: Introduce spi_get_device_match_data() helperAndy Shevchenko
2024-01-05ksmbd: fix racy issue from using ->d_parent and ->d_nameNamjae Jeon
2024-01-05fs: introduce lock_rename_child() helperAl Viro