summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-08-21printk: nbcon: Implement emergency sectionsThomas Gleixner1-0/+4
2024-08-21printk: Coordinate direct printing in panicJohn Ogness1-0/+5
2024-08-21printk: nbcon: Add unsafe flushing on panicJohn Ogness1-0/+5
2024-08-21serial: core: Acquire nbcon context in port->lock wrapperJohn Ogness1-2/+80
2024-08-21nbcon: Add API to acquire context for non-printing operationsJohn Ogness2-0/+16
2024-08-21console: Improve console_srcu_read_flags() commentsJohn Ogness1-11/+17
2024-08-21serial: core: Introduce wrapper to set @uart_port->consJohn Ogness1-0/+17
2024-08-21serial: core: Provide low-level functions to lock portJohn Ogness1-0/+18
2024-08-21printk: nbcon: Add callbacks to synchronize with driverJohn Ogness1-0/+43
2024-08-21printk: nbcon: Add detailed doc for write_atomic()John Ogness1-4/+29
2024-08-21printk: nbcon: Remove return value for write_atomic()John Ogness1-1/+1
2024-08-21printk: Check printk_deferred_enter()/_exit() usageSebastian Andrzej Siewior1-4/+5
2024-08-19Merge tag 'printk-for-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2024-08-18Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds5-19/+62
2024-08-18Merge tag 'i2c-for-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-08-16Merge tag 'thermal-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2024-08-16Merge tag 'iommu-fixes-v6.11-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2024-08-16Merge tag 'sound-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+18
2024-08-16thermal: gov_bang_bang: Use governor_data to reduce overheadRafael J. Wysocki1-0/+1
2024-08-16alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan1-0/+13
2024-08-16mm: don't account memmap per-nodePasha Tatashin2-5/+4
2024-08-16mm: add system wide stats items categoryPasha Tatashin1-11/+4
2024-08-16mm/hugetlb: fix hugetlb vs. core-mm PT lockingDavid Hildenbrand2-3/+41
2024-08-15Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-08-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+7
2024-08-14i2c: Use IS_REACHABLE() for substituting empty ACPI functionsRichard Fitzgerald1-1/+1
2024-08-14KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)Sean Christopherson1-0/+7
2024-08-14Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-4/+6
2024-08-13printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura1-0/+1
2024-08-13vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng1-0/+5
2024-08-13iommu: Remove unused declaration iommu_sva_unbind_gpasid()Yue Haibing1-2/+0
2024-08-13bpf: Fix updating attached freplace prog in prog_array mapLeon Hwang1-2/+2
2024-08-12netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells1-3/+0
2024-08-12file: fix typo in take_fd() commentMathias Krause1-1/+1
2024-08-12Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+12
2024-08-12Merge tag 'spi-acpi-lookup-dummy' of https://git.kernel.org/pub/scm/linux/ker...Takashi Iwai1-1/+18
2024-08-10Merge tag 'i2c-for-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-08-09Merge tag 'bitmap-6.11-rc' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2024-08-09Merge tag 'probes-fixes-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2024-08-09Merge tag 'i2c-host-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang8-53/+106
2024-08-08Merge tag 'net-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-5/+5
2024-08-08cpumask: Fix crash on updating CPU enabled maskGavin Shan1-1/+1
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree1-5/+5
2024-08-08ring-buffer: Remove unused function ring_buffer_nr_pages()Jianhui Zhou1-1/+0
2024-08-08tracing: Use refcount for trace_event_file reference counterSteven Rostedt1-1/+1
2024-08-06fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro1-0/+12
2024-08-06refcount: Report UAF for refcount_sub_and_test(0) when counter==0Petr Pavlu1-2/+2
2024-08-05bpf: kprobe: remove unused declaring of bpf_kprobe_overrideMenglong Dong1-1/+0
2024-08-04profiling: remove profile=sleep supportTetsuo Handa1-1/+0
2024-08-04i2c: Fix conditional for substituting empty ACPI functionsRichard Fitzgerald1-1/+1