summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-01-23hrtimers: Handle CPU state correctly on hotplugKoichiro Den
2025-01-23poll_wait: add mb() to fix theoretical race between waitqueue_active() and .p...Oleg Nesterov
2025-01-17xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionalsArnd Bergmann
2025-01-17bpf: Add MEM_WRITE attributeDaniel Borkmann
2025-01-17sched/task_stack: fix object_is_on_stack() for KASAN tagged pointersQun-Wei Lin
2025-01-09af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet
2025-01-09RDMA/mlx5: Enforce same type port association for multiport RoCEPatrisious Haddad
2025-01-02tracing: Constify string literal data member in struct trace_event_callChristian Göttsche
2025-01-02freezer, sched: Report frozen tasks as 'D' instead of 'R'Chen Ridong
2025-01-02sched/core: Report correct state for TASK_IDLE | TASK_FREEZABLENeilBrown
2025-01-02tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang
2025-01-02mm/vmstat: fix a W=1 clang compiler warningBart Van Assche
2024-12-27epoll: Add synchronous wakeup support for ep_poll_callbackXuewen Yan
2024-12-27io_uring: Fix registered ring file refcount leakJann Horn
2024-12-27Drivers: hv: util: Avoid accessing a ringbuffer not initialized yetMichael Kelley
2024-12-27PCI: Introduce pci_resource_n()Andy Shevchenko
2024-12-19x86/static-call: fix 32-bit buildJuergen Gross
2024-12-19x86/static-call: provide a way to do very early static-call updatesJuergen Gross
2024-12-19net: mscc: ocelot: be resilient to loss of PTP packets during transmissionVladimir Oltean
2024-12-19ptp: kvm: Use decrypted memory in confidential guest on x86Jeremi Piotrowski
2024-12-14PM / devfreq: Fix build issues with devfreq disabledRob Clark
2024-12-14net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann
2024-12-14bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-12-14arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hintMark Rutland
2024-12-14misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycleParker Newman
2024-12-14PCI: Detect and trust built-in Thunderbolt chipsEsther Shimanovich
2024-12-14leds: class: Protect brightness_show() with led_cdev->led_access mutexMukesh Ojha
2024-12-14mmc: core: Add SD card quirk for broken poweroff notificationKeita Aihara
2024-12-14epoll: annotate racy checkChristian Brauner
2024-12-14scatterlist: fix incorrect func name in kernel-docRandy Dunlap
2024-12-14device property: Introduce device_for_each_child_node_scoped()Jonathan Cameron
2024-12-14device property: Add cleanup.h based fwnode_handle_put() scope based cleanup.Jonathan Cameron
2024-12-14device property: Constify device child node APIsAndy Shevchenko
2024-12-14PCI: endpoint: Use a separate lock for protecting epc->pci_epf listManivannan Sadhasivam
2024-12-14i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIREDFrank Li
2024-12-14i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITSFrank Li
2024-12-14i3c: master: support to adjust first broadcast address speedCarlos Song
2024-12-14i3c: master: fix kernel-doc check warningFrank Li
2024-12-14i3c: master: add enable(disable) hot join in sys entryFrank Li
2024-12-14i3c: Make i3c_master_unregister() return voidUwe Kleine-König
2024-12-14driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode linkSaravana Kannan
2024-12-14util_macros.h: fix/rework find_closest() macrosAlexandru Ardelean
2024-12-14block: return unsigned int from bdev_io_minChristoph Hellwig
2024-12-14locking/lockdep: Avoid creating new name string literals in lockdep_set_subcl...Ahmed Ehab
2024-12-14dma: allow dma_get_cache_alignment() to be overridden by the arch codeCatalin Marinas
2024-12-14mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGNCatalin Marinas
2024-12-14crypto: api - Add crypto_tfm_getHerbert Xu
2024-12-14netpoll: Use rcu_access_pointer() in netpoll_poll_lockBreno Leitao
2024-12-14sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet
2024-12-14sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet