aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-21tools/kvm_stat: sort '-f help' outputStefan Raspl1-10/+6
2017-12-21kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini1-7/+25
2017-12-20null_blk: unalign call_single_dataJens Axboe1-2/+2
2017-12-20block: unalign call_single_data in struct requestJens Axboe1-1/+1
2017-12-20block-throttle: avoid double chargeShaohua Li4-12/+9
2017-12-19Do not hash userspace addresses in fault handlersKees Cook4-4/+4
2017-12-19spi: atmel: fixed spin_lock usage inside atmel_spi_removeRadu Pirea1-1/+1
2017-12-19ALSA: usb-audio: Fix the missing ctl name suffix at parsing SUTakashi Iwai1-11/+16
2017-12-18block: fix blk_rq_append_bioJens Axboe4-20/+28
2017-12-18block: don't let passthrough IO go into .make_request_fn()Ming Lei2-4/+23
2017-12-18KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li3-9/+12
2017-12-18ACPI: APEI / ERST: Fix missing error handling in erst_reader()Takashi Iwai1-1/+1
2017-12-18ACPI: CPPC: remove initial assignment of pcc_ss_dataColin Ian King1-1/+1
2017-12-18cpufreq: governor: Ensure sufficiently large sampling intervalsRafael J. Wysocki1-3/+16
2017-12-18cpufreq: imx6q: fix speed grading regression on i.MX6 QuadPlusLucas Stach1-5/+6
2017-12-18PCI / PM: Force devices to D0 in pci_pm_thaw_noirq()Rafael J. Wysocki1-1/+6
2017-12-18ALSA: hda/realtek - Fix Dell AIO LineOut issueKailang Yang1-1/+34
2017-12-18KVM: arm/arm64: Fix timer enable flowChristoffer Dall1-4/+1
2017-12-18KVM: arm/arm64: Properly handle arch-timer IRQs after vtimer_save_stateChristoffer Dall1-7/+15
2017-12-18KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GICMarc Zyngier3-7/+10
2017-12-18KVM: arm/arm64: Fix HYP unmapping going off limitsMarc Zyngier1-6/+4
2017-12-18arm64: kvm: Prevent restoring stale PMSCR_EL1 for vcpuJulien Thierry1-0/+3
2017-12-18mtd: Fix mtd_check_oob_ops()Miquel Raynal1-1/+1
2017-12-17Linux 4.15-rc4Linus Torvalds1-1/+1
2017-12-17Revert "exec: avoid RLIMIT_STACK races with prlimit()"Kees Cook1-6/+1
2017-12-17ARM: 8731/1: Fix csum_partial_copy_from_user() stack mismatchChunyan Zhang1-0/+4
2017-12-17cramfs: fix MTD dependencyArnd Bergmann1-0/+1
2017-12-17parisc: Reduce thread stack to 16 kbJohn David Anglin1-0/+5
2017-12-17Revert "parisc: Re-enable interrupts early"John David Anglin1-3/+9
2017-12-17parisc: remove duplicate includesPravin Shedge2-3/+0
2017-12-17parisc: Hide Diva-built-in serial aux and graphics cardHelge Deller1-0/+33
2017-12-17parisc: Align os_hpmc_size on word boundaryHelge Deller1-0/+1
2017-12-17parisc: Fix indenting in puts()Helge Deller1-2/+2
2017-12-17x86/cpufeatures: Make CPU bugs stickyThomas Gleixner3-5/+7
2017-12-17x86/paravirt: Provide a way to check for hypervisorsThomas Gleixner1-10/+15
2017-12-17x86/paravirt: Dont patch flush_tlb_singleThomas Gleixner1-2/+0
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski16-48/+60
2017-12-17x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski7-23/+21
2017-12-17x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski4-11/+1
2017-12-17x86/entry/64: Move the IST stacks into struct cpu_entry_areaAndy Lutomirski3-32/+57
2017-12-17x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski5-1/+84
2017-12-17x86/entry/64: Return to userspace from the trampoline stackAndy Lutomirski1-4/+51
2017-12-17x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski6-32/+72
2017-12-17x86/espfix/64: Stop assuming that pt_regs is on the entry stackAndy Lutomirski1-9/+28
2017-12-17x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Andy Lutomirski5-6/+26
2017-12-17x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski7-15/+58
2017-12-17x86/entry: Move SYSENTER_stack to the beginning of struct tss_structAndy Lutomirski2-9/+33
2017-12-17x86/dumpstack: Handle stack overflow on all stacksAndy Lutomirski1-10/+14
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski6-33/+37
2017-12-17x86/kasan/64: Teach KASAN about the cpu_entry_areaAndy Lutomirski1-1/+17