summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-02-21module: Extend the preempt disabled section in dereference_symbol_descriptor().Sebastian Andrzej Siewior1-1/+1
2025-02-21wifi: mac80211: Fix common size calculation for ML elementIlan Peer1-8/+3
2025-02-21mfd: syscon: Add of_syscon_register_regmap() APIPeter Griffin1-0/+8
2025-02-21mfd: syscon: Remove extern from function prototypesPeter Griffin1-14/+11
2025-02-21ax25: rcu protect dev->ax25_ptrEric Dumazet1-1/+1
2025-02-21OPP: Reuse dev_pm_opp_get_freq_indexed()Viresh Kumar1-7/+5
2025-02-21OPP: Add dev_pm_opp_find_freq_exact_indexed()Viresh Kumar1-0/+11
2025-02-21OPP: Introduce dev_pm_opp_get_freq_indexed() APIManivannan Sadhasivam1-0/+7
2025-02-21OPP: Introduce dev_pm_opp_find_freq_{ceil/floor}_indexed() APIsManivannan Sadhasivam1-0/+18
2025-02-21OPP: Rearrange entries in pm_opp.hViresh Kumar1-13/+15
2025-02-21sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra1-0/+1
2025-02-21sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou1-3/+0
2025-02-01seccomp: Stub for !CONFIG_SECCOMPLinus Walleij1-1/+1
2025-01-23hrtimers: Handle CPU state correctly on hotplugKoichiro Den1-0/+1
2025-01-23poll_wait: add mb() to fix theoretical race between waitqueue_active() and .p...Oleg Nesterov1-1/+9
2025-01-17xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionalsArnd Bergmann2-4/+1
2025-01-17bpf: Add MEM_WRITE attributeDaniel Borkmann1-3/+11
2025-01-17sched/task_stack: fix object_is_on_stack() for KASAN tagged pointersQun-Wei Lin1-0/+2
2025-01-09af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet1-3/+13
2025-01-09RDMA/mlx5: Enforce same type port association for multiport RoCEPatrisious Haddad1-0/+6
2025-01-02tracing: Constify string literal data member in struct trace_event_callChristian Göttsche1-1/+1
2025-01-02freezer, sched: Report frozen tasks as 'D' instead of 'R'Chen Ridong1-1/+2
2025-01-02sched/core: Report correct state for TASK_IDLE | TASK_FREEZABLENeilBrown1-2/+2
2025-01-02tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang1-3/+8
2025-01-02mm/vmstat: fix a W=1 clang compiler warningBart Van Assche1-1/+1
2024-12-27epoll: Add synchronous wakeup support for ep_poll_callbackXuewen Yan1-0/+1
2024-12-27io_uring: Fix registered ring file refcount leakJann Horn1-3/+1
2024-12-27Drivers: hv: util: Avoid accessing a ringbuffer not initialized yetMichael Kelley1-0/+1
2024-12-27PCI: Introduce pci_resource_n()Andy Shevchenko1-8/+7
2024-12-19x86/static-call: fix 32-bit buildJuergen Gross1-1/+6
2024-12-19x86/static-call: provide a way to do very early static-call updatesJuergen Gross2-11/+27
2024-12-19net: mscc: ocelot: be resilient to loss of PTP packets during transmissionVladimir Oltean1-0/+1
2024-12-19ptp: kvm: Use decrypted memory in confidential guest on x86Jeremi Piotrowski1-0/+1
2024-12-14PM / devfreq: Fix build issues with devfreq disabledRob Clark1-5/+2
2024-12-14net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann1-4/+26
2024-12-14bpf: Fix helper writes to read-only mapsDaniel Borkmann1-2/+5
2024-12-14arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hintMark Rutland1-28/+2
2024-12-14misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycleParker Newman1-0/+11
2024-12-14PCI: Detect and trust built-in Thunderbolt chipsEsther Shimanovich1-0/+6
2024-12-14leds: class: Protect brightness_show() with led_cdev->led_access mutexMukesh Ojha1-1/+1
2024-12-14mmc: core: Add SD card quirk for broken poweroff notificationKeita Aihara1-0/+1
2024-12-14epoll: annotate racy checkChristian Brauner1-1/+1
2024-12-14scatterlist: fix incorrect func name in kernel-docRandy Dunlap1-1/+1
2024-12-14device property: Introduce device_for_each_child_node_scoped()Jonathan Cameron1-0/+5
2024-12-14device property: Add cleanup.h based fwnode_handle_put() scope based cleanup.Jonathan Cameron1-0/+3
2024-12-14device property: Constify device child node APIsAndy Shevchenko1-6/+6
2024-12-14PCI: endpoint: Use a separate lock for protecting epc->pci_epf listManivannan Sadhasivam1-0/+2
2024-12-14i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIREDFrank Li1-2/+5
2024-12-14i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITSFrank Li1-1/+3
2024-12-14i3c: master: support to adjust first broadcast address speedCarlos Song1-0/+16