summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-101-5/+63
|\
| * timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani2014-10-291-0/+30
| * timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani2014-10-291-5/+33
* | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-102-0/+16
|\ \
| * | x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-181-0/+12
| * | mpx: Extend siginfo structure to include bound violation informationQiaowei Ren2014-11-181-0/+4
* | | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-106-21/+1024
|\ \ \
| * | | genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner2014-12-071-0/+6
| * | | PCI/MSI: Move cached entry functions to irq coreJiang Liu2014-11-231-0/+13
| * | | genirq: Provide default callbacks for msi_domain_opsJiang Liu2014-11-231-8/+103
| * | | genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu2014-11-231-0/+75
| * | | genirq: Add generic msi irq domain supportJiang Liu2014-11-233-0/+152
| * | | genirq: Work around __irq_set_handler vs stacked domains ordering issuesMarc Zyngier2014-11-231-1/+24
| * | | irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu2014-11-231-0/+36
| * | | irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu2014-11-231-2/+80
| * | | genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu2014-11-231-0/+21
| * | | genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu2014-11-231-0/+2
| * | | genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu2014-11-231-0/+26
| * | | genirq: Add more helper functions to support stacked irq_chipYingjoe Chen2014-11-231-0/+48
| * | | genirq: Introduce helper functions to support stacked irq_chipJiang Liu2014-11-231-0/+28
| * | | irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen2014-11-231-9/+18
| * | | irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu2014-11-233-16/+407
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-10/+26
|\ \ \ \
| * | | | genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee2014-11-091-0/+16
| * | | | genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee2014-11-091-10/+10
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-104-40/+41
|\ \ \ \
| * | | | time: Fix sign bug in NTP mult overflow warningJohn Stultz2014-11-251-1/+1
| * | | | time: Fixup comments to reflect usage of timespec64John Stultz2014-11-211-3/+3
| * | | | time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz2014-11-211-2/+2
| * | | | time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz2014-11-211-5/+6
| * | | | time: Provide y2038 safe mktime() replacementpang.xunlei2014-11-211-12/+8
| * | | | time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei2014-11-211-6/+4
| * | | | time: Provide y2038 safe do_settimeofday() replacementpang.xunlei2014-11-211-10/+9
| * | | | time: Complete NTP adjustment threshold judging conditionspang.xunlei2014-11-211-1/+2
| * | | | time: Avoid possible NTP adjustment mult overflow.pang.xunlei2014-11-211-0/+6
| * | | | time: Rename udelay_test.c to test_udelay.cJohn Stultz2014-11-212-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-0916-213/+721
|\ \ \ \
| * | | | sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski2014-12-081-2/+7
| * | | | sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICKWanpeng Li2014-11-161-4/+4
| * | | | sched/deadline: Remove unnecessary definitions in cpudeadline.hpang.xunlei2014-11-161-3/+0
| * | | | sched/cpupri: Remove unnecessary definitions in cpupri.hpang.xunlei2014-11-161-3/+0
| * | | | sched/deadline: Fix rq->dl.pushable_tasks bug in push_dl_task()Wanpeng Li2014-11-161-2/+3
| * | | | sched/fair: Fix stale overloaded status in the busiest group finding logicWanpeng Li2014-11-161-1/+3
| * | | | sched: Move p->nr_cpus_allowed check to select_task_rq()Wanpeng Li2014-11-164-10/+2
| * | | | sched/completion: Document when to use wait_for_completion_io_*()Wolfram Sang2014-11-161-2/+3
| * | | | sched/fair: Kill task_struct::numa_entry and numa_group::task_listKirill Tkhai2014-11-162-6/+0
| * | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2014-11-1624-153/+224
| |\ \ \ \
| * | | | | sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda2014-11-044-57/+67
| * | | | | sched/deadline: Don't check CONFIG_SMP in switched_from_dl()Wanpeng Li2014-11-041-2/+0
| * | | | | sched/deadline: Reschedule from switched_from_dl() after a successful pullWanpeng Li2014-11-041-2/+5
OpenPOWER on IntegriCloud