summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-081-0/+5
* block: Reorder the queue flag manipulation function definitionsBart Van Assche2018-03-081-11/+11
* misc: rtsx: rename SG_END macroArnd Bergmann2018-03-011-6/+6
* block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-281-1/+2
* sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()Omar Sandoval2018-02-281-0/+8
* lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodingsAnshuman Khandual2018-02-281-10/+13
* genhd: Fix BUG in blkdev_open()Jan Kara2018-02-261-0/+1
* genhd: Add helper put_disk_and_module()Jan Kara2018-02-261-0/+1
* genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-261-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-226-12/+53
|\
| * bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-212-1/+19
| * mm, mlock, vmscan: no more skipping pagevecsShakeel Butt2018-02-211-2/+0
| * mm: memcontrol: fix NR_WRITEBACK leak in memcg and system statsJohannes Weiner2018-02-211-8/+16
| * Kbuild: always define endianess in kconfig.hArnd Bergmann2018-02-211-0/+6
| * include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton2018-02-211-1/+12
* | efivarfs: Limit the rate for non-root to read filesLuck, Tony2018-02-221-0/+4
* | kconfig.h: Include compiler types to avoid missed struct attributesKees Cook2018-02-221-0/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-192-2/+2
|\
| * skbuff: Fix comment mis-spelling.David S. Miller2018-02-161-1/+1
| * ptr_ring: prevent integer overflow when calculating sizeJason Wang2018-02-111-1/+1
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-181-0/+2
|\ \
| * | cpumask: Make for_each_cpu_wrap() available on UP as wellMichael Kelley2018-02-161-0/+2
* | | Merge tag 'for-linus-20180217' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-171-1/+1
|\ \ \
| * | | block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTSMinwoo Im2018-02-151-1/+1
* | | | Merge tag 'dma-mapping-4.16-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-02-161-1/+1
|\ \ \ \
| * | | | dma-mapping: fix a comment typoChristoph Hellwig2018-02-121-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'acpi-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-02-153-5/+5
|\ \ \ \
| * | | | device property: Constify device_get_match_data()Andy Shevchenko2018-02-123-5/+5
| * | | | ACPI / bus: Rename acpi_get_match_data() to acpi_device_get_match_data()Andy Shevchenko2018-02-121-2/+2
| |/ / /
* | | | Merge tag 'pm-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-02-151-1/+1
|\ \ \ \
| * \ \ \ Merge branches 'pm-cpuidle' and 'pm-opp'Rafael J. Wysocki2018-02-151-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | PM: cpuidle: Fix cpuidle_poll_state_init() prototypeRafael J. Wysocki2018-02-121-1/+1
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-02-151-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | locking/semaphore: Update the file path in documentationTycho Andersen2018-02-131-1/+1
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-142-6/+1
|\ \ \ \ \
| * | | | | x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck2018-02-131-6/+0
| * | | | | vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-02-131-0/+1
| |/ / / /
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-141-15/+21
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon2018-02-151-15/+21
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-02-122-2/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | compiler-gcc.h: __nostackprotector needs gcc-4.4 and upGeert Uytterhoeven2018-02-081-2/+1
| * | | | compiler-gcc.h: Introduce __optimize function attributeGeert Uytterhoeven2018-02-082-0/+8
* | | | | unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro2018-02-111-0/+24
* | | | | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-8/+8
* | | | | Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-02-111-1/+2
|\ \ \ \ \
| * | | | | preparation to switching ->poll() to returning EPOLL...Al Viro2018-02-011-1/+2
* | | | | | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-102-1/+619
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-01116-1233/+2359
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini2018-01-161-0/+606
| |\ \ \ \ \ \ \
| | * | | | | | | crypto: ccp: Implement SEV_PEK_CERT_IMPORT ioctl commandBrijesh Singh2017-12-041-0/+4