index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-13
sched: add throttled time stat for throttled children
Josh Don
1
-0
/
+2
2023-07-13
sched: avoid false lockdep splat in put_task_struct()
Wander Lairson Costa
1
-4
/
+14
2023-07-13
kernel/fork: beware of __put_task_struct() calling context
Wander Lairson Costa
1
-1
/
+27
2023-07-13
bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().
Alexei Starovoitov
1
-0
/
+2
2023-07-13
rcu: Export rcu_request_urgent_qs_task()
Paul E. McKenney
2
-0
/
+3
2023-07-12
Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2023-07-12
tracing: arm64: Avoid missing-prototype warnings
Arnd Bergmann
1
-0
/
+9
2023-07-12
platform/x86: asus-wmi: expose dGPU and CPU tunables for ROG
Luke D. Jones
1
-0
/
+9
2023-07-12
platform/x86: asus-wmi: support setting mini-LED mode
Luke D. Jones
1
-0
/
+1
2023-07-12
platform/x86: asus-wmi: add WMI method to show if egpu connected
Luke D. Jones
1
-1
/
+3
2023-07-12
platform/x86: asus-wmi: support middle fan custom curves
Luke D. Jones
1
-0
/
+1
2023-07-12
platform/x86: asus-wmi: add support for showing middle fan RPM
Luke D. Jones
1
-0
/
+1
2023-07-12
platform/x86: asus-wmi: add support for showing charger mode
Luke D. Jones
1
-0
/
+3
2023-07-12
mtd: rawnand: export 'nand_exit_status_op()'
Arseniy Krasnov
1
-0
/
+1
2023-07-12
ASoC: remove copy of intlog10()
Mark Brown
1
-0
/
+56
2023-07-12
mtd: use refcount to prevent corruption
Tomas Winkler
1
-1
/
+1
2023-07-12
bpf: Clear the probe_addr for uprobe
Yafang Shao
1
-1
/
+2
2023-07-12
x86/mm: Introduce MAP_ABOVE4G
Rick Edgecombe
1
-0
/
+4
2023-07-12
mm: Warn on shadow stack memory in wrong vma
Rick Edgecombe
1
-0
/
+14
2023-07-12
mm: Add guard pages around a shadow stack.
Rick Edgecombe
1
-6
/
+48
2023-07-12
mm: Introduce VM_SHADOW_STACK for shadow stack memory
Yu-cheng Yu
1
-0
/
+8
2023-07-12
mm: Move VM_UFFD_MINOR_BIT from 37 to 38
Yu-cheng Yu
1
-1
/
+1
2023-07-12
mm: Re-introduce vm_flags to do_mmap()
Yu-cheng Yu
1
-1
/
+2
2023-07-12
mm: Make pte_mkwrite() take a VMA
Rick Edgecombe
2
-3
/
+3
2023-07-12
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
1
-0
/
+14
2023-07-11
Non-functional cleanup of a "__user * filename"
Palmer Dabbelt
1
-1
/
+1
2023-07-11
spi: Fix spelling typos and acronyms capitalization
Andy Shevchenko
1
-62
/
+75
2023-07-11
spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
Andy Shevchenko
1
-2
/
+1
2023-07-11
spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
Andy Shevchenko
1
-2
/
+0
2023-07-11
spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
Andy Shevchenko
1
-2
/
+0
2023-07-11
Merge v6.5-rc1 into drm-misc-fixes
Maxime Ripard
312
-5372
/
+14965
2023-07-11
jbd2: fix a race when checking checkpoint buffer busy
Zhang Yi
1
-0
/
+1
2023-07-11
jbd2: remove t_checkpoint_io_list
Zhang Yi
1
-6
/
+0
2023-07-11
fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...
Masami Hiramatsu (Google)
1
-0
/
+1
2023-07-10
workqueue: Warn attempt to flush system-wide workqueues.
Tetsuo Handa
1
-41
/
+3
2023-07-10
module: Ignore RISC-V mapping symbols too
Palmer Dabbelt
1
-1
/
+11
2023-07-10
evm: Align evm_inode_init_security() definition with LSM infrastructure
Roberto Sassu
1
-6
/
+8
2023-07-10
security: Allow all LSMs to provide xattrs for inode_init_security hook
Roberto Sassu
2
-3
/
+23
2023-07-10
spi: Sort headers alphabetically
Andy Shevchenko
1
-6
/
+6
2023-07-10
block: remove dead struc request->completion_data field
Jens Axboe
1
-3
/
+3
2023-07-10
nvme: fix the NVME_ID_NS_NVM_STS_MASK definition
Ankit Kumar
1
-1
/
+1
2023-07-10
dnotify: Pass argument of fcntl_dirnotify as int
Luca Vizzarro
1
-2
/
+2
2023-07-10
pipe: Pass argument of pipe_fcntl as int
Luca Vizzarro
1
-2
/
+2
2023-07-10
fs: Pass argument to fcntl_setlease as int
Luca Vizzarro
2
-8
/
+8
2023-07-10
fcntl: Cast commands with int args explicitly
Luca Vizzarro
1
-1
/
+1
2023-07-10
fs: new helper: simple_rename_timestamp
Jeff Layton
1
-0
/
+2
2023-07-10
fs: add ctime accessors infrastructure
Jeff Layton
1
-1
/
+44
2023-07-10
sched/psi: use kernfs polling functions for PSI trigger polling
Suren Baghdasaryan
2
-2
/
+6
2023-07-10
iio: inkern: Add a helper to query an available minimum raw value
Herve Codina
1
-0
/
+12
2023-07-10
minmax: Introduce {min,max}_array()
Herve Codina
1
-0
/
+64
[prev]
[next]