summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-06-21time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz1-2/+2
2017-06-21block: Add a comment above queue_lockdep_assert_held()Bart Van Assche1-0/+7
2017-06-21block: Introduce request_queue.initialize_rq_fn()Bart Van Assche2-0/+6
2017-06-21block: Make request operation type argument declarations consistentBart Van Assche2-4/+5
2017-06-21blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche1-2/+3
2017-06-21block: stop using bio_data() in blk_write_same_mergeableChristoph Hellwig1-1/+2
2017-06-21block: remove the unused bio_to_phys macroChristoph Hellwig1-1/+0
2017-06-20Merge branch 'linus' into irq/coreThomas Gleixner40-83/+232
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov4-8/+9
2017-06-20ktime: Simplify ktime_compare implementationMariusz Skamra1-5/+1
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-0/+22
2017-06-20qed*: Set rdma generic functions prefixMichal Kalderon1-18/+19
2017-06-20qed*: qede_roce.[ch] -> qede_rdma.[ch]Michal Kalderon1-0/+5
2017-06-20qed: Chain support for external PBLMintz, Yuval2-1/+9
2017-06-20block: return on congested block deviceGoldwyn Rodrigues2-0/+10
2017-06-20fs: Introduce IOMAP_NOWAITGoldwyn Rodrigues1-0/+1
2017-06-20fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues1-0/+9
2017-06-20fs: Introduce filemap_range_has_page()Goldwyn Rodrigues1-0/+2
2017-06-20fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues1-0/+14
2017-06-20Merge tag 'v4.12-rc6' into patchworkMauro Carvalho Chehab26-54/+154
2017-06-20sched/core: Drop the unused try_get_task_struct() helper functionDavidlohr Bueso1-2/+0
2017-06-20Merge branch 'clockevents/4.13' of https://git.linaro.org/people/daniel.lezca...Thomas Gleixner2-15/+9
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar47-715/+872
2017-06-20[media] media: Add userspace header file for i.MXSteve Longerbeam1-0/+29
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2-12/+12
2017-06-20sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Ingo Molnar1-0/+1
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar4-252/+262
2017-06-20sched/wait: Re-adjust macro line continuation backslashes in <linux/wait.h>Ingo Molnar1-323/+322
2017-06-20sched/wait: Improve the bit-wait API parameter names in the API function prot...Ingo Molnar1-15/+15
2017-06-20sched/wait: Standardize wait_bit_queue namingIngo Molnar1-4/+4
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar1-3/+3
2017-06-20sched/wait: Standardize internal naming of wait-queue headsIngo Molnar1-38/+38
2017-06-20sched/wait: Standardize internal naming of wait-queue entriesIngo Molnar1-42/+42
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar7-39/+42
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz1-2/+2
2017-06-20time: Fix clock->read(clock) race around clocksource changesJohn Stultz1-1/+0
2017-06-20mmc: tmio: improve checkpatch cleannessSimon Horman1-17/+16
2017-06-20mmc: slot-gpio: Add support to enable irq wake on cd_irqAdrian Hunter1-0/+2
2017-06-20mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson1-1/+0
2017-06-20mmc: use proper name for the R-Car SoCWolfram Sang1-1/+1
2017-06-20mmc: core: Allocate per-request data using the block layer coreLinus Walleij1-2/+0
2017-06-20mmc: core: Delete bounce buffer Kconfig optionLinus Walleij1-0/+1
2017-06-20mmc: sdio: Add API to manage SDIO IRQs from a workqueueUlf Hansson1-0/+3
2017-06-20uuid: Take const on input of uuid_is_null() and guid_is_null()Andy Shevchenko1-2/+2
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2-0/+11
2017-06-20Merge 4.12-rc6 into staging-nextGreg Kroah-Hartman5-35/+40
2017-06-20Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman5-35/+40
2017-06-20random: add get_random_{bytes,u32,u64,int,long,once}_wait familyJason A. Donenfeld3-0/+29
2017-06-20random: add wait_for_random_bytes() APIJason A. Donenfeld1-0/+1
2017-06-20Merge tag 'drm/tegra/for-4.13-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie1-2/+36