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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-09
maccess: unify the probe kernel arch hooks
Christoph Hellwig
1
-2
/
+4
2020-06-09
maccess: rename strnlen_unsafe_user to strnlen_user_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-09
maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
Christoph Hellwig
1
-2
/
+2
2020-06-09
maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
Christoph Hellwig
1
-2
/
+2
2020-06-09
maccess: remove duplicate kerneldoc comments
Christoph Hellwig
1
-38
/
+0
2020-06-09
maccess: remove various unused weak aliases
Christoph Hellwig
1
-3
/
+0
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
10
-24
/
+24
2020-06-09
mmap locking API: rename mmap_sem to mmap_lock
Michel Lespinasse
2
-20
/
+20
2020-06-09
mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
Michel Lespinasse
1
-0
/
+14
2020-06-09
mmap locking API: add MMAP_LOCK_INITIALIZER
Michel Lespinasse
1
-0
/
+3
2020-06-09
mmap locking API: add mmap_read_trylock_non_owner()
Michel Lespinasse
1
-0
/
+14
2020-06-09
mmap locking API: convert nested write lock sites
Michel Lespinasse
1
-0
/
+5
2020-06-09
MMU notifier: use the new mmap locking API
Michel Lespinasse
1
-2
/
+3
2020-06-09
mmap locking API: initial implementation as rwsem wrappers
Michel Lespinasse
2
-0
/
+55
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
3
-0
/
+93
2020-06-09
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
1
-0
/
+24
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
5
-4
/
+5
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
10
-12
/
+13
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-3
/
+2
2020-06-09
sysrq: use show_stack_loglvl()
Dmitry Safonov
1
-0
/
+2
2020-06-09
kallsyms/printk: add loglvl to print_ip_sym()
Dmitry Safonov
1
-2
/
+2
2020-06-08
Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...
Linus Torvalds
2
-5
/
+17
2020-06-08
Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
6
-6
/
+64
2020-06-08
Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
1
-0
/
+6
2020-06-08
Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
3
-0
/
+30
2020-06-08
Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-162
/
+119
2020-06-08
Merge tag 'drm-next-msm-5.8-2020-06-08' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+23
2020-06-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
13
-27
/
+68
2020-06-08
asm-generic: add a flush_icache_user_range stub
Christoph Hellwig
1
-0
/
+4
2020-06-08
mm: rename flush_icache_user_range to flush_icache_user_page
Christoph Hellwig
1
-3
/
+3
2020-06-08
asm-generic: improve the flush_dcache_page stub
Christoph Hellwig
1
-3
/
+3
2020-06-08
asm-generic: don't include <linux/mm.h> in cacheflush.h
Christoph Hellwig
1
-3
/
+0
2020-06-08
asm-generic: fix the inclusion guards for cacheflush.h
Christoph Hellwig
1
-3
/
+3
2020-06-08
mm/gup: introduce pin_user_pages_locked()
John Hubbard
1
-0
/
+2
2020-06-08
mm/gup.c: convert to use get_user_{page|pages}_fast_only()
Souptick Joarder
1
-2
/
+8
2020-06-08
panic: add sysctl to dump all CPUs backtraces on oops event
Guilherme G. Piccoli
1
-0
/
+6
2020-06-08
kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...
Guilherme G. Piccoli
1
-0
/
+7
2020-06-08
kernel/sysctl: support setting sysctl parameters from kernel command line
Vlastimil Babka
1
-0
/
+4
2020-06-08
xarray.h: correct return code documentation for xa_store_{bh,irq}()
Manfred Spraul
1
-2
/
+2
2020-06-08
kernel: add panic_on_taint
Rafael Aquini
1
-0
/
+3
2020-06-08
dynamic_debug: add an option to enable dynamic debug for modules only
Orson Zhai
6
-11
/
+21
2020-06-08
ipc/namespace.c: use a work queue to free_ipc
Giuseppe Scrivano
1
-0
/
+2
2020-06-08
Merge https://gitlab.freedesktop.org/drm/msm into drm-next-msm-5.8
Dave Airlie
1
-1
/
+23
2020-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-23
/
+25
2020-06-08
Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2
-18
/
+639
2020-06-08
Merge tag 'rtc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
1
-0
/
+1
2020-06-08
Merge tag 'ntb-5.8' of git://github.com/jonmason/ntb
Linus Torvalds
1
-3
/
+3
2020-06-07
Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
18
-197
/
+758
2020-06-07
Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-1
/
+3
[next]