summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | irqchip: mips-gic: Remove gic_set_trigger()Paul Burton2017-09-041-5/+0
| * | | | | | | irqchip: mips-gic: Remove gic_set_polarity()Paul Burton2017-09-041-5/+0
| * | | | | | | irqchip: mips-gic: Drop gic_(re)set_mask() functionsPaul Burton2017-09-041-4/+0
| * | | | | | | irqchip: mips-gic: Simplify gic_local_irq_domain_map()Paul Burton2017-09-041-6/+0
| * | | | | | | irqchip: mips-gic: Simplify shared interrupt pending/mask readsPaul Burton2017-09-041-6/+0
| * | | | | | | irqchip: mips-gic: Remove gic_read_local_vp_id()Paul Burton2017-09-041-17/+0
| * | | | | | | irqchip: mips-gic: Remove counter access functionsPaul Burton2017-09-041-22/+0
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-151-2/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/wait: Add swq_has_sleeper()Davidlohr Bueso2017-09-151-2/+56
* | | | | | | | | vfs: constify path argument to kernel_read_file_from_pathMimi Zohar2017-09-141-1/+1
* | | | | | | | | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-141-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-041-3/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-10/+38
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells2017-07-171-9/+36
| * | | | | | | | | vfs: Add sb_rdonly(sb) to query the MS_RDONLY flag on s_flagsDavid Howells2017-07-171-1/+2
* | | | | | | | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-6/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fs: unexport vfs_readv and vfs_writevChristoph Hellwig2017-09-041-2/+0
| * | | | | | | | | | fs: unexport __vfs_read/__vfs_writeChristoph Hellwig2017-09-041-1/+0
| * | | | | | | | | | fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig2017-09-041-1/+1
| * | | | | | | | | | fs: fix kernel_write prototypeChristoph Hellwig2017-09-041-1/+1
| * | | | | | | | | | fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-146-28/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | utimes: Make utimes y2038 safeDeepa Dinamani2017-09-031-1/+1
| * | | | | | | | | | ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani2017-09-031-3/+3
| * | | | | | | | | | ipc: sem: Make sem_array timestamps y2038 safeDeepa Dinamani2017-09-031-1/+2
| * | | | | | | | | | ipc: msg: Make msg_queue timestamps y2038 safeDeepa Dinamani2017-09-031-3/+4
| * | | | | | | | | | ipc: mqueue: Replace timespec with timespec64Deepa Dinamani2017-09-031-3/+3
| * | | | | | | | | | semtimedop(): move compat to nativeAl Viro2017-07-151-9/+0
| * | | | | | | | | | msgrcv(2), msgsnd(2): move compat to nativeAl Viro2017-07-151-8/+0
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-142-0/+1393
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lib: Add zstd modulesNick Terrell2017-08-151-0/+1157
| * | | | | | | | | | lib: Add xxhash moduleNick Terrell2017-08-151-0/+236
* | | | | | | | | | | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-142-9/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-09-112-7/+1
| * | | | | | | | | | | dm: constify argument arraysEric Biggers2017-08-281-2/+2
* | | | | | | | | | | | Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxLinus Torvalds2017-09-142-9/+13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fbcon: mark dummy functions 'inline'Arnd Bergmann2017-08-071-2/+2
| * | | | | | | | | | | | fbdev: Nuke FBINFO_MODULEDaniel Vetter2017-08-011-9/+1
| * | | | | | | | | | | | fbcon: Make fbcon a built-time depency for fbdevDaniel Vetter2017-08-011-0/+12
* | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-141-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-2/+0
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen2017-09-141-0/+2
* | | | | | | | | | | | | sched/wait: Break up long wake list walkTim Chen2017-09-141-0/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | module: Remove const attribute from alias for MODULE_DEVICE_TABLEMatthias Kaehlcke2017-07-291-1/+1
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-09-132-0/+29
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | clk: at91: add audio pll clock driversQuentin Schulz2017-09-011-0/+25
| * | | | | | | | | | | | clk: gate: expose clk_gate_ops::is_enabledGabriel Fernandez2017-08-311-0/+1
| * | | | | | | | | | | | clk: fractional-divider: allow overriding of approximationElaine Zhang2017-08-081-0/+3
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2017-09-131-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \