summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-09-05fs: fix kernel_read prototypeChristoph Hellwig1-1/+1
2017-09-05fs: support RWF_NOWAIT for buffered readsChristoph Hellwig1-3/+3
2017-09-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-20/+3
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-1/+244
2017-09-04vfs: add flags to d_real()Miklos Szeredi2-6/+7
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-1/+92
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds19-89/+387
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+16
2017-09-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+22
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-129/+27
2017-09-04Merge remote-tracking branches 'regulator/topic/rc5t619' and 'regulator/topic...Mark Brown1-0/+6
2017-09-04Merge remote-tracking branches 'regulator/topic/mt6380', 'regulator/topic/mtk...Mark Brown1-0/+32
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-2/+24
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-16/+5
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-58/+86
2017-09-04iio: trigger: Add STM32 LPTimer trigger driverFabrice Gasnier1-0/+27
2017-09-04mfd: Add STM32 LPTimer driverFabrice Gasnier1-0/+62
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang1-0/+0
2017-09-04irqchip: mips-gic: Remove linux/irqchip/mips-gic.hPaul Burton1-14/+0
2017-09-04MIPS: VDSO: Avoid use of linux/irqchip/mips-gic.hPaul Burton1-4/+0
2017-09-04irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton1-8/+0
2017-09-04irqchip: mips-gic: Remove gic_presentPaul Burton1-6/+0
2017-09-04irqchip: mips-gic: Remove gic_init()Paul Burton1-3/+0
2017-09-04irqchip: mips-gic: Remove gic_get_usm_range()Paul Burton1-11/+0
2017-09-04irqchip: mips-gic: Move various definitions to the driverPaul Burton1-19/+0
2017-09-04irqchip: mips-gic: Remove GIC_CPU_INT* macrosPaul Burton1-8/+0
2017-09-04MIPS: GIC: Move GIC_LOCAL_INT_* to asm/mips-gic.hPaul Burton1-10/+0
2017-09-04irqchip: mips-gic: Convert remaining local reg access to new accessorsPaul Burton1-44/+0
2017-09-04irqchip: mips-gic: Convert local int mask access to new accessorsPaul Burton1-52/+0
2017-09-04irqchip: mips-gic: Convert remaining shared reg access to new accessorsPaul Burton1-20/+0
2017-09-04irqchip: mips-gic: Remove gic_map_to_vpe()Paul Burton1-6/+0
2017-09-04irqchip: mips-gic: Remove gic_map_to_pin()Paul Burton1-10/+0
2017-09-04irqchip: mips-gic: Remove gic_set_dual_edge()Paul Burton1-17/+0
2017-09-04irqchip: mips-gic: Remove gic_set_trigger()Paul Burton1-5/+0
2017-09-04irqchip: mips-gic: Remove gic_set_polarity()Paul Burton1-5/+0
2017-09-04irqchip: mips-gic: Drop gic_(re)set_mask() functionsPaul Burton1-4/+0
2017-09-04irqchip: mips-gic: Simplify gic_local_irq_domain_map()Paul Burton1-6/+0
2017-09-04irqchip: mips-gic: Simplify shared interrupt pending/mask readsPaul Burton1-6/+0
2017-09-04irqchip: mips-gic: Remove gic_read_local_vp_id()Paul Burton1-17/+0
2017-09-04irqchip: mips-gic: Remove counter access functionsPaul Burton1-22/+0
2017-09-04netfilter: xt_hashlimit: add rate match modeVishwanath Pai1-1/+2
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar34-178/+312
2017-09-04Merge tag 'mlx5-updates-2017-09-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-1/+1
2017-09-04Merge branch 'docs-next' of git://git.lwn.net/linuxLinus Torvalds1-2/+3
2017-09-04Merge tag 'hwmon-for-linus-v4.14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+16
2017-09-04Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-30/+155
2017-09-04utimes: Make utimes y2038 safeDeepa Dinamani1-1/+1
2017-09-04ipc: shm: Make shmid_kernel timestamps y2038 safeDeepa Dinamani1-3/+3
2017-09-04ipc: sem: Make sem_array timestamps y2038 safeDeepa Dinamani1-1/+2
2017-09-04ipc: msg: Make msg_queue timestamps y2038 safeDeepa Dinamani1-3/+4