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
2020-12-15
mm: memcontrol: account pagetables per node
Shakeel Butt
2
-5
/
+5
2020-12-15
mm: move lruvec stats update functions to vmstat.h
Shakeel Butt
2
-111
/
+104
2020-12-15
mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state
Muchun Song
1
-9
/
+9
2020-12-15
cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy
Roman Gushchin
1
-15
/
+0
2020-12-15
mm: memcg: deprecate the non-hierarchical mode
Roman Gushchin
1
-7
/
+0
2020-12-15
mm: memcg: fix obsolete code comments
Roman Gushchin
1
-4
/
+2
2020-12-15
mm/rmap: always do TTU_IGNORE_ACCESS
Shakeel Butt
1
-1
/
+0
2020-12-15
mm: memcontrol: remove unused mod_memcg_obj_state()
Muchun Song
1
-6
/
+0
2020-12-15
mm/shmem.c: make shmem_mapping() inline
Hui Su
1
-1
/
+5
2020-12-15
mm: remove pagevec_lookup_range_nr_tag()
Jeff Layton
1
-3
/
+0
2020-12-15
mm/gup: remove the vma allocation from gup_longterm_locked()
Jason Gunthorpe
1
-1
/
+1
2020-12-15
mm/gup: prevent gup_fast from racing with COW during fork
Jason Gunthorpe
1
-0
/
+8
2020-12-15
mm: fix page_owner initializing issue for arm32
Zhenhua Huang
1
-0
/
+8
2020-12-15
mm: slab: provide krealloc_array()
Bartosz Golaszewski
1
-0
/
+18
2020-12-15
cpufreq: Add special-purpose fast-switching callback for drivers
Rafael J. Wysocki
2
-0
/
+19
2020-12-15
Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
10
-53
/
+73
2020-12-15
Merge tag 'drm-misc-next-fixes-2020-12-15' of git://anongit.freedesktop.org/d...
Daniel Vetter
1
-1
/
+1
2020-12-15
genirq: Provide kstat_irqdesc_cpu()
Thomas Gleixner
1
-0
/
+6
2020-12-15
genirq: Make kstat_irqs() static
Thomas Gleixner
1
-1
/
+0
2020-12-15
genirq: Provide irq_get_effective_affinity()
Thomas Gleixner
1
-0
/
+7
2020-12-15
genirq: Move irq_set_lockdep_class() to core
Thomas Gleixner
1
-6
/
+4
2020-12-15
genirq: Move status flag checks to core
Thomas Gleixner
1
-12
/
+5
2020-12-15
genirq: Move irq_has_action() into core code
Thomas Gleixner
2
-6
/
+2
2020-12-15
Merge branches 'acpi-resources' and 'acpi-docs'
Rafael J. Wysocki
1
-7
/
+27
2020-12-15
Merge branches 'pm-devfreq' and 'pm-tools'
Rafael J. Wysocki
1
-4
/
+0
2020-12-15
Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'
Rafael J. Wysocki
2
-7
/
+17
2020-12-15
Merge branches 'pm-cpuidle' and 'pm-em'
Rafael J. Wysocki
2
-10
/
+12
2020-12-15
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
3
-7
/
+8
2020-12-15
dma-buf: Fix kerneldoc formatting
Daniel Vetter
1
-1
/
+1
2020-12-15
Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
39
-256
/
+369
2020-12-15
Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
1
-0
/
+2
2020-12-15
Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+42
2020-12-15
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-191
/
+382
2020-12-15
Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
12
-56
/
+140
2020-12-15
Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-43
/
+36
2020-12-15
Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-25
/
+336
2020-12-15
Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-0
/
+77
2020-12-15
Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-62
/
+69
2020-12-15
Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-10
/
+19
2020-12-15
Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-56
/
+283
2020-12-15
Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
7
-21
/
+17
2020-12-15
Merge tag 'time-namespace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+25
2020-12-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
7
-30
/
+45
2020-12-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-1
/
+2
2020-12-15
rcu-tasks: Move RCU-tasks initialization to before early_initcall()
Uladzislau Rezki (Sony)
1
-0
/
+6
2020-12-15
libceph: drop ceph_auth_{create,update}_authorizer()
Ilya Dryomov
1
-6
/
+0
2020-12-15
libceph, ceph: implement msgr2.1 protocol (crc and secure modes)
Ilya Dryomov
6
-6
/
+231
2020-12-15
libceph: introduce connection modes and ms_mode option
Ilya Dryomov
3
-2
/
+13
2020-12-15
libceph, rbd: ignore addr->type while comparing in some cases
Ilya Dryomov
1
-1
/
+8
2020-12-15
libceph, ceph: get and handle cluster maps with addrvecs
Ilya Dryomov
4
-6
/
+15
[prev]
[next]