summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-02-05mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver
2024-02-05PCI: add INTEL_HDA_ARL to pci_ids.hPierre-Louis Bossart
2024-02-05minmax: relax check to allow comparison between unsigned arguments and signed...David Laight
2024-02-05minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight
2024-02-05minmax: fix indentation of __cmp_once() and __clamp_once()David Laight
2024-02-05minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight
2024-02-05minmax: add umin(a, b) and umax(a, b)David Laight
2024-02-05minmax: fix header inclusionsAndy Shevchenko
2024-02-05minmax: deduplicate __unconst_integer_typeof()Andy Shevchenko
2024-02-05arch: consolidate arch_irq_work_raise prototypesArnd Bergmann
2024-02-05thermal: core: Fix thermal zone suspend-resume synchronizationRafael J. Wysocki
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-31bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2024-01-31net/mlx5: Bridge, fix multicast packets sent to uplinkMoshe Shemesh
2024-01-31net/mlx5: Bridge, Enable mcast in smfs steering modeErez Shitrit
2024-01-31udp: fix busy pollingEric Dumazet
2024-01-31bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman
2024-01-31bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman
2024-01-31bpf: correct loop detection for iterators convergenceEduard Zingerman
2024-01-31bpf: exact states comparison for iterator convergence checksEduard Zingerman
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-31mtd: rawnand: Prevent crossing LUN boundaries during sequential readsMiquel Raynal
2024-01-31async: Introduce async_schedule_dev_nocall()Rafael J. Wysocki
2024-01-31net: stmmac: Tx coe sw fallbackRohan G Thomas
2024-01-31soundwire: bus: introduce controller_idPierre-Louis Bossart
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-25net: add more sanity check in virtio_net_hdr_to_skb()Eric Dumazet
2024-01-25bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIsManivannan Sadhasivam
2024-01-25bus: mhi: ep: Use slab allocator where applicableManivannan Sadhasivam
2024-01-25iio: adc: ad9467: fix scale settingNuno Sa
2024-01-25PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource()Andy Shevchenko
2024-01-25srcu: Use try-lock lockdep annotation for NMI-safe access.Sebastian Andrzej Siewior
2024-01-25block: Fix iterating over an empty bio with bio_for_each_folio_allMatthew Wilcox (Oracle)
2024-01-25gpiolib: provide gpio_device_find()Bartosz Golaszewski
2024-01-25gpiolib: make gpio_device_get() and gpio_device_put() publicBartosz Golaszewski
2024-01-25clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hwThéo Lebrun
2024-01-25bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao
2024-01-25virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov
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-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-20driver core: Add a guard() definition for the device_lock()Dan Williams