summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: Move the queue_flag_*() functions from a public into a private header ...Bart Van Assche2018-03-081-69/+0
* block: Complain if queue_flag_(set|clear)_unlocked() is abusedBart Van Assche2018-03-081-0/+6
* 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
* blktrace_api.h: fix comment for struct blk_user_trace_setupEric Biggers2018-02-261-1/+1
* 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 tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-223-18/+33
|\
| * IB/uverbs: Use __aligned_u64 for uapi headersJason Gunthorpe2018-02-151-2/+2
| * IB/uverbs: Use u64_to_user_ptr() not a unionJason Gunthorpe2018-02-151-6/+4
| * IB/uverbs: Always use the attribute size provided by the userMatan Barak2018-02-151-7/+28
| * RDMA/restrack: Remove unimplemented XRCD objectLeon Romanovsky2018-02-151-4/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-227-12/+54
|\ \
| * | bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-213-1/+20
| * | 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-195-9/+8
|\ \
| * | udplite: fix partial checksum initializationAlexey Kodanev2018-02-161-0/+1
| * | skbuff: Fix comment mis-spelling.David S. Miller2018-02-161-1/+1
| * | uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc defineHauke Mehrtens2018-02-132-7/+5
| * | 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 'sound-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-02-161-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'topic/fixes' into for-linusTakashi Iwai2018-02-121-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ALSA: ac97: Fix copy and paste typo in documentationMatthias Lange2018-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-152-2/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | locking/semaphore: Update the file path in documentationTycho Andersen2018-02-131-1/+1
| * | | | | locking/atomic/bitops: Document and clarify ordering semantics for failed tes...Will Deacon2018-02-131-1/+2
* | | | | | 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