summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfdMartin Blumenstingl2017-09-041-0/+15
* irqchip: mips-gic: Remove linux/irqchip/mips-gic.hPaul Burton2017-09-041-14/+0
* MIPS: VDSO: Avoid use of linux/irqchip/mips-gic.hPaul Burton2017-09-041-4/+0
* irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton2017-09-041-8/+0
* irqchip: mips-gic: Remove gic_presentPaul Burton2017-09-041-6/+0
* irqchip: mips-gic: Remove gic_init()Paul Burton2017-09-041-3/+0
* irqchip: mips-gic: Remove gic_get_usm_range()Paul Burton2017-09-041-11/+0
* irqchip: mips-gic: Move various definitions to the driverPaul Burton2017-09-041-19/+0
* irqchip: mips-gic: Remove GIC_CPU_INT* macrosPaul Burton2017-09-041-8/+0
* MIPS: GIC: Move GIC_LOCAL_INT_* to asm/mips-gic.hPaul Burton2017-09-041-10/+0
* irqchip: mips-gic: Convert remaining local reg access to new accessorsPaul Burton2017-09-041-44/+0
* irqchip: mips-gic: Convert local int mask access to new accessorsPaul Burton2017-09-041-52/+0
* irqchip: mips-gic: Convert remaining shared reg access to new accessorsPaul Burton2017-09-041-20/+0
* irqchip: mips-gic: Remove gic_map_to_vpe()Paul Burton2017-09-041-6/+0
* irqchip: mips-gic: Remove gic_map_to_pin()Paul Burton2017-09-041-10/+0
* irqchip: mips-gic: Remove gic_set_dual_edge()Paul Burton2017-09-041-17/+0
* 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 'iommu-fixes-v4.13-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-08-281-1/+11
|\
| * iommu: Fix wrong freeing of iommu_device->devJoerg Roedel2017-08-151-1/+11
* | Merge tag 'staging-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-08-282-3/+3
|\ \
| * \ Merge tag 'fixes-for-4.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2017-08-202-3/+3
| |\ \
| | * | PATCH] iio: Fix some documentation warningsJonathan Corbet2017-08-202-3/+3
* | | | Clarify (and fix) MAX_LFS_FILESIZE macrosLinus Torvalds2017-08-271-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-08-263-4/+2
|\ \ \ \
| * | | | bsg-lib: fix kernel panic resulting from missing allocation of reply-bufferBenjamin Block2017-08-242-1/+2
| * | | | Revert "loop: support 4k physical blocksize"Omar Sandoval2017-08-231-3/+0
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-08-251-0/+1
|\ \ \ \ \
| * | | | | IB/core: Avoid accessing non-allocated memory when inferring port typeNoa Osherovich2017-08-241-0/+1
* | | | | | Merge tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-08-241-12/+26
|\ \ \ \ \ \
| * | | | | | kbuild: linker script do not match C names unless LD_DEAD_CODE_DATA_ELIMINATI...Nicholas Piggin2017-08-091-12/+26
* | | | | | | pty: Repair TIOCGPTPEEREric W. Biederman2017-08-241-0/+10
* | | | | | | Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds2017-08-241-1/+1
* | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-08-231-0/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | scsi: sd_zbc: Write unlock zone from sd_uninit_cmnd()Damien Le Moal2017-08-171-0/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-215-11/+14
|\ \ \ \ \ \ \
| * | | | | | | net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov2017-08-211-1/+4
| * | | | | | | datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-191-3/+1
| * | | | | | | ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-171-2/+2
| * | | | | | | ptr_ring: use kmalloc_array()Eric Dumazet2017-08-172-5/+7
* | | | | | | | pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-212-25/+30
* | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-201-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra2017-08-101-2/+2
* | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-201-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner2017-08-181-0/+8
| | |_|_|_|_|/ / / | |/| | | | | | |