summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-12-13fault-inject: add ratelimit optionDmitry Monakhov
2014-12-13ratelimit: add initialization macroDmitry Monakhov
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2014-12-13memcg: fix possible use-after-free in memcg_kmem_get_cache()Vladimir Davydov
2014-12-13oom: don't assume that a coredumping thread will exit soonOleg Nesterov
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner
2014-12-13mm,vmacache: count number of system-wide flushesDavidlohr Bueso
2014-12-13mm/page_owner: keep track of page ownersJoonsoo Kim
2014-12-13stacktrace: introduce snprint_stack_trace for buffer outputJoonsoo Kim
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim
2014-12-13mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim
2014-12-13mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim
2014-12-13mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLEJianyu Zhan
2014-12-13include/linux/kmemleak.h: needs slab.hAndrew Morton
2014-12-13mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache()Zhang Zhen
2014-12-13mm: move swp_entry_t definition to include/linux/mm_types.hTejun Heo
2014-12-13memcg: turn memcg_kmem_skip_account into a bit fieldVladimir Davydov
2014-12-13lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz
2014-12-13mm/rmap: share the i_mmap_rwsemDavidlohr Bueso
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso
2014-12-13mm,fs: introduce helpers around the i_mmap_mutexDavidlohr Bueso
2014-12-13arm/arm64: KVM: Add (new) vgic_initialized macroChristoffer Dall
2014-12-13arm/arm64: KVM: Rename vgic_initialized to vgic_readyChristoffer Dall
2014-12-13arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()Peter Maydell
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2014-12-13Merge branches 'thermal-core-fix', 'thermal-soc' and 'thermal-int340x' into nextZhang Rui
2014-12-12tracing/sched: Check preempt_count() for current when reading task->stateSteven Rostedt (Red Hat)
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-12-13PM: Remove the SET_PM_RUNTIME_PM_OPS() macroUlf Hansson
2014-12-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2014-12-12Merge tag 'iommu-updates-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-12-12Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-12-12Merge tag 'for-linus' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds
2014-12-12Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds
2014-12-12ACPI / PM: Do not disable wakeup GPEs that have not been enabledRafael J. Wysocki
2014-12-12linux/interrupt.h: remove the definition of unused tasklet_hi_enableQuentin Lambert
2014-12-12Merge tag 'please-pull-morepstore' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-12-12mac80211: Fix accounting of multicast framesSujith Manoharan
2014-12-12mac80211: Move IEEE80211_TX_CTL_PS_RESPONSESujith Manoharan
2014-12-12iio: consumer.h: Fix scale factor in function commentIvan T. Ivanov
2014-12-12iio: buffer: Drop get_length callbackLars-Peter Clausen
2014-12-12iio: buffer: Allocate standard attributes in the coreLars-Peter Clausen
2014-12-12iio: Remove get_bytes_per_datum() from iio_buffer_access_funcsLars-Peter Clausen
2014-12-12iio: Move buffer registration to the coreLars-Peter Clausen
2014-12-12iio: Unexport iio_scan_mask_set()Lars-Peter Clausen
2014-12-12iio: inkern: add iio_write_channel_rawDmitry Eremin-Solenikov