aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-28Merge branch 'linus' into core/rcu, to fix up a semantic conflictIngo Molnar15-113/+116
2015-10-27blkcg: fix incorrect read/write sync/async stat accountingTejun Heo1-2/+2
2015-10-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-67/+13
2015-10-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+66
2015-10-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+3
2015-10-23Merge tag 'sound-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-3/+5
2015-10-23mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani2-3/+3
2015-10-23Merge remote-tracking branches 'asoc/fix/rt298', 'asoc/fix/sx', 'asoc/fix/wm8904' and 'asoc/fix/wm8962' into asoc-linusMark Brown2-3/+5
2015-10-20ASoC: wm8904: Correct number of EQ registersCharles Keepax1-1/+1
2015-10-20compiler, atomics, kasan: Provide READ_ONCE_NOCHECK()Andrey Ryabinin2-13/+66
2015-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-25/+27
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar12-47/+141
2015-10-17net: add pfmemalloc check in sk_add_backlog()Eric Dumazet1-0/+8
2015-10-16Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+2
2015-10-16ASoC: Add info callback for SX_TLV controlsCharles Keepax1-2/+4
2015-10-15block: don't release bdi while request_queue has live referencesTejun Heo1-1/+5
2015-10-15drm/dp/mst: make mst i2c transfer code more robust.Dave Airlie1-1/+2
2015-10-12rtnetlink: fix gcc -Wconversion warningArad, Ronen1-1/+1
2015-10-12arm64: Fix MINSIGSTKSZ and SIGSTKSZManjeet Pawar1-0/+2
2015-10-12writeback: fix incorrect calculation of available memory for memcg domainsTejun Heo1-3/+5
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo2-63/+3
2015-10-11Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2015-10-10Merge tag 'usb-4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2015-10-09irqdomain: Add an accessor for the of_node fieldMarc Zyngier1-0/+5
2015-10-08af_unix: constify the sock parameter in unix_sk()Paul Moore1-1/+1
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.2015.10.06a' into HEADPaul E. McKenney2-1/+88
2015-10-07Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney2-6/+6
2015-10-07cpu: Remove try_get_online_cpus()Paul E. McKenney1-2/+0
2015-10-07openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMITJoe Stringer1-10/+4
2015-10-07openvswitch: Extend ct_state match field to 32 bitsJoe Stringer1-4/+4
2015-10-07openvswitch: Fix typos in CT headersJoe Stringer1-2/+2
2015-10-06rcu_sync: Cleanup the CONFIG_PROVE_RCU checksOleg Nesterov1-4/+3
2015-10-06locking/percpu-rwsem: Make use of the rcu_sync infrastructureOleg Nesterov1-1/+2
2015-10-06rcu_sync: Introduce rcu_sync_dtor()Oleg Nesterov1-0/+1
2015-10-06rcu_sync: Add CONFIG_PROVE_RCU checksOleg Nesterov1-0/+6
2015-10-06rcu_sync: Simplify rcu_sync using new rcu_sync_ops structureOleg Nesterov1-37/+23
2015-10-06rcu: Create rcu_sync infrastructureOleg Nesterov1-0/+94
2015-10-06rculist: Use WRITE_ONCE() when deleting from reader-visible listPaul E. McKenney3-5/+8
2015-10-06rcu: Remove deprecated rcu_lockdep_assert()Paul E. McKenney1-21/+0
2015-10-06rculist: Make list_entry_rcu() use lockless_dereference()Patrick Marlier1-4/+1
2015-10-06rcu: Add rcu_pointer_handoff()Paul E. McKenney1-0/+22
2015-10-06rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney1-1/+4
2015-10-06rcu: Don't disable preemption for Tiny and Tree RCU readersBoqun Feng2-2/+5
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng3-7/+7
2015-10-06Merge tag 'for-linus-4.3b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+8
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer1-6/+6
2015-10-05tcp/dccp: fix old style declarationsRaanan Avargil1-2/+2
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-8/+75
2015-10-03Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-0/+6
2015-10-02Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+3