aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/REPORTING-BUGS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-17selftests/x86: Fix some error messages in ptrace_syscallAndy Lutomirski1-3/+3
2016-02-17x86/msr: Document msr-index.h rule for additionBorislav Petkov1-1/+6
2016-02-17x86/ftrace, x86/asm: Kill ftrace_caller_end labelBorislav Petkov2-12/+13
2016-02-17selftests/x86: Add tests for UC_SIGCONTEXT_SS and UC_STRICT_RESTORE_SSAndy Lutomirski1-28/+202
2016-02-17x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski5-30/+99
2016-02-17x86/signal/64: Fix SS if needed when delivering a 64-bit signalAndy Lutomirski2-2/+72
2016-02-17x86/signal/64: Add a comment about sigcontext->fs and gsAndy Lutomirski1-0/+25
2016-02-16x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov1-2/+1
2016-02-09x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap()Matthew Wilcox1-2/+2
2016-02-09x86/asm/bitops: Force inlining of test_and_set_bit and friendsDenys Vlasenko1-18/+18
2016-02-01x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov1-28/+19
2016-02-01x86/syscalls/64: Mark sys_iopl() as using ptregsAndy Lutomirski1-1/+1
2016-02-01x86/entry/64: Fix fast-path syscall return register stateAndy Lutomirski1-1/+3
2016-02-01x86/entry/64: Fix an IRQ state error on ptregs-using syscallsAndy Lutomirski1-6/+13
2016-01-30x86/vdso: Use static_cpu_has()Borislav Petkov1-1/+1
2016-01-30x86/alternatives: Discard dynamic check after initBrian Gerst2-13/+12
2016-01-30x86/alternatives: Add an auxilary sectionBorislav Petkov1-0/+11
2016-01-30x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov1-44/+5
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov8-125/+21
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov50-328/+336
2016-01-29x86/entry/64: Migrate the 64-bit syscall slow path to CAndy Lutomirski2-78/+65
2016-01-29x86/entry/64: Stop using int_ret_from_sys_call in ret_from_forkAndy Lutomirski1-16/+19
2016-01-29x86/entry/64: Call all native slow-path syscalls with full pt-regsAndy Lutomirski2-87/+10
2016-01-29x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski3-24/+55
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski8-16/+29
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski8-23/+31
2016-01-29x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski5-20/+16
2016-01-29x86/syscalls: Refactor syscalltbl.shAndy Lutomirski1-5/+13
2016-01-29selftests/x86: Add check_initial_reg_state()Andy Lutomirski2-1/+117
2016-01-29selftests/x86: Extend Makefile to allow 64-bit-only testsAndy Lutomirski1-2/+3
2016-01-27x86/asm: Remove unused L3_PAGE_OFFSETAlexander Kuleshov1-1/+0
2016-01-24Linux 4.5-rc1Linus Torvalds1-2/+2
2016-01-24ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi listJosh Boyer1-0/+7
2016-01-24MAINTAINERS: Combine multiple telemetry entriesSouvik Kumar Chakravarty1-3/+1
2016-01-24intel_telemetry_debugfs: Fix unused warnings in telemetry debugfsSouvik Kumar Chakravarty1-0/+2
2016-01-24vmstat: Remove BUG_ON from vmstat_updateChristoph Lameter1-11/+1
2016-01-24MIPS: zboot: Add support for serial debug using the PROMAlban Bedel3-0/+12
2016-01-24MIPS: zboot: Avoid useless rebuildsAlban Bedel1-6/+8
2016-01-24MIPS: BMIPS: Enable ARCH_WANT_OPTIONAL_GPIOLIBFlorian Fainelli1-0/+1
2016-01-24MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() functionSimon Arlott2-13/+0
2016-01-24MIPS: bcm963xx: Update bcm_tag field image_sequenceSimon Arlott1-6/+5
2016-01-24MIPS: bcm963xx: Move extended flash address to bcm_tag header fileSimon Arlott2-4/+7
2016-01-24MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structureSimon Arlott3-4/+7
2016-01-24MIPS: bcm63xx: nvram: Use nvram structure definition from header fileSimon Arlott1-32/+3
2016-01-24MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structureSimon Arlott2-0/+113
2016-01-24MAINTAINERS: Add KVM for MIPS entryJames Hogan1-0/+8
2016-01-24MIPS: KVM: Add missing newline to kvm_err()James Hogan1-1/+1
2016-01-24MIPS: Move KVM specific opcodes into asm/inst.hJames Hogan4-28/+5
2016-01-24MIPS: KVM: Use cacheops.h definitionsJames Hogan1-22/+8
2016-01-24MIPS: Break down cacheops.h definitionsJames Hogan1-42/+64