aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-20x86/tsc: Split native_calibrate_cpu() into early and late partsPavel Tatashin2-18/+37
2018-07-20sched/clock: Use static key for sched_clock_runningPavel Tatashin2-10/+8
2018-07-20sched/clock: Enable sched clock earlyPavel Tatashin2-2/+20
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin5-17/+22
2018-07-20x86/tsc: Use TSC as sched clock earlyPavel Tatashin1-0/+1
2018-07-20x86/tsc: Initialize cyc2ns when tsc frequency is determinedPavel Tatashin1-41/+53
2018-07-20x86/tsc: Calibrate tsc only oncePavel Tatashin3-42/+49
2018-07-20ARM/time: Remove read_boot_clock64()Pavel Tatashin4-17/+5
2018-07-20s390/time: Remove read_boot_clock64()Pavel Tatashin1-13/+0
2018-07-20timekeeping: Default boot time offset to local_clock()Pavel Tatashin1-2/+5
2018-07-20timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_offset()Pavel Tatashin2-30/+32
2018-07-20s390/time: Add read_persistent_wall_and_boot_offset()Pavel Tatashin1-0/+18
2018-07-20x86/xen/time: Output xen sched_clock time from 0Pavel Tatashin1-1/+10
2018-07-20x86/xen/time: Initialize pv xen time in init_hypervisor_platform()Pavel Tatashin5-41/+34
2018-07-20x86/tsc: Redefine notsc to behave as tsc=unstablePavel Tatashin3-20/+4
2018-07-20x86/CPU: Call detect_nopl() only on the BSPBorislav Petkov1-6/+4
2018-07-20x86/jump_label: Initialize static branching earlyPavel Tatashin3-25/+30
2018-07-20x86/alternatives, jumplabel: Use text_poke_early() before mm_init()Pavel Tatashin3-4/+15
2018-07-20x86/kvmclock: Switch kvmclock data to a PER_CPU variableThomas Gleixner1-37/+62
2018-07-20x86/kvmclock: Move kvmclock vsyscall param and init to kvmclockThomas Gleixner3-37/+27
2018-07-20x86/kvmclock: Mark variables __initdata and __ro_after_initThomas Gleixner1-5/+5
2018-07-20x86/kvmclock: Cleanup the codeThomas Gleixner1-50/+22
2018-07-20x86/kvmclock: Decrapify kvm_register_clock()Thomas Gleixner2-24/+10
2018-07-20x86/kvmclock: Remove page size requirement from wall_clockThomas Gleixner1-8/+4
2018-07-20x86/kvmclock: Remove memblock dependencyPavel Tatashin3-59/+12
2018-07-18tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-07-18ptp: fix missing break in switchGustavo A. R. Silva1-0/+1
2018-07-18hv_netvsc: Fix napi reschedule while receive completion is busyHaiyang Zhang1-7/+10
2018-07-18MAINTAINERS: Drop inactive Vitaly Bordug's emailKrzysztof Kozlowski1-1/+0
2018-07-18net: cavium: Add fine-granular dependencies on PCIAlexander Sverdlin1-6/+6
2018-07-18net: qca_spi: Fix log level if probe failsStefan Wahren1-8/+8
2018-07-18net: qca_spi: Make sure the QCA7000 reset is triggeredStefan Wahren1-0/+3
2018-07-18net: qca_spi: Avoid packet drop during initial syncStefan Wahren1-1/+1
2018-07-18ipv6: fix useless rol32 call on hashColin Ian King1-1/+1
2018-07-18ipv6: sr: fix useless rol32 call on hashColin Ian King1-1/+1
2018-07-18PCI: v3-semi: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-07-18PCI: mediatek: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-07-18PCI: faraday: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-07-18PCI: aardvark: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-07-18PCI: designware: Fix I/O space page leakSergei Shtylyov1-1/+2
2018-07-18PCI: versatile: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-07-18PCI: xgene: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-07-18net: sched: Using NULL instead of plain integerYueHaibing1-2/+2
2018-07-18net: usb: asix: replace mii_nway_restart in resume pathAlexander Couzens1-1/+3
2018-07-18PCI: OF: Fix I/O space page leakSergei Shtylyov3-1/+41
2018-07-18net: cxgb3_main: fix potential Spectre v1Gustavo A. R. Silva1-0/+2
2018-07-18lib/rhashtable: consider param->min_size when setting initial table sizeDavidlohr Bueso1-6/+11
2018-07-18net/smc: reset recv timeout after clc handshakeKarsten Graul1-1/+2
2018-07-18net/smc: add error handling for get_user()Ursula Braun1-1/+2
2018-07-18net/smc: optimize consumer cursor updatesUrsula Braun1-2/+10