summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-03-08block: Move the queue_flag_*() functions from a public into a private header ...Bart Van Assche
2018-03-08block: Complain if queue_flag_(set|clear)_unlocked() is abusedBart Van Assche
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche
2018-03-08block: Reorder the queue flag manipulation function definitionsBart Van Assche
2018-03-01misc: rtsx: rename SG_END macroArnd Bergmann
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche
2018-02-28sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()Omar Sandoval
2018-02-28lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodingsAnshuman Khandual
2018-02-26blktrace_api.h: fix comment for struct blk_user_trace_setupEric Biggers
2018-02-26genhd: Fix BUG in blkdev_open()Jan Kara
2018-02-26genhd: Add helper put_disk_and_module()Jan Kara
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara
2018-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony
2018-02-22kconfig.h: Include compiler types to avoid missed struct attributesKees Cook
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann
2018-02-21mm, mlock, vmscan: no more skipping pagevecsShakeel Butt
2018-02-21mm: memcontrol: fix NR_WRITEBACK leak in memcg and system statsJohannes Weiner
2018-02-21Kbuild: always define endianess in kconfig.hArnd Bergmann
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-18Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-02-17Merge tag 'for-linus-20180217' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-02-16udplite: fix partial checksum initializationAlexey Kodanev
2018-02-16skbuff: Fix comment mis-spelling.David S. Miller
2018-02-16Merge tag 'dma-mapping-4.16-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-02-16Merge tag 'sound-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-02-16cpumask: Make for_each_cpu_wrap() available on UP as wellMichael Kelley
2018-02-15Merge tag 'acpi-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-02-15Merge tag 'pm-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-02-15IB/uverbs: Use __aligned_u64 for uapi headersJason Gunthorpe
2018-02-15IB/uverbs: Use u64_to_user_ptr() not a unionJason Gunthorpe
2018-02-15IB/uverbs: Always use the attribute size provided by the userMatan Barak
2018-02-15RDMA/restrack: Remove unimplemented XRCD objectLeon Romanovsky
2018-02-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-02-15block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTSMinwoo Im
2018-02-15Merge branches 'pm-cpuidle' and 'pm-opp'Rafael J. Wysocki
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski
2018-02-15nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon
2018-02-13uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc defineHauke Mehrtens
2018-02-13x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck
2018-02-13locking/semaphore: Update the file path in documentationTycho Andersen
2018-02-13locking/atomic/bitops: Document and clarify ordering semantics for failed tes...Will Deacon
2018-02-13vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang
2018-02-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-02-12dma-mapping: fix a comment typoChristoph Hellwig
2018-02-12PM: cpuidle: Fix cpuidle_poll_state_init() prototypeRafael J. Wysocki