summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
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-19bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()Jann Horn
2024-12-14sched: Unify runtime accounting across classesPeter Zijlstra
2024-12-14sched/headers: Move 'struct sched_param' out of uapi, to work around glibc/mu...Kir Kolyshkin
2024-12-14sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T
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-14fanotify: allow reporting errors on failure to open fdAmir Goldstein
2024-12-14mmc: core: Add SD card quirk for broken poweroff notificationKeita Aihara
2024-12-14HID: add per device quirk to force bind to hid-genericBenjamin Tissoires
2024-12-14epoll: annotate racy checkChristian Brauner
2024-12-14scatterlist: fix incorrect func name in kernel-docRandy Dunlap
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-14driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode linkSaravana Kannan
2024-12-14platform/x86: asus-wmi: add support for vivobook fan profilesMohamed Ghanmi
2024-12-09util_macros.h: fix/rework find_closest() macrosAlexandru Ardelean
2024-12-09Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada
2024-12-09Rename .data.unlikely to .data..unlikelyMasahiro Yamada
2024-12-09init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada
2024-12-09block: return unsigned int from bdev_io_minChristoph Hellwig
2024-12-09Compiler Attributes: disable __counted_by for clang < 19.1.3Jan Hendrik Farr
2024-12-09locking/lockdep: Avoid creating new name string literals in lockdep_set_subcl...Ahmed Ehab
2024-12-09netpoll: Use rcu_access_pointer() in netpoll_poll_lockBreno Leitao
2024-12-09sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet
2024-12-09sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet
2024-12-09virtchnl: Add CRC stripping capabilityPaul M Stillwell Jr
2024-12-09of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif
2024-12-09kcsan, seqlock: Fix incorrect assumption in read_seqbegin()Marco Elver
2024-12-09kcsan, seqlock: Support seqcount_latch_tMarco Elver
2024-12-09time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda
2024-12-09crypto: hisilicon/qm - disable same error report before resettingWeili Qian
2024-12-09bpf: support non-r10 register spill/fill to/from stack in precision trackingAndrii Nakryiko
2024-11-22mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes
2024-11-22mm: refactor map_deny_write_exec()Lorenzo Stoakes
2024-11-22mm/damon/core: implement scheme-specific apply intervalSeongJae Park
2024-11-22net: Make copy_safe_from_sockptr() match documentationMichal Luczaj
2024-11-14signal: restore the override_rlimit logicRoman Gushchin
2024-11-14arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hintMark Rutland
2024-11-14posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on cloneBenjamin Segall
2024-11-08mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang
2024-11-08x86/traps: Enable UBSAN traps on x86Gatlin Newhouse
2024-11-08cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams
2024-11-08rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney