Age | Commit message (Expand) | Author |
2014-12-10 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2014-12-10 | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-12-10 | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2014-12-10 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-12-10 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2014-12-09 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-12-09 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2014-12-09 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-12-08 | sched: Add missing rcu protection to wake_up_all_idle_cpus | Andy Lutomirski |
2014-12-07 | genirq: Move irq_chip_write_msi_msg() helper to core | Thomas Gleixner |
2014-12-03 | context_tracking: Restore previous state in schedule_user | Andy Lutomirski |
2014-11-25 | time: Fix sign bug in NTP mult overflow warning | John Stultz |
2014-11-23 | uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME | Andy Lutomirski |
2014-11-23 | sched: Provide update_curr callbacks for stop/idle scheduling classes | Thomas Gleixner |
2014-11-23 | PCI/MSI: Move cached entry functions to irq core | Jiang Liu |
2014-11-23 | genirq: Provide default callbacks for msi_domain_ops | Jiang Liu |
2014-11-23 | genirq: Introduce msi_domain_alloc/free_irqs() | Jiang Liu |
2014-11-23 | genirq: Add generic msi irq domain support | Jiang Liu |
2014-11-23 | genirq: Work around __irq_set_handler vs stacked domains ordering issues | Marc Zyngier |
2014-11-23 | irqdomain: Introduce helper function irq_domain_add_hierarchy() | Jiang Liu |
2014-11-23 | irqdomain: Implement a method to automatically call parent domains alloc/free | Jiang Liu |
2014-11-23 | genirq: Introduce helper irq_domain_set_info() to reduce duplicated code | Jiang Liu |
2014-11-23 | genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchip | Jiang Liu |
2014-11-23 | genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchip | Jiang Liu |
2014-11-23 | genirq: Add more helper functions to support stacked irq_chip | Yingjoe Chen |
2014-11-23 | genirq: Introduce helper functions to support stacked irq_chip | Jiang Liu |
2014-11-23 | irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OF | Yingjoe Chen |
2014-11-23 | irqdomain: Introduce new interfaces to support hierarchy irqdomains | Jiang Liu |
2014-11-21 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2014-11-21 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2014-11-21 | time: Fixup comments to reflect usage of timespec64 | John Stultz |
2014-11-21 | time: Expose get_monotonic_coarse64() for in-kernel uses | John Stultz |
2014-11-21 | time: Expose getrawmonotonic64 for in-kernel uses | John Stultz |
2014-11-21 | time: Provide y2038 safe mktime() replacement | pang.xunlei |
2014-11-21 | time: Provide y2038 safe timekeeping_inject_sleeptime() replacement | pang.xunlei |
2014-11-21 | time: Provide y2038 safe do_settimeofday() replacement | pang.xunlei |
2014-11-21 | time: Complete NTP adjustment threshold judging conditions | pang.xunlei |
2014-11-21 | time: Avoid possible NTP adjustment mult overflow. | pang.xunlei |
2014-11-21 | time: Rename udelay_test.c to test_udelay.c | John Stultz |
2014-11-20 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar |
2014-11-18 | x86, mpx: On-demand kernel allocation of bounds tables | Dave Hansen |
2014-11-18 | mpx: Extend siginfo structure to include bound violation information | Qiaowei Ren |
2014-11-16 | perf: Improve the perf_sample_data struct layout | Peter Zijlstra |
2014-11-16 | perf: Add ability to sample machine state on interrupt | Stephane Eranian |
2014-11-16 | sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICK | Wanpeng Li |
2014-11-16 | sched/deadline: Remove unnecessary definitions in cpudeadline.h | pang.xunlei |
2014-11-16 | sched/cpupri: Remove unnecessary definitions in cpupri.h | pang.xunlei |
2014-11-16 | sched/deadline: Fix rq->dl.pushable_tasks bug in push_dl_task() | Wanpeng Li |
2014-11-16 | sched/fair: Fix stale overloaded status in the busiest group finding logic | Wanpeng Li |
2014-11-16 | sched: Move p->nr_cpus_allowed check to select_task_rq() | Wanpeng Li |