summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-01-09Revert "bpf: support non-r10 register spill/fill to/from stack in precision t...Shung-Hsi Yu1-27/+4
2025-01-09seq_buf: Make DECLARE_SEQ_BUF() usableNathan Lynch1-2/+1
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-09tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt1-1/+5
2025-01-09seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook1-4/+17
2025-01-09tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2-4/+3
2025-01-09cleanup: Remove address space of returned pointerUros Bizjak1-2/+2
2025-01-09usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flagXu Yang1-0/+1
2025-01-09usb: chipidea: add CI_HDRC_FORCE_VBUS_ACTIVE_ALWAYS flagTomer Maimon1-0/+1
2025-01-09cleanup: Adjust scoped_guard() macros to avoid potential warningPrzemek Kitszel1-10/+42
2025-01-09cleanup: Add conditional guard supportPeter Zijlstra4-8/+70
2025-01-09NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni1-0/+1
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/task_stack: fix object_is_on_stack() for KASAN tagged pointersQun-Wei Lin1-0/+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
2025-01-02ceph: try to allocate a smaller extent map for sparse readXiubo Li1-2/+5
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-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-19bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()Jann Horn1-8/+5
2024-12-14sched: Unify runtime accounting across classesPeter Zijlstra1-1/+1
2024-12-14sched/headers: Move 'struct sched_param' out of uapi, to work around glibc/mu...Kir Kolyshkin1-1/+4
2024-12-14sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T1-0/+3
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-14fanotify: allow reporting errors on failure to open fdAmir Goldstein1-0/+1
2024-12-14mmc: core: Add SD card quirk for broken poweroff notificationKeita Aihara1-0/+1
2024-12-14HID: add per device quirk to force bind to hid-genericBenjamin Tissoires1-0/+2
2024-12-14epoll: annotate racy checkChristian Brauner1-1/+1
2024-12-14scatterlist: fix incorrect func name in kernel-docRandy Dunlap1-1/+1
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
2024-12-14i3c: master: fix kernel-doc check warningFrank Li1-0/+3
2024-12-14i3c: master: add enable(disable) hot join in sys entryFrank Li1-0/+5
2024-12-14driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode linkSaravana Kannan1-0/+2
2024-12-14platform/x86: asus-wmi: add support for vivobook fan profilesMohamed Ghanmi1-0/+1
2024-12-09util_macros.h: fix/rework find_closest() macrosAlexandru Ardelean1-16/+40
2024-12-09Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada3-6/+6
2024-12-09Rename .data.unlikely to .data..unlikelyMasahiro Yamada1-1/+1
2024-12-09init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada1-5/+9
2024-12-09block: return unsigned int from bdev_io_minChristoph Hellwig1-1/+1
2024-12-09Compiler Attributes: disable __counted_by for clang < 19.1.3Jan Hendrik Farr2-13/+19