summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-12-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-12-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-29timers: Reinitialize per cpu bases on hotplugThomas Gleixner
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner
2017-12-29genirq: Introduce IRQD_CAN_RESERVE flagThomas Gleixner
2017-12-29Merge tag 'pm-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2017-12-28sock: Add sock_owned_by_user_nocheckTom Herbert
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-12-26tcp: Avoid preprocessor directives in tracepoint macro argsMat Martineau
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-22Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-12-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-12-22Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-12-22init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner
2017-12-22arch, mm: Allow arch_dup_mmap() to failThomas Gleixner
2017-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-12-21IB/mlx5: Fix congestion counters in LAG modeMajd Dibbiny
2017-12-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingShaohua Li
2017-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2017-12-21bpf: fix integer overflowsAlexei Starovoitov
2017-12-20Merge tag 'spi-fix-v4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-12-20Merge tag 'mfd-fixes-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2017-12-20block: unalign call_single_data in struct requestJens Axboe
2017-12-20Merge tag 'mlx5-fixes-2017-12-19' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2017-12-20xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky
2017-12-20block-throttle: avoid double chargeShaohua Li
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski
2017-12-19net/mlx5: Cleanup IRQs in case of unload failureMoshe Shemesh
2017-12-19net/mlx5: Fix rate limit packet pacing naming and structEran Ben Elisha
2017-12-19Revert "mlx5: move affinity hints assignments to generic code"Saeed Mahameed
2017-12-19Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-12-19Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/atmel', 'spi/fix/do...Mark Brown
2017-12-19nl80211: Remove obsolete kerneldoc lineJonathan Corbet
2017-12-19xfrm: Reinject transport-mode packets through taskletHerbert Xu
2017-12-18block: fix blk_rq_append_bioJens Axboe
2017-12-18block: don't let passthrough IO go into .make_request_fn()Ming Lei
2017-12-18Merge tag 'kvm-arm-fixes-for-v4.15-2' of git://git.kernel.org/pub/scm/linux/k...Paolo Bonzini
2017-12-18KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li
2017-12-18KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GICMarc Zyngier
2017-12-17Merge branch 'WIP.x86-pti.base.prep-for-linus' of git://git.kernel.org/pub/sc...Linus Torvalds
2017-12-17locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-12-17locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()Will Deacon