summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rapidio: make all 'class' structures constIvan Orlov2023-10-052-15/+19
* Documentation: stable: clarify patch series prerequisitesHugo Villeneuve2023-10-051-0/+13
* drivers/char/mem: implement splice() for /dev/zero, /dev/fullMax Kellermann2023-10-051-0/+4
* accessibility: speakup: refactor deprecated strncpyJustin Stitt2023-10-051-14/+11
* hpet: Annotate struct hpets with __counted_byKees Cook2023-10-051-1/+1
* c2port: replace deprecated strncpy with strscpyJustin Stitt2023-10-051-1/+1
* binderfs: fix typo in binderfs.cKuan-Wei Chiu2023-10-051-1/+1
* comedi: Annotate struct comedi_lrange with __counted_byChristophe JAILLET2023-10-051-1/+1
* comedi: add HAS_IOPORT dependencies againIan Abbott2023-10-051-1/+43
* comedi: amplc_dio200_common: Conditionally remove I/O port supportIan Abbott2023-10-051-0/+36
* comedi: amplc_dio200_common: Refactor register access functionsIan Abbott2023-10-051-14/+38
* comedi: amplc_dio200_pci: Conditionally remove devices that use port I/OIan Abbott2023-10-051-1/+11
* comedi: ni_mio_common: Conditionally use I/O port or MMIOIan Abbott2023-10-051-20/+50
* comedi: ni_labpc_common: Conditionally remove I/O port supportIan Abbott2023-10-051-0/+9
* comedi: comedi_8255: Conditionally remove I/O port supportIan Abbott2023-10-052-0/+19
* comedi: comedi_8255: Rework subdevice initialization functionsIan Abbott2023-10-0524-100/+92
* comedi: 8255_pci: Conditionally remove devices that use port I/OIan Abbott2023-10-051-1/+10
* comedi: comedi_8254: Conditionally remove I/O port supportIan Abbott2023-10-052-0/+21
* comedi: comedi_8254: Replace comedi_8254_init() and comedi_8254_mm_init()Ian Abbott2023-10-0529-165/+179
* comedi: comedi_8254: Use a call-back function for register accessIan Abbott2023-10-053-59/+144
* comedi: Correct dependencies for COMEDI_NI_PCIDIOIan Abbott2023-10-051-1/+0
* drivers: misc: ti-st: replace deprecated strncpy with strscpyJustin Stitt2023-10-051-2/+3
* ibmvmc: replace deprecated strncpy with strscpyJustin Stitt2023-10-051-3/+1
* mei: fix doc typosRandy Dunlap2023-10-051-7/+7
* misc: bcm-vk: Annotate struct bcm_vk_wkent with __counted_byKees Cook2023-10-052-2/+2
* misc: st_core: Do not call kfree_skb() under spin_lock_irqsave()Jinjie Ruan2023-10-051-3/+4
* eeprom: Remove deprecated legacy eeprom driverHeiner Kallweit2023-10-053-229/+0
* eeprom: idt_89hpesx: replace open-coded kmemdup_nulJustin Stitt2023-10-051-8/+3
* mcb: use short version for function pointer for mcb_free_busJorge Sanjuan Garcia2023-10-051-1/+1
* Linux 6.6-rc4v6.6-rc4Linus Torvalds2023-10-011-1/+1
* Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-017-15/+41
|\
| * kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada2023-10-012-4/+0
| * modpost: Don't let "driver"s reference .exit.*Uwe Kleine-König2023-10-011-2/+13
| * vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada2023-10-011-7/+0
| * modpost: add missing else to the "of" checkMauricio Faria de Oliveira2023-10-011-1/+1
| * Documentation: kbuild: explain handling optional dependenciesArnd Bergmann2023-09-251-0/+26
| * kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modulesMartin Nybo Andersen2023-09-251-1/+1
* | Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-0138-169/+455
|\ \
| * | Crash: add lock to serialize crash hotplug handlingBaoquan He2023-09-301-0/+17
| * | selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparen...Juntong Deng2023-09-302-4/+4
| * | mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi2023-09-301-20/+19
| * | mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan2023-09-301-0/+2
| * | mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko2023-09-302-0/+20
| * | mm: zswap: fix potential memory corruption on duplicate storeDomenico Cerasuolo2023-09-301-0/+20
| * | arm64: hugetlb: fix set_huge_pte_at() to work with all swap entriesRyan Roberts2023-09-301-14/+3
| * | mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-3022-49/+100
| * | maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett2023-09-303-73/+237
| * | maple_tree: add mas_is_active() to detect in-tree walksLiam R. Howlett2023-09-301-0/+9
| * | nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian2023-09-301-3/+3
| * | mm: abstract moving to the next PFNMatthew Wilcox (Oracle)2023-09-302-1/+17