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-02-10
mm/vmalloc.c: add flags to mark vm_map_ram area
Baoquan He
1
-0
/
+1
2023-02-10
shmem: add shmem_read_folio() and shmem_read_folio_gfp()
Matthew Wilcox (Oracle)
1
-0
/
+8
2023-02-10
filemap: add mapping_read_folio_gfp()
Matthew Wilcox (Oracle)
1
-0
/
+2
2023-02-10
mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates
Suren Baghdasaryan
1
-0
/
+7
2023-02-10
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
2
-4
/
+15
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-10
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
1
-2
/
+2
2023-02-10
mm: introduce vma->vm_flags wrapper functions
Suren Baghdasaryan
2
-1
/
+49
2023-02-10
mm/mmap: don't use __vma_adjust() in shift_arg_pages()
Liam R. Howlett
1
-8
/
+2
2023-02-10
mm/mremap: convert vma_adjust() to vma_expand()
Liam R. Howlett
1
-0
/
+3
2023-02-10
mm: don't use __vma_adjust() in __split_vma()
Liam R. Howlett
1
-4
/
+3
2023-02-10
mm: add vma iterator to vma_adjust() arguments
Liam R. Howlett
1
-5
/
+4
2023-02-10
mm: pass through vma iterator to __vma_adjust()
Liam R. Howlett
1
-2
/
+4
2023-02-10
mmap: convert __vma_adjust() to use vma iterator
Liam R. Howlett
1
-3
/
+0
2023-02-10
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
1
-13
/
+5
2023-02-10
mm: change mprotect_fixup to vma iterator
Liam R. Howlett
1
-3
/
+3
2023-02-10
ipc/shm: introduce new do_vma_munmap() to munmap
Liam R. Howlett
1
-0
/
+3
2023-02-10
mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...
Liam R. Howlett
1
-1
/
+10
2023-02-10
mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
Liam R. Howlett
1
-1
/
+1
2023-02-10
mm: expand vma iterator interface
Liam R. Howlett
2
-7
/
+43
2023-02-10
maple_tree: add mas_init() function
Liam R. Howlett
1
-0
/
+11
2023-02-10
mm: fix memcpy_from_file_folio() integer underflow
Matthew Wilcox (Oracle)
1
-2
/
+3
2023-02-10
mm: shrinkers: fix deadlock in shrinker debugfs
Qi Zheng
1
-2
/
+3
2023-02-10
include/linux/bcd.h: provide bcd_is_valid() helper
Ahmad Fatoum
1
-0
/
+4
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-21
/
+41
2023-02-09
cpufreq: Make cpufreq_unregister_driver() return void
Uwe Kleine-König
1
-1
/
+1
2023-02-09
Merge back cpufreq material for 6.3-rc1.
Rafael J. Wysocki
1
-0
/
+32
2023-02-09
vfio: Update the kdoc for vfio_device_ops
Yi Liu
1
-0
/
+4
2023-02-09
vfio: fix deadlock between group lock and kvm lock
Matthew Rosato
1
-1
/
+1
2023-02-09
Merge tag 'net-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-3
/
+10
2023-02-09
HID: retain initial quirks set up when creating HID devices
Dmitry Torokhov
1
-0
/
+1
2023-02-09
soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.h
Elliot Berman
1
-0
/
+0
2023-02-09
driver core: bus: constify bus_unregister()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-09
driver core: bus: constify bus_get_kset()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-09
driver core: bus: constify bus_register/unregister_notifier()
Greg Kroah-Hartman
1
-2
/
+2
2023-02-09
driver core: remove private pointer from struct bus_type
Greg Kroah-Hartman
1
-4
/
+0
2023-02-09
driver core: bus: convert bus_create/remove_file to be constant
Greg Kroah-Hartman
1
-3
/
+2
2023-02-09
driver core: bus: constantify the bus_find_* functions
Greg Kroah-Hartman
1
-10
/
+10
2023-02-09
Merge tag 'linux-can-next-for-6.3-20230208' of git://git.kernel.org/pub/scm/l...
Jakub Kicinski
1
-1
/
+1
2023-02-09
Merge tag 'mlx5-next-netdev-deadlock' of git://git.kernel.org/pub/scm/linux/k...
Jakub Kicinski
3
-5
/
+48
2023-02-09
net/mlx5e: Propagate an internal event in case uplink netdev changes
Jiri Pirko
2
-0
/
+6
2023-02-09
firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/
Elliot Berman
1
-0
/
+0
2023-02-09
Merge tag 'mlx5-updates-2023-02-07' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2
-2
/
+1
2023-02-09
uaccess: Add minimum bounds check on kernel buffer size
Kees Cook
1
-0
/
+4
2023-02-09
arm64: Support Clang UBSAN trap codes for better reporting
Kees Cook
1
-0
/
+9
2023-02-08
can: bittiming: can_calc_bittiming(): add missing parameter to no-op function
Marc Kleine-Budde
1
-1
/
+1
2023-02-08
driver core: fw_devlink: Consolidate device link flag computation
Saravana Kannan
1
-1
/
+0
2023-02-08
driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle
Saravana Kannan
1
-1
/
+10
2023-02-08
driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
Saravana Kannan
1
-0
/
+1
2023-02-08
net: micrel: Add support for lan8841 PHY
Horatiu Vultur
1
-0
/
+1
[prev]
[next]