summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-142-3/+8
|\
| * Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-0615-78/+160
| |\
| * | blk-cgroup: clear the throttle queue on forkJosef Bacik2018-08-011-0/+5
| * | Blktrace: bail out early if block debugfs is not configuredLiu Bo2018-07-091-3/+3
* | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-144-30/+283
|\ \ \
| * | | cpu/hotplug: Fix SMT supported evaluationThomas Gleixner2018-08-072-13/+30
| * | | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-0550-372/+5046
| |\ \ \
| * | | | cpu/hotplug: detect SMT disabled by BIOSJosh Poimboeuf2018-07-241-0/+9
| * | | | cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner2018-07-131-3/+10
| * | | | cpu/hotplug: Expose SMT control init functionJiri Kosina2018-07-131-3/+13
| * | | | cpu/hotplug: Online siblings when SMT control is turned onThomas Gleixner2018-07-091-2/+24
| * | | | x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentKonrad Rzeszutek Wilk2018-07-041-0/+1
| * | | | cpu/hotplug: Boot HT siblings at least onceThomas Gleixner2018-07-021-24/+48
| * | | | cpu/hotplug: Provide knobs to control SMTThomas Gleixner2018-06-211-0/+170
| * | | | cpu/hotplug: Split do_cpu_down()Thomas Gleixner2018-06-211-9/+8
| * | | | cpu/hotplug: Make bringup/teardown of smp threads symmetricThomas Gleixner2018-06-211-2/+1
| * | | | sched/smt: Update sched_smt_present at runtimePeter Zijlstra2018-06-212-18/+13
* | | | | Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-141-2/+6
|\ \ \ \ \
| * | | | | dma-noncoherent: add a arch_sync_dma_for_cpu_all hookChristoph Hellwig2018-06-241-2/+6
* | | | | | Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-141-11/+2
|\ \ \ \ \ \
| * | | | | | parisc: Drop architecture-specific ENOTSUP defineHelge Deller2018-08-131-11/+2
* | | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-145-50/+74
|\ \ \ \ \ \ \
| * | | | | | | sched/clock: Disable interrupts when calling generic_sched_clock_init()Pavel Tatashin2018-07-301-0/+2
| * | | | | | | 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
| * | | | | | | sched/clock: Use static key for sched_clock_runningPavel Tatashin2018-07-202-10/+8
| * | | | | | | sched/clock: Enable sched clock earlyPavel Tatashin2018-07-201-1/+19
| * | | | | | | sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin2018-07-203-12/+18
| * | | | | | | 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-201-29/+30
* | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-141-6/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel2018-07-171-6/+9
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-1318-137/+342
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | clockevents: Warn if cpu_all_mask is used as cpumaskSudeep Holla2018-08-021-0/+6
| * | | | | | | | | tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimerSudeep Holla2018-08-021-1/+1
| * | | | | | | | | timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli2018-08-021-13/+16
| * | | | | | | | | Merge tag 'fortglx/4.19/time-part2' of https://git.linaro.org/people/john.stu...Thomas Gleixner2018-07-206-43/+214
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang2018-07-202-8/+163
| | * | | | | | | | | time: Fix extra sleeptime injection when suspend failsMukesh Ojha2018-07-201-7/+25
| | * | | | | | | | | timekeeping/ntp: Constify some function argumentsOndrej Mosnacek2018-07-205-21/+22
| | * | | | | | | | | ntp: Use kstrtos64 for s64 variableOndrej Mosnacek2018-07-191-3/+2
| | * | | | | | | | | ntp: Remove redundant argumentsOndrej Mosnacek2018-07-191-6/+4
| * | | | | | | | | | timer: Fix coding styleYi Wang2018-07-191-1/+1
| |/ / / / / / / / /
| * | | | | | | | | Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2018-07-1227-47/+4490
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | timekeeping: Update multiplier when NTP frequency is set directlyMiroslav Lichvar2018-07-101-6/+30
| * | | | | | | | | | hrtimer: Improve kernel message printingGeert Uytterhoeven2018-07-121-4/+3
| * | | | | | | | | | alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2018-07-021-1/+2
| * | | | | | | | | | posix-timers: Sanitize overrun handlingThomas Gleixner2018-07-022-12/+21
| * | | | | | | | | | posix-timers: Make forward callback return s64Thomas Gleixner2018-07-023-6/+6
| * | | | | | | | | | time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani2018-06-241-5/+7