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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-09
mmap: fix the usage of ->vm_pgoff in special_mapping paths
Oleg Nesterov
1
-10
/
+2
2015-09-09
mm: introduce vma_is_anonymous(vma) helper
Oleg Nesterov
2
-4
/
+9
2015-09-09
selftests/userfaultfd: fix compiler warnings on 32-bit
Geert Uytterhoeven
1
-3
/
+6
2015-09-09
cgroup: fix seq_show_option merge with legacy_name
Kees Cook
1
-1
/
+1
2015-09-09
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
92
-745
/
+2142
2015-09-09
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
17
-61
/
+345
2015-09-09
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
7
-207
/
+211
2015-09-09
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
10
-381
/
+384
2015-09-09
Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
16
-437
/
+562
2015-09-08
device property: Don't overwrite addr when failing in device_get_mac_address
Julien Grall
1
-6
/
+8
2015-09-08
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
10
-38
/
+359
2015-09-08
usbnet: Fix a race between usbnet_stop() and the BH
Eugene Shatokhin
1
-11
/
+28
2015-09-08
libceph: use keepalive2 to verify the mon session is alive
Yan, Zheng
6
-14
/
+93
2015-09-08
rbd: plug rbd_dev->header.object_prefix memory leak
Ilya Dryomov
1
-1
/
+4
2015-09-08
rbd: fix double free on rbd_dev->header_name
Ilya Dryomov
1
-1
/
+0
2015-09-08
libceph: set 'exists' flag for newly up osd
Yan, Zheng
1
-1
/
+1
2015-09-08
ceph: cleanup use of ceph_msg_get
Jianpeng Ma
1
-2
/
+1
2015-09-08
ceph: no need to get parent inode in ceph_open
Jianpeng Ma
1
-5
/
+1
2015-09-08
ceph: remove the useless judgement
Jianpeng Ma
1
-1
/
+1
2015-09-08
ceph: remove redundant test of head->safe and silence static analysis warnings
Brad Hubbard
1
-1
/
+1
2015-09-08
ceph: fix queuing inode to mdsdir's snaprealm
Yan, Zheng
1
-7
/
+0
2015-09-08
libceph: rename con_work() to ceph_con_workfn()
Ilya Dryomov
1
-3
/
+3
2015-09-08
libceph: Avoid holding the zero page on ceph_msgr_slab_init errors
BenoƮt Canet
1
-5
/
+5
2015-09-08
libceph: remove the unused macro AES_KEY_SIZE
Nicholas Krause
1
-4
/
+0
2015-09-08
ceph: invalidate dirty pages after forced umount
Yan, Zheng
1
-0
/
+2
2015-09-08
ceph: EIO all operations after forced umount
Yan, Zheng
5
-12
/
+54
2015-09-08
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
76
-1407
/
+3588
2015-09-08
Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
6
-130
/
+196
2015-09-08
Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
42
-363
/
+2229
2015-09-08
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-12
/
+237
2015-09-08
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...
Linus Torvalds
2
-40
/
+35
2015-09-08
Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-10
/
+9
2015-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-0
/
+1
2015-09-08
userfaultfd: selftest: update userfaultfd x86 32bit syscall number
Andrea Arcangeli
1
-1
/
+1
2015-09-08
xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfn
Julien Grall
1
-7
/
+7
2015-09-08
xen/privcmd: Further s/MFN/GFN/ clean-up
Julien Grall
6
-61
/
+65
2015-09-08
hvc/xen: Further s/MFN/GFN clean-up
Julien Grall
1
-10
/
+5
2015-09-08
video/xen-fbfront: Further s/MFN/GFN clean-up
Julien Grall
1
-9
/
+9
2015-09-08
xen/tmem: Use xen_page_to_gfn rather than pfn_to_gfn
Julien Grall
1
-16
/
+8
2015-09-08
xen: Use correctly the Xen memory terminologies
Julien Grall
20
-47
/
+81
2015-09-08
arm/xen: implement correctly pfn_to_mfn
Julien Grall
1
-8
/
+0
2015-09-08
xen: Make clear that swiotlb and biomerge are dealing with DMA address
Julien Grall
5
-17
/
+40
2015-09-08
parisc: Use platform_device_register_simple("rtc-generic")
Helge Deller
1
-10
/
+4
2015-09-08
parisc: Drop CONFIG_SMP around update_cr16_clocksource()
Helge Deller
1
-7
/
+0
2015-09-08
xen: switch extra memory accounting to use pfns
Juergen Gross
3
-41
/
+49
2015-09-08
xen: limit memory to architectural maximum
Juergen Gross
1
-1
/
+1
2015-09-08
xen: avoid another early crash of memory limited dom0
Juergen Gross
1
-8
/
+15
2015-09-08
xen: avoid early crash of memory limited dom0
Juergen Gross
1
-3
/
+4
2015-09-08
parisc: Use double word condition in 64bit CAS operation
John David Anglin
1
-1
/
+1
2015-09-08
parisc: Filter out spurious interrupts in PA-RISC irq handler
Helge Deller
1
-2
/
+7
[prev]
[next]