summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2018-10-062-33/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman2018-10-022-33/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'drm-fixes-2018-10-05' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman2018-10-051-2/+3
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | drm/cma-helper: Fix crash in fbdev error pathNoralf Trønnes2018-10-021-2/+3
| |/ / / / /
* | | | | | Merge tag 'ovl-fixes-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2018-10-041-14/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein2018-09-241-14/+3
| | |_|_|/ | |/| | |
* | | | | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-048-18/+10
|\ \ \ \ \
| * \ \ \ \ Merge tag 'mlx5-fixes-2018-10-01' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-10-031-0/+2
| |\ \ \ \ \
| | * | | | | net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rulesAlaa Hleihel2018-10-011-0/+2
| * | | | | | inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-031-5/+0
| * | | | | | tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-021-2/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-10-021-0/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | netfilter: avoid erronous array bounds warningFlorian Westphal2018-09-281-0/+2
| * | | | | | netlink: fix typo in nla_parse_nested() commentJohannes Berg2018-09-291-1/+1
| * | | | | | Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2018-09-291-3/+1
| |\ \ \ \ \ \
| | * | | | | | rxrpc: Fix error distributionDavid Howells2018-09-281-3/+1
| * | | | | | | Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-281-2/+0
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | cfg80211: fix reg_query_regdb_wmm kernel-docRandy Dunlap2018-09-261-2/+0
| * | | | | | | bonding: avoid possible dead-lockMahesh Bandewar2018-09-271-6/+1
| * | | | | | | net: core: add member wol_enabled to struct net_deviceHeiner Kallweit2018-09-271-0/+3
* | | | | | | | Merge tag 'media/v4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Greg Kroah-Hartman2018-10-031-0/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | media: v4l: event: Prevent freeing event subscriptions while accessedSakari Ailus2018-10-031-0/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-09-291-3/+4
|\ \ \ \ \ \ \
| * | | | | | | spi: spi-mem: Move the DMA-able constraint doc to the kerneldoc headerBoris Brezillon2018-09-201-3/+2
| * | | | | | | spi: spi-mem: Add missing description for data.nbytes fieldBoris Brezillon2018-09-201-0/+2
* | | | | | | | Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-09-292-6/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski2018-09-031-3/+3
| * | | | | | | | regulator: da9063: fix DT probing with constraintsPhilipp Zabel2018-08-311-7/+9
| * | | | | | | | regulator: bd71837: Disable voltage monitoring for LDO3/4Matti Vaittinen2018-08-291-3/+30
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'drm-fixes-2018-09-28' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman2018-09-281-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "drm/panel: Add device_link from panel device to DRM device"Linus Walleij2018-09-271-1/+0
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | erge tag 'libnvdimm-fixes-4.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-09-251-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | uaccess: Fix is_source param for check_copy_size() in copy_to_iter_mcsafe()Dave Jiang2018-09-121-1/+1
* | | | | | | | Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel2018-09-251-1/+1
* | | | | | | | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-09-253-3/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | netpoll: make ndo_poll_controller() optionalEric Dumazet2018-09-241-2/+3
| | |_|_|_|/ / | |/| | | | |
| * | | | | | NFC: Fix the number of pipesSuren Baghdasaryan2018-09-191-1/+1
| * | | | | | net: stmmac: Rework coalesce timer and fix multi-queue racesJose Abreu2018-09-191-0/+1
* | | | | | | Merge tag 'mfd-fixes-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Greg Kroah-Hartman2018-09-231-7/+9
|\ \ \ \ \ \ \
| * | | | | | | mfd: da9063: Fix DT probing with constraintsPhilipp Zabel2018-09-101-7/+9
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus-20180922' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman2018-09-231-1/+4
|\ \ \ \ \ \ \
| * | | | | | | block: use nanosecond resolution for iostatOmar Sandoval2018-09-221-1/+4
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman2018-09-212-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: x86: Control guest reads of MSR_PLATFORM_INFODrew Schmitt2018-09-201-0/+1
| * | | | | | | | kvm: x86: make kvm_{load|put}_guest_fpu() staticSebastian Andrzej Siewior2018-09-201-2/+0
* | | | | | | | | Merge tag 'drm-fixes-2018-09-21' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman2018-09-211-1/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'drm-misc-fixes-2018-09-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-09-201-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | drm: fix drm_drv_uses_atomic_modeset on non modesetting drivers.Dave Airlie2018-09-181-1/+1
* | | | | | | | | | Compiler Attributes: naked can be sharedMiguel Ojeda2018-09-202-8/+8
* | | | | | | | | | Compiler Attributes: naked was fixed in gcc 4.6Miguel Ojeda2018-09-201-7/+1