summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-12-04context_tracking: Restore previous state in schedule_userAndy Lutomirski
2014-12-03PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki
2014-12-03tracing: Truncated output is better than nothingDan Carpenter
2014-12-03tracing: Add additional marks to signal very large time deltasByungchul Park
2014-12-03tracing: Allow NOT to filter AND and OR clausesSteven Rostedt (Red Hat)
2014-12-03tracing: Add NOT to filtering logicSteven Rostedt (Red Hat)
2014-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-27Merge back earlier 'pm-runtime' material for 3.19-rc1.Rafael J. Wysocki
2014-11-25time: Fix sign bug in NTP mult overflow warningJohn Stultz
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski
2014-11-23sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner
2014-11-23PCI/MSI: Move cached entry functions to irq coreJiang Liu
2014-11-23genirq: Provide default callbacks for msi_domain_opsJiang Liu
2014-11-23genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu
2014-11-23genirq: Add generic msi irq domain supportJiang Liu
2014-11-23genirq: Work around __irq_set_handler vs stacked domains ordering issuesMarc Zyngier
2014-11-23irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu
2014-11-23irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu
2014-11-23genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu
2014-11-23genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu
2014-11-23genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu
2014-11-23genirq: Add more helper functions to support stacked irq_chipYingjoe Chen
2014-11-23genirq: Introduce helper functions to support stacked irq_chipJiang Liu
2014-11-23irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen
2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-11-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-11-21time: Fixup comments to reflect usage of timespec64John Stultz
2014-11-21time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz
2014-11-21time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz
2014-11-21time: Provide y2038 safe mktime() replacementpang.xunlei
2014-11-21time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei
2014-11-21time: Provide y2038 safe do_settimeofday() replacementpang.xunlei
2014-11-21time: Complete NTP adjustment threshold judging conditionspang.xunlei
2014-11-21time: Avoid possible NTP adjustment mult overflow.pang.xunlei
2014-11-21time: Rename udelay_test.c to test_udelay.cJohn Stultz
2014-11-21kprobes: Add IPMODIFY flag to kprobe_ftrace_opsMasami Hiramatsu
2014-11-21ftrace, kprobes: Support IPMODIFY flag to find IP modify conflictMasami Hiramatsu
2014-11-21printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)
2014-11-20tracing/trivial: Fix typos and make an int into a boolSteven Rostedt (Red Hat)
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-11-20printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)
2014-11-20seq_buf: Move the seq_buf code to lib/Steven Rostedt (Red Hat)
2014-11-20seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTFSteven Rostedt (Red Hat)
2014-11-20tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functionsSteven Rostedt (Red Hat)
2014-11-20tracing: Have seq_buf use full bufferSteven Rostedt (Red Hat)
2014-11-20seq_buf: Add seq_buf_can_fit() helper functionSteven Rostedt (Red Hat)
2014-11-20tracing: Add paranoid size check in trace_printk_seq()Steven Rostedt (Red Hat)
2014-11-20tracing: Use trace_seq_used() and seq_buf_used() instead of lenSteven Rostedt (Red Hat)