aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-26Merge 4.16-rc3 into staging-nextGreg Kroah-Hartman38-100/+172
2018-02-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2018-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+2
2018-02-23Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+2
2018-02-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-22/+4
2018-02-23Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-0/+11
2018-02-22Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller2-2/+2
2018-02-22regulatory: add NUL to request alpha2Johannes Berg1-1/+1
2018-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-18/+33
2018-02-22Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into fixes-v4.16-rc3James Morris1-2/+2
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-12/+54
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony1-0/+4
2018-02-22kconfig.h: Include compiler types to avoid missed struct attributesKees Cook1-0/+3
2018-02-22staging: fsl-mc: Move core bus out of stagingBogdan Purcareata1-0/+454
2018-02-21seccomp, ptrace: switch get_metadata types to arch independentTycho Andersen1-2/+2
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann3-1/+20
2018-02-21mm, mlock, vmscan: no more skipping pagevecsShakeel Butt1-2/+0
2018-02-21mm: memcontrol: fix NR_WRITEBACK leak in memcg and system statsJohannes Weiner1-8/+16
2018-02-21Kbuild: always define endianess in kconfig.hArnd Bergmann1-0/+6
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton1-1/+12
2018-02-22Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie3-0/+11
2018-02-21locking/mutex: Add comment to __mutex_owner() to deter usagePeter Zijlstra1-0/+5
2018-02-20arm_pmu: acpi: request IRQs up-frontMark Rutland1-2/+3
2018-02-20arm_pmu: note IRQs and PMUs per-cpuMark Rutland1-1/+0
2018-02-20arm_pmu: add armpmu_alloc_atomic()Mark Rutland1-0/+1
2018-02-20arm_pmu: fold platform helpers into platform codeMark Rutland1-2/+0
2018-02-20arm_pmu: kill arm_pmu_platdataMark Rutland1-17/+0
2018-02-20Merge tag 'iio-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman2-0/+11
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-9/+8
2018-02-19mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4Felix Fietkau1-1/+1
2018-02-18Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2018-02-17Merge tag 'for-linus-20180217' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-02-16drm: Allow determining if current task is output poll workerLukas Wunner1-0/+1
2018-02-16workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+1
2018-02-16udplite: fix partial checksum initializationAlexey Kodanev1-0/+1
2018-02-16skbuff: Fix comment mis-spelling.David S. Miller1-1/+1
2018-02-16Merge tag 'dma-mapping-4.16-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-02-16Merge tag 'sound-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2018-02-16sched/wait: add wait_event_idle() functions.NeilBrown1-0/+114
2018-02-16cpumask: Make for_each_cpu_wrap() available on UP as wellMichael Kelley1-0/+2
2018-02-15Merge tag 'acpi-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-5/+5
2018-02-15Merge tag 'pm-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2018-02-15IB/uverbs: Use __aligned_u64 for uapi headersJason Gunthorpe1-2/+2
2018-02-15IB/uverbs: Use u64_to_user_ptr() not a unionJason Gunthorpe1-6/+4
2018-02-15IB/uverbs: Always use the attribute size provided by the userMatan Barak1-7/+28
2018-02-15RDMA/restrack: Remove unimplemented XRCD objectLeon Romanovsky1-4/+0
2018-02-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+3
2018-02-15block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTSMinwoo Im1-1/+1
2018-02-15Merge branches 'pm-cpuidle' and 'pm-opp'Rafael J. Wysocki1-1/+1
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+1