summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* um: add shared memory optimisation for time-travel=extJohannes Berg2024-07-032-26/+283
* um: add mmap/mremap OS callsJohannes Berg2024-07-032-0/+25
* um: generalize os_rcv_fdJohannes Berg2024-07-036-41/+54
* um: time-travel: support time-travel protocol broadcast messagesMordechay Goodstein2024-07-034-0/+82
* hostfs: fix dev_t handlingJohannes Berg2024-07-033-10/+14
* um: enable UBSANJohannes Berg2024-07-031-0/+1
* um/mm: remove redundant assignment of max_low_pfnWei Yang2024-07-031-1/+0
* arch: um: rust: Add i386 support for RustDavid Gow2024-07-035-4/+21
* arch: um: rust: Use the generated target.json againDavid Gow2024-07-031-0/+1
* um: Remove /proc/sysemu support codeTiwei Bie2024-07-031-67/+0
* um: Remove unused ncpus variableTiwei Bie2024-07-032-4/+0
* ubd: Remove unused mutex 'ubd_mutex'Dr. David Alan Gilbert2024-07-031-1/+0
* um: time-travel: fix time-travel-start optionJohannes Berg2024-07-031-2/+2
* um: Select HAS_IOREMAP for UML_IOMEM_EMULATIONNiklas Schnelle2024-07-031-1/+2
* um: Remove obsolete pcap driverAnton Ivanov2024-07-035-299/+2
* um: chan: use blocking IO for console output for time-travelBenjamin Berg2024-07-034-21/+74
* um: chan_user: retry partial writesBenjamin Berg2024-07-031-3/+15
* um: chan_user: catch EINTR when reading and writingBenjamin Berg2024-07-031-2/+2
* um: irqs: process outstanding IRQs when unblocking signalsBenjamin Berg2024-07-031-29/+49
* Linux 6.10-rc6v6.10-rc6Linus Torvalds2024-06-301-1/+1
* Merge tag 'ata-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2024-06-305-22/+36
|\
| * ata: ahci: Clean up sysfs file on errorNiklas Cassel2024-06-301-5/+12
| * ata: libata-core: Fix double free on errorNiklas Cassel2024-06-301-4/+4
| * ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel2024-06-304-14/+19
| * ata: libata-core: Fix null pointer dereference on errorNiklas Cassel2024-06-301-0/+3
| * ata: libata-core: Add ATA_HORKAGE_NOLPM for all Crucial BX SSD1 modelsNiklas Cassel2024-06-281-2/+1
* | Merge tag 'kbuild-fixes-v6.10-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-06-306-13/+11
|\ \
| * | kbuild: scripts/gdb: bring the "abspath" backJoel Granados2024-06-261-1/+1
| * | kbuild: Use $(obj)/%.cc to fix host C++ module buildsNicolas Schier2024-06-251-1/+1
| * | kbuild: rpm-pkg: fix build error with CONFIG_MODULES=nMasahiro Yamada2024-06-251-5/+3
| * | kbuild: Fix build target deb-pkg: ln: failed to create hard linkThayne Harbaugh2024-06-251-1/+1
| * | kbuild: doc: Update default INSTALL_MOD_DIR from extra to updatesMark-PK Tsai2024-06-251-4/+4
| * | kbuild: Install dtb files as 0644 in Makefile.dtbinstDragan Simic2024-06-251-1/+1
* | | x86-32: fix cmpxchg8b_emu build error with clangLinus Torvalds2024-06-301-7/+5
* | | Merge tag 'char-misc-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-06-308-87/+322
|\ \ \
| * \ \ Merge tag 'counter-fixes-for-6.10' of ssh://gitolite.kernel.org/pub/scm/linux...Greg Kroah-Hartman2024-06-241-0/+6
| |\ \ \
| | * | | counter: ti-eqep: enable clock at probeDavid Lechner2024-06-221-0/+6
| * | | | Merge tag 'iio-fixes-for-6.10b' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-06-177-87/+316
| |\ \ \ \
| | * | | | iio: chemical: bme680: Fix sensor data read operationVasileios Amoiridis2024-06-092-0/+48
| | * | | | iio: chemical: bme680: Fix overflows in compensate() functionsVasileios Amoiridis2024-06-091-6/+6
| | * | | | iio: chemical: bme680: Fix calibration data variableVasileios Amoiridis2024-06-091-1/+1
| | * | | | iio: chemical: bme680: Fix pressure value outputVasileios Amoiridis2024-06-091-1/+1
| | * | | | iio: humidity: hdc3020: fix hysteresis representationDimitri Fedrau2024-06-091-76/+249
| | * | | | iio: dac: fix ad9739a random config compile errorKe Sun2024-06-091-1/+1
| | * | | | iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUFAlexander Sverdlin2024-06-081-0/+2
| | * | | | iio: adc: ad7266: Fix variable checking bugFernando Yang2024-06-081-0/+2
| | * | | | iio: xilinx-ams: Don't include ams_ctrl_channels in scan_maskSean Anderson2024-06-081-2/+6
* | | | | | Merge tag 'staging-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-304-4/+14
|\ \ \ \ \ \
| * | | | | | staging: vchiq_debugfs: Fix build if CONFIG_DEBUG_FS is not setBernhard Rosenkränzer2024-06-271-1/+1
| * | | | | | staging: vc04_services: vchiq_arm: Fix initialisation checkKieran Bingham2024-06-243-3/+13
| |/ / / / /