| Commit message (Expand) | Author | Age | Files | Lines |
* | comedi: amplc_dio200_pci: Conditionally remove devices that use port I/O | Ian Abbott | 2023-10-05 | 1 | -1/+11 |
* | comedi: ni_mio_common: Conditionally use I/O port or MMIO | Ian Abbott | 2023-10-05 | 1 | -20/+50 |
* | comedi: ni_labpc_common: Conditionally remove I/O port support | Ian Abbott | 2023-10-05 | 1 | -0/+9 |
* | comedi: comedi_8255: Conditionally remove I/O port support | Ian Abbott | 2023-10-05 | 2 | -0/+19 |
* | comedi: comedi_8255: Rework subdevice initialization functions | Ian Abbott | 2023-10-05 | 24 | -100/+92 |
* | comedi: 8255_pci: Conditionally remove devices that use port I/O | Ian Abbott | 2023-10-05 | 1 | -1/+10 |
* | comedi: comedi_8254: Conditionally remove I/O port support | Ian Abbott | 2023-10-05 | 2 | -0/+21 |
* | comedi: comedi_8254: Replace comedi_8254_init() and comedi_8254_mm_init() | Ian Abbott | 2023-10-05 | 29 | -165/+179 |
* | comedi: comedi_8254: Use a call-back function for register access | Ian Abbott | 2023-10-05 | 3 | -59/+144 |
* | comedi: Correct dependencies for COMEDI_NI_PCIDIO | Ian Abbott | 2023-10-05 | 1 | -1/+0 |
* | drivers: misc: ti-st: replace deprecated strncpy with strscpy | Justin Stitt | 2023-10-05 | 1 | -2/+3 |
* | ibmvmc: replace deprecated strncpy with strscpy | Justin Stitt | 2023-10-05 | 1 | -3/+1 |
* | mei: fix doc typos | Randy Dunlap | 2023-10-05 | 1 | -7/+7 |
* | misc: bcm-vk: Annotate struct bcm_vk_wkent with __counted_by | Kees Cook | 2023-10-05 | 2 | -2/+2 |
* | misc: st_core: Do not call kfree_skb() under spin_lock_irqsave() | Jinjie Ruan | 2023-10-05 | 1 | -3/+4 |
* | eeprom: Remove deprecated legacy eeprom driver | Heiner Kallweit | 2023-10-05 | 3 | -229/+0 |
* | eeprom: idt_89hpesx: replace open-coded kmemdup_nul | Justin Stitt | 2023-10-05 | 1 | -8/+3 |
* | mcb: use short version for function pointer for mcb_free_bus | Jorge Sanjuan Garcia | 2023-10-05 | 1 | -1/+1 |
* | Linux 6.6-rc4v6.6-rc4 | Linus Torvalds | 2023-10-01 | 1 | -1/+1 |
* | Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-10-01 | 7 | -15/+41 |
|\ |
|
| * | kbuild: remove stale code for 'source' symlink in packaging scripts | Masahiro Yamada | 2023-10-01 | 2 | -4/+0 |
| * | modpost: Don't let "driver"s reference .exit.* | Uwe Kleine-König | 2023-10-01 | 1 | -2/+13 |
| * | vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macros | Masahiro Yamada | 2023-10-01 | 1 | -7/+0 |
| * | modpost: add missing else to the "of" check | Mauricio Faria de Oliveira | 2023-10-01 | 1 | -1/+1 |
| * | Documentation: kbuild: explain handling optional dependencies | Arnd Bergmann | 2023-09-25 | 1 | -0/+26 |
| * | kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modules | Martin Nybo Andersen | 2023-09-25 | 1 | -1/+1 |
* | | Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s... | Linus Torvalds | 2023-10-01 | 38 | -169/+455 |
|\ \ |
|
| * | | Crash: add lock to serialize crash hotplug handling | Baoquan He | 2023-09-30 | 1 | -0/+17 |
| * | | selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparen... | Juntong Deng | 2023-09-30 | 2 | -4/+4 |
| * | | mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec... | Yang Shi | 2023-09-30 | 1 | -20/+19 |
| * | | mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions() | Jinjie Ruan | 2023-09-30 | 1 | -0/+2 |
| * | | mm, memcg: reconsider kmem.limit_in_bytes deprecation | Michal Hocko | 2023-09-30 | 2 | -0/+20 |
| * | | mm: zswap: fix potential memory corruption on duplicate store | Domenico Cerasuolo | 2023-09-30 | 1 | -0/+20 |
| * | | arm64: hugetlb: fix set_huge_pte_at() to work with all swap entries | Ryan Roberts | 2023-09-30 | 1 | -14/+3 |
| * | | mm: hugetlb: add huge page size param to set_huge_pte_at() | Ryan Roberts | 2023-09-30 | 22 | -49/+100 |
| * | | maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW states | Liam R. Howlett | 2023-09-30 | 3 | -73/+237 |
| * | | maple_tree: add mas_is_active() to detect in-tree walks | Liam R. Howlett | 2023-09-30 | 1 | -0/+9 |
| * | | nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() | Pan Bian | 2023-09-30 | 1 | -3/+3 |
| * | | mm: abstract moving to the next PFN | Matthew Wilcox (Oracle) | 2023-09-30 | 2 | -1/+17 |
| * | | mm: report success more often from filemap_map_folio_range() | Matthew Wilcox (Oracle) | 2023-09-30 | 1 | -2/+2 |
| * | | fs: binfmt_elf_efpic: fix personality for ELF-FDPIC | Greg Ungerer | 2023-09-30 | 1 | -3/+2 |
* | | | Merge tag 'char-misc-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-10-01 | 6 | -212/+102 |
|\ \ \ |
|
| * | | | misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to probe | Ricky WU | 2023-09-25 | 6 | -212/+102 |
| | |/
| |/| |
|
* | | | Merge tag 'tty-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-10-01 | 2 | -4/+5 |
|\ \ \ |
|
| * | | | Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux" | Daniel Starke | 2023-09-18 | 1 | -3/+1 |
| * | | | serial: 8250_port: Check IRQ data before use | Andy Shevchenko | 2023-09-18 | 1 | -1/+4 |
* | | | | Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-10-01 | 3 | -7/+26 |
|\ \ \ \ |
|
| * | | | | x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race | Haitao Huang | 2023-09-29 | 1 | -5/+25 |
| * | | | | x86/srso: Add SRSO mitigation for Hygon processors | Pu Wen | 2023-09-28 | 1 | -1/+1 |
| * | | | | x86/kgdb: Fix a kerneldoc warning when build with W=1 | Christophe JAILLET | 2023-09-24 | 1 | -1/+0 |