summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2024-04-17drm/edid: group struct drm_edid based declarations togetherJani Nikula-4/+4
2024-04-17drm/edid: move all internal declarations to drm_crtc_internal.hJani Nikula-3/+0
2024-04-17drm/displayid: move drm_displayid.h to drm_displayd_internal.hJani Nikula-170/+0
2024-04-17fsnotify: fix UAF from FS_ERROR event on a shutting down filesystemAmir Goldstein-0/+4
2024-04-17Merge patch series 'Fix shmem_rename2 directory offset calculation' of https:...Christian Brauner-0/+2
2024-04-17libfs: Add simple_offset_rename() APIChuck Lever-0/+2
2024-04-17sched/vtime: Do not include <asm/vtime.h> headerAlexander Gordeev-5/+0
2024-04-17sched/vtime: Remove confusing arch_vtime_task_switch() declarationAlexander Gordeev-1/+0
2024-04-17PNP: Add dev_is_pnp() macroGuanbing Huang-0/+4
2024-04-16net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...Kory Maincent (Dent Project)-2/+2
2024-04-17Add bridged amplifiers to cs42l43Mark Brown-67/+220
2024-04-16mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar-0/+9
2024-04-16mm,swapops: update check in is_pfn_swap_entry for hwpoison entriesOscar Salvador-32/+33
2024-04-16cgroup/rstat: add cgroup_rstat_lock helpers and tracepointsJesper Dangaard Brouer-1/+49
2024-04-16sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers-0/+8
2024-04-16af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima-0/+1
2024-04-16gpio: swnode: Add ability to specify native chip selects for SPICharles Keepax-0/+4
2024-04-16ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its valueSteven Rostedt-0/+2
2024-04-16coresight: Add helpers registering/removing both AMBA and platform driversAnshuman Khandual-0/+7
2024-04-15vfs: export remap and write check helpersDarrick J. Wong-0/+1
2024-04-15Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-2/+2
2024-04-15remove call_{read,write}_iter() functionsMiklos Szeredi-12/+0
2024-04-15kernel_file_open(): get rid of inode argumentAl Viro-1/+1
2024-04-15fd_is_open(): move to fs/file.cAl Viro-5/+0
2024-04-15close_on_exec(): pass files_struct instead of fdtableAl Viro-5/+5
2024-04-15net: dqs: make struct dql more cache efficientBreno Leitao-2/+3
2024-04-15net: dql: Optimize stall information populationBreno Leitao-1/+3
2024-04-15net: dql: Separate queue function responsibilitiesBreno Leitao-19/+25
2024-04-15net: dql: Avoid calling BUG() when WARN() is enoughBreno Leitao-1/+2
2024-04-15Replace macro "ARCH_HAVE_EXTRA_ELF_NOTES" with kconfigVignesh Balasubramanian-1/+1
2024-04-15rcu: Add a trace event for synchronize_rcu_normal()Uladzislau Rezki (Sony)-0/+27
2024-04-15rcu: Mollify sparse with RCU guardJohannes Berg-1/+13
2024-04-15dma-buf: Do not build debugfs related code when !CONFIG_DEBUG_FSTvrtko Ursulin-0/+2
2024-04-15drm/fb_dma: s/drm_panic_gem_get_scanout_buffer/drm_fb_dma_get_scanout_bufferMaĆ­ra Canal-2/+3
2024-04-15rcu: Remove redundant CONFIG_PROVE_RCU #if conditionPaul E. McKenney-3/+3
2024-04-15vfs, swap: compile out IS_SWAPFILE() on swapless configsAlexey Dobriyan-0/+6
2024-04-15drm/fb_dma: Add generic get_scanout_buffer() for drm_panicJocelyn Falempe-0/+4
2024-04-15drm/panic: Add a drm panic handlerJocelyn Falempe-0/+102
2024-04-15drm/panic: Add drm panic lockingDaniel Vetter-0/+105
2024-04-15io_uring: separate header for exported net bitsPavel Begunkov-6/+18
2024-04-15io_uring: remove async request cachePavel Begunkov-4/+0
2024-04-15io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ringJens Axboe-3/+0
2024-04-15io_uring: Avoid anonymous enums in io_uring uapiGabriel Krisman Bertazi-10/+8
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe-1/+1
2024-04-15io_uring/uring_cmd: switch to always allocating async dataJens Axboe-0/+1
2024-04-15io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe-0/+1
2024-04-15io_uring: get rid of intermediate aux cqe cachesPavel Begunkov-2/+1
2024-04-15io_uring: remove struct io_tw_state::lockedPavel Begunkov-2/+0
2024-04-15nvme/io_uring: use helper for polled completionsJens Axboe-0/+11
2024-04-15io_uring/cmd: document some uring_cmd related helpersPavel Begunkov-0/+13