summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V2016-07-261-11/+33
* mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim2016-07-261-2/+2
* mm/page_owner: introduce split_page_owner and replace manual handlingJoonsoo Kim2016-07-261-7/+5
* mm/compaction: split freepages without holding the zone lockJoonsoo Kim2016-07-261-1/+0
* zsmalloc: page migration supportMinchan Kim2016-07-261-0/+1
* mm: balloon: use general non-lru movable page featureMinchan Kim2016-07-262-37/+18
* mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-266-12/+46
* include/linux/mmdebug.h: add VM_WARN which maps to WARN()Aneesh Kumar K.V2016-07-261-0/+2
* mm: oom: add memcg to oom_controlVladimir Davydov2016-07-261-3/+5
* mm: zap ZONE_OOM_LOCKEDVladimir Davydov2016-07-261-1/+0
* memory-hotplug: more general validation of zone during onlineReza Arbab2016-07-261-0/+2
* mm: faster kmalloc_array(), kcalloc()Alexey Dobriyan2016-07-261-0/+2
* mm: SLUB freelist randomizationThomas Garnier2016-07-261-0/+5
* mm: reorganize SLAB freelist randomizationThomas Garnier2016-07-261-1/+1
* fs/fs-writeback.c: inode writeback list tracking tracepointsBrian Foster2016-07-261-4/+18
* fs/fs-writeback.c: add a new writeback list for syncDave Chinner2016-07-262-0/+7
* debugobjects.h: fix trivial kernel doc warningRandy Dunlap2016-07-261-1/+1
* dax: remote unused fault wrappersRoss Zwisler2016-07-261-5/+0
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-256-9/+50
|\
| * Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-07-0465-193/+466
| |\
| | * genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectorsChristoph Hellwig2016-07-041-0/+8
| | * genirq/msi: Make use of affinity aware allocationsThomas Gleixner2016-07-041-0/+2
| | * genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-042-5/+8
| | * genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner2016-07-041-0/+7
| | * genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner2016-07-041-4/+2
| * | genirq: Add untracked irq handlerKeith Busch2016-06-181-0/+1
| * | irqchip/gicv3-its: Implement two-level(indirect) device table supportShanker Donthineni2016-06-131-0/+3
| * | irqchip/gicv3-its: Split its_alloc_tables() into two functionsShanker Donthineni2016-06-131-0/+1
| * | irqchip/gic: Add platform driver for non-root GICs that require RPMJon Hunter2016-06-131-0/+6
| * | irqchip/gic: Prepare for adding platform driverJon Hunter2016-06-131-0/+5
| * | genirq: Add runtime power management support for IRQ chipsJon Hunter2016-06-131-0/+4
| * | irqdomain: Don't set type when mapping an IRQJon Hunter2016-06-131-0/+3
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-258-19/+63
|\ \ \
| * \ \ Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano...Thomas Gleixner2016-07-074-5/+12
| |\ \ \
| | * | | clk: Add missing clk_get_sys() stubDaniel Lezcano2016-06-281-0/+4
| | * | | clocksources: Switch back to the clksrc tableDaniel Lezcano2016-06-282-6/+1
| | * | | clocksource/drivers/sp804: Convert init function to return errorDaniel Lezcano2016-06-281-4/+4
| | * | | clocksource/drivers/clksrc-probe: Introduce init functions with return codeDaniel Lezcano2016-06-282-0/+5
| | * | | of: Add a new macro to declare_of for one parameter function returning a valueDaniel Lezcano2016-06-281-0/+3
| * | | | Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar2016-07-0763-194/+473
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-4/+0
| | * | | timers: Switch to a non-cascading wheelThomas Gleixner2016-07-071-0/+2
| | * | | timers: Reduce the CPU index space to 256kThomas Gleixner2016-07-071-5/+5
| | * | | hlist: Add hlist_is_singular_node() helperThomas Gleixner2016-07-071-0/+10
| | * | | timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner2016-07-071-3/+0
| | * | | timers: Make 'pinned' a timer propertyThomas Gleixner2016-07-071-3/+22
| | | |/ | | |/|
| * | | time: Add time64_to_tm()Deepa Dinamani2016-06-201-1/+14
| * | | alarmtimer: Fix comments describing structure fieldsPratyush Patel2016-06-201-3/+3
| | |/ | |/|
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-251-0/+1
|\ \ \
| * | | x86/sfi: Enable enumeration of SD devicesAndy Shevchenko2016-07-131-0/+1