Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | mfd: cros_ec: add debugfs, console log file | Eric Caruso | 2017-06-16 | 1 | -0/+4 | |
| * | | | | | | | | | | mfd: cros_ec: Add EC console read structures definitions | Nicolas Boichat | 2017-06-16 | 1 | -1/+20 | |
| * | | | | | | | | | | mfd: cros_ec: Add helper for event notifier. | Gwendal Grignou | 2017-06-16 | 1 | -0/+10 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-07-10 | 21 | -137/+302 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | lib/extable.c: use bsearch() library function in search_extable() | Thomas Meyer | 2017-07-10 | 1 | -2/+3 | |
| * | | | | | | | | | | bitmap: use memcmp optimisation in more situations | Matthew Wilcox | 2017-07-10 | 1 | -3/+1 | |
| * | | | | | | | | | | include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos... | Matthew Wilcox | 2017-07-10 | 1 | -0/+6 | |
| * | | | | | | | | | | bitmap: optimise bitmap_set and bitmap_clear of a single bit | Matthew Wilcox | 2017-07-10 | 1 | -3/+20 | |
| * | | | | | | | | | | ARM: fix rd_size declaration | Bart Van Assche | 2017-07-10 | 1 | -0/+3 | |
| * | | | | | | | | | | bug: split BUILD_BUG stuff out into <linux/build_bug.h> | Ian Abbott | 2017-07-10 | 2 | -73/+85 | |
| * | | | | | | | | | | linux/bug.h: correct "space required before that '-'" | Ian Abbott | 2017-07-10 | 1 | -2/+2 | |
| * | | | | | | | | | | linux/bug.h: correct "(foo*)" should be "(foo *)" | Ian Abbott | 2017-07-10 | 1 | -1/+1 | |
| * | | | | | | | | | | linux/bug.h: correct formatting of block comment | Ian Abbott | 2017-07-10 | 1 | -4/+6 | |
| * | | | | | | | | | | asm-generic/bug.h: declare struct pt_regs; before function prototype | Ian Abbott | 2017-07-10 | 1 | -0/+1 | |
| * | | | | | | | | | | mm: disallow early_pfn_to_nid on configurations which do not implement it | Michal Hocko | 2017-07-10 | 1 | -0/+1 | |
| * | | | | | | | | | | mm: swap: provide lru_add_drain_all_cpuslocked() | Thomas Gleixner | 2017-07-10 | 1 | -0/+1 | |
| * | | | | | | | | | | mm/list_lru.c: fix list_lru_count_node() to be race free | Sahitya Tummala | 2017-07-10 | 1 | -0/+1 | |
| * | | | | | | | | | | include/linux/backing-dev.h: simplify wb_stat_sum | Nikolay Borisov | 2017-07-10 | 1 | -14/+1 | |
| * | | | | | | | | | | include/linux/mmzone.h: remove ancient/ambiguous comment | Nikolay Borisov | 2017-07-10 | 1 | -5/+2 | |
| * | | | | | | | | | | hugetlb: add support for preferred node to alloc_huge_page_nodemask | Michal Hocko | 2017-07-10 | 2 | -3/+4 | |
| * | | | | | | | | | | mm, hugetlb: unclutter hugetlb allocation layers | Michal Hocko | 2017-07-10 | 1 | -1/+1 | |
| * | | | | | | | | | | mm/oom_kill.c: add tracepoints for oom reaper-related events | Roman Gushchin | 2017-07-10 | 1 | -0/+80 | |
| * | | | | | | | | | | mm: unify new_node_page and alloc_migrate_target | Michal Hocko | 2017-07-10 | 1 | -0/+16 | |
| * | | | | | | | | | | hugetlb, memory_hotplug: prefer to use reserved pages for migration | Michal Hocko | 2017-07-10 | 1 | -0/+2 | |
| * | | | | | | | | | | include/linux/page_ref.h: ensure page_ref_unfreeze is ordered against prior a... | Will Deacon | 2017-07-10 | 1 | -0/+1 | |
| * | | | | | | | | | | mm: always enable thp for dax mappings | Dan Williams | 2017-07-10 | 3 | -5/+11 | |
| * | | | | | | | | | | mm: improve readability of transparent_hugepage_enabled() | Dan Williams | 2017-07-10 | 1 | -12/+29 | |
| * | | | | | | | | | | oom, trace: remove ENUM evaluation of COMPACTION_FEEDBACK | Steven Rostedt (VMware) | 2017-07-10 | 1 | -1/+1 | |
| * | | | | | | | | | | mm: make PR_SET_THP_DISABLE immediately active | Michal Hocko | 2017-07-10 | 3 | -2/+7 | |
| * | | | | | | | | | | mm: hugetlb: delete dequeue_hwpoisoned_huge_page() | Naoya Horiguchi | 2017-07-10 | 1 | -5/+0 | |
| * | | | | | | | | | | mm: hugetlb: soft-offline: dissolve source hugepage after successful migration | Anshuman Khandual | 2017-07-10 | 1 | -4/+27 | |
| * | | | | | | | | | | mm: hwpoison: change PageHWPoison behavior on hugetlb pages | Naoya Horiguchi | 2017-07-10 | 1 | -9/+0 | |
| * | | | | | | | | | | swap: add block io poll in swapin path | Shaohua Li | 2017-07-10 | 1 | -2/+3 | |
* | | | | | | | | | | | Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-07-10 | 4 | -0/+80 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | device property: Add fwnode_graph_get_port_parent | Kieran Bingham | 2017-06-22 | 1 | -0/+2 | |
| * | | | | | | | | | | | device property: Add FW type agnostic fwnode_graph_get_remote_node | Sakari Ailus | 2017-06-22 | 1 | -0/+2 | |
| * | | | | | | | | | | | device property: Introduce fwnode_device_is_available() | Sakari Ailus | 2017-06-22 | 2 | -0/+2 | |
| * | | | | | | | | | | | device property: Move fwnode graph ops to firmware specific locations | Sakari Ailus | 2017-06-22 | 1 | -0/+14 | |
| * | | | | | | | | | | | device property: Move FW type specific functionality to FW specific files | Sakari Ailus | 2017-06-22 | 3 | -0/+60 | |
| * | | | | | | | | | | | Merge branch 'dt/property-move' of git://git.kernel.org/pub/scm/linux/kernel/... | Rafael J. Wysocki | 2017-06-22 | 1 | -10/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'acpi-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-10 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *---. | | | | | | | | | | | | | Merge branches 'acpi-spcr', 'acpi-osi', 'acpi-bus', 'acpi-scan' and 'acpi-misc' | Rafael J. Wysocki | 2017-07-10 | 1 | -0/+7 | |
| |\ \ \| | | | | | | | | | | | | | | | |_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | ||||||
| | * / | | | | | | | | | | | | ACPI: SPCR: Use access width to determine mmio usage | Loc Ho | 2017-07-04 | 1 | -0/+7 | |
| | |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2017-07-10 | 1 | -2/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | f2fs: split bio cache | Jaegeuk Kim | 2017-05-23 | 1 | -1/+13 | |
| * | | | | | | | | | | | | | | f2fs: remove unnecessary read cases in merged IO flow | Jaegeuk Kim | 2017-05-23 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Fix up over-eager 'wait_queue_t' renaming | Linus Torvalds | 2017-07-10 | 2 | -4/+4 | |
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-07-10 | 2 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | vfs: Add iomap_seek_hole and iomap_seek_data helpers | Andreas Gruenbacher | 2017-07-02 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | vfs: Add page_cache_seek_hole_data helper | Andreas Gruenbacher | 2017-07-02 | 1 | -0/+2 | |
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |