summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fat: restructure export_operationsNamjae Jeon2013-04-291-0/+11
* drivers/rtc/class.c: use struct device as the first argument for devm_rtc_dev...Jingoo Han2013-04-291-2/+2
* rtc: add devm_rtc_device_{register,unregister}()Jingoo Han2013-04-291-0/+6
* lib, net: make isodigit() public and use itAndy Shevchenko2013-04-291-0/+6
* drivers/video/backlight/tps65217_bl.c add default brightness value optionMatus Ujhelyi2013-04-291-0/+1
* backlight: lp855x: remove duplicate platform dataKim, Milo2013-04-291-4/+0
* backlight: lp855x: fix initial brightness typeKim, Milo2013-04-291-1/+1
* backlight: lp855x: move backlight mode platform dataKim, Milo2013-04-291-7/+0
* backlight: lp855x: convert a type of device nameKim, Milo2013-04-291-1/+1
* drivers/video/backlight/platform_lcd.c: introduce probe callbackAndrew Bresticker2013-04-291-0/+1
* include/linux/printk.h: include stdarg.hAndrew Morton2013-04-291-0/+1
* early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-292-0/+7
* printk/tracing: rework console tracingzhangwei(Jovi)2013-04-291-19/+6
* gcc4: disable __compiletime_object_size for GCC 4.6+Guenter Roeck2013-04-291-1/+1
* media: coda: use genalloc APIPhilipp Zabel2013-04-291-0/+18
* genalloc: add devres support, allow to find a managed pool by devicePhilipp Zabel2013-04-291-0/+18
* mm, nobootmem: clean-up of free_low_memory_core_early()Joonsoo Kim2013-04-291-1/+0
* mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li2013-04-292-4/+13
* mm: allow for outstanding swap writeback accountingSeth Jennings2013-04-291-1/+3
* mm: break up swap_writepage() for frontswap backendsSeth Jennings2013-04-291-0/+2
* memcg: add memory.pressure_level eventsAnton Vorontsov2013-04-291-0/+47
* mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes2013-04-292-3/+4
* resource: add release_mem_region_adjustable()Toshi Kani2013-04-291-0/+4
* mm: remove CONFIG_HOTPLUG ifdefsYijing Wang2013-04-291-6/+1
* mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker2013-04-291-0/+1
* mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker2013-04-291-0/+2
* include/linux/memory.h: implement register_hotmemory_notifier()Andrew Morton2013-04-292-5/+14
* page_alloc: make setup_nr_node_ids() usable for arch init codeCody P Schafer2013-04-291-0/+6
* sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner2013-04-291-4/+4
* mm, hugetlb: include hugepages in meminfoDavid Rientjes2013-04-291-0/+4
* mm: allow arch code to control the user page table ceilingHugh Dickins2013-04-291-0/+10
* kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai2013-04-291-0/+13
* mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim2013-04-291-2/+1
* mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim2013-04-291-0/+18
* mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong2013-04-293-2/+3
* mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer2013-04-291-0/+40
* fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nJosh Triplett2013-04-291-0/+4
* cgroup: remove css_get_nextMichal Hocko2013-04-291-7/+0
* mm: introduce free_highmem_page() helper to free highmem pages into buddy systemJiang Liu2013-04-291-0/+7
* mm: introduce common help functions to deal with reserved/managed pagesJiang Liu2013-04-291-0/+48
* vm: adjust ifdef for TINY_RCUPaul E. McKenney2013-04-291-1/+1
* mm/shmem.c: remove an ifdefAndrew Morton2013-04-291-1/+7
* mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-04-291-1/+2
* mm: trace filemap add and delRobert Jarzmik2013-04-291-0/+58
* debug_locks.h: make warning more verboseJames Hogan2013-04-291-1/+1
* drivers/video: add Hyper-V Synthetic Video Frame Buffer DriverHaiyang Zhang2013-04-291-0/+11
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-2919-45/+252
|\
| * usb: phy: tegra: don't call into tegra-ehci directlyArnd Bergmann2013-04-231-5/+5
| * USB: fix an incorrect table index in commentHuang Rui2013-04-081-2/+2
| * Merge 3.9-rc6 into usb-nextGreg Kroah-Hartman2013-04-0811-16/+27
| |\