summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 6.6.1v6.6.1Greg Kroah-Hartman2023-11-081-1/+1
* ASoC: SOF: sof-pci-dev: Fix community key quirk detectionMark Hasemeyer2023-11-081-0/+7
* ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detectionMark Hasemeyer2023-11-081-0/+6
* serial: core: Fix runtime PM handling for pending txTony Lindgren2023-11-081-1/+1
* misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device supportSiddharth Vadapalli2023-11-081-0/+4
* dt-bindings: serial: rs485: Add rs485-rts-active-highFrancesco Dolcini2023-11-081-0/+4
* tty: 8250: Add Brainboxes Oxford Semiconductor-based quirksCameron Williams2023-11-081-0/+147
* tty: 8250: Add support for Intashield IX cardsCameron Williams2023-11-081-0/+21
* tty: 8250: Add support for additional Brainboxes PX cardsCameron Williams2023-11-081-0/+29
* tty: 8250: Fix up PX-803/PX-857Cameron Williams2023-11-081-3/+3
* tty: 8250: Fix port count of PX-257Cameron Williams2023-11-081-1/+1
* tty: 8250: Add support for Intashield IS-100Cameron Williams2023-11-081-0/+6
* tty: 8250: Add support for Brainboxes UP cardsCameron Williams2023-11-081-0/+60
* tty: 8250: Add support for additional Brainboxes UC cardsCameron Williams2023-11-081-0/+57
* tty: 8250: Remove UC-257 and UC-431Cameron Williams2023-11-081-8/+1
* tty: n_gsm: fix race condition in status line change on dead connectionsDaniel Starke2023-11-081-0/+2
* Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODEDJanne Grunau2023-11-081-0/+5
* usb: raw-gadget: properly handle interrupted requestsAndrey Konovalov2023-11-081-10/+16
* usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm()Jimmy Hu2023-11-081-0/+3
* usb: typec: tcpm: Add additional checks for contaminantBadhri Jagan Sridharan2023-11-081-0/+2
* usb: storage: set 1.50 as the lower bcdDevice for older "Super Top" compatibi...LihaSika2023-11-081-1/+1
* PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD deviceVicki Pfau2023-11-082-3/+6
* ALSA: usb-audio: add quirk flag to enable native DSD for McIntosh devicesMax McCarthy2023-11-081-0/+2
* eventfs: Use simple_recursive_removal() to clean up dentriesSteven Rostedt (Google)2023-11-081-38/+33
* eventfs: Delete eventfs_inode when the last dentry is freedSteven Rostedt (Google)2023-11-081-76/+74
* eventfs: Save ownership and modeSteven Rostedt (Google)2023-11-081-16/+91
* eventfs: Remove "is_freed" union with rcu headSteven Rostedt (Google)2023-11-081-3/+5
* tracing: Have trace_event_file have ref countersSteven Rostedt (Google)2023-11-085-4/+52
* perf evlist: Avoid frequency mode for the dummy eventIan Rogers2023-11-081-2/+3
* power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaintKai-Heng Feng2023-11-082-5/+5
* drm/amd/display: Don't use fsleep for PSR exit waitsNicholas Kazlauskas2023-11-082-2/+4
* Linux 6.6v6.6Linus Torvalds2023-10-291-1/+1
* Merge tag 'x86-urgent-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-285-9/+46
|\
| * x86/tsc: Defer marking TSC unstable to a workerThomas Gleixner2023-10-271-1/+9
| * x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibilityThomas Gleixner2023-10-273-8/+35
| * x86/cpu: Add model number for Intel Arrow Lake mobile processorTony Luck2023-10-271-0/+2
* | Merge tag 'irq-urgent-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-281-2/+2
|\ \
| * | irqchip/gic-v3-its: Don't override quirk settings with default valuesMarc Zyngier2023-10-251-2/+2
* | | Merge tag 'perf-urgent-2023-10-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-281-1/+2
|\ \ \
| * | | perf/core: Fix potential NULL derefPeter Zijlstra2023-10-241-1/+2
* | | | Merge tag 'probes-fixes-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-281-6/+22
|\ \ \ \
| * | | | tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko2023-10-281-4/+20
| * | | | tracing/kprobes: Fix the description of variable length argumentsYujie Liu2023-10-271-2/+2
| |/ / /
* | | | Merge tag 'dma-mapping-6.6-2023-10-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-10-281-0/+5
|\ \ \ \
| * | | | swiotlb: do not try to allocate a TLB bigger than MAX_ORDER pagesPetr Tesarik2023-10-251-0/+5
* | | | | Merge tag 'char-misc-6.6-final' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-2814-73/+85
|\ \ \ \ \
| * | | | | fpga: Fix memory leak for fpga_region_test_class_find()Jinjie Ruan2023-10-241-0/+2
| * | | | | fpga: m10bmc-sec: Change contact for secure update driverRuss Weight2023-10-242-8/+8
| * | | | | Merge tag 'iio-fixes-for-6.6b' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-10-218-43/+53
| |\ \ \ \ \
| | * | | | | iio: afe: rescale: Accept only offset channelsLinus Walleij2023-10-171-4/+15