Skip to content
Snippets Groups Projects
  1. Mar 19, 2025
  2. Mar 18, 2025
  3. Mar 17, 2025
  4. Mar 16, 2025
    • Linus Torvalds's avatar
      Linux 6.14-rc7 · 4701f33a
      Linus Torvalds authored
      v6.14-rc7
      4701f33a
    • Linus Torvalds's avatar
      Merge tag 'media/v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media · d1275e99
      Linus Torvalds authored
      Pull media fix from Mauro Carvalho Chehab:
       "rtl2832 driver regression fix"
      
      * tag 'media/v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media:
        media: rtl2832_sdr: assign vb2 lock before vb2_queue_init
      d1275e99
    • Linus Torvalds's avatar
      Merge tag 'i2c-for-6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux · 0990528b
      Linus Torvalds authored
      Pull i2c fixes from Wolfram Sang:
      
       - omap: fix irq ACKS to avoid irq storming and system hang
      
       - ali1535, ali15x3, sis630: fix error path at probe exit
      
      * tag 'i2c-for-6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
        i2c: sis630: Fix an error handling path in sis630_probe()
        i2c: ali15x3: Fix an error handling path in ali15x3_probe()
        i2c: ali1535: Fix an error handling path in ali1535_probe()
        i2c: omap: fix IRQ storms
      0990528b
    • Linus Torvalds's avatar
      Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace · ad87a8d0
      Linus Torvalds authored
      Pull tracing fix from Steven Rostedt:
       "Fix ref count of trace_array in error path of histogram file open
      
        Tracing instances have a ref count to keep them around while files
        within their directories are open. This prevents them from being
        deleted while they are used.
      
        The histogram code had some files that needed to take the ref count
        and that was added, but the error paths did not decrement the ref
        counts. This caused the instances from ever being removed if a
        histogram file failed to open due to some error"
      
      * tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
        tracing: Correct the refcount if the hist/hist_debug file fails to open
      ad87a8d0
    • Linus Torvalds's avatar
      Merge tag 'usb-6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · cb82ca15
      Linus Torvalds authored
      Pull USB fixes from Greg KH:
       "Here are some small USB and Thunderbolt driver fixes and new
        usb-serial device ids. Included in here are:
      
         - new usb-serial device ids
      
         - typec driver bugfix
      
         - thunderbolt driver resume bugfix
      
        All of these have been in linux-next with no reported issues"
      
      * tag 'usb-6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
        usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run_state_machine()
        USB: serial: ftdi_sio: add support for Altera USB Blaster 3
        thunderbolt: Prevent use-after-free in resume from hibernate
        USB: serial: option: fix Telit Cinterion FE990A name
        USB: serial: option: add Telit Cinterion FE990B compositions
        USB: serial: option: match on interface class for Telit FN990B
      cb82ca15
    • Linus Torvalds's avatar
      Merge tag 'input-for-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input · 31d7109a
      Linus Torvalds authored
      Pull input updates from Dmitry Torokhov:
      
       - several new device IDs added to xpad game controller driver
      
       - support for imagis IST3038H variant of chip added to imagis touch
         controller driver
      
       - a fix for GPIO allocation for ads7846 touch controller driver
      
       - a fix for iqs7222 driver to properly support status register
      
       - a fix for goodix-berlin touch controller driver to use the right name
         for the regulator
      
       - more i8042 quirks to better handle several old Clevo devices.
      
      * tag 'input-for-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
        MAINTAINERS: Remove myself from the goodix touchscreen maintainers
        Input: iqs7222 - preserve system status register
        Input: i8042 - swap old quirk combination with new quirk for more devices
        Input: i8042 - swap old quirk combination with new quirk for several devices
        Input: i8042 - add required quirks for missing old boardnames
        Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ
        Input: xpad - rename QH controller to Legion Go S
        Input: xpad - add support for TECNO Pocket Go
        Input: xpad - add support for ZOTAC Gaming Zone
        Input: goodix-berlin - fix vddio regulator references
        Input: goodix-berlin - fix comment referencing wrong regulator
        Input: imagis - add support for imagis IST3038H
        dt-bindings: input/touchscreen: imagis: add compatible for ist3038h
        Input: xpad - add multiple supported devices
        Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers
        Input: ads7846 - fix gpiod allocation
        Input: wdt87xx_i2c - fix compiler warning
      31d7109a
    • Linus Torvalds's avatar
      Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux · cd3a56ac
      Linus Torvalds authored
      Pull rust fixes from Miguel Ojeda:
       "Toolchain and infrastructure:
      
         - Disallow BTF generation with Rust + LTO
      
         - Improve rust-analyzer support
      
        'kernel' crate:
      
         - 'init' module: remove 'Zeroable' implementation for a couple types
           that should not have it
      
         - 'alloc' module: fix macOS failure in host test by satisfying POSIX
           alignment requirement
      
         - Add missing '\n's to 'pr_*!()' calls
      
        And a couple other minor cleanups"
      
      * tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux:
        scripts: generate_rust_analyzer: add uapi crate
        scripts: generate_rust_analyzer: add missing include_dirs
        scripts: generate_rust_analyzer: add missing macros deps
        rust: Disallow BTF generation with Rust + LTO
        rust: task: fix `SAFETY` comment in `Task::wake_up`
        rust: workqueue: add missing newline to pr_info! examples
        rust: sync: add missing newline in locked_by log example
        rust: init: add missing newline to pr_info! calls
        rust: error: add missing newline to pr_warn! calls
        rust: docs: add missing newline to printing macro examples
        rust: alloc: satisfy POSIX alignment requirement
        rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Option<KBox<T>>`
        rust: remove leftover mentions of the `alloc` crate
      cd3a56ac
  5. Mar 15, 2025
  6. Mar 14, 2025
Loading