summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Merge branch 'next' into upstream for v3.19Paul Moore1-1/+1
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro35-260/+410
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki1-5/+1
2014-12-08Merge branches 'pm-domains', 'pm-sleep' and 'pm-tools'Rafael J. Wysocki4-35/+34
2014-12-08Merge branches 'powercap', 'pm-clk', 'pm-config' and 'pm-opp'Rafael J. Wysocki1-1/+0
2014-12-08workqueue: allow rescuer thread to do more work.NeilBrown1-1/+19
2014-12-08workqueue: invert the order between pool->lock and wq_mayday_lockTejun Heo1-4/+4
2014-12-08sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski1-2/+7
2014-12-08Merge tag 'v3.18' into drm-nextDave Airlie1-2/+6
2014-12-07genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner1-0/+6
2014-12-06Merge 3.18-rc7 into tty-nextGreg Kroah-Hartman16-95/+131
2014-12-05bpf: verifier: add checks for BPF_ABS | BPF_IND instructionsAlexei Starovoitov1-2/+68
2014-12-05userns: Document what the invariant required for safe unprivileged mappings.Eric W. Biederman1-1/+3
2014-12-05groups: Consolidate the setgroups permission checksEric W. Biederman2-2/+9
2014-12-05drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter1-0/+1
2014-12-04bury struct proc_ns in fs/procAl Viro1-3/+1
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro6-4/+14
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro3-6/+6
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro3-27/+9
2014-12-04switch the rest of proc_ns_operations to working with &...->nsAl Viro3-16/+27
2014-12-04common object embedded into various struct ....nsAl Viro5-11/+11
2014-12-04workqueue: cosmetic update in rescuer_thread()Tejun Heo1-1/+1
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski1-2/+6
2014-12-04PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki1-4/+0
2014-12-03tracing: Truncated output is better than nothingDan Carpenter1-5/+2
2014-12-03tracing: Add additional marks to signal very large time deltasByungchul Park3-25/+34
2014-12-03tracing: Allow NOT to filter AND and OR clausesSteven Rostedt (Red Hat)1-4/+5
2014-12-03tracing: Add NOT to filtering logicSteven Rostedt (Red Hat)1-2/+18
2014-12-02Merge tag 'v3.18-rc7' into drm-nextDave Airlie16-95/+131
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+10
2014-11-27Merge back earlier 'pm-runtime' material for 3.19-rc1.Rafael J. Wysocki1-1/+1
2014-11-25time: Fix sign bug in NTP mult overflow warningJohn Stultz1-1/+1
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski1-1/+0
2014-11-23sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner2-0/+10
2014-11-23PCI/MSI: Move cached entry functions to irq coreJiang Liu1-0/+13
2014-11-23genirq: Provide default callbacks for msi_domain_opsJiang Liu1-8/+103
2014-11-23genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu1-0/+75
2014-11-23genirq: Add generic msi irq domain supportJiang Liu3-0/+152
2014-11-23genirq: Work around __irq_set_handler vs stacked domains ordering issuesMarc Zyngier1-1/+24
2014-11-23irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu1-0/+36
2014-11-23irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu1-2/+80
2014-11-23genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu1-0/+21
2014-11-23genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu1-0/+2
2014-11-23genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu1-0/+26
2014-11-23genirq: Add more helper functions to support stacked irq_chipYingjoe Chen1-0/+48
2014-11-23genirq: Introduce helper functions to support stacked irq_chipJiang Liu1-0/+28
2014-11-23irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen1-9/+18
2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu3-16/+407
2014-11-22Merge branch 'master' into for-3.19Tejun Heo32-259/+400
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-48/+49