summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | lib: add lib/glob.cGeorge Spelvin2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | zlib: clean up some dead codeSergey Senozhatsky2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | klist: use same naming scheme as hlist for klist_add_after()Ken Helias2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | list: make hlist_add_after() argument names match hlist_add_after_rcu()Ken Helias2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | include/linux/byteorder/generic.h: minor comment fixGeoff Levand2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def...Joe Perches2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm/zbud: change zbud_alloc size type to size_tDan Streetman2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mmu_notifier: add call_srcu and sync function for listener to delay call and ...Peter Zijlstra2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: BUG when __kmap_atomic_idx equals KM_TYPE_NRChintan Pandya2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm, oom: rename zonelist locking functionsDavid Rientjes2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | memory-hotplug: add zone_for_memory() for selecting zone for new memoryWang Nan2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: move zone->pages_scanned into a vmstat counterMel Gorman2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: make copy_pte_range static againJerome Marchand2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: replace init_page_accessed by __SetPageReferencedHugh Dickins2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | include/linux/mmdebug.h: add VM_WARN_ONCE()Andrew Morton2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm tracing: tell mm_migrate_pages event about numa_misplacedMax Asbock2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mem-hotplug: improve zone_movable_is_highmem logicWang Nan2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm: page-flags: clean up the page flag test, set, clear macrosJohannes Weiner2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | CMA: generalize CMA reserved area management functionalityJoonsoo Kim2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | include/linux/memblock.h: add __init to memblock_set_bottom_up()Fabian Frederick2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()Fabian Frederick2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | fanotify: fix double free of pending permission eventsJan Kara2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | fsnotify: rename event handling functionsJan Kara2014-08-06
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | net: reallocate new socket option number for IPV6_AUTOFLOWLABELPablo Neira2014-08-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | net-timestamp: sock_tx_timestamp() fixEric Dumazet2014-08-06
| |/ / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | HID: lenovo: Add support for Compact (BT|USB) keyboardJamie Lentin2014-07-29
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'acpica'Rafael J. Wysocki2014-08-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | ACPICA: Update version to 20140724.Bob Moore2014-07-31
| | * | | | | | | | | | | | | | | | | | | | | | | | | ACPICA: ACPI 5.1: Update for PCCT table changes.Bob Moore2014-07-31
| | * | | | | | | | | | | | | | | | | | | | | | | | | ACPICA/ARM: ACPI 5.1: Update for GTDT table changes.Tomasz Nowicki2014-07-31
| | * | | | | | | | | | | | | | | | | | | | | | | | | ACPICA/ARM: ACPI 5.1: Update for MADT changes.Tomasz Nowicki2014-07-31
| | * | | | | | | | | | | | | | | | | | | | | | | | | ACPICA/ARM: ACPI 5.1: Update for FADT changes.Graeme Gregory2014-07-31
| | * | | | | | | | | | | | | | | | | | | | | | | | | ACPICA: ACPI 5.1: New notify value for System Affinity Update.Bob Moore2014-07-31
| | * | | | | | | | | | | | | | | | | | | | | | | | | ACPICA: ACPI 5.1: Support for the _DSD predefined name.David E. Box2014-07-31
| | * | | | | | | | | | | | | | | | | | | | | | | | | ACPICA: Tables: Update for DMAR table changes.Bob Moore2014-07-31