Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | x86/mm: Disable preemption during CR3 read+write | Sebastian Andrzej Siewior | 2016-08-10 | 1 | -0/+7 | |
| * | | | | x86/mm/KASLR: Increase BRK pages for KASLR memory randomization | Thomas Garnier | 2016-08-10 | 1 | -2/+12 | |
| * | | | | x86/mm/KASLR: Fix physical memory calculation on KASLR memory randomization | Thomas Garnier | 2016-08-10 | 2 | -3/+7 | |
| * | | | | x86, kasan, ftrace: Put APIC interrupt handlers into .irqentry.text | Alexander Potapenko | 2016-08-10 | 1 | -0/+11 | |
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-08-12 | 4 | -3/+33 | |
|\ \ \ \ \ | ||||||
| * | | | | | x86/hpet: Fix /dev/rtc breakage caused by RTC cleanup | Arnd Bergmann | 2016-08-10 | 1 | -1/+1 | |
| * | | | | | Merge branch 'linus' into timers/urgent, to pick up fixes | Ingo Molnar | 2016-08-10 | 178 | -954/+1493 | |
| |\| | | | | ||||||
| * | | | | | x86/timers/apic: Inform TSC deadline clockevent device about recalibration | Nicolai Stange | 2016-08-10 | 3 | -0/+30 | |
| * | | | | | x86/timers/apic: Fix imprecise timer interrupts by eliminating TSC clockevent... | Nicolai Stange | 2016-08-10 | 1 | -2/+2 | |
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-08-12 | 3 | -16/+30 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | perf/x86/intel/uncore: Add enable_box for client MSR uncore | Kan Liang | 2016-08-12 | 1 | -0/+14 | |
| * | | | | | | perf/x86/intel/uncore: Fix uncore num_counters | Kan Liang | 2016-08-12 | 1 | -5/+5 | |
| * | | | | | | uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions | Denys Vlasenko | 2016-08-12 | 1 | -11/+11 | |
| | |/ / / / | |/| | | | | ||||||
* / | | | | | x86/platform/uv: Skip UV runtime services mapping in the efi_runtime_disabled... | Alex Thorlton | 2016-08-11 | 1 | -1/+2 | |
|/ / / / / | ||||||
* | | | | | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 2016-08-08 | 5 | -4/+56 | |
|\ \ \ \ \ | ||||||
| * | | | | | x86/uaccess: Enable hardened usercopy | Kees Cook | 2016-07-26 | 4 | -4/+11 | |
| * | | | | | mm: Implement stack frame object validation | Kees Cook | 2016-07-26 | 2 | -0/+45 | |
* | | | | | | unsafe_[get|put]_user: change interface to use a error target label | Linus Torvalds | 2016-08-08 | 1 | -8/+8 | |
* | | | | | | x86/hweight: Don't clobber %rdi | Ville Syrjälä | 2016-08-08 | 1 | -0/+2 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-08-06 | 6 | -55/+47 | |
|\ \ \ \ \ | ||||||
| * | | | | | nvmx: mark ept single context invalidation as supported | Bandan Das | 2016-08-04 | 1 | -7/+7 | |
| * | | | | | nvmx: remove comment about missing nested vpid support | Bandan Das | 2016-08-04 | 1 | -1/+0 | |
| * | | | | | KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=off | Wanpeng Li | 2016-08-04 | 1 | -0/+3 | |
| * | | | | | Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 2016-08-04 | 1 | -0/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific he... | Eric Auger | 2016-07-22 | 1 | -0/+3 | |
| * | | | | | | x86: vdso: use __pvclock_read_cycles | Paolo Bonzini | 2016-08-04 | 1 | -13/+3 | |
| * | | | | | | pvclock: introduce seqcount-like API | Paolo Bonzini | 2016-08-04 | 3 | -34/+31 | |
* | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-08-06 | 1 | -4/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | perf/x86: Modify error message in virtualized environment | Juergen Gross | 2016-08-01 | 1 | -4/+7 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-08-06 | 7 | -14/+49 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace | David Howells | 2016-08-01 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'x86/asm' into x86/urgent, to pick up fix | Ingo Molnar | 2016-08-01 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | x86/vdso: Error out if the vDSO isn't a valid DSO | Andy Lutomirski | 2016-07-19 | 1 | -0/+6 | |
| * | | | | | | | | x86/ptrace: Stop setting TS_COMPAT in ptrace code | Andy Lutomirski | 2016-07-27 | 5 | -13/+42 | |
* | | | | | | | | | Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-08-06 | 2 | -11/+9 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ \ \ | Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp' | Rafael J. Wysocki | 2016-08-05 | 2 | -11/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|/ / / | | | | | |/| | | | | / / | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | / | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | x86/power/64: Do not refer to __PAGE_OFFSET from assembly code | Rafael J. Wysocki | 2016-08-03 | 2 | -11/+9 | |
* | | | | | | | | | | | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 2016-08-05 | 9 | -7/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | rtc: move mc146818 helper functions out-of-line | Arnd Bergmann | 2016-06-26 | 1 | -0/+1 | |
| * | | | | | | | | | | | x86: include linux/ratelimit.h in nmi.c | Arnd Bergmann | 2016-06-06 | 1 | -0/+1 | |
| * | | | | | | | | | | | char/genrtc: x86: remove remnants of asm/rtc.h | Arnd Bergmann | 2016-06-04 | 4 | -6/+2 | |
| * | | | | | | | | | | | rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h | Arnd Bergmann | 2016-06-04 | 3 | -1/+2 | |
* | | | | | | | | | | | | Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-08-05 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | um: Support kcov | Vegard Nossum | 2016-08-04 | 1 | -0/+3 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 10 | -42/+40 | |
* | | | | | | | | | | | | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 2016-08-04 | 7 | -26/+26 | |
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-08-03 | 4 | -31/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | kexec: allow kdump with crash_kexec_post_notifiers | Petr Tesarik | 2016-08-03 | 1 | -3/+2 | |
| * | | | | | | | | | | | signal: consolidate {TS,TLF}_RESTORE_SIGMASK code | Andy Lutomirski | 2016-08-03 | 1 | -24/+0 | |
| * | | | | | | | | | | | treewide: replace obsolete _refok by __ref | Fabian Frederick | 2016-08-02 | 2 | -4/+4 |