aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-11-04Merge tag 'mtk-soc-for-v6.13' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2-0/+39
2024-11-04rust: add tracepoint supportAlice Ryhl1-1/+27
2024-11-04bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi1-0/+6
2024-11-04bpf: Move btf_type_is_struct_ptr() under CONFIG_BPF_SYSCALLAlistair Francis1-11/+10
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-18/+3
2024-11-04nfs_common: fix localio to cope with racing nfs_local_probe()Mike Snitzer1-1/+2
2024-11-04Merge tag 'zynqmp-soc-for-6.13' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann1-7/+32
2024-11-04Merge tag 'qcom-drivers-fixes-for-6.12' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann1-0/+2
2024-11-04net: enetc: add initial netc-blk-ctrl driver supportWei Fang1-0/+19
2024-11-04net/mlx5: Introduce data placement ordering bitsEdward Srouji1-6/+17
2024-11-04Merge tag 'v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski30-39/+217
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie34-57/+246
2024-11-03soc: qcom: llcc: add support for SAR2130P and SAR1130PDmitry Baryshkov1-0/+12
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos1-1/+1
2024-11-03dim: make dim_calc_stats() inputs const pointersCaleb Sander Mateos1-1/+2
2024-11-03iio: events: make IIO_EVENT_CODE macro privateDavid Lechner1-6/+9
2024-11-03iio: events.h: add event identifier macros for differential channelJulien Stephan1-2/+16
2024-11-03iio: fix write_event_config signatureJulien Stephan1-1/+1
2024-11-03iio: hid-sensors: Add proximity and attention IDsRicardo Ribalda1-0/+2
2024-11-03iio: Mark iio_dev::priv member with __privateAndy Shevchenko1-2/+2
2024-11-03Merge tag 'mm-hotfixes-stable-2024-11-03-10-50' of git://git.kernel.org/pub/s...Linus Torvalds4-10/+22
2024-11-03pwm: core: export pwm_get_state_hw()David Lechner1-0/+6
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-1/+1
2024-11-03mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao1-2/+3
2024-11-03mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL statsYu Zhao1-2/+0
2024-11-03Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+9
2024-11-03Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+8
2024-11-03compiler_types: Add noinline_for_tracing annotationYafang Shao1-0/+6
2024-11-03dpll: add clock quality level attribute and opJiri Pirko1-0/+4
2024-11-03deal with the last remaing boolean uses of fd_file()Al Viro1-1/+1
2024-11-03introduce "fd_pos" class, convert fdget_pos() users to it.Al Viro1-0/+1
2024-11-03switch netlink_getsockbyfilp() to taking descriptorAl Viro1-1/+1
2024-11-03net/socket.c: switch to CLASS(fd)Al Viro1-6/+0
2024-11-02Input: fix regression when re-registering input handlersDmitry Torokhov1-1/+9
2024-11-02io_uring: add support for hybrid IOPOLLhexue1-2/+17
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe1-8/+7
2024-11-02io_uring/rsrc: get rid of io_rsrc_node allocation cacheJens Axboe1-3/+0
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe1-7/+3
2024-11-02i3c: Document I3C_ADDR_SLOT_EXT_STATUS_MASKAlexandre Belloni1-0/+1
2024-11-02crypto: hisilicon/qm - disable same error report before resettingWeili Qian1-1/+7
2024-11-02crypto: hisilicon - support querying the capability registerQi Tao1-0/+15
2024-11-02timekeeping: Remove CONFIG_DEBUG_TIMEKEEPINGThomas Gleixner1-16/+0
2024-11-01Merge tag 'cxl-fixes-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2024-11-01bpf: decouple BPF link/attach hook and BPF program sleepable semanticsAndrii Nakryiko1-2/+18
2024-11-01tracing: Add might_fault() check in __DECLARE_TRACE_SYSCALLMathieu Desnoyers1-0/+1
2024-11-01tracing: Introduce tracepoint_is_faultable()Mathieu Desnoyers2-0/+26
2024-11-01tracing: Introduce tracepoint extended structureMathieu Desnoyers2-8/+19
2024-11-01tracing: Remove TRACE_FLAG_IRQS_NOSUPPORTSebastian Andrzej Siewior1-13/+0
2024-11-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+4
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-0/+19