Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-07-02s390: ap: kvm: Enable PQAP/AQIC facility for the guestPierre Morel
2019-07-02s390: ap: kvm: add PQAP interception for AQICPierre Morel
2019-07-02s390/unwind: cleanup unused READ_ONCE_TASK_STACKVasily Gorbik
2019-07-02s390/kasan: avoid false positives during stack unwindVasily Gorbik
2019-07-02x86/entry/64: Fix and clean up paranoid_exitAndy Lutomirski
2019-07-02x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabledAndy Lutomirski
2019-07-02Merge tag 'mvebu-fixes-5.2-2' of git://git.infradead.org/linux-mvebu into arm...Olof Johansson
2019-07-01Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas
2019-07-01m68k: Implement arch_dma_prep_coherent()Christoph Hellwig
2019-07-01m68k: Use the generic dma coherent remap allocatorChristoph Hellwig
2019-06-30Merge tag 'powerpc-5.2-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-06-29Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-29Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-29x86/timer: Skip PIT initialization on modern chipsetsThomas Gleixner
2019-06-29Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2019-06-29Merge tag 'riscv-for-v5.2/fixes-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-06-28ftrace/x86: Add a comment to why we take text_mutex in ftrace_arch_code_modif...Steven Rostedt (VMware)
2019-06-28ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek
2019-06-28x86/mtrr: Skip cache flushes on CPUs with cache self-snoopingRicardo Neri
2019-06-28x86/cpu/intel: Clear cache self-snoop capability in CPUs with known errataRicardo Neri
2019-06-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2019-06-28Merge tag 'csky-for-linus-5.2-fixup-gcc-unwind' of git://github.com/c-sky/csk...Linus Torvalds
2019-06-28x86/hpet: Use channel for legacy clockevent storageThomas Gleixner
2019-06-28x86/hpet: Use common init for legacy clockeventThomas Gleixner
2019-06-28x86/hpet: Carve out shareable parts of init_one_hpet_msi_clockevent()Thomas Gleixner
2019-06-28x86/hpet: Consolidate clockevent functionsThomas Gleixner
2019-06-28x86/hpet: Wrap legacy clockevent in hpet_channelThomas Gleixner
2019-06-28x86/hpet: Use cached info instead of extra flagsThomas Gleixner
2019-06-28x86/hpet: Move clockevents into channelsThomas Gleixner
2019-06-28x86/hpet: Rename variables to prepare for switching to channelsIngo Molnar
2019-06-28x86/hpet: Add function to select a /dev/hpet channelThomas Gleixner
2019-06-28x86/hpet: Add mode information to struct hpet_channelThomas Gleixner
2019-06-28x86/hpet: Use cached channel dataThomas Gleixner
2019-06-28x86/hpet: Introduce struct hpet_base and struct hpet_channelThomas Gleixner
2019-06-28x86/hpet: Coding style cleanupIngo Molnar
2019-06-28x86/hpet: Clean up commentsIngo Molnar
2019-06-28x86/hpet: Make naming consistentIngo Molnar
2019-06-28x86/hpet: Remove not required includesIngo Molnar
2019-06-28x86/hpet: Decapitalize and rename EVT_TO_HPET_DEVThomas Gleixner
2019-06-28x86/hpet: Simplify counter validationThomas Gleixner
2019-06-28x86/hpet: Separate counter check out of clocksource register codeThomas Gleixner
2019-06-28x86/hpet: Shuffle code around for readability sakeThomas Gleixner
2019-06-28x86/hpet: Move static and global variables to one placeThomas Gleixner
2019-06-28x86/hpet: Sanitize stub functionsThomas Gleixner
2019-06-28x86/hpet: Mark init functions __initThomas Gleixner
2019-06-28x86/hpet: Remove the unused hpet_msi_read() functionThomas Gleixner
2019-06-28x86/hpet: Remove unused parameter from hpet_next_event()Thomas Gleixner
2019-06-28x86/hpet: Remove pointless x86-64 specific #includeThomas Gleixner