| Commit message (Expand) | Author | Age | Files | Lines |
* | printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents | Joe Perches | 2014-12-10 | 1 | -0/+13 |
* | printk: remove used-once early_vprintk | Joe Perches | 2014-12-10 | 1 | -1/+0 |
* | kernel: add panic_on_warn | Prarit Bhargava | 2014-12-10 | 2 | -0/+2 |
* | include/linux/file.h: remove get_unused_fd() macro | Yann Droneaud | 2014-12-10 | 1 | -1/+0 |
* | exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa... | Oleg Nesterov | 2014-12-10 | 1 | -1/+1 |
* | mm: move page->mem_cgroup bad page handling into generic code | Johannes Weiner | 2014-12-10 | 1 | -17/+0 |
* | mm: page_cgroup: rename file to mm/swap_cgroup.c | Johannes Weiner | 2014-12-10 | 1 | -3/+5 |
* | mm: embed the memcg pointer directly into struct page | Johannes Weiner | 2014-12-10 | 4 | -70/+6 |
* | mm, memcg: fix potential undefined behaviour in page stat accounting | Michal Hocko | 2014-12-10 | 1 | -3/+3 |
* | mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree() | Johannes Weiner | 2014-12-10 | 1 | -7/+6 |
* | 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 |