summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* timekeeping: Prevent false warning when persistent clock is not availablePavel Tatashin2018-07-301-1/+1
* sched/clock: Close a hole in sched_clock_init()Peter Zijlstra2018-07-201-10/+6
* x86/tsc: Make use of tsc_calibrate_cpu_early()Pavel Tatashin2018-07-203-8/+20
* x86/tsc: Split native_calibrate_cpu() into early and late partsPavel Tatashin2018-07-202-18/+37
* sched/clock: Use static key for sched_clock_runningPavel Tatashin2018-07-202-10/+8
* sched/clock: Enable sched clock earlyPavel Tatashin2018-07-202-2/+20
* sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin2018-07-205-17/+22
* x86/tsc: Use TSC as sched clock earlyPavel Tatashin2018-07-201-0/+1
* x86/tsc: Initialize cyc2ns when tsc frequency is determinedPavel Tatashin2018-07-201-41/+53
* x86/tsc: Calibrate tsc only oncePavel Tatashin2018-07-203-42/+49
* ARM/time: Remove read_boot_clock64()Pavel Tatashin2018-07-204-17/+5
* s390/time: Remove read_boot_clock64()Pavel Tatashin2018-07-201-13/+0
* timekeeping: Default boot time offset to local_clock()Pavel Tatashin2018-07-201-2/+5
* timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_o...Pavel Tatashin2018-07-202-30/+32
* s390/time: Add read_persistent_wall_and_boot_offset()Pavel Tatashin2018-07-201-0/+18
* x86/xen/time: Output xen sched_clock time from 0Pavel Tatashin2018-07-201-1/+10
* x86/xen/time: Initialize pv xen time in init_hypervisor_platform()Pavel Tatashin2018-07-205-41/+34
* x86/tsc: Redefine notsc to behave as tsc=unstablePavel Tatashin2018-07-203-20/+4
* x86/CPU: Call detect_nopl() only on the BSPBorislav Petkov2018-07-201-6/+4
* x86/jump_label: Initialize static branching earlyPavel Tatashin2018-07-203-25/+30
* x86/alternatives, jumplabel: Use text_poke_early() before mm_init()Pavel Tatashin2018-07-203-4/+15
* x86/kvmclock: Switch kvmclock data to a PER_CPU variableThomas Gleixner2018-07-201-37/+62
* x86/kvmclock: Move kvmclock vsyscall param and init to kvmclockThomas Gleixner2018-07-203-37/+27
* x86/kvmclock: Mark variables __initdata and __ro_after_initThomas Gleixner2018-07-201-5/+5
* x86/kvmclock: Cleanup the codeThomas Gleixner2018-07-201-50/+22
* x86/kvmclock: Decrapify kvm_register_clock()Thomas Gleixner2018-07-202-24/+10
* x86/kvmclock: Remove page size requirement from wall_clockThomas Gleixner2018-07-201-8/+4
* x86/kvmclock: Remove memblock dependencyPavel Tatashin2018-07-203-59/+12
* Merge branch 'linus' into x86/timersThomas Gleixner2018-07-19638-3374/+6153
|\
| * Merge tag 'pci-v4.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-1912-30/+97
| |\
| | * PCI: v3-semi: Fix I/O space page leakSergei Shtylyov2018-07-191-1/+1
| | * PCI: mediatek: Fix I/O space page leakSergei Shtylyov2018-07-191-1/+1
| | * PCI: faraday: Fix I/O space page leakSergei Shtylyov2018-07-191-1/+1
| | * PCI: aardvark: Fix I/O space page leakSergei Shtylyov2018-07-191-1/+1
| | * PCI: designware: Fix I/O space page leakSergei Shtylyov2018-07-191-1/+2
| | * PCI: versatile: Fix I/O space page leakSergei Shtylyov2018-07-191-1/+1
| | * PCI: xgene: Fix I/O space page leakSergei Shtylyov2018-07-181-1/+1
| | * PCI: OF: Fix I/O space page leakSergei Shtylyov2018-07-183-1/+41
| | * PCI: endpoint: Fix NULL pointer dereference error when CONFIGFS is disabledKishon Vijay Abraham I2018-07-091-19/+43
| | * PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()Dexuan Cui2018-07-091-3/+5
| * | Merge tag 'sound-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-07-193-6/+17
| |\ \
| | * | ALSA: hda/realtek - Yet another Clevo P950 quirk entryTakashi Iwai2018-07-181-0/+1
| | * | ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai2018-07-171-6/+14
| | * | ALSA: hda/realtek - Add Panasonic CF-SZ6 headset jack quirkYOKOTA Hiroshi2018-07-161-0/+1
| | * | ALSA: hda: add mute led support for HP ProBook 455 G5Po-Hsu Lin2018-07-161-0/+1
| * | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-07-191-1/+3
| |\ \ \
| | * | | crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller2018-07-131-1/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-19171-1128/+1739
| |\ \ \ \
| | * | | | tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-07-191-2/+2
| | * | | | ptp: fix missing break in switchGustavo A. R. Silva2018-07-191-0/+1