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
2017-05-08
bna: Avoid reading past end of buffer
Kees Cook
1
-1
/
+1
2017-05-08
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
16
-187
/
+301
2017-05-08
vlan: Keep NETIF_F_HW_CSUM similar to other software devices
Vlad Yasevich
1
-3
/
+10
2017-05-08
tcp: make congestion control optionally skip slow start after idle
Wei Wang
2
-2
/
+6
2017-05-08
ipv4: restore rt->fi for reference counting
WANG Cong
2
-1
/
+18
2017-05-08
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
18
-97
/
+1165
2017-05-08
block, dax: move "select DAX" from BLOCK to FS_DAX
Dan Williams
9
-71
/
+102
2017-05-08
device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAX
Mike Galbraith
1
-1
/
+1
2017-05-08
fix braino in generic_file_read_iter()
Al Viro
2
-1
/
+3
2017-05-08
md: don't return -EAGAIN in md_allow_write for external metadata arrays
Artur Paszkiewicz
4
-28
/
+15
2017-05-08
aquantia: Fix "ethtool -S" crash when adapter down.
Pavel Belous
1
-2
/
+4
2017-05-08
blk-mq: make __blk_mq_stop_hw_queues static
Colin Ian King
1
-1
/
+1
2017-05-08
NFSv4: Fix exclusive create attributes encoding
Trond Myklebust
1
-40
/
+35
2017-05-08
NFSv4: Fix an rcu lock leak
Trond Myklebust
1
-2
/
+4
2017-05-08
KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES
Eric Auger
5
-0
/
+74
2017-05-08
KVM: arm64: vgic-its: Fix pending table sync
Eric Auger
1
-12
/
+12
2017-05-08
KVM: arm64: vgic-its: ITT save and restore
Eric Auger
2
-3
/
+117
2017-05-08
KVM: arm64: vgic-its: Device table save/restore
Eric Auger
2
-5
/
+199
2017-05-08
KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPA
Eric Auger
1
-3
/
+8
2017-05-08
KVM: arm64: vgic-its: Collection table save/restore
Eric Auger
2
-2
/
+107
2017-05-08
KVM: arm64: vgic-its: Add infrastructure for table lookup
Eric Auger
1
-0
/
+92
2017-05-08
KVM: arm64: vgic-its: vgic_its_alloc_ite/device
Eric Auger
1
-21
/
+47
2017-05-08
KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLES
Eric Auger
3
-6
/
+109
2017-05-08
KVM: arm64: vgic-its: Read config and pending bit in add_lpi()
Eric Auger
1
-11
/
+24
2017-05-08
KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_status
Eric Auger
4
-4
/
+49
2017-05-08
KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS range
Eric Auger
1
-5
/
+20
2017-05-08
KVM: arm64: vgic-its: Interpret MAPD ITT_addr field
Eric Auger
1
-0
/
+4
2017-05-08
KVM: arm64: vgic-its: Interpret MAPD Size field and check related errors
Eric Auger
2
-1
/
+16
2017-05-08
KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidr
Eric Auger
2
-3
/
+25
2017-05-08
KVM: arm64: vgic-its: Introduce migration ABI infrastructure
Eric Auger
3
-4
/
+97
2017-05-08
KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadr
Eric Auger
1
-2
/
+40
2017-05-08
KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_access
Eric Auger
2
-4
/
+84
2017-05-08
KVM: arm/arm64: vgic: expose (un)lock_all_vcpus
Eric Auger
2
-2
/
+5
2017-05-08
KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
Eric Auger
3
-1
/
+37
2017-05-08
arm/arm64: vgic: turn vgic_find_mmio_region into public
Eric Auger
2
-6
/
+10
2017-05-08
KVM: arm/arm64: vgic-its: rename itte into ite
Eric Auger
1
-74
/
+74
2017-05-08
KVM: arm/arm64: Add GICV3 pending table save API documentation
Eric Auger
1
-0
/
+6
2017-05-08
KVM: arm/arm64: Add ITS save/restore API documentation
Eric Auger
1
-0
/
+120
2017-05-08
cfg80211: fix multi scheduled scan kernel-doc
Johannes Berg
1
-1
/
+1
2017-05-08
ipvs: SNAT packet replies only for NATed connections
Julian Anastasov
1
-5
/
+14
2017-05-08
mac80211: fix IBSS presp allocation size
Johannes Berg
1
-0
/
+2
2017-05-08
nl80211: correctly validate MU-MIMO groups
Johannes Berg
1
-2
/
+2
2017-05-08
mac80211: bail out from prep_connection() if a reconfig is ongoing
Luca Coelho
1
-0
/
+4
2017-05-08
nios2: use generic strncpy_from_user() and strnlen_user()
Ley Foon Tan
3
-35
/
+7
2017-05-08
mac80211: properly remove RX_ENC_FLAG_40MHZ
Johannes Berg
6
-8
/
+16
2017-05-08
nios2: Add CDX support
Marek Vasut
4
-2
/
+19
2017-05-08
nios2: Add BMX support
Marek Vasut
4
-2
/
+19
2017-05-08
nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2
Marek Vasut
3
-0
/
+13
2017-05-08
nios2: implement flush_dcache_mmap_lock/unlock
Julien Beraud
1
-2
/
+4
2017-05-08
nios2: enable earlycon support
Tobias Klauser
4
-4
/
+9
[prev]
[next]