summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-26clocksource: Fix dependencies for archs w/o HAS_IOMEMRichard Weinberger1-0/+7
2016-01-26clocksource: Select CLKSRC_MMIO where neededArnd Bergmann1-0/+5
2016-01-26tick/sched: Hide unused oneshot timer codeArnd Bergmann1-5/+7
2016-01-26kselftests: timers: Add adjtimex SETOFFSET validity testsJohn Stultz1-1/+138
2016-01-22ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz1-2/+12
2016-01-17itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-01-17posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-01-17timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-01-17hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner3-22/+69
2016-01-15clockevents/tcb_clksrc: Prevent disabling an already disabled clockAlexandre Belloni1-1/+2
2016-01-11clocksource/drivers/vt8500: Increase the minimum deltaRoman Volkov1-2/+4
2016-01-11clocksource/drivers/fsl_ftm_timer: Fix CLKSRC_MMIO dependencyDaniel Lezcano1-0/+1
2016-01-11clocksource/drivers: Fix dependencies for !HAS_IOMEM archsRichard Weinberger1-5/+7
2015-12-29clocksource/drivers/acpi_pm: Convert to pr_* macrosAndy Shevchenko1-17/+10
2015-12-29posix-clock: Fix return code on the poll method's error pathRichard Cochran1-2/+2
2015-12-28Linux 4.4-rc7v4.4-rc7Linus Torvalds1-1/+1
2015-12-27MIPS: Fix bitrot in __get_user_unaligned()Al Viro1-3/+3
2015-12-24tty/serial: Skip 'NULL' char after console break when sysrq enabledVijay Kumar1-2/+4
2015-12-24sparc64: fix FP corruption in user copy functionsRob Gardner13-134/+235
2015-12-24sparc64: Perf should save/restore fault infoRob Gardner1-0/+4
2015-12-24sparc64: Ensure perf can access user stacksRob Gardner1-0/+7
2015-12-24sparc64: Don't set %pil in rtrap_nmi too earlyRob Gardner1-1/+7
2015-12-24sparc64: Add ADI capability to cpu capabilitiesKhalid Aziz2-4/+6
2015-12-24tty: serial: constify sunhv_ops structsAya Mahfouz1-3/+3
2015-12-24cpufreq: scpi-cpufreq: signedness bug in scpi_get_dvfs_info()Dan Carpenter1-1/+1
2015-12-23sparc: Hook up userfaultfd system callMike Kravetz3-4/+5
2015-12-23ARM: tegra: Fix suspend hang on Tegra124 ChromebooksJon Hunter1-1/+1
2015-12-23um: Fix pointer castMickaël Salaün1-1/+1
2015-12-22bus: sunxi-rsb: Fix peripheral IC mapping runtime addressChen-Yu Tsai1-1/+1
2015-12-22bus: sunxi-rsb: Fix primary PMIC mapping hardware addressChen-Yu Tsai1-1/+1
2015-12-22null_blk: fix use-after-free errorMike Krinkin1-3/+3
2015-12-22block: ensure to split after potentially bouncing a bioJunichi Nomura1-2/+2
2015-12-22NVMe: IO ending fixes on surprise removalKeith Busch1-1/+19
2015-12-22KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig1-2/+6
2015-12-22KVM: MTRR: treat memory as writeback if MTRR is disabled in guest CPUIDPaolo Bonzini2-3/+19
2015-12-22KVM: MTRR: observe maxphyaddr from guest CPUID, not hostPaolo Bonzini1-2/+7
2015-12-22KVM: MTRR: fix fixed MTRR segment look upAlexis Dambricourt1-1/+1
2015-12-22MIPS: Fix build error due to unused variables.Ralf Baechle3-3/+1
2015-12-22MIPS: VDSO: Fix build errorQais Yousef1-2/+2
2015-12-22MIPS: CPS: drop .set mips64r2 directivesPaul Burton1-2/+0
2015-12-22drm/i915: Correct max delay for HDMI hotplug live status checkingGary Wang1-3/+4
2015-12-22drm/i915: mdelay(10) considered harmfulDaniel Vetter1-1/+1
2015-12-22drm/i915: Kill intel_crtc->cursor_boVille Syrjälä2-6/+0
2015-12-22MIPS: uaccess: Take EVA into account in [__]clear_userJames Hogan3-10/+26
2015-12-22drm/i915: Workaround CHV pipe C cursor failVille Syrjälä1-0/+17
2015-12-22drm/i915: Only spin whilst waiting on the current requestChris Wilson2-9/+26
2015-12-22drm/i915: Limit the busy wait on requests to 5us not 10ms!Chris Wilson1-2/+45
2015-12-22MIPS: uaccess: Take EVA into account in __copy_from_user()James Hogan1-3/+9
2015-12-22drm/i915: Break busywaiting for requests on pending signalsChris Wilson1-5/+8
2015-12-22MIPS: uaccess: Fix strlen_user with EVAJames Hogan1-1/+1