index
:
linux-stable.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.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
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: kill merge_bvec_fn() completely
Kent Overstreet
2015-08-13
2
-14
/
+0
*
block: make generic_make_request handle arbitrarily sized bios
Kent Overstreet
2015-08-13
1
-0
/
+3
*
blk-cgroup: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-08-13
1
-1
/
+1
*
block: shrink struct bio down to 2 cache lines again
Jens Axboe
2015-07-29
2
-6
/
+6
*
block: manipulate bio->bi_flags through helpers
Jens Axboe
2015-07-29
2
-2
/
+15
*
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-29
3
-8
/
+13
*
block: make /sys/block/<dev>/queue/discard_max_bytes writeable
Jens Axboe
2015-07-17
1
-0
/
+1
*
block: partition: convert percpu ref
Ming Lei
2015-07-17
1
-10
/
+17
*
block: partition: introduce hd_free_part()
Ming Lei
2015-07-17
1
-0
/
+6
*
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-07-16
1
-8
/
+3
|
\
|
*
blkcg: fix blkcg_policy_data allocation bug
Tejun Heo
2015-07-09
1
-8
/
+2
|
*
blkcg: implement all_blkcgs list
Tejun Heo
2015-07-09
1
-0
/
+1
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2015-07-15
2
-3
/
+18
|
\
\
|
*
|
IB/srp: Avoid using uninitialized variable
Sagi Grimberg
2015-07-14
1
-0
/
+1
|
*
|
IB: Add rdma_cap_ib_switch helper and use where appropriate
Hal Rosenstock
2015-07-14
1
-3
/
+17
*
|
|
Merge tag 'locks-v4.2-1' of git://git.samba.org/jlayton/linux
Linus Torvalds
2015-07-15
1
-10
/
+20
|
\
\
\
|
*
|
|
locks: inline posix_lock_file_wait and flock_lock_file_wait
Jeff Layton
2015-07-13
1
-18
/
+14
|
*
|
|
locks: new helpers - flock_lock_inode_wait and posix_lock_inode_wait
Jeff Layton
2015-07-13
1
-0
/
+14
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-07-15
1
-0
/
+18
|
\
\
\
\
|
*
|
|
|
KVM: count number of assigned devices
Paolo Bonzini
2015-07-10
1
-0
/
+18
*
|
|
|
|
Merge tag 'module-final-v4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-07-15
2
-78
/
+84
|
\
\
\
\
\
|
*
|
|
|
|
module: relocate module_init from init.h to module.h
Paul Gortmaker
2015-07-05
2
-78
/
+84
|
|
/
/
/
/
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-07-13
3
-1
/
+9
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
can: replace timestamp as unique skb attribute
Oliver Hartkopp
2015-07-12
1
-0
/
+2
|
*
|
|
|
cdc_ncm: Add support for moving NDP to end of NCM frame
Enrico Mioso
2015-07-09
1
-1
/
+6
|
*
|
|
|
ipv4: add support for linkdown sysctl to netconf
Andy Gospodarek
2015-07-08
1
-0
/
+1
*
|
|
|
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2015-07-12
2
-3
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
time: Get rid of do_posix_clock_monotonic_gettime
Thomas Gleixner
2015-07-09
1
-1
/
+0
|
*
|
|
|
|
tick/broadcast: Unbreak CONFIG_GENERIC_CLOCKEVENTS=n build
Thomas Gleixner
2015-07-07
1
-0
/
+7
|
*
|
|
|
|
tick/broadcast: Make idle check independent from mode and config
Thomas Gleixner
2015-07-07
1
-4
/
+0
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-07-12
1
-1
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
hotplug: Prevent alloc/free of irq descriptors during cpu up/down
Thomas Gleixner
2015-07-08
1
-1
/
+6
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2015-07-11
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
sparse: fix misplaced __pmem definition
Dan Williams
2015-06-30
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2015-07-11
1
-0
/
+4
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge tag 'sirf-iobrg2regmap-for-4.2' of git://git.kernel.org/pub/scm/linux/k...
Kevin Hilman
2015-07-08
1
-0
/
+4
|
|
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
ARM: prima2: move to use REGMAP APIs for rtciobrg
Guo Zeng
2015-06-10
1
-0
/
+4
*
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2015-07-09
1
-0
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
libceph: enable ceph in a non-default network namespace
Ilya Dryomov
2015-07-09
1
-0
/
+3
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge tag 'pm+acpi-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-07-08
2
-10
/
+16
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge branch 'acpi-scan'
Rafael J. Wysocki
2015-07-07
2
-0
/
+16
|
|
\
\
\
\
\
|
|
*
|
|
|
|
ACPI / scan: Add support for ACPI _CLS device matching
Suthikulpanit, Suravee
2015-07-07
2
-0
/
+16
|
|
|
/
/
/
/
|
*
/
/
/
/
ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stage
Rafael J. Wysocki
2015-07-06
1
-10
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-07-05
1
-0
/
+7
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
bufferhead: Add _gfp version for sb_getblk()
Nikolay Borisov
2015-07-02
1
-0
/
+7
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-07-04
6
-31
/
+52
|
\
\
\
\
\
|
*
|
|
|
|
fs/file.c: don't acquire files->file_lock in fd_install()
Eric Dumazet
2015-07-01
1
-0
/
+3
|
*
|
|
|
|
make simple_positive() public
Al Viro
2015-06-23
1
-0
/
+5
|
*
|
|
|
|
pagemap.h: move dir_pages() over there
Fabian Frederick
2015-06-23
1
-0
/
+6
|
*
|
|
|
|
Merge branch 'fscache-fixes' into for-next
Al Viro
2015-06-23
1
-28
/
+27
|
|
\
\
\
\
\
[next]