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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-26
mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
Mark Rutland
26
-48
/
+48
2019-09-26
ntfs: remove (un)?likely() from IS_ERR() conditions
Denis Efremov
4
-9
/
+9
2019-09-26
IB/hfi1: remove unlikely() from IS_ERR*() condition
Denis Efremov
1
-1
/
+1
2019-09-26
xfs: remove unlikely() from WARN_ON() condition
Denis Efremov
1
-2
/
+2
2019-09-26
wimax/i2400m: remove unlikely() from WARN*() condition
Denis Efremov
1
-2
/
+1
2019-09-26
fs: remove unlikely() from WARN_ON() condition
Denis Efremov
1
-1
/
+1
2019-09-26
xen/events: remove unlikely() from WARN() condition
Denis Efremov
1
-1
/
+1
2019-09-26
checkpatch: check for nested (un)?likely() calls
Denis Efremov
1
-0
/
+6
2019-09-26
hexagon: drop empty and unused free_initrd_mem
Mike Rapoport
1
-13
/
+0
2019-09-26
mm: factor out common parts between MADV_COLD and MADV_PAGEOUT
Minchan Kim
1
-147
/
+45
2019-09-26
mm: introduce MADV_PAGEOUT
Minchan Kim
8
-0
/
+251
2019-09-26
mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
Minchan Kim
1
-3
/
+3
2019-09-26
mm: introduce MADV_COLD
Minchan Kim
10
-4
/
+232
2019-09-26
mm: untag user pointers in mmap/munmap/mremap/brk
Catalin Marinas
2
-5
/
+6
2019-09-26
vfio/type1: untag user pointers in vaddr_get_pfn
Andrey Konovalov
1
-0
/
+2
2019-09-26
tee/shm: untag user pointers in tee_shm_register
Andrey Konovalov
1
-0
/
+1
2019-09-26
media/v4l2-core: untag user pointers in videobuf_dma_contig_user_get
Andrey Konovalov
1
-4
/
+5
2019-09-26
drm/radeon: untag user pointers in radeon_gem_userptr_ioctl
Andrey Konovalov
1
-0
/
+2
2019-09-26
drm/amdgpu: untag user pointers
Andrey Konovalov
2
-1
/
+3
2019-09-26
userfaultfd: untag user pointers
Andrey Konovalov
1
-10
/
+12
2019-09-26
fs/namespace: untag user pointers in copy_mount_options
Andrey Konovalov
1
-1
/
+1
2019-09-26
mm: untag user pointers in get_vaddr_frames
Andrey Konovalov
1
-0
/
+2
2019-09-26
mm: untag user pointers in mm/gup.c
Andrey Konovalov
1
-0
/
+4
2019-09-26
mm: untag user pointers passed to memory syscalls
Andrey Konovalov
8
-1
/
+23
2019-09-26
lib: untag user pointers in strn*_user
Andrey Konovalov
3
-4
/
+7
2019-09-26
lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rle
Dave Rodgman
1
-6
/
+8
2019-09-26
ipc/sem.c: convert to use built-in RCU list checking
Joel Fernandes (Google)
1
-1
/
+2
2019-09-26
ipc/mqueue: improve exception handling in do_mq_notify()
Markus Elfring
1
-12
/
+8
2019-09-26
ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()
Markus Elfring
1
-1
/
+1
2019-09-26
bug: move WARN_ON() "cut here" into exception handler
Kees Cook
2
-7
/
+12
2019-09-26
bug: consolidate __WARN_FLAGS usage
Kees Cook
2
-12
/
+8
2019-09-26
bug: clean up helper macros to remove __WARN_TAINT()
Kees Cook
1
-10
/
+11
2019-09-26
bug: lift "cut here" out of __warn()
Kees Cook
1
-4
/
+2
2019-09-26
bug: consolidate warn_slowpath_fmt() usage
Kees Cook
2
-9
/
+8
2019-09-26
bug: rename __WARN_printf_taint() to __WARN_printf()
Kees Cook
1
-4
/
+4
2019-09-26
bug: refactor away warn_slowpath_fmt_taint()
Kees Cook
2
-24
/
+7
2019-09-26
scripts/gdb: handle split debug
Douglas Anderson
1
-2
/
+2
2019-09-26
kgdb: don't use a notifier to enter kgdb at panic; call directly
Douglas Anderson
3
-20
/
+21
2019-09-26
compiler: enable CONFIG_OPTIMIZE_INLINING forcibly
Masahiro Yamada
1
-3
/
+1
2019-09-26
uaccess: add missing __must_check attributes
Kees Cook
2
-11
/
+12
2019-09-26
kexec: restore arch_kexec_kernel_image_probe declaration
Vasily Gorbik
1
-0
/
+2
2019-09-26
kexec: bail out upon SIGKILL when allocating memory.
Tetsuo Handa
1
-0
/
+2
2019-09-26
cpumask: nicer for_each_cpumask_and() signature
Alexey Dobriyan
1
-7
/
+7
2019-09-26
fork: improve error message for corrupted page tables
Sai Praneeth Prakhya
2
-2
/
+18
2019-09-26
fat: delete an unnecessary check before brelse()
Markus Elfring
1
-3
/
+1
2019-09-26
fs/reiserfs/do_balan.c: remove set but not used variable
Jason Yan
1
-2
/
+1
2019-09-26
fs/reiserfs/journal.c: remove set but not used variable
Jason Yan
1
-4
/
+3
2019-09-26
fs/reiserfs/do_balan.c: remove set but not used variables
zhengbin
1
-11
/
+1
2019-09-26
fs/reiserfs/fix_node.c: remove set but not used variables
zhengbin
1
-5
/
+1
2019-09-26
fs/reiserfs/prints.c: remove set but not used variables
zhengbin
1
-3
/
+0
[next]