1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

Commit graph

  • 1238f0af13 Merge tag 'v6.14-rc5-smb3-fixes' of git://git.samba.org/ksmbd master Linus Torvalds 2025-03-06 09:19:15 -10:00
  • 5872cca23a Merge tag 'exfat-for-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat Linus Torvalds 2025-03-06 08:18:48 -10:00
  • 7f0e9ee5e4 Merge tag 'vfs-6.14-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs Linus Torvalds 2025-03-06 08:04:49 -10:00
  • ebb0f38bb4 fs/pipe: fix pipe buffer index use in FUSE Linus Torvalds 2025-03-06 07:53:25 -10:00
  • d810d4c27b fs/pipe: do not open-code pipe head/tail logic in FIONREAD Linus Torvalds 2025-03-06 07:33:58 -10:00
  • 74d42bdb3a fs/pipe: express 'pipe_empty()' in terms of 'pipe_occupancy()' Linus Torvalds 2025-03-06 07:30:42 -10:00
  • d385c8bceb
    pid: Do not set pid_max in new pid namespaces Michal Koutný 2025-03-05 15:58:49 +01:00
  • 848e076317 Merge tag 'hid-for-linus-2025030501' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid Linus Torvalds 2025-03-05 07:46:59 -10:00
  • 0d2d0f3d93 fs/pipe: remove buggy and unused 'helper' function Linus Torvalds 2025-03-05 07:35:40 -10:00
  • cfced12f51 include/linux/pipe_fs_i: Add htmldoc annotation for "head_tail" member K Prateek Nayak 2025-03-05 11:23:01 +00:00
  • c27c66afc4 fs/pipe: Fix pipe_occupancy() with 16-bit indexes Linus Torvalds 2025-03-05 07:08:09 -10:00
  • 13940cef95 exfat: add a check for invalid data size Yuezhang Mo 2025-02-08 17:16:58 +08:00
  • fda94a9919 exfat: short-circuit zero-byte writes in exfat_file_write_iter Eric Sandeen 2025-02-11 14:14:21 -06:00
  • 9da33619e0 exfat: fix soft lockup in exfat_clear_bitmap Namjae Jeon 2025-01-31 12:55:55 +09:00
  • 6697f819a1 exfat: fix just enough dentries but allocate a new cluster to dir Yuezhang Mo 2024-11-22 10:50:55 +08:00
  • 50dc696c3a
    doc: correcting two prefix errors in idmappings.rst Aiden Ma 2025-03-04 19:54:01 +08:00
  • bb2281fb05 Merge tag 'x86_microcode_for_v6.14_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Linus Torvalds 2025-03-04 19:05:53 -10:00
  • db52926fb0 HID: Intel-thc-hid: Intel-quickspi: Correct device state after S4 Even Xu 2025-03-04 11:22:55 +08:00
  • 0132c40670 HID: intel-thc-hid: Fix spelling mistake "intput" -> "input" Colin Ian King 2025-02-28 08:41:39 +00:00
  • e53fc232a6 HID: hid-steam: Fix use-after-free when detaching device Vicki Pfau 2025-02-27 15:41:33 -08:00
  • a6a4f4e9b8 HID: debug: Fix spelling mistake "Messanger" -> "Messenger" Colin Ian King 2025-02-27 22:33:57 +00:00
  • 2ff5baa9b5 HID: appleir: Fix potential NULL dereference at raw event handle Daniil Dulov 2025-02-24 20:30:30 +03:00
  • 221cea1003 HID: apple: disable Fn key handling on the Omoton KB066 Alex Henrie 2025-02-23 22:36:30 -07:00
  • 723aa55c08 HID: i2c-hid: improve i2c_hid_get_report error message Wentao Guan 2025-02-14 19:04:18 +08:00
  • 48a5eed9ad Merge tag 'devicetree-fixes-for-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux Linus Torvalds 2025-03-04 09:04:29 -10:00
  • 3d252160b8 fs/pipe: Read pipe->{head,tail} atomically outside pipe->mutex Linus Torvalds 2025-03-04 13:51:38 +00:00
  • 99fa936e8e Merge tag 'affs-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux Linus Torvalds 2025-03-03 07:51:33 -10:00
  • d9a9c94dbc Merge tag 'xfs-fixes-6.14-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux Linus Torvalds 2025-03-03 07:38:02 -10:00
  • 26edad06d5 Merge tag 'probes-fixes-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace Linus Torvalds 2025-03-03 07:28:15 -10:00
  • aa2a739a75 cifs: fix incorrect validation for num_aces field of smb_acl Namjae Jeon 2025-02-12 09:37:57 +09:00
  • 1b8b67f3c5 ksmbd: fix incorrect validation for num_aces field of smb_acl Namjae Jeon 2025-02-12 09:32:11 +09:00
  • 62e7dd0a39 smb: common: change the data type of num_aces to le16 Namjae Jeon 2025-02-12 23:26:09 +09:00
  • e26e2d2e15 ksmbd: fix bug on trap in smb2_lock Namjae Jeon 2025-02-27 15:49:10 +09:00
  • 84d2d1641b ksmbd: fix use-after-free in smb2_lock Namjae Jeon 2025-02-26 15:44:02 +09:00
  • e2ff19f0b7 ksmbd: fix type confusion via race condition when using ipc_msg_send_request Namjae Jeon 2025-02-21 14:16:23 +09:00
  • d6e13e1906 ksmbd: fix out-of-bounds in parse_sec_desc() Namjae Jeon 2025-02-18 22:49:50 +09:00
  • 4dd541f9d9 MAINTAINERS: update email address in cifs and ksmbd entry Namjae Jeon 2025-02-15 11:01:49 +09:00
  • fd5ba38390 tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macro Masami Hiramatsu (Google) 2025-02-26 15:19:18 +09:00
  • 7eb172143d Linux 6.14-rc5 v6.14-rc5 Linus Torvalds 2025-03-02 11:48:20 -08:00
  • b91872c569 Merge tag 'dmaengine-fix-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine Linus Torvalds 2025-03-02 10:08:45 -08:00
  • a760b10147 Merge tag 'phy-fixes-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy Linus Torvalds 2025-03-02 09:54:25 -08:00
  • 1973160c90 Merge tag 'gpio-fixes-for-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux Linus Torvalds 2025-03-02 04:35:39 -08:00
  • ebb7d37abf Merge tag 'mips-fixes_6.14_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux Linus Torvalds 2025-03-02 04:33:15 -08:00
  • e04918dc59
    cred: Fix RCU warnings in override/revert_creds Herbert Xu 2025-03-02 15:18:24 +08:00
  • ece144f151 Merge tag 'v6.14-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6 Linus Torvalds 2025-03-01 16:10:31 -08:00
  • 9d20040d71 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux Linus Torvalds 2025-03-01 13:44:51 -08:00
  • b4b215cf33 Merge tag 'i2c-for-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux Linus Torvalds 2025-03-01 12:43:11 -08:00
  • df87d843c6 Merge tag 'ata-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux Linus Torvalds 2025-03-01 08:59:29 -08:00
  • 209cd6f2ca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm Linus Torvalds 2025-03-01 08:48:53 -08:00
  • a2f925a2f6 Revert "ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drives" Niklas Cassel 2025-02-28 13:26:04 +01:00
  • 916b7f42b3 kvm: retry nx_huge_page_recovery_thread creation Keith Busch 2025-02-27 15:06:31 -08:00
  • cb380909ae vhost: return task creation error instead of NULL Keith Busch 2025-02-27 15:06:30 -08:00
  • 03d38806a9 Merge tag 'thermal-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm Linus Torvalds 2025-02-28 18:02:23 -08:00
  • 14ebe69091 Merge tag 'pm-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm Linus Torvalds 2025-02-28 17:40:27 -08:00
  • 7a5668899f Merge tag 'x86-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Linus Torvalds 2025-02-28 17:05:22 -08:00
  • d203484f25 Merge tag 'sched-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Linus Torvalds 2025-02-28 17:00:16 -08:00
  • 766331f286 Merge tag 'perf-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Linus Torvalds 2025-02-28 16:52:10 -08:00
  • ad69e02128 Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Linus Torvalds 2025-02-28 16:45:36 -08:00
  • 405a41d759 Merge tag 'locking-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Linus Torvalds 2025-02-28 16:07:18 -08:00
  • 5c44ddaf7d Merge tag 'trace-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace Linus Torvalds 2025-02-28 15:43:32 -08:00
  • 3d7dc86581 Merge tag 'iommu-fixes-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux Linus Torvalds 2025-02-28 15:39:17 -08:00
  • c157d35146 intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly Thomas Gleixner 2025-02-25 23:37:08 +01:00
  • 276f98efb6 Merge tag 'block-6.14-20250228' of git://git.kernel.dk/linux Linus Torvalds 2025-02-28 09:43:46 -08:00
  • 3e5d15dd83 Merge tag 'io_uring-6.14-20250228' of git://git.kernel.dk/linux Linus Torvalds 2025-02-28 09:11:15 -08:00
  • ea185bdedb Merge tag 'efi-fixes-for-v6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi Linus Torvalds 2025-02-28 08:47:21 -08:00
  • 911c288f9e Merge tag 'i2c-host-fixes-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current Wolfram Sang 2025-02-28 17:27:44 +01:00
  • 64407f4b58 gpiolib: Fix Oops in gpiod_direction_input_nonotify() Dan Carpenter 2025-02-28 16:03:47 +03:00
  • b654f7a51f block: fix 'kmem_cache of name 'bio-108' already exists' Ming Lei 2025-02-28 21:26:56 +08:00
  • b150654f74 iommu/vt-d: Fix suspicious RCU usage Lu Baolu 2025-02-28 18:27:26 +08:00
  • 64f792981e iommu/vt-d: Remove device comparison in context_setup_pass_through_cb Jerry Snitselaar 2025-02-28 18:27:25 +08:00
  • c5b0320bbf iommu/amd: Preserve default DTE fields when updating Host Page Table Root Alejandro Jimenez 2025-01-06 19:14:13 +00:00
  • 76544811c8 Merge tag 'drm-fixes-2025-02-28' of https://gitlab.freedesktop.org/drm/kernel Linus Torvalds 2025-02-27 21:17:58 -08:00
  • a1a7eb89ca ftrace: Avoid potential division by zero in function_stat_show() Nikolay Kuratov 2025-02-06 12:01:56 +03:00
  • 3908b6baf2 selftests/ftrace: Let fprobe test consider already enabled functions Heiko Carstens 2025-02-26 15:27:03 +01:00
  • 6f86bdeab6 tracing: Fix bad hist from corrupting named_triggers list Steven Rostedt 2025-02-27 16:39:44 -05:00
  • 6a5884f200 Merge tag 'drm-xe-fixes-2025-02-27' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes Dave Airlie 2025-02-28 10:45:58 +10:00
  • c98c94dbad Merge tag 'drm-intel-fixes-2025-02-27' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes Dave Airlie 2025-02-28 10:34:06 +10:00
  • debda50ad5 Merge tag 'drm-misc-fixes-2025-02-27' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes Dave Airlie 2025-02-28 07:50:47 +10:00
  • b06a731cbc Merge tag 'amd-drm-fixes-6.14-2025-02-26' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes Dave Airlie 2025-02-28 06:18:26 +10:00
  • 82c387ef75 sched/core: Prevent rescheduling when interrupts are disabled Thomas Gleixner 2024-12-16 14:20:56 +01:00
  • eed6bfa8b2 arm64: hugetlb: Fix flush_hugetlb_tlb_range() invalidation level Ryan Roberts 2025-02-26 12:06:53 +00:00
  • 49c87f7677 arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes Ryan Roberts 2025-02-26 12:06:52 +00:00
  • 02410ac72a mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear() Ryan Roberts 2025-02-26 12:06:51 +00:00
  • 1e15510b71 Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net Linus Torvalds 2025-02-27 09:32:42 -08:00
  • e3cf2d91d0 efi/mokvar-table: Avoid repeated map/unmap of the same page Ard Biesheuvel 2025-02-27 14:30:22 +01:00
  • 2b90e7ace7 efi: Don't map the entire mokvar table to determine its size Peter Jones 2025-02-26 15:18:39 -05:00
  • f09d694cf7 Merge tag 'sound-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound Linus Torvalds 2025-02-27 08:41:19 -08:00
  • 54e1b4becf net: ti: icss-iep: Reject perout generation request Meghana Malladi 2025-02-27 14:54:41 +05:30
  • 674fcb4f4a idpf: fix checksums set in idpf_rx_rsc() Eric Dumazet 2025-02-26 22:12:52 +00:00
  • 1cbddbddee selftests: drv-net: Check if combined-count exists Joe Damato 2025-02-26 18:19:57 +00:00
  • c907db8d44 Merge branch 'fixes-for-seg6-and-rpl-lwtunnels-on-input' Paolo Abeni 2025-02-27 14:18:24 +01:00
  • 13e55fbaec net: ipv6: fix dst ref loop on input in rpl lwt Justin Iurman 2025-02-25 18:51:39 +01:00
  • c64a0727f9 net: ipv6: fix dst ref loop on input in seg6 lwt Justin Iurman 2025-02-25 18:51:38 +01:00
  • 1cf9631d83 usbnet: gl620a: fix endpoint checking in genelink_bind() Nikita Zhandarovich 2025-02-24 20:29:17 +03:00
  • fc20737d8b efivarfs: allow creation of zero length files James Bottomley 2025-02-26 16:48:26 -05:00
  • 6d48ad0407 MIPS: Ignore relocs against __ex_table for relocatable kernel Xi Ruoyao 2025-02-26 21:28:41 +08:00
  • 3603996432 drm/fbdev-dma: Add shadow buffering for deferred I/O Thomas Zimmermann 2024-12-11 10:06:28 +01:00
  • e521f51671 dmaengine: Revert "dmaengine: qcom: bam_dma: Avoid writing unavailable register" Caleb Connolly 2025-02-08 22:30:54 +00:00
  • 6194472325 Merge branch 'mlx5-misc-fixes-2025-02-25' Jakub Kicinski 2025-02-26 19:29:48 -08:00
  • 2f5a6014eb net/mlx5: IRQ, Fix null string in debug print Shay Drory 2025-02-25 09:26:08 +02:00