aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
...
| * | | | | | | | block: ioc_task_link() can't failTejun Heo2012-03-06
| * | | | | | | | blkcg: drop unnecessary RCU lockingTejun Heo2012-03-06
| * | | | | | | | blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo2012-03-06
| * | | | | | | | blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo2012-03-06
| * | | | | | | | blkcg: clear all request_queues on blkcg policy [un]registrationsTejun Heo2012-03-06
| * | | | | | | | block: implement blk_queue_bypass_start/end()Tejun Heo2012-03-06
| * | | | | | | | elevator: make elevator_init_fn() return 0/-errnoTejun Heo2012-03-06
* | | | | | | | | Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-05-30
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | iommu/core: pass a user-provided token to fault handlersOhad Ben-Cohen2012-05-22
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds2012-05-29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | edac: Initialize the dimm label with the known informationMauro Carvalho Chehab2012-05-28
| * | | | | | | | | edac: Change internal representation to work with layersMauro Carvalho Chehab2012-05-28
| * | | | | | | | | edac.h: Add generic layers for describing a memory locationMauro Carvalho Chehab2012-05-28
| * | | | | | | | | edac: move nr_pages to dimm structMauro Carvalho Chehab2012-05-28
| * | | | | | | | | edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab2012-05-28
| * | | | | | | | | edac: Create a dimm struct and move the labels into itMauro Carvalho Chehab2012-05-28
| |/ / / / / / / /
* | | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-05-29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | OF: PCI: const usage needed by MIPSJohn Crispin2012-05-21
* | | | | | | | | | rtc: ds1307: add trickle charger supportWolfram Sang2012-05-29
* | | | | | | | | | rtc: add ioctl to get/clear battery low voltage statusAlexander Stein2012-05-29
* | | | | | | | | | vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd2012-05-29
* | | | | | | | | | include/linux/led-lm3530.h: comment correction about the range of brightnessKim, Milo2012-05-29
* | | | | | | | | | leds: add new field to led_classdev struct to save activation stateShuah Khan2012-05-29
* | | | | | | | | | drivers/video/backlight/apple_bl.c: include header for exported symbol protot...H Hartley Sweeten2012-05-29
* | | | | | | | | | lcd: add callbacks for early fb event blank supportInki Dae2012-05-29
* | | | | | | | | | fbdev: add events for early fb event supportInki Dae2012-05-29
* | | | | | | | | | memcg: decrement static keys at real destroy timeGlauber Costa2012-05-29
* | | | | | | | | | mm/memcg: apply add/del_page to lruvecHugh Dickins2012-05-29
* | | | | | | | | | mm/memcg: get_lru_size not get_lruvec_sizeHugh Dickins2012-05-29
* | | | | | | | | | rescounter: remove __must_check from res_counter_charge_nofail()Glauber Costa2012-05-29
* | | | | | | | | | rescounters: add res_counter_uncharge_until()Frederic Weisbecker2012-05-29
* | | | | | | | | | mm/vmscan: push lruvec pointer into inactive_list_is_low()Konstantin Khlebnikov2012-05-29
* | | | | | | | | | mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()Konstantin Khlebnikov2012-05-29
* | | | | | | | | | mm: add link from struct lruvec to struct zoneKonstantin Khlebnikov2012-05-29
* | | | | | | | | | mm/memcg: kill mem_cgroup_lru_del()Konstantin Khlebnikov2012-05-29
* | | | | | | | | | mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov2012-05-29
* | | | | | | | | | mm: mark mm-inline functions as __always_inlineKonstantin Khlebnikov2012-05-29
* | | | | | | | | | mm/memcg: move reclaim_stat into lruvecHugh Dickins2012-05-29
* | | | | | | | | | memcg: fix/change behavior of shared anon at moving taskKAMEZAWA Hiroyuki2012-05-29
* | | | | | | | | | mm: fix slab->page flags corruptionPravin B Shelar2012-05-29
* | | | | | | | | | mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli2012-05-29
* | | | | | | | | | mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes2012-05-29
* | | | | | | | | | mm/fs: remove truncate_rangeHugh Dickins2012-05-29
* | | | | | | | | | shmem: replace page if mapping excludes its zoneHugh Dickins2012-05-29
* | | | | | | | | | mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz2012-05-29
* | | | | | | | | | mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner2012-05-29
* | | | | | | | | | mm: move is_vma_temporary_stack() declaration to huge_mm.hAlex Shi2012-05-29
* | | | | | | | | | kbuild: install kernel-page-flags.hUlrich Drepper2012-05-29
* | | | | | | | | | bug: completely remove code generated by disabled VM_BUG_ON()Konstantin Khlebnikov2012-05-29
* | | | | | | | | | bug: introduce BUILD_BUG_ON_INVALID() macroKonstantin Khlebnikov2012-05-29