summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-03-11PCI: Add ACS quirk for Wangxun NICsMengyuan Lou1-0/+2
2023-03-11PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen1-0/+1
2023-03-11iommu: Remove deferred attach check from __iommu_detach_device()Jason Gunthorpe1-0/+2
2023-03-11bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC supportSouradeep Chowdhury1-1/+1
2023-03-11net: dsa: seville: ignore mscc-miim read errors from Lynx PCSVladimir Oltean1-1/+1
2023-03-11netfilter: ctnetlink: make event listener tracking globalFlorian Westphal1-0/+5
2023-03-11Revert "blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkc...Greg Kroah-Hartman1-1/+0
2023-03-10genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner1-0/+2
2023-03-10mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi1-1/+1
2023-03-10cxl/pmem: Fix nvdimm registration racesDan Williams1-0/+3
2023-03-10ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu1-2/+4
2023-03-10x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong1-0/+1
2023-03-10x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong1-0/+1
2023-03-10uaccess: Add minimum bounds check on kernel buffer sizeKees Cook1-0/+4
2023-03-10Compiler attributes: GCC cold function alignment workaroundsMark Rutland2-6/+27
2023-03-10rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checksPaul E. McKenney1-1/+8
2023-03-10cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra1-0/+27
2023-03-10blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...Yu Kuai1-0/+1
2023-03-10fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detectedJann Horn1-0/+3
2023-03-10driver core: fw_devlink: Consolidate device link flag computationSaravana Kannan1-1/+0
2023-03-10driver core: fw_devlink: Allow marking a fwnode link as being part of a cycleSaravana Kannan1-1/+10
2023-03-10driver core: fw_devlink: Add DL_FLAG_CYCLE support to device linksSaravana Kannan1-0/+1
2023-03-10drivers: base: transport_class: fix possible memory leakYang Yingliang1-1/+7
2023-03-10NFSD: enhance inter-server copy cleanupDai Ngo1-1/+1
2023-03-10HID: retain initial quirks set up when creating HID devicesDmitry Torokhov1-0/+1
2023-03-10net/mlx4_en: Introduce flexible array to silence overflow warningKees Cook1-0/+1
2023-03-10bpf: Zeroing allocated object from slab in bpf memory allocatorHou Tao1-0/+7
2023-03-10rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker1-0/+2
2023-03-10genirq: Fix the return type of kstat_cpu_irqs_sum()Zhen Lei1-1/+1
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen1-0/+4
2023-02-18Merge tag 'irq-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+12
2023-02-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+0
2023-02-17Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub...Linus Torvalds1-1/+4
2023-02-17hugetlb: check for undefined shift on 32 bit architecturesMike Kravetz1-1/+4
2023-02-16Merge tag 'drm-fixes-2023-02-17' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2023-02-17Merge tag 'drm-misc-fixes-2023-02-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+1
2023-02-16arm_pmu: fix event CPU filteringMark Rutland1-1/+0
2023-02-16Merge tag 'net-6.2-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+0
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel1-2/+0
2023-02-13Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds2-5/+12
2023-02-13PCI/MSI: Provide missing stubs for CONFIG_PCI_MSI=nReinette Chatre1-0/+12
2023-02-12Merge tag 'trace-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2023-02-12tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao1-0/+1
2023-02-10fbdev: Fix invalid page access after closing deferred I/O devicesTakashi Iwai1-0/+1
2023-02-09mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng1-2/+3
2023-02-09Merge tag 'net-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-3/+10
2023-02-07net/mlx5: Expose SF firmware pages counterMaher Sanalla1-0/+1
2023-02-07net/mlx5: Store page counters in a single arrayMaher Sanalla1-3/+9
2023-02-05Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2023-02-05Merge tag 'perf_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+9