summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches2014-12-101-0/+13
* printk: remove used-once early_vprintkJoe Perches2014-12-101-1/+0
* kernel: add panic_on_warnPrarit Bhargava2014-12-102-0/+2
* include/linux/file.h: remove get_unused_fd() macroYann Droneaud2014-12-101-1/+0
* exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov2014-12-101-1/+1
* mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner2014-12-101-17/+0
* mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner2014-12-101-3/+5
* mm: embed the memcg pointer directly into struct pageJohannes Weiner2014-12-104-70/+6
* mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko2014-12-101-3/+3
* mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()Johannes Weiner2014-12-101-7/+6
* mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree()Johannes Weiner2014-12-101-2/+3
* memcg: use generic slab iterators for showing slabinfoVladimir Davydov2014-12-101-4/+0
* mm, hugetlb: correct bit shift in hstate_sizelog()Sasha Levin2014-12-101-1/+2
* mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgroup valid flagJohannes Weiner2014-12-101-10/+0
* mm: memcontrol: remove unnecessary PCG_MEM memory charge flagJohannes Weiner2014-12-101-1/+0
* mm: memcontrol: remove unnecessary PCG_MEMSW memory+swap charge flagJohannes Weiner2014-12-101-1/+0
* mm, compaction: simplify deferred compactionVlastimil Babka2014-12-101-4/+2
* mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka2014-12-101-2/+6
* mm: introduce single zone pcplists drainVlastimil Babka2014-12-101-2/+2
* mm: memcontrol: remove obsolete kmemcg pinning tricksJohannes Weiner2014-12-101-2/+2
* mm: memcontrol: take a css reference for each charged pageJohannes Weiner2014-12-102-9/+64
* kernel: res_counter: remove the unused APIJohannes Weiner2014-12-101-223/+0
* mm: hugetlb_cgroup: convert to lockless page countersJohannes Weiner2014-12-101-1/+0
* mm: memcontrol: lockless page countersJohannes Weiner2014-12-103-20/+62
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-102-0/+4
|\
| * timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani2014-10-291-0/+1
| * timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani2014-10-292-0/+3
* | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-105-4/+38
|\ \
| * | asm-generic: Remove asm-generic arch_bprm_mm_init()Dave Hansen2014-11-221-5/+0
| * | mm: Make arch_unmap()/bprm_mm_init() available to all architecturesDave Hansen2014-11-192-9/+14
| * | x86, mpx: Cleanup unused bound tablesDave Hansen2014-11-181-0/+6
| * | x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-183-0/+15
| * | x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specificQiaowei Ren2014-11-181-0/+6
| * | mpx: Extend siginfo structure to include bound violation informationQiaowei Ren2014-11-181-1/+8
* | | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-107-23/+358
|\ \ \
| * | | genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner2014-12-071-6/+0
| * | | PCI/MSI: Allow an msi_controller to be associated to an irq domainMarc Zyngier2014-11-231-0/+3
| * | | PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomainJiang Liu2014-11-231-0/+3
| * | | PCI/MSI: Enhance core to support hierarchy irqdomainJiang Liu2014-11-231-0/+14
| * | | genirq: Provide default callbacks for msi_domain_opsJiang Liu2014-11-231-5/+37
| * | | genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu2014-11-231-0/+29
| * | | asm-generic: Add msi.hThomas Gleixner2014-11-231-0/+32
| * | | genirq: Add generic msi irq domain supportJiang Liu2014-11-231-0/+45
| * | | genirq: Introduce callback irq_chip.irq_write_msi_msgJiang Liu2014-11-231-0/+8
| * | | irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu2014-11-231-0/+4
| * | | irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu2014-11-231-15/+9
| * | | genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu2014-11-231-0/+5
| * | | genirq: Split out flow handler typedefs into seperate header fileThomas Gleixner2014-11-232-5/+15
| * | | genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu2014-11-231-0/+4
| * | | genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu2014-11-231-0/+5