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-08-25
mm/swap: stop using page->private on tail pages for THP_SWAP
David Hildenbrand
2
-11
/
+10
2023-08-25
mm: convert do_set_pte() to set_pte_range()
Yin Fengwei
1
-1
/
+2
2023-08-25
rmap: add folio_add_file_rmap_range()
Yin Fengwei
1
-0
/
+2
2023-08-25
mm: tidy up set_ptes definition
Matthew Wilcox (Oracle)
1
-6
/
+0
2023-08-25
mm: rationalise flush_icache_pages() and flush_icache_page()
Matthew Wilcox (Oracle)
1
-0
/
+9
2023-08-25
mm: remove page_mapping_file()
Matthew Wilcox (Oracle)
1
-8
/
+0
2023-08-25
mm: add default definition of set_ptes()
Matthew Wilcox (Oracle)
1
-21
/
+60
2023-08-25
mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-08-25
mm: add folio_flush_mapping()
Matthew Wilcox (Oracle)
1
-5
/
+21
2023-08-25
mm: convert page_table_check_pte_set() to page_table_check_ptes_set()
Matthew Wilcox (Oracle)
1
-6
/
+7
2023-08-25
minmax: add in_range() macro
Matthew Wilcox (Oracle)
1
-0
/
+27
2023-08-25
mm: memcg: use rstat for non-hierarchical stats
Yosry Ahmed
1
-3
/
+4
2023-08-25
mm: handle userfaults under VMA lock
Suren Baghdasaryan
1
-0
/
+20
2023-08-25
mm: handle swap page faults under per-VMA lock
Suren Baghdasaryan
1
-0
/
+13
2023-08-25
mm: change folio_lock_or_retry to use vm_fault directly
Suren Baghdasaryan
1
-5
/
+6
2023-08-25
mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETED
Suren Baghdasaryan
1
-1
/
+2
2023-08-25
io_uring: move iopoll ctx fields around
Pavel Begunkov
1
-14
/
+11
2023-08-25
io_uring: move multishot cqe cache in ctx
Pavel Begunkov
1
-1
/
+2
2023-08-25
io_uring: separate task_work/waiting cache line
Pavel Begunkov
1
-7
/
+12
2023-08-25
io_uring: banish non-hot data to end of io_ring_ctx
Pavel Begunkov
1
-18
/
+19
2023-08-25
io_uring: move non aligned field to the end
Pavel Begunkov
1
-18
/
+18
2023-08-25
io_uring: compact SQ/CQ heads/tails
Pavel Begunkov
1
-2
/
+2
2023-08-25
io_uring: merge iopoll and normal completion paths
Pavel Begunkov
1
-0
/
+1
2023-08-25
io_uring: simplify big_cqe handling
Pavel Begunkov
1
-10
/
+6
2023-08-24
PCI: Remove unused function declarations
Yue Haibing
1
-1
/
+0
2023-08-24
net: dsa: use capital "OR" for multiple licenses in SPDX
Krzysztof Kozlowski
1
-1
/
+1
2023-08-24
Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...
Jakub Kicinski
4
-1
/
+87
2023-08-24
PCI/VGA: Fix typos
Sui Jingfeng
1
-2
/
+2
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2023-08-24
SUNRPC: Allow specification of TCP client connect timeout at setup
Trond Myklebust
2
-0
/
+4
2023-08-24
SUNRPC: clean up integer overflow check
Dan Carpenter
1
-3
/
+1
2023-08-24
Merge tag 'icc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...
Greg Kroah-Hartman
2
-3
/
+19
2023-08-24
libceph: add CEPH_OSD_OP_ASSERT_VER support
Jeff Layton
2
-1
/
+9
2023-08-24
PCI/VGA: Replace full MIT license text with SPDX identifier
Sui Jingfeng
1
-21
/
+2
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
24
-54
/
+108
2023-08-24
binfmt_elf_fdpic: support 64-bit systems
Greg Ungerer
1
-1
/
+13
2023-08-23
SUNRPC: kmap() the xdr pages during decode
Anna Schumaker
1
-0
/
+2
2023-08-23
nvmem: core: Notify when a new layout is registered
Miquel Raynal
1
-0
/
+2
2023-08-23
nvmem: core: Return NULL when no nvmem layout is found
Miquel Raynal
1
-1
/
+1
2023-08-23
Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...
Christian Brauner
10
-18
/
+33
2023-08-23
entry: Remove empty addr_limit_user_check()
Mark Rutland
1
-16
/
+0
2023-08-23
mlx4: Delete custom device management logic
Petr Pavlu
1
-10
/
+0
2023-08-23
mlx4: Register mlx4 devices to an auxiliary virtual bus
Petr Pavlu
2
-0
/
+18
2023-08-23
mlx4: Move the bond work to the core driver
Petr Pavlu
2
-19
/
+13
2023-08-23
mlx4: Get rid of the mlx4_interface.activate callback
Petr Pavlu
1
-1
/
+0
2023-08-23
mlx4: Replace the mlx4_interface.event callback with a notifier
Petr Pavlu
1
-2
/
+6
2023-08-23
mlx4: Use 'void *' as the event param of mlx4_dispatch_event()
Petr Pavlu
1
-1
/
+1
2023-08-23
mlx4: Get rid of the mlx4_interface.get_dev callback
Petr Pavlu
1
-3
/
+0
2023-08-23
qed/qede: Remove unused declarations
Yue Haibing
1
-3
/
+0
2023-08-23
tracing/probes: Support BTF argument on module functions
Masami Hiramatsu (Google)
1
-0
/
+1
[prev]
[next]