index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methods
Tejun Heo
2015-08-18
4
-21
/
+44
*
blkcg: make blkcg_activate_policy() allow NULL ->pd_init_fn
Tejun Heo
2015-08-18
1
-1
/
+2
*
blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy()
Tejun Heo
2015-08-18
2
-37
/
+21
*
blkcg: remove unnecessary blkcg_root handling from css_alloc/free paths
Tejun Heo
2015-08-18
1
-15
/
+10
*
blkcg: use blkg_free() in blkcg_init_queue() failure path
Tejun Heo
2015-08-18
1
-2
/
+3
*
blkcg: remove unnecessary request_list->blkg NULL test in blk_put_rl()
Tejun Heo
2015-08-18
1
-2
/
+1
*
cfq-iosched: charge async IOs to the appropriate blkcg's instead of the root
Tejun Heo
2015-08-18
1
-43
/
+42
*
cfq-iosched: fold cfq_find_alloc_queue() into cfq_get_queue()
Tejun Heo
2015-08-18
1
-34
/
+15
*
cfq-iosched: move cfq_group determination from cfq_find_alloc_queue() to cfq_...
Tejun Heo
2015-08-18
1
-16
/
+12
*
cfq-iosched: remove @gfp_mask from cfq_find_alloc_queue()
Tejun Heo
2015-08-18
1
-35
/
+10
*
blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical all...
Tejun Heo
2015-08-18
2
-5
/
+5
*
cfq-iosched: minor cleanups
Tejun Heo
2015-08-18
1
-15
/
+11
*
cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request()
Tejun Heo
2015-08-18
1
-0
/
+2
*
cfq-iosched: fix async oom queue handling
Tejun Heo
2015-08-18
1
-1
/
+1
*
cfq-iosched: simplify control flow in cfq_get_queue()
Tejun Heo
2015-08-18
1
-6
/
+7
*
writeback: update writeback tracepoints to report cgroup
Tejun Heo
2015-08-18
3
-49
/
+151
*
kernfs: implement kernfs_path_len()
Tejun Heo
2015-08-18
2
-0
/
+27
*
writeback: explain why @inode is allowed to be NULL for inode_congested()
Tejun Heo
2015-08-18
1
-1
/
+4
*
writeback: remove wb_writeback_work->single_wait/done
Tejun Heo
2015-08-18
1
-86
/
+30
*
writeback: bdi_for_each_wb() iteration is memcg ID based not blkcg
Tejun Heo
2015-08-18
2
-15
/
+15
*
Merge branch 'for-4.3-unified-base' of git://git.kernel.org/pub/scm/linux/ker...
Jens Axboe
2015-08-18
4
-24
/
+111
|
\
|
*
cgroup: introduce cgroup_subsys->legacy_name
Tejun Heo
2015-08-18
2
-11
/
+21
|
*
cgroup: don't print subsystems for the default hierarchy
Tejun Heo
2015-08-18
1
-6
/
+9
|
*
cgroup: make cftype->private a unsigned long
Tejun Heo
2015-08-11
1
-1
/
+1
|
*
cgroup: export cgrp_dfl_root
Tejun Heo
2015-08-05
1
-0
/
+1
|
*
cgroup: define controller file conventions
Tejun Heo
2015-08-04
2
-8
/
+81
*
|
Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...
Jens Axboe
2015-07-27
2
-58
/
+74
|
\
\
|
*
|
xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()
Bob Liu
2015-07-24
1
-2
/
+2
|
*
|
xen-blkfront: don't add indirect pages to list when !feature_persistent
Bob Liu
2015-07-24
1
-2
/
+4
|
*
|
xen-blkfront: introduce blkfront_gather_backend_features()
Bob Liu
2015-07-24
1
-54
/
+68
*
|
|
Linux 4.2-rc4
v4.2-rc4
Linus Torvalds
2015-07-26
1
-1
/
+1
*
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-07-26
1
-0
/
+8
|
\
\
\
|
*
|
|
perf/x86/intel/cqm: Return cached counter value from IRQ context
Matt Fleming
2015-07-26
1
-0
/
+8
*
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-07-26
11
-59
/
+81
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
x86/mm/pat: Revert 'Adjust default caching mode translation tables'
Thomas Gleixner
2015-07-26
1
-3
/
+3
|
*
|
|
x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commit
Denys Vlasenko
2015-07-24
1
-5
/
+9
|
*
|
|
x86/mm: Fix newly introduced printk format warnings
Thomas Gleixner
2015-07-24
1
-2
/
+2
|
*
|
|
mm: Fix bugs in region_is_ram()
Toshi Kani
2015-07-22
1
-3
/
+3
|
*
|
|
x86/mm: Remove region_is_ram() call from ioremap
Toshi Kani
2015-07-22
1
-18
/
+6
|
*
|
|
x86/mm: Move warning from __ioremap_check_ram() to the call site
Toshi Kani
2015-07-22
1
-3
/
+4
|
*
|
|
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...
Ingo Molnar
2015-07-21
2
-4
/
+33
|
|
\
\
\
|
|
*
|
|
efi: Handle memory error structures produced based on old versions of standard
Luck, Tony
2015-07-15
2
-4
/
+33
|
*
|
|
|
x86/mm/pat, drivers/media/ivtv: Move the PAT warning and replace WARN() with ...
Luis R. Rodriguez
2015-07-21
1
-6
/
+9
|
*
|
|
|
x86/mm/pat, drivers/infiniband/ipath: Replace WARN() with pr_warn()
Luis R. Rodriguez
2015-07-21
1
-2
/
+4
|
*
|
|
|
x86/mm/pat: Adjust default caching mode translation tables
Jan Beulich
2015-07-21
1
-3
/
+3
|
*
|
|
|
x86/fpu: Disable dependent CPU features on "noxsave"
Jan Beulich
2015-07-21
1
-0
/
+6
|
*
|
|
|
x86/mpx: Do not set ->vm_ops on MPX VMAs
Kirill A. Shutemov
2015-07-21
2
-21
/
+10
|
*
|
|
|
x86/mm: Add parenthesis for TLB tracepoint size calculation
Dave Hansen
2015-07-21
1
-1
/
+1
*
|
|
|
|
Merge tag 'usb-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2015-07-25
20
-161
/
+170
|
\
\
\
\
\
|
*
|
|
|
|
USB: OHCI: fix bad #define in ohci-tmio.c
Alan Stern
2015-07-22
1
-1
/
+1
[next]