summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-07-13sched: add throttled time stat for throttled childrenJosh Don
2023-07-13sched: avoid false lockdep splat in put_task_struct()Wander Lairson Costa
2023-07-13kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa
2023-07-12bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().Alexei Starovoitov
2023-07-12rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney
2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-07-12tracing: arm64: Avoid missing-prototype warningsArnd Bergmann
2023-07-12platform/x86: asus-wmi: expose dGPU and CPU tunables for ROGLuke D. Jones
2023-07-12platform/x86: asus-wmi: support setting mini-LED modeLuke D. Jones
2023-07-12platform/x86: asus-wmi: add WMI method to show if egpu connectedLuke D. Jones
2023-07-12platform/x86: asus-wmi: support middle fan custom curvesLuke D. Jones
2023-07-12platform/x86: asus-wmi: add support for showing middle fan RPMLuke D. Jones
2023-07-12platform/x86: asus-wmi: add support for showing charger modeLuke D. Jones
2023-07-12mtd: rawnand: export 'nand_exit_status_op()'Arseniy Krasnov
2023-07-12ASoC: remove copy of intlog10()Mark Brown
2023-07-12mtd: use refcount to prevent corruptionTomas Winkler
2023-07-11bpf: Clear the probe_addr for uprobeYafang Shao
2023-07-11x86/mm: Introduce MAP_ABOVE4GRick Edgecombe
2023-07-11mm: Warn on shadow stack memory in wrong vmaRick Edgecombe
2023-07-11mm: Add guard pages around a shadow stack.Rick Edgecombe
2023-07-11mm: Introduce VM_SHADOW_STACK for shadow stack memoryYu-cheng Yu
2023-07-11mm: Move VM_UFFD_MINOR_BIT from 37 to 38Yu-cheng Yu
2023-07-11mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu
2023-07-11mm: Make pte_mkwrite() take a VMARick Edgecombe
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe
2023-07-11Non-functional cleanup of a "__user * filename"Palmer Dabbelt
2023-07-11spi: Fix spelling typos and acronyms capitalizationAndy Shevchenko
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko
2023-07-11spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RXAndy Shevchenko
2023-07-11Merge v6.5-rc1 into drm-misc-fixesMaxime Ripard
2023-07-10jbd2: fix a race when checking checkpoint buffer busyZhang Yi
2023-07-10jbd2: remove t_checkpoint_io_listZhang Yi
2023-07-11fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)
2023-07-10workqueue: Warn attempt to flush system-wide workqueues.Tetsuo Handa
2023-07-10module: Ignore RISC-V mapping symbols tooPalmer Dabbelt
2023-07-10evm: Align evm_inode_init_security() definition with LSM infrastructureRoberto Sassu
2023-07-10security: Allow all LSMs to provide xattrs for inode_init_security hookRoberto Sassu
2023-07-10spi: Sort headers alphabeticallyAndy Shevchenko
2023-07-10block: remove dead struc request->completion_data fieldJens Axboe
2023-07-10nvme: fix the NVME_ID_NS_NVM_STS_MASK definitionAnkit Kumar
2023-07-10dnotify: Pass argument of fcntl_dirnotify as intLuca Vizzarro
2023-07-10pipe: Pass argument of pipe_fcntl as intLuca Vizzarro
2023-07-10fs: Pass argument to fcntl_setlease as intLuca Vizzarro
2023-07-10fcntl: Cast commands with int args explicitlyLuca Vizzarro
2023-07-10fs: new helper: simple_rename_timestampJeff Layton
2023-07-10fs: add ctime accessors infrastructureJeff Layton
2023-07-10sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan
2023-07-09iio: inkern: Add a helper to query an available minimum raw valueHerve Codina
2023-07-09minmax: Introduce {min,max}_array()Herve Codina