summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-04-29cpumask: drop cpumask_assign_cpu()Yury Norov1-16/+0
2025-04-29cpumask: add non-atomic __assign_cpu()Yury Norov1-0/+3
2025-04-29nodemask: drop nodes_shiftYury Norov1-19/+0
2025-04-29ima: kexec: define functions to copy IMA log at soft bootSteven Chen1-0/+3
2025-04-29ima: kexec: skip IMA segment validation after kexec soft rebootSteven Chen1-0/+3
2025-04-29kexec: define functions to map and unmap segmentsSteven Chen1-0/+6
2025-04-29Merge tag 'fsnotify_for_v6.15-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+0
2025-04-29coresight: Fixes device's owner field for registered using coresight_init_dri...Junhao He1-1/+1
2025-04-29ip: load balance tcp connections to single dst addr and portWillem de Bruijn2-0/+4
2025-04-29ipv4: prefer multipath nexthop that matches source addressWillem de Bruijn1-1/+2
2025-04-29ALSA: ump: Fix buffer overflow at UMP SysEx message conversionTakashi Iwai1-1/+1
2025-04-29PM: runtime: Add new devm functionsBence Csókás1-0/+4
2025-04-29mtd: rawnand: qcom: Pass 18 bit offset from NANDc base to BAM baseMd Sadre Alam1-3/+1
2025-04-29mtd: spinand: Define octal operationsMiquel Raynal1-0/+33
2025-04-29mtd: spinand: Use more specific naming for the (quad) program load opMiquel Raynal1-1/+1
2025-04-29mtd: spinand: Use more specific naming for the (single) program load opMiquel Raynal1-1/+1
2025-04-29mtd: spinand: Use more specific naming for the program execution opMiquel Raynal1-1/+1
2025-04-29mtd: spinand: Use more specific naming for the (quad IO) read from cache opsMiquel Raynal1-3/+3
2025-04-29mtd: spinand: Use more specific naming for the (quad output) read from cache opsMiquel Raynal1-3/+3
2025-04-29mtd: spinand: Use more specific naming for the (dual IO) read from cache opsMiquel Raynal1-19/+19
2025-04-29mtd: spinand: Use more specific naming for the (dual output) read from cache opsMiquel Raynal1-3/+3
2025-04-29mtd: spinand: Use more specific naming for the (single) read from cache opsMiquel Raynal1-6/+6
2025-04-29mtd: spinand: Use more specific naming for the page read opMiquel Raynal1-1/+1
2025-04-29mtd: spinand: Use more specific naming for the erase opMiquel Raynal1-1/+1
2025-04-29mtd: spinand: Use more specific naming for the get/set feature opsMiquel Raynal1-2/+2
2025-04-29mtd: spinand: Use more specific naming for the read ID opMiquel Raynal1-1/+1
2025-04-29mtd: spinand: Use more specific naming for the write enable/disable opMiquel Raynal1-1/+1
2025-04-29entry: Inline syscall_exit_to_user_mode()Charlie Jenkins1-2/+41
2025-04-29Merge patch series "target: Remove atomics from main IO path"Martin K. Petersen1-8/+16
2025-04-29scsi: target: Move delayed/ordered tracking to per CPUMike Christie1-2/+2
2025-04-29scsi: target: Move I/O path stats to per CPUMike Christie1-6/+14
2025-04-29Merge branch '6.15/scsi-fixes' into 6.16/scsi-stagingMartin K. Petersen3-1/+15
2025-04-29power: supply: support charge_types in extensionsJelle van der Waa1-0/+1
2025-04-29Merge tag 'for-net-2025-04-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski3-12/+15
2025-04-29netlink: specs: ethtool: Remove UAPI duplication of phy-upstream enumKory Maincent1-5/+0
2025-04-29netfilter: nf_tables: export set count and backend name to userspaceFlorian Westphal1-0/+4
2025-04-29net: sched: generalize check for no-queue qdisc on TX queueJesper Dangaard Brouer1-0/+8
2025-04-28mod_devicetable: Enlarge the maximum platform_device_id name lengthKees Cook1-1/+1
2025-04-28overflow: Clarify expectations for getting DEFINE_FLEX variable sizesKees Cook1-0/+2
2025-04-28compiler_types: Identify compiler versions for __builtin_dynamic_object_sizeKees Cook1-0/+5
2025-04-28Merge drm/drm-next into drm-xe-nextThomas Hellström1-2/+0
2025-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4Alexei Starovoitov14-98/+170
2025-04-28highmem: Add memcpy_folio()Matthew Wilcox (Oracle)1-0/+27
2025-04-28dt-bindings: interconnect: sm8650: document the MASTER_APSS_NOCNeil Armstrong1-0/+1
2025-04-28ACPICA: Drop stale comment about the header file contentSudeep Holla1-1/+1
2025-04-28cpufreq: Fix setting policy limits when frequency tables are usedRafael J. Wysocki1-29/+54
2025-04-28crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglistHerbert Xu3-61/+64
2025-04-28crypto: api - Add crypto_stack_request_init and initialise flags fullyHerbert Xu5-8/+14
2025-04-28crypto: polyval-generic - Use API partial block handlingHerbert Xu1-8/+0
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu5-11/+32