| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree() | Johannes Weiner | 2014-12-10 | 1 | -2/+3 |
* | memcg: use generic slab iterators for showing slabinfo | Vladimir Davydov | 2014-12-10 | 1 | -4/+0 |
* | mm, hugetlb: correct bit shift in hstate_sizelog() | Sasha Levin | 2014-12-10 | 1 | -1/+2 |
* | mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgroup valid flag | Johannes Weiner | 2014-12-10 | 1 | -10/+0 |
* | mm: memcontrol: remove unnecessary PCG_MEM memory charge flag | Johannes Weiner | 2014-12-10 | 1 | -1/+0 |
* | mm: memcontrol: remove unnecessary PCG_MEMSW memory+swap charge flag | Johannes Weiner | 2014-12-10 | 1 | -1/+0 |
* | mm, compaction: simplify deferred compaction | Vlastimil Babka | 2014-12-10 | 1 | -4/+2 |
* | mm, compaction: pass classzone_idx and alloc_flags to watermark checking | Vlastimil Babka | 2014-12-10 | 1 | -2/+6 |
* | mm: introduce single zone pcplists drain | Vlastimil Babka | 2014-12-10 | 1 | -2/+2 |
* | mm: memcontrol: remove obsolete kmemcg pinning tricks | Johannes Weiner | 2014-12-10 | 1 | -2/+2 |
* | mm: memcontrol: take a css reference for each charged page | Johannes Weiner | 2014-12-10 | 2 | -9/+64 |
* | kernel: res_counter: remove the unused API | Johannes Weiner | 2014-12-10 | 1 | -223/+0 |
* | mm: hugetlb_cgroup: convert to lockless page counters | Johannes Weiner | 2014-12-10 | 1 | -1/+0 |
* | mm: memcontrol: lockless page counters | Johannes Weiner | 2014-12-10 | 3 | -20/+62 |
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-12-10 | 2 | -0/+4 |
|\ |
|
| * | timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL... | Heena Sirwani | 2014-10-29 | 1 | -0/+1 |
| * | timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONIC | Heena Sirwani | 2014-10-29 | 2 | -0/+3 |
* | | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-10 | 5 | -4/+38 |
|\ \ |
|
| * | | asm-generic: Remove asm-generic arch_bprm_mm_init() | Dave Hansen | 2014-11-22 | 1 | -5/+0 |
| * | | mm: Make arch_unmap()/bprm_mm_init() available to all architectures | Dave Hansen | 2014-11-19 | 2 | -9/+14 |
| * | | x86, mpx: Cleanup unused bound tables | Dave Hansen | 2014-11-18 | 1 | -0/+6 |
| * | | x86, mpx: On-demand kernel allocation of bounds tables | Dave Hansen | 2014-11-18 | 3 | -0/+15 |
| * | | x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specific | Qiaowei Ren | 2014-11-18 | 1 | -0/+6 |
| * | | mpx: Extend siginfo structure to include bound violation information | Qiaowei Ren | 2014-11-18 | 1 | -1/+8 |
* | | | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-12-10 | 7 | -23/+358 |
|\ \ \ |
|
| * | | | genirq: Move irq_chip_write_msi_msg() helper to core | Thomas Gleixner | 2014-12-07 | 1 | -6/+0 |
| * | | | PCI/MSI: Allow an msi_controller to be associated to an irq domain | Marc Zyngier | 2014-11-23 | 1 | -0/+3 |
| * | | | PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain | Jiang Liu | 2014-11-23 | 1 | -0/+3 |
| * | | | PCI/MSI: Enhance core to support hierarchy irqdomain | Jiang Liu | 2014-11-23 | 1 | -0/+14 |
| * | | | genirq: Provide default callbacks for msi_domain_ops | Jiang Liu | 2014-11-23 | 1 | -5/+37 |
| * | | | genirq: Introduce msi_domain_alloc/free_irqs() | Jiang Liu | 2014-11-23 | 1 | -0/+29 |
| * | | | asm-generic: Add msi.h | Thomas Gleixner | 2014-11-23 | 1 | -0/+32 |
| * | | | genirq: Add generic msi irq domain support | Jiang Liu | 2014-11-23 | 1 | -0/+45 |
| * | | | genirq: Introduce callback irq_chip.irq_write_msi_msg | Jiang Liu | 2014-11-23 | 1 | -0/+8 |
| * | | | irqdomain: Introduce helper function irq_domain_add_hierarchy() | Jiang Liu | 2014-11-23 | 1 | -0/+4 |
| * | | | irqdomain: Implement a method to automatically call parent domains alloc/free | Jiang Liu | 2014-11-23 | 1 | -15/+9 |
| * | | | genirq: Introduce helper irq_domain_set_info() to reduce duplicated code | Jiang Liu | 2014-11-23 | 1 | -0/+5 |
| * | | | genirq: Split out flow handler typedefs into seperate header file | Thomas Gleixner | 2014-11-23 | 2 | -5/+15 |
| * | | | genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchip | Jiang Liu | 2014-11-23 | 1 | -0/+4 |
| * | | | genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchip | Jiang Liu | 2014-11-23 | 1 | -0/+5 |
| * | | | genirq: Add more helper functions to support stacked irq_chip | Yingjoe Chen | 2014-11-23 | 1 | -0/+6 |
| * | | | genirq: Introduce helper functions to support stacked irq_chip | Jiang Liu | 2014-11-23 | 1 | -0/+5 |
| * | | | irqdomain: Introduce new interfaces to support hierarchy irqdomains | Jiang Liu | 2014-11-23 | 2 | -0/+103 |
| * | | | PCI/MSI: Introduce helpers to hide struct msi_desc implementation details | Jiang Liu | 2014-11-23 | 1 | -0/+19 |
| * | | | PCI/MSI: Rename mask/unmask_msi_irq et al | Thomas Gleixner | 2014-11-23 | 1 | -5/+13 |
| * | | | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() | Jiang Liu | 2014-11-23 | 1 | -2/+12 |
| * | | | PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg() | Jiang Liu | 2014-11-23 | 1 | -2/+3 |
| * | | | PCI/MSI: Rename "struct msi_chip" to "struct msi_controller" | Yijing Wang | 2014-11-12 | 3 | -10/+10 |
| * | | | s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq() | Yijing Wang | 2014-11-11 | 1 | -2/+0 |
| * | | | Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()" | Yijing Wang | 2014-11-11 | 1 | -2/+4 |