summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-01-303-61/+114
|\
| * Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-01-2728-37/+178
| |\
| * | hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner2018-01-161-5/+16
| * | hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner2018-01-162-1/+19
| * | hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner2018-01-161-3/+3
| * | hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner2018-01-161-2/+2
| * | hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner2018-01-161-3/+3
| * | hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner2018-01-161-12/+8
| * | hrtimer: Make room in 'struct hrtimer_cpu_base'Anna-Maria Gleixner2018-01-161-2/+2
| * | hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner2018-01-161-11/+9
| * | tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepointAnna-Maria Gleixner2018-01-161-5/+8
| * | tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into ac...Anna-Maria Gleixner2018-01-161-4/+16
| * | hrtimer: Clean up 'enum hrtimer_mode'Anna-Maria Gleixner2018-01-161-5/+11
| * | hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner2018-01-161-3/+3
| * | hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner2018-01-161-1/+1
| * | hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'Anna-Maria Gleixner2018-01-161-4/+4
| * | hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner2018-01-161-4/+0
| * | Merge branch 'timers/urgent' into timers/core, to pick up dependent fixIngo Molnar2018-01-162-3/+6
| |\ \
| * | | posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers2018-01-041-6/+19
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-4/+7
|\ \ \ \
| * | | | irq/work: Improve the flag definitionsBartosz Golaszewski2018-01-081-4/+7
* | | | | Merge tag 'm68k-for-v4.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-302-91/+121
|\ \ \ \ \
| * | | | | nubus: Add support for the driver modelFinn Thain2018-01-161-3/+30
| * | | | | nubus: Adopt standard linked list implementationFinn Thain2018-01-161-9/+6
| * | | | | nubus: Rename struct nubus_devFinn Thain2018-01-161-16/+14
| * | | | | nubus: Rework /proc/bus/nubus/s/ implementationFinn Thain2018-01-161-4/+33
| * | | | | nubus: Clean up whitespaceFinn Thain2018-01-161-29/+29
| * | | | | nubus: Remove redundant codeFinn Thain2018-01-161-16/+1
| * | | | | nubus: Call proc_mkdir() not more than once per slot directoryFinn Thain2018-01-161-2/+3
| * | | | | nubus: Use static functions where possibleFinn Thain2018-01-161-1/+0
| * | | | | nubus: Fix up header splitFinn Thain2018-01-162-27/+23
| * | | | | nubus: Avoid array underflow and overflowFinn Thain2018-01-161-6/+4
* | | | | | Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-01-293-6/+8
|\ \ \ \ \ \
| * | | | | | btrfs: add support for SUPER_FLAG_CHANGING_FSIDAnand Jain2018-01-221-0/+1
| * | | | | | btrfs: define SUPER_FLAG_METADUMP_V2Anand Jain2018-01-221-0/+1
| * | | | | | btrfs: put btrfs_ioctl_vol_args_v2 related defines togetherAnand Jain2018-01-221-5/+6
| * | | | | | btrfs: Remove redundant FLAG_VACANCYNikolay Borisov2018-01-221-1/+0
* | | | | | | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-292-16/+342
|\ \ \ \ \ \ \
| * | | | | | | fs: handle inode->i_version more efficientlyJeff Layton2018-01-292-56/+154
| * | | | | | | fs: don't take the i_lock in inode_inc_iversionJeff Layton2018-01-291-3/+4
| * | | | | | | fs: new API for handling inode->i_versionJeff Layton2018-01-292-15/+242
* | | | | | | | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-2912-119/+299
|\ \ \ \ \ \ \ \
| * | | | | | | | block: Remove kblockd_schedule_delayed_work{,_on}()Bart Van Assche2018-01-191-2/+0
| * | | | | | | | lib/scatterlist: Fix chaining support in sgl_alloc_order()Bart Van Assche2018-01-191-0/+1
| * | | | | | | | Merge branch 'nvme-4.16' of git://git.infradead.org/nvme into for-4.16/blockJens Axboe2018-01-191-8/+14
| |\ \ \ \ \ \ \ \
| | * | | | | | | | nvme-pci: clean up SMBSZ bit definitionsChristoph Hellwig2018-01-171-8/+14
| * | | | | | | | | block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche2018-01-181-2/+0
| * | | | | | | | | blkcg: simplify statistic accumulation codeArnd Bergmann2018-01-161-3/+5
| * | | | | | | | | block: allow gendisk's request_queue registration to be deferredMike Snitzer2018-01-151-0/+5
| |/ / / / / / / /
| * | | | | | | | block: rearrange a few request fields for better cache layoutJens Axboe2018-01-101-13/+15