summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-06-11new helper: set_default_d_op()Al Viro2-1/+3
2025-06-11new helper: d_splice_alias_ops()Al Viro1-0/+3
2025-06-11procfs: kill ->proc_dopsAl Viro1-0/+2
2025-06-11Merge tag 'linux-can-next-for-6.17-20250610' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-3/+3
2025-06-10ata: libata-acpi: Do not assume 40 wire cable if no devices are enabledTasos Sahanidis1-4/+3
2025-06-10filelock: add new locks_wake_up_waiter() helperJeff Layton1-1/+6
2025-06-10gpiolib: Move GPIO_DYNAMIC_* constants to its only userAndy Shevchenko1-13/+0
2025-06-10gpio: Remove unused 'struct gpio' definitionAndy Shevchenko1-12/+0
2025-06-10gpiolib: Remove unused devm_gpio_request()Andy Shevchenko1-8/+0
2025-06-10can: bittiming: rename can_tdc_is_enabled() into can_fd_tdc_is_enabled()Vincent Mailhol1-1/+1
2025-06-10can: bittiming: rename CAN_CTRLMODE_TDC_MASK into CAN_CTRLMODE_FD_TDC_MASKVincent Mailhol2-2/+2
2025-06-10bpf: Fall back to nospec for Spectre v1Luis Gerhorst1-0/+1
2025-06-10bpf: Rename sanitize_stack_spill to nospec_resultLuis Gerhorst1-1/+1
2025-06-10bpf, arm64, powerpc: Change nospec to include v1 barrierLuis Gerhorst1-1/+1
2025-06-10bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()Luis Gerhorst1-2/+9
2025-06-10cgroup: Add bpf prog revisions to struct cgroup_bpfYonghong Song1-0/+1
2025-06-09net: intel: move RSS packet classifier types to libieJacob Keller2-0/+42
2025-06-09net: intel: rename 'hena' to 'hashcfg' for clarityJacob Keller1-11/+11
2025-06-09slab: Decouple slab_debug and no_hash_pointersKees Cook1-1/+1
2025-06-09firmware: arm_ffa: Fix the missing entry in struct ffa_indirect_msg_hdrViresh Kumar1-0/+1
2025-06-09iio: core: add ADC delay calibration definitionAngelo Dureghello1-0/+1
2025-06-09iio: backend: add support for number of lanesAntoniu Miclaus1-0/+3
2025-06-09iio: backend: add support for data alignmentAntoniu Miclaus1-0/+3
2025-06-09iio: backend: add support for filter configAntoniu Miclaus1-0/+13
2025-06-08Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-06-08Merge tag 'timers-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-06-08Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-4/+12
2025-06-07x86/smp: PM/hibernate: Split arch_resume_nosmt()Rafael J. Wysocki1-0/+3
2025-06-07Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/s...Linus Torvalds2-4/+7
2025-06-07finish_automount(): don't leak MNT_LOCKED from parent to childAl Viro1-1/+2
2025-06-07Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+7
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-6/+126
2025-06-06Merge tag 'tty-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-17/+41
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-72/+173
2025-06-06Merge tag 'mips_6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-10/+6
2025-06-06mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn1-0/+3
2025-06-06alloc_tag: handle module codetag load errors as module load failuresSuren Baghdasaryan1-4/+4
2025-06-06Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt19-116/+180
2025-06-06raid6: Add RISC-V SIMD syndrome and recovery calculationsChunyan Zhang1-0/+5
2025-06-05module: make __mod_device_table__* symbols staticMasahiro Yamada1-2/+2
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-10/+69
2025-06-05kernel: ftrace: export ftrace_sync_ipiAndy Chiu1-0/+2
2025-06-05Merge tag 'dmaengine-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+23
2025-06-05Merge tag 'phy-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds3-1/+32
2025-06-05Merge tag 'soundwire-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+11
2025-06-05Merge tag 'wireless-2025-06-05' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-10/+69
2025-06-05perf: Add comment to enum perf_event_statePeter Zijlstra1-2/+40