summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-05-13bpf,x86: Implement JIT support for stack argumentsYonghong Song
2026-05-13bpf: Prepare architecture JIT support for stack argumentsYonghong Song
2026-05-13bpf: Add precision marking and backtracking for stack argument slotsYonghong Song
2026-05-13bpf: Refactor jmp history to use dedicated spi/frame fieldsYonghong Song
2026-05-13bpf: Support stack arguments for bpf functionsYonghong Song
2026-05-13bpf: Add helper functions for r11-based stack argument insnsYonghong Song
2026-05-13bpf: Convert bpf_get_spilled_reg macro to static inline functionYonghong Song
2026-05-13Merge tag 'ib-mfd-gpio-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Bartosz Golaszewski
2026-05-12stddef: Document designated initializer semantics for __TRAILING_OVERLAP()Gustavo A. R. Silva
2026-05-12dpll: add fractional frequency offset to pin-parent-deviceIvan Vecera
2026-05-12net: constify sk_skb_reason_drop() sock parameterEric Dumazet
2026-05-13Merge patch series "rust: auxiliary: replace drvdata() with registration data"Danilo Krummrich
2026-05-12bpf: Add syscall common attributes support for map_createLeon Hwang
2026-05-12bpf: Add syscall common attributes support for btf_loadLeon Hwang
2026-05-12bpf: Add syscall common attributes support for prog_loadLeon Hwang
2026-05-12bpf: Refactor reporting log_true_size for prog_loadLeon Hwang
2026-05-12bpf: Extend BPF syscall with common attributes supportLeon Hwang
2026-05-12Merge tag 'probes-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-12HID: core: introduce hid_safe_input_report()Benjamin Tissoires
2026-05-12HID: pass the buffer size to hid_report_raw_eventBenjamin Tissoires
2026-05-12firmware: arm_scmi: Introduce all_rates_get clock operationCristian Marussi
2026-05-12firmware: arm_scmi: Make clock rates allocation dynamicCristian Marussi
2026-05-12firmware: arm_scmi: Drop unused clock rate interfacesCristian Marussi
2026-05-12firmware: arm_scmi: Simplify clock rates exposed interfaceCristian Marussi
2026-05-12firmware: arm_scmi: Add clock determine_rate operationCristian Marussi
2026-05-12netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()David Howells
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells
2026-05-12netfs: Fix missing barriers when accessing stream->subrequests locklesslyDavid Howells
2026-05-12ASoC: Add a new SoundWire enumeration helperMark Brown
2026-05-12soundwire: Add a helper function to wait for device initialisationCharles Keepax
2026-05-12gpio: regmap: Support sparsed fixed directionLinus Walleij
2026-05-12rhashtable: give each instance its own lockdep classChristian Brauner
2026-05-12bootconfig: move xbc_snprint_cmdline() to lib/bootconfig.cBreno Leitao
2026-05-11net: mention the convention for .ndo_setup_tc()David Yang
2026-05-11proc: handle subset=pid separately in userns visibility checksAlexey Gladkov
2026-05-11proc: subset=pid: Show /proc/self/net only for CAP_NET_ADMINAlexey Gladkov
2026-05-11fs: move SB_I_USERNS_VISIBLE to FS_USERNS_MOUNT_RESTRICTEDChristian Brauner
2026-05-11fs: RCU-ify filesystems listChristian Brauner
2026-05-11proc: allow to mark /proc files permanent outside of fs/proc/Alexey Dobriyan
2026-05-11fs: allow lockless ->i_count bumps as long as it does not transition 0->1Mateusz Guzik
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik
2026-05-11cgroup/cpuset: Reserve DL bandwidth only for root-domain movesGuopeng Zhang
2026-05-11device property: initialize the remaining fields of fwnode_handle in fwnode_i...Bartosz Golaszewski
2026-05-11platform/x86/intel/vsec: allocate res with intel_vsec_devRosen Penev
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang
2026-05-11bpf: Fix out-of-bounds read in bpf_patch_call_args()Yazhou Tang
2026-05-11tty: add missing tty_driver include to tty_port.hJohan Hovold
2026-05-11memstick: Constify the driver id_tableKrzysztof Kozlowski
2026-05-11serial: core: Add dedicated uart_port field for console flowJohn Ogness
2026-05-11iomap: remove over-strict inline data boundary checkNamjae Jeon