summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-07-13sched: add throttled time stat for throttled childrenJosh Don1-0/+2
2023-07-13sched: avoid false lockdep splat in put_task_struct()Wander Lairson Costa1-4/+14
2023-07-13kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa1-1/+27
2023-07-13bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().Alexei Starovoitov1-0/+2
2023-07-13rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney2-0/+3
2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2023-07-12tracing: arm64: Avoid missing-prototype warningsArnd Bergmann1-0/+9
2023-07-12platform/x86: asus-wmi: expose dGPU and CPU tunables for ROGLuke D. Jones1-0/+9
2023-07-12platform/x86: asus-wmi: support setting mini-LED modeLuke D. Jones1-0/+1
2023-07-12platform/x86: asus-wmi: add WMI method to show if egpu connectedLuke D. Jones1-1/+3
2023-07-12platform/x86: asus-wmi: support middle fan custom curvesLuke D. Jones1-0/+1
2023-07-12platform/x86: asus-wmi: add support for showing middle fan RPMLuke D. Jones1-0/+1
2023-07-12platform/x86: asus-wmi: add support for showing charger modeLuke D. Jones1-0/+3
2023-07-12mtd: rawnand: export 'nand_exit_status_op()'Arseniy Krasnov1-0/+1
2023-07-12ASoC: remove copy of intlog10()Mark Brown1-0/+56
2023-07-12mtd: use refcount to prevent corruptionTomas Winkler1-1/+1
2023-07-12bpf: Clear the probe_addr for uprobeYafang Shao1-1/+2
2023-07-12x86/mm: Introduce MAP_ABOVE4GRick Edgecombe1-0/+4
2023-07-12mm: Warn on shadow stack memory in wrong vmaRick Edgecombe1-0/+14
2023-07-12mm: Add guard pages around a shadow stack.Rick Edgecombe1-6/+48
2023-07-12mm: Introduce VM_SHADOW_STACK for shadow stack memoryYu-cheng Yu1-0/+8
2023-07-12mm: Move VM_UFFD_MINOR_BIT from 37 to 38Yu-cheng Yu1-1/+1
2023-07-12mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu1-1/+2
2023-07-12mm: Make pte_mkwrite() take a VMARick Edgecombe2-3/+3
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-0/+14
2023-07-11Non-functional cleanup of a "__user * filename"Palmer Dabbelt1-1/+1
2023-07-11spi: Fix spelling typos and acronyms capitalizationAndy Shevchenko1-62/+75
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko1-2/+1
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko1-2/+0
2023-07-11spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RXAndy Shevchenko1-2/+0
2023-07-11Merge v6.5-rc1 into drm-misc-fixesMaxime Ripard312-5372/+14965
2023-07-11jbd2: fix a race when checking checkpoint buffer busyZhang Yi1-0/+1
2023-07-11jbd2: remove t_checkpoint_io_listZhang Yi1-6/+0
2023-07-11fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)1-0/+1
2023-07-10workqueue: Warn attempt to flush system-wide workqueues.Tetsuo Handa1-41/+3
2023-07-10module: Ignore RISC-V mapping symbols tooPalmer Dabbelt1-1/+11
2023-07-10evm: Align evm_inode_init_security() definition with LSM infrastructureRoberto Sassu1-6/+8
2023-07-10security: Allow all LSMs to provide xattrs for inode_init_security hookRoberto Sassu2-3/+23
2023-07-10spi: Sort headers alphabeticallyAndy Shevchenko1-6/+6
2023-07-10block: remove dead struc request->completion_data fieldJens Axboe1-3/+3
2023-07-10nvme: fix the NVME_ID_NS_NVM_STS_MASK definitionAnkit Kumar1-1/+1
2023-07-10dnotify: Pass argument of fcntl_dirnotify as intLuca Vizzarro1-2/+2
2023-07-10pipe: Pass argument of pipe_fcntl as intLuca Vizzarro1-2/+2
2023-07-10fs: Pass argument to fcntl_setlease as intLuca Vizzarro2-8/+8
2023-07-10fcntl: Cast commands with int args explicitlyLuca Vizzarro1-1/+1
2023-07-10fs: new helper: simple_rename_timestampJeff Layton1-0/+2
2023-07-10fs: add ctime accessors infrastructureJeff Layton1-1/+44
2023-07-10sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan2-2/+6
2023-07-10iio: inkern: Add a helper to query an available minimum raw valueHerve Codina1-0/+12
2023-07-10minmax: Introduce {min,max}_array()Herve Codina1-0/+64