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
AgeCommit message (Expand)Author
2016-01-21dma-mapping: use offset_in_page macroGeliang Tang
2016-01-21dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig
2016-01-21dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig
2016-01-21ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai
2016-01-21lz4: fix wrong compress buffer size for 64-bitsBongkyu Kim
2016-01-21UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin
2016-01-21rbtree: use READ_ONCE in RB_EMPTY_ROOTDavidlohr Bueso
2016-01-21kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang
2016-01-21kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes
2016-01-21kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes
2016-01-21kernel/cpu.c: export __cpu_*_maskRasmus Villemoes
2016-01-21ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-01-21epoll: add EPOLLEXCLUSIVE flagJason Baron
2016-01-21include/linux/radix-tree.h: fix error in docs about locksAdam Barth
2016-01-21lib/iomap_copy.c: add __ioread32_copy()Stephen Boyd
2016-01-20Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2016-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-01-18Merge tag 'rtc-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2016-01-18Merge tag 'fbdev-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds
2016-01-18numa: remove stale node_has_online_mem() defineChris Metcalf
2016-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2016-01-18Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-01-18Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-01-17Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2016-01-17net/mlx5_core: Fix trimming down IRQ numberDoron Tsur
2016-01-17tcp_memcontrol: Forward declare cgroup_subsys and mem_cgroup stuctsGeert Uytterhoeven
2016-01-16printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo
2016-01-16asm/sections: add helpers to check for section dataThierry Reding
2016-01-16err.h: add (missing) unlikely() to IS_ERR_OR_NULL()Viresh Kumar
2016-01-16include/linux/kdev_t.h: remove new_valid_dev()Yaowei Bai
2016-01-16include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz
2016-01-16include/linux/poison.h: use POISON_POINTER_DELTA for poison pointersVasily Kulikov
2016-01-16Merge tag 'clk-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-16Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-16mm/mlock.c: change can_do_mlock return value type to booleanWang Xiaoqiang
2016-01-16memblock: fix section mismatchKirill A. Shutemov
2016-01-16mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel
2016-01-16mm, x86: get_user_pages() for dax mappingsDan Williams
2016-01-16mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams
2016-01-16mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams
2016-01-16mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams