aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-18driver core: platform: Remove platform_device_add_properties()Heikki Krogerus1-2/+0
2021-08-13cpumask: introduce cpumap_print_list/bitmask_to_buf to support large bitmask and listTian Tao2-0/+44
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman10-21/+89
2021-08-08Merge tag 'tty-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+24
2021-08-08Merge tag 'usb-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2021-08-06Merge tag 'soc-fixes-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+2
2021-08-06Merge tag 'sysfs_defferred_iomem_get_mapping-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core driver-core-nextGreg Kroah-Hartman1-1/+1
2021-08-05sysfs: Rename struct bin_attribute member to f_mappingKrzysztof Wilczyński1-1/+1
2021-08-05sysfs: Invoke iomem_get_mapping() from the sysfs open callbackKrzysztof Wilczyński1-1/+1
2021-08-05zorro: Drop useless (and hardly used) .driver member in struct zorro_devUwe Kleine-König1-1/+0
2021-08-03net: really fix the build...David S. Miller1-1/+6
2021-08-02Revert "mhi: Fix networking tree build."Jakub Kicinski1-6/+1
2021-08-02Merge tag 'tee-kexec-fixes-for-v5.14' of git://git.linaro.org:/people/jens.wiklander/linux-tee into arm/fixesArnd Bergmann1-0/+2
2021-08-02mhi: Fix networking tree build.David S. Miller1-1/+6
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-20/+53
2021-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-0/+2
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-20/+53
2021-07-29bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann1-1/+1
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann1-0/+15
2021-07-28nubus: Make struct nubus_driver::remove return voidUwe Kleine-König1-1/+1
2021-07-27bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend1-19/+35
2021-07-27Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+1
2021-07-27usb: otg-fsm: Fix hrtimer list corruptionDmitry Osipenko1-0/+1
2021-07-27kernfs: switch kernfs to use an rwsemIan Kent1-1/+1
2021-07-27kernfs: add a revision to identify directory node changesIan Kent1-0/+5
2021-07-27Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman5-32/+10
2021-07-24Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-07-23memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport1-2/+2
2021-07-23mm: use kmap_local_page in memzero_pageChristoph Hellwig1-2/+2
2021-07-23mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()Christoph Hellwig1-0/+2
2021-07-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-25/+1
2021-07-21Merge tag 'regulator-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-2/+2
2021-07-21cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker1-0/+1
2021-07-21serial: 8250: fix handle_irq lockingJohan Hovold1-0/+24
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek1-25/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-1/+1
2021-07-21PCI: endpoint: Make struct pci_epf_driver::remove return voidUwe Kleine-König1-1/+1
2021-07-21tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg1-0/+1
2021-07-21tee: add tee_shm_alloc_kernel_buf()Jens Wiklander1-0/+1
2021-07-19bpf: Fix OOB read when printing XDP link fdinfoLorenz Bauer1-0/+1
2021-07-17Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-5/+17
2021-07-17block: increase BLKCG_MAX_POLSOleksandr Natalenko1-1/+1
2021-07-16bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann1-0/+1
2021-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+4
2021-07-15HID: intel-ish-hid: use async resume functionYe Xiang1-0/+2
2021-07-15mm: fix the try_to_unmap prototype for !CONFIG_MMUChristoph Hellwig1-1/+3
2021-07-15kasan: fix build by including kernel.hMarco Elver1-0/+1
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-6/+44
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner1-0/+2
2021-07-13firmware: arm_scpi: Fix kernel doc warningsSudeep Holla1-0/+8