summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-12-10kernel: res_counter: remove the unused APIJohannes Weiner
2014-12-10Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-12-10Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-12-10Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-12-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-12-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-12-08sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski
2014-12-07genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski
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-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-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen
2014-11-18mpx: Extend siginfo structure to include bound violation informationQiaowei Ren
2014-11-16perf: Improve the perf_sample_data struct layoutPeter Zijlstra
2014-11-16perf: Add ability to sample machine state on interruptStephane Eranian
2014-11-16sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICKWanpeng Li
2014-11-16sched/deadline: Remove unnecessary definitions in cpudeadline.hpang.xunlei
2014-11-16sched/cpupri: Remove unnecessary definitions in cpupri.hpang.xunlei
2014-11-16sched/deadline: Fix rq->dl.pushable_tasks bug in push_dl_task()Wanpeng Li
2014-11-16sched/fair: Fix stale overloaded status in the busiest group finding logicWanpeng Li