summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-04-14Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar32-86/+107
2017-04-14mm: drop unused pmdp_huge_get_and_clear_notify()Kirill A. Shutemov1-13/+0
2017-04-12Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+25
2017-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2017-04-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-10/+11
2017-04-08Merge tag 'pinctrl-v4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2017-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2017-04-07blk-mq: Restart a single queue if tag sets are sharedBart Van Assche1-1/+0
2017-04-07blk-mq: Introduce blk_mq_delay_run_hw_queue()Bart Van Assche1-0/+2
2017-04-07blk-mq-sched: fix crash in switch error pathOmar Sandoval1-1/+1
2017-04-07pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren1-1/+2
2017-04-05Merge tag 'mfd-fixes-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-1/+2
2017-04-05Merge tag 'kvm-arm-for-v4.11-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Radim Krčmář1-0/+3
2017-04-05mfd: cros-ec: Fix host command buffer sizeVic Yang1-1/+2
2017-04-04KVM: arm/arm64: vgic: Fix GICC_PMR uaccess on GICv3 and clarify ABIChristoffer Dall1-0/+3
2017-04-04sched/rtmutex: Refactor rt_mutex_setprio()Peter Zijlstra1-16/+8
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang3-0/+4
2017-04-04Merge branch 'sched/core' into locking/coreThomas Gleixner6-5/+37
2017-04-03statx: Include a mask for stx_attributes in struct statxDavid Howells1-0/+1
2017-04-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+7
2017-04-02Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2017-04-02nvme: Correct NVMF enum values to match NVMe-oF rev 1.0Roland Dreier1-8/+8
2017-04-01kasan: report only the first error by defaultMark Rutland1-0/+3
2017-04-01mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner1-0/+6
2017-04-01mm: move mm_percpu_wq initialization earlierMichal Hocko1-0/+2
2017-03-30locking/atomic: Fix atomic_try_cmpxchg() semanticsPeter Zijlstra1-6/+10
2017-03-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2017-03-28clockevents: Fix syntax error in clkevt-of macroAlexander Kochetkov1-1/+1
2017-03-26Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+7
2017-03-26Merge tag 'staging-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-03-26Merge tag 'usb-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+6
2017-03-26lockdep: Fix per-cpu static objectsPeter Zijlstra1-0/+12
2017-03-26Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2017-03-26Merge tag 'hwmon-for-linus-v4.11-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2017-03-25Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-20/+5
2017-03-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2017-03-24Merge tag 'iommu-fixes-v4.11-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+13
2017-03-24Merge tag 'fixes-for-v4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman9-10/+39
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-0/+6
2017-03-23KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand1-2/+2
2017-03-23locking/atomic: Introduce atomic_try_cmpxchg()Peter Zijlstra1-0/+42
2017-03-23sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra1-6/+7
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy1-5/+13
2017-03-22Merge tag 'iio-fixes-for-4.11c' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-1/+1
2017-03-22hwmon: Add missing HWMON_T_ALARMPeter Huewe1-0/+1
2017-03-22tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh1-0/+2
2017-03-22Merge tag 'reset-fixes-for-4.11' of git://git.pengutronix.de/git/pza/linux in...Olof Johansson1-7/+2
2017-03-22vsock: track pkt owner vsockPeng Tao1-0/+3
2017-03-21Merge tag 'gpio-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-16/+0
2017-03-21reset: fix optional reset_control_get stubs to return NULLPhilipp Zabel1-7/+2