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
2020-12-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
31
-274
/
+331
2020-12-19
mm/Kconfig: fix spelling mistake "whats" -> "what's"
Colin Ian King
1
-1
/
+1
2020-12-19
selftests/filesystems: expand epoll with epoll_pwait2
Willem de Bruijn
1
-0
/
+72
2020-12-19
epoll: wire up syscall epoll_pwait2
Willem de Bruijn
22
-2
/
+35
2020-12-19
epoll: add syscall epoll_pwait2
Willem de Bruijn
1
-14
/
+73
2020-12-19
epoll: convert internal api to timespec64
Willem de Bruijn
1
-20
/
+37
2020-12-19
epoll: eliminate unnecessary lock for zero timeout
Soheil Hassas Yeganeh
1
-13
/
+12
2020-12-19
epoll: replace gotos with a proper loop
Soheil Hassas Yeganeh
1
-21
/
+21
2020-12-19
epoll: pull all code between fetch_events and send_event into the loop
Soheil Hassas Yeganeh
1
-20
/
+21
2020-12-19
epoll: simplify and optimize busy loop logic
Soheil Hassas Yeganeh
1
-23
/
+17
2020-12-19
epoll: move eavail next to the list_empty_careful check
Soheil Hassas Yeganeh
1
-2
/
+1
2020-12-19
epoll: pull fatal signal checks into ep_send_events()
Soheil Hassas Yeganeh
1
-9
/
+8
2020-12-19
epoll: simplify signal handling
Soheil Hassas Yeganeh
1
-10
/
+10
2020-12-19
epoll: check for events when removing a timed out thread from the wait queue
Soheil Hassas Yeganeh
1
-9
/
+16
2020-12-19
mm/memcontrol:rewrite mem_cgroup_page_lruvec()
Hui Su
2
-39
/
+17
2020-12-19
mm, kvm: account kvm_vcpu_mmap to kmemcg
Shakeel Butt
3
-3
/
+3
2020-12-19
mm/memcg: remove unused definitions
Wei Yang
1
-118
/
+0
2020-12-19
mm/memcg: warning on !memcg after readahead page charged
Alex Shi
2
-6
/
+17
2020-12-19
mm/memcg: bail early from swap accounting if memcg disabled
Alex Shi
1
-0
/
+6
2020-12-19
mm/filemap: fix infinite loop in generic_file_buffered_read()
Kent Overstreet
1
-0
/
+3
2020-12-18
Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
48
-705
/
+695
2020-12-18
Merge tag 'ktest-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-8
/
+12
2020-12-18
Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
134
-1195
/
+2759
2020-12-18
Merge tag 'thermal-v5.11-2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-0
/
+2
2020-12-18
Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
12
-155
/
+44
2020-12-18
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
4
-6
/
+15
2020-12-18
Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
32
-177
/
+402
2020-12-18
Merge tag 'drm-intel-next-fixes-2020-12-18' of git://anongit.freedesktop.org/...
Daniel Vetter
4
-20
/
+23
2020-12-18
drm/qxl: don't allocate a dma_address array
Christian König
1
-1
/
+1
2020-12-18
drm/nouveau: fix multihop when move doesn't work.
Dave Airlie
1
-15
/
+16
2020-12-18
drm/i915/tgl: Fix REVID macros for TGL to fetch correct stepping
Aditya Swarup
1
-6
/
+6
2020-12-18
drm/i915: Fix mismatch between misplaced vma check and vma insert
Chris Wilson
1
-1
/
+1
2020-12-18
drm/i915/perf: also include Gen11 in OATAILPTR workaround
Lionel Landwerlin
1
-1
/
+1
2020-12-18
Revert "drm/i915: re-order if/else ladder for hpd_irq_setup"
Chris Wilson
1
-12
/
+15
2020-12-18
Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
46
-826
/
+1631
2020-12-18
Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
36
-596
/
+905
2020-12-18
Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
26
-149
/
+203
2020-12-18
Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
41
-2354
/
+3623
2020-12-18
Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
36
-158
/
+198
2020-12-18
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
17
-3
/
+903
2020-12-18
Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
258
-4965
/
+6011
2020-12-18
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
57
-415
/
+1140
2020-12-18
Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-110
/
+142
2020-12-17
Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
70
-559
/
+7708
2020-12-17
Merge tag 'mailbox-v5.11' of git://git.linaro.org/landing-teams/working/fujit...
Linus Torvalds
8
-11
/
+1391
2020-12-17
Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
41
-1244
/
+1952
2020-12-17
Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
41
-2192
/
+7224
2020-12-17
Merge tag 'ovl-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
14
-196
/
+233
2020-12-17
Merge tag 'fuse-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-104
/
+195
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
38
-386
/
+1075
[next]