summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-12-21netfs: Fix is-caching check in read-retryDavid Howells1-1/+0
2024-12-21netfs: Work around recursion by abandoning retry if nothing readDavid Howells1-3/+3
2024-12-20PCI: Add PCI_VDEVICE_SUB helper macroPiotr Kwapulinski1-0/+14
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang1-3/+8
2024-12-20sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabledJohn Stultz1-0/+34
2024-12-20sched: Move sched domain name out of CONFIG_SCHED_DEBUGSwapnil Sapkal1-8/+0
2024-12-20sched: Report the different kinds of imbalances in /proc/schedstatSwapnil Sapkal1-1/+4
2024-12-20sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra1-0/+1
2024-12-20Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar345-2766/+7795
2024-12-20xdp: add generic xdp_buff_add_frag()Alexander Lobakin1-4/+12
2024-12-20net: phy: add phy_disable_eeeHeiner Kallweit1-0/+1
2024-12-19ACPI: header: implement acpi_device_handle when !ACPIRicardo Ribalda1-0/+5
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-36/+78
2024-12-19mmc: crypto: add mmc_from_crypto_profile()Eric Biggers1-0/+8
2024-12-19alloc_tag: fix set_codetag_empty() when !CONFIG_MEM_ALLOC_PROFILING_DEBUGSuren Baghdasaryan1-1/+6
2024-12-19mm/codetag: clear tags before swapDavid Wang1-1/+1
2024-12-19mm/vmstat: fix a W=1 clang compiler warningBart Van Assche1-1/+1
2024-12-19mm: convert partially_mapped set/clear operations to be atomicUsama Arif1-10/+2
2024-12-19mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan2-1/+25
2024-12-19mm: introduce cpu_icache_is_aliasing() across all architecturesZi Yan1-0/+6
2024-12-19mm: add RCU annotation to pte_offset_map(_lock)Petr Malat1-2/+11
2024-12-19ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet2-19/+19
2024-12-19io_uring: Fix registered ring file refcount leakJann Horn1-3/+1
2024-12-19exec: Add a new AT_EXECVE_CHECK flag to execveat(2)Mickaël Salaün1-1/+6
2024-12-19bq27xxx: add voltage min design for bq27000 and bq27200Sicelo A. Mhlongo1-0/+1
2024-12-18PM: wakeup: implement devm_device_init_wakeup() helperJoe Hattori1-0/+17
2024-12-18PM: EM: Move sched domains rebuild function from schedutil to EMRafael J. Wysocki1-0/+2
2024-12-18Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2024-12-18Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2024-12-18x86/static-call: fix 32-bit buildJuergen Gross1-1/+6
2024-12-18iommu: Remove the remove_dev_pasid opYi Liu1-5/+0
2024-12-18x86/cpu: Expose only stepping min/max interfaceDave Hansen1-0/+2
2024-12-17Documentation: move dev-tools debugging files to process/debugging/Randy Dunlap1-1/+1
2024-12-17clk: davinci: remove platform data structBartosz Golaszewski1-21/+0
2024-12-17Merge tag 'v6.13-rc3' into nextDmitry Torokhov534-6654/+15262
2024-12-17Merge tag 'hardening-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+13
2024-12-17tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt1-1/+5
2024-12-17Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-11/+27
2024-12-17io_uring: make ctx->timeout_lock a raw spinlockJens Axboe1-1/+1
2024-12-17turris-omnia-mcu-interface.h: Move macro definitions outside of enumsMarek Behún1-2/+4
2024-12-17mfd: Add support for AAEON UP board FPGAThomas Richard1-0/+55
2024-12-17mfd: da9052: Store result from fault_logMarcus Folkesson1-0/+2
2024-12-17mfd: Add base driver for qnap-mcu devicesHeiko Stuebner1-0/+26
2024-12-17mfd: core: Make platform_data pointer const in struct mfd_cellHeiko Stuebner1-1/+1
2024-12-17pidfs: lookup pid through rbtreeChristian Brauner2-1/+3
2024-12-17exportfs: add permission methodChristian Brauner1-1/+16
2024-12-17exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) caseKees Cook1-1/+3
2024-12-17exec: Make sure task->comm is always NUL-terminatedKees Cook1-5/+4
2024-12-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski1-20/+39
2024-12-17fortify: Hide run-time copy size from value range trackingKees Cook1-1/+13