summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-11-08kasan: Fix Software Tag-Based KASAN with GCCMarco Elver1-0/+4
2024-11-08compiler-gcc: remove attribute support check for `__no_sanitize_address__`Miguel Ojeda1-4/+0
2024-11-08compiler-gcc: be consistent with underscores use for `no_sanitize`Miguel Ojeda1-4/+4
2024-11-08iomap: turn iomap_want_unshare_iter into an inline functionChristoph Hellwig1-1/+19
2024-11-08iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong1-0/+1
2024-11-08cpufreq: Avoid a bad reference count on CPU nodeMiquel Sabaté Solà1-5/+1
2024-11-08cpufreq: Generalize of_perf_domain_get_sharing_cpumask phandle formatHector Martin1-12/+16
2024-11-01net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet1-0/+12
2024-11-01net: provide macros for commonly copied lockless queue stop/wake codeJakub Kicinski1-0/+1
2024-11-01serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen1-2/+1
2024-11-01tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen2-4/+3
2024-11-01usb: gadget: Add function wakeup supportElson Roy Serrao2-0/+7
2024-10-22irqchip/gic-v4: Don't allow a VMOVP on a dying VPEMarc Zyngier1-1/+3
2024-10-22net: enetc: add missing static descriptor and inline keywordWei Fang1-1/+2
2024-10-17NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang1-0/+1
2024-10-17PCI: Add function 0 DMA alias quirk for Glenfly Arise chipWangYuli1-0/+2
2024-10-17i2c: core: Lock address during client device instantiationHeiner Kallweit1-0/+3
2024-10-17i2c: create debugfs entry per adapterWolfram Sang1-0/+2
2024-10-17close_range(): fix the logics in descriptor table trimmingAl Viro1-4/+4
2024-10-17blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh1-3/+0
2024-10-17perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko1-0/+2
2024-10-17fsdax,xfs: port unshare to fsdaxShiyang Ruan1-0/+2
2024-10-17lib/xarray: introduce a new helper xas_get_orderKairui Song1-0/+6
2024-10-17usbnet: fix cyclical race on disconnect with work queueOliver Neukum1-0/+15
2024-10-17fs: Create a generic is_dot_dotdot() utilityChuck Lever1-0/+11
2024-10-17vdpa: Add eventfd for the vdpa callbackXie Yongji1-0/+6
2024-10-17lib/sbitmap: define swap_lock as raw_spinlock_tMing Lei1-1/+1
2024-10-17f2fs: get rid of online repaire on corrupted directoryChao Yu1-1/+1
2024-10-17i2c: Add i2c_get_match_data()Biju Das1-0/+2
2024-09-18net/mlx5: Correct TASR typo into TSARCosmin Ratiu1-1/+1
2024-09-18net/mlx5: Add missing masks and QoS bit masks for scheduling elementsCarolina Jubran1-1/+9
2024-09-18net: tighten bad gso csum offset check in virtio_net_hdrWillem de Bruijn1-1/+2
2024-09-12regulator: core: Stub devm_regulator_bulk_get_const() if !CONFIG_REGULATORDouglas Anderson1-0/+8
2024-09-12regulator: Add of_regulator_bulk_get_allCorentin Labbe1-0/+8
2024-09-12x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner1-0/+4
2024-09-08i2c: Use IS_REACHABLE() for substituting empty ACPI functionsRichard Fitzgerald1-1/+1
2024-09-08fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein1-3/+5
2024-09-08hwspinlock: Introduce hwspin_lock_bust()Richard Maina1-0/+6
2024-09-08i2c: Fix conditional for substituting empty ACPI functionsRichard Fitzgerald1-1/+1
2024-09-04of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() han...Jonathan Cameron1-0/+13
2024-09-04of: Add cleanup.h based auto release via __free(device_node) markingsJonathan Cameron1-0/+2
2024-08-29net: change maximum number of UDP segments to 128Yuri Benditovich1-1/+1
2024-08-29net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn1-11/+5
2024-08-29net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validationWillem de Bruijn1-3/+16
2024-08-29nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown1-13/+0
2024-08-29net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...Vladimir Oltean1-0/+47
2024-08-29net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean1-0/+21
2024-08-29mm: Remove kmem_valid_obj()Zhen Lei1-2/+3
2024-08-29pid: Replace struct pid 1-element array with flex-arrayKees Cook1-1/+1
2024-08-29posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner1-1/+1