summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman12-18/+37
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik1-6/+1
2023-08-12Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2023-08-11Merge tag 'mhi-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman1-0/+6
2023-08-11Merge tag 'iio-for-6.6a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2-0/+97
2023-08-11Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds2-2/+1
2023-08-10Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+1
2023-08-10x86/speculation: Add cpu_show_gds() prototypeArnd Bergmann1-0/+2
2023-08-10bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai1-0/+1
2023-08-10block: don't make REQ_POLLED imply REQ_NOWAITJens Axboe1-1/+1
2023-08-09block: get rid of unused plug->nowait flagJens Axboe1-1/+0
2023-08-08Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+2
2023-08-07tpm: Disable RNG for all AMD fTPMsMario Limonciello1-0/+1
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-1/+7
2023-08-05Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-3/+0
2023-08-05Merge tag 'pm-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-4/+10
2023-08-04Merge tag 'mtd/fixes-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2023-08-04firmware: stratix10-svc: Generic Mailbox CommandTeh Wen Ping2-0/+30
2023-08-04peci: Constify struct peci_controller_opsZev Weiss1-2/+2
2023-08-04dyndbg: add source filename to prefixThomas Weißschuh1-1/+3
2023-08-04bus: mhi: host: allow MHI client drivers to provide the firmware via a pointerKalle Valo1-0/+6
2023-08-03Merge tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2023-08-03Merge tag 'bitmap-6.5-rc5' of https://github.com:/norov/linuxLinus Torvalds1-2/+6
2023-08-03Drivers: hv: vmbus: Remove unused extern declaration vmbus_ontimer()YueHaibing1-3/+0
2023-08-01powercap: intel_rapl: Fix a sparse warning in TPMI interfaceZhang Rui1-4/+10
2023-07-30Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2023-07-30Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+0
2023-07-29Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds3-8/+59
2023-07-29Merge tag 'thermal-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2023-07-29ftrace: Remove unused extern declarationsYueHaibing1-4/+0
2023-07-27mm: fix memory ordering for mm_lock_seq and vm_lock_seqJann Horn3-8/+59
2023-07-27mtd: spi-nor: avoid holes in struct spi_mem_opArnd Bergmann1-0/+4
2023-07-27backlight: corgi_lcd: fix missing prototypeArnd Bergmann1-0/+2
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-0/+2
2023-07-25fs/nls: make load_nls() take a const parameterWinston Wen1-1/+1
2023-07-24PM: sleep: wakeirq: drop unused enable helpersJohan Hovold1-10/+0
2023-07-24thermal: core: constify params in thermal_zone_device_registerAhmad Fatoum1-3/+3
2023-07-23Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+1
2023-07-23iio: Add event enums for running period and countWaqar Hameed1-0/+2
2023-07-22Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds1-2/+0
2023-07-21Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet1-1/+1
2023-07-20blk-mq: delete dead struct blk_mq_hw_ctx->queued fieldChengming Zhou1-2/+0
2023-07-20iio: make invensense timestamp module genericJean-Baptiste Maneyrol2-79/+95
2023-07-20iio: move inv_icm42600 timestamp module in commonJean-Baptiste Maneyrol1-0/+79
2023-07-18cpumask: eliminate kernel-doc warningsRandy Dunlap1-2/+6
2023-07-16Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+6
2023-07-15Merge tag 'block-6.5-2023-07-14' of git://git.kernel.dk/linuxLinus Torvalds3-4/+5
2023-07-14Merge tag 'drm-fixes-2023-07-14-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2023-07-14Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-6/+1