summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm, mempolicy: remove unneeded functions for UMA configsDavid Rientjes2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: create a separate slab for page->ptl allocationKirill A. Shutemov2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveYasuaki Ishimatsu2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: thp: turn compound_head() into BUG_ON(!PageTail) in get_huge_page_tail()Oleg Nesterov2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: tail page refcounting optimization for slab and hugetlbfsAndrea Arcangeli2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: thp: optimize compound_trans_hugeAndrea Arcangeli2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: hugetlbfs: Add some VM_BUG_ON()s to catch non-hugetlbfs pagesDave Hansen2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUALGeert Uytterhoeven2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | posix_acl: uninliningAndrew Morton2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsnotify: remove .should_send_event callbackJan Kara2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsnotify: do not share events between notification groupsJan Kara2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dma-debug: introduce debug_dma_assert_idle()Dan Williams2014-01-21
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-01-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libata: disable LPM for some WD SATA-I devicesTejun Heo2014-01-16
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-01-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove stray references to css_idHugh Dickins2014-01-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove for_each_root_subsys()Tejun Heo2013-12-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: unify pidlist and other file handlingTejun Heo2013-12-05
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-05
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: attach cgroup_open_file to all cgroup filesTejun Heo2013-12-05
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove cftype->read(), ->read_map() and ->write()Tejun Heo2013-12-05
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: don't guarantee cgroup.procs is sorted if sane_behaviorTejun Heo2013-11-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove cftype->release()Tejun Heo2013-11-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: Merge branch 'memcg_event' into for-3.14Tejun Heo2013-11-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: unexport cgroup_css() and remove __file_cft()Tejun Heo2013-11-22
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_stateTejun Heo2013-11-22
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memcg: remove cgroup_event->cftTejun Heo2013-11-22
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcgTejun Heo2013-11-22
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup, memcg: move cgroup_event implementation to memcgTejun Heo2013-11-22
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'for-v3.14' of git://git.infradead.org/battery-2.6Linus Torvalds2014-01-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | isp1704_charger: Add DT supportSebastian Reichel2013-12-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | power_supply: Add power_supply_get_by_phandleSebastian Reichel2013-12-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bq2415x_charger: Use power_supply notifier for automodePali Rohár2013-12-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | charger-manager: Support deivce tree in charger manager driverJonghwa Lee2013-12-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | charger-manager: Modify the way of checking battery's temperatureJonghwa Lee2013-12-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | power_supply: Add power_supply notifierPali Rohár2013-12-01
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'mfd-3.14-1' of git://git.linaro.org/people/ljones/mfdLinus Torvalds2014-01-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mfd: Cleanup mfd-mcp-sa11x0.h headerSachin Kamat2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mfd: Represent correct filenames in file headersLaszlo Papp2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mfd: mc13xxx: Remove duplicate mc13xxx_get_flags() declarationAlexander Shiyan2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mfd: ssbi: Constify buffer in ssbi_writeStephen Boyd2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mfd: ssbi: Remove platform data structs and hide ssbi type enumStephen Boyd2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mfd: tps6586x: Add version detectionStefan Agner2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mfd: Add LP3943 MFD driverMilo Kim2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mfd/pinctrl: Delete platform data headerLinus Walleij2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mfd: ab8500: Delete all GPIO platform data instancesLinus Walleij2014-01-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'ib-iio-input-3.13-1' into for-mfd-nextLee Jones2014-01-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mfd: input: iio: ti_amm335x: Rework TSC/ADC synchronizationSebastian Andrzej Siewior2014-01-07
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mfd: ti_am335x_tscadc: Don't read back REG_SESebastian Andrzej Siewior2014-01-07