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.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-04-30
x86/alternatives: Use temporary mm for text poking
Nadav Amit
3
-26
/
+86
2019-04-30
x86/alternatives: Initialize temporary mm for patching
Nadav Amit
5
-0
/
+48
2019-04-30
fork: Provide a function for copying init_mm
Nadav Amit
2
-6
/
+19
2019-04-30
uprobes: Initialize uprobes earlier
Nadav Amit
3
-5
/
+9
2019-04-30
x86/mm: Save debug registers when loading a temporary mm
Nadav Amit
1
-0
/
+23
2019-04-30
x86/mm: Introduce temporary mm structs
Andy Lutomirski
1
-0
/
+33
2019-04-30
x86/jump_label: Use text_poke_early() during early init
Nadav Amit
1
-1
/
+6
2019-04-30
bpf: Fail bpf_probe_write_user() while mm is switched
Nadav Amit
1
-0
/
+8
2019-04-30
mm/tlb: Provide default nmi_uaccess_okay()
Nadav Amit
2
-0
/
+11
2019-04-30
x86/alternatives: Add text_poke_kgdb() to not assert the lock when debugging
Nadav Amit
3
-19
/
+45
2019-04-30
Merge tag 'v5.1-rc7' into x86/mm, to pick up fixes
Ingo Molnar
60
-224
/
+404
2019-04-29
Linux 5.1-rc7
v5.1-rc7
Linus Torvalds
1
-1
/
+1
2019-04-28
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
4
-6
/
+20
2019-04-28
Merge tag 'powerpc-5.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-40
/
+60
2019-04-28
Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-16
/
+26
2019-04-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
7
-20
/
+76
2019-04-28
Merge tag 'dmaengine-fix-5.1-rc7' of git://git.infradead.org/users/vkoul/slav...
Linus Torvalds
3
-6
/
+28
2019-04-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-7
/
+3
2019-04-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-1
/
+7
2019-04-27
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+4
2019-04-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+5
2019-04-27
slip: make slhc_free() silently accept an error pointer
Linus Torvalds
1
-1
/
+1
2019-04-27
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-23
/
+39
2019-04-27
Input: synaptics-rmi4 - write config register values to the right offset
Lucas Stach
1
-1
/
+1
2019-04-26
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-3
/
+8
2019-04-26
Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
4
-19
/
+23
2019-04-26
Merge tag 'gpio-v5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2
-4
/
+9
2019-04-26
Merge tag 'drm-fixes-2019-04-26' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
12
-52
/
+53
2019-04-26
Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-5
/
+13
2019-04-26
Merge tag '5.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-15
/
+28
2019-04-26
fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
YueHaibing
1
-2
/
+4
2019-04-26
mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flag
Andrey Ryabinin
1
-3
/
+3
2019-04-26
mm/page_alloc.c: avoid potential NULL pointer dereference
Andrey Ryabinin
1
-0
/
+3
2019-04-26
mm, page_alloc: always use a captured page regardless of compaction result
Mel Gorman
1
-5
/
+0
2019-04-26
mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m...
Mel Gorman
2
-8
/
+21
2019-04-26
lib/test_vmalloc.c: do not create cpumask_t variable on stack
Uladzislau Rezki (Sony)
1
-3
/
+3
2019-04-26
lib/Kconfig.debug: fix build error without CONFIG_BLOCK
YueHaibing
1
-0
/
+1
2019-04-26
zram: pass down the bvec we need to read into in the work struct
Jérôme Glisse
1
-2
/
+3
2019-04-26
mm/memory_hotplug.c: drop memory device reference after find_memory_block()
David Hildenbrand
1
-0
/
+1
2019-04-26
trace: Fix preempt_enable_no_resched() abuse
Peter Zijlstra
1
-1
/
+1
2019-04-26
tracing: Fix a memory leak by early error exit in trace_pid_write()
Wenwen Wang
1
-1
/
+4
2019-04-26
tracing: Fix buffer_ref pipe ops
Jann Horn
3
-16
/
+17
2019-04-26
dmaengine: mediatek-cqdma: fix wrong register usage in mtk_cqdma_start
Shun-Chih Yu
1
-1
/
+1
2019-04-26
x86/mm/tlb: Remove 'struct flush_tlb_info' from the stack
Nadav Amit
1
-34
/
+82
2019-04-26
Merge branch 'linus' into x86/mm, to pick up dependent fix
Ingo Molnar
858
-4480
/
+8874
2019-04-26
Merge tag 'imx-drm-fixes-2019-04-25' of git://git.pengutronix.de/pza/linux in...
Dave Airlie
2
-4
/
+10
2019-04-26
Merge branch 'vmwgfx-fixes-5.1' of git://people.freedesktop.org/~thomash/linu...
Dave Airlie
1
-28
/
+5
2019-04-26
Merge tag 'drm-misc-fixes-2019-04-25' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
3
-5
/
+22
2019-04-26
Merge branch 'drm-fixes-5.1' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
4
-10
/
+9
2019-04-26
Merge tag 'drm-intel-fixes-2019-04-24' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2
-5
/
+7
[next]