summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | genirq: Add more helper functions to support stacked irq_chipYingjoe Chen2014-11-231-0/+6
| * | | genirq: Introduce helper functions to support stacked irq_chipJiang Liu2014-11-231-0/+5
| * | | irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu2014-11-232-0/+103
| * | | PCI/MSI: Introduce helpers to hide struct msi_desc implementation detailsJiang Liu2014-11-231-0/+19
| * | | PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner2014-11-231-5/+13
| * | | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-2/+12
| * | | PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu2014-11-231-2/+3
| * | | PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang2014-11-123-10/+10
| * | | s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()Yijing Wang2014-11-111-2/+0
| * | | Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang2014-11-111-2/+4
| * | | PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang2014-11-071-0/+1
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-7/+25
|\ \ \ \
| * | | | genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee2014-11-091-0/+2
| * | | | genirq: Generic chip: Allow irqchip drivers to override irq_reg_{readl,writel}Kevin Cernekee2014-11-091-2/+12
| * | | | genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee2014-11-091-7/+13
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-103-9/+78
|\ \ \ \
| * | | | time: Remove timekeeping_inject_sleeptime()John Stultz2014-11-211-11/+0
| * | | | rtc/lib: Provide y2038 safe rtc_tm_to_time()/rtc_time_to_tm() replacementpang.xunlei2014-11-211-2/+19
| * | | | time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz2014-11-211-1/+10
| * | | | time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz2014-11-211-1/+14
| * | | | time: Provide y2038 safe mktime() replacementpang.xunlei2014-11-211-3/+14
| * | | | time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei2014-11-211-1/+12
| * | | | time: Provide y2038 safe do_settimeofday() replacementpang.xunlei2014-11-211-1/+20
| | |_|/ | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-109-82/+167
|\ \ \ \
| * | | | sched/numa: Init numa balancing fields of init_taskKirill Tkhai2014-11-161-0/+10
| * | | | sched: Update comments about CLONE_NEWUTS and CLONE_NEWIPCChen Hanxiao2014-11-161-2/+2
| * | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2014-11-1626-111/+145
| |\ \ \ \
| * | | | | sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda2014-11-041-18/+13
| * | | | | sched/wait: Remove wait_event_freezekillable()Peter Zijlstra (Intel)2014-11-041-12/+0
| * | | | | sched/wait: Reimplement wait_event_freezable()Peter Zijlstra2014-11-042-38/+57
| * | | | | sched: Exclude cond_resched() from nested sleep testPeter Zijlstra2014-10-282-3/+6
| * | | | | sched: Debug nested sleepsPeter Zijlstra2014-10-281-2/+44
| * | | | | sched, net: Clean up sk_wait_event() vs. might_sleep()Peter Zijlstra2014-10-281-0/+1
| * | | | | sched, exit: Deal with nested sleepsPeter Zijlstra2014-10-281-0/+2
| * | | | | sched/wait: Add might_sleep() checksPeter Zijlstra2014-10-281-0/+16
| * | | | | sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra2014-10-281-1/+6
| * | | | | sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli2014-10-281-0/+2
| * | | | | sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli2014-10-281-0/+2
| * | | | | sched: Kill task_preempt_count()Oleg Nesterov2014-10-281-3/+0
| * | | | | sched: Fix the PREEMPT_ACTIVE check in __trace_sched_switch_state()Oleg Nesterov2014-10-281-3/+6
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-102-18/+34
|\ \ \ \ \ \
| * | | | | | perf: Improve the perf_sample_data struct layoutPeter Zijlstra2014-11-161-17/+17
| * | | | | | perf: Add ability to sample machine state on interruptStephane Eranian2014-11-162-3/+19
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-106-17/+20
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-11-206-17/+20
| |\ \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *---. \ \ \ \ \ \ Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney2014-11-136-17/+20
| | |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | | rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar2014-10-294-8/+8
| | | |_|/ / / / / / / | | |/| | | | | | | |
| | | | * | | | | | | rcu: More info about potential deadlocks with rcu_read_unlock()Oleg Nesterov2014-11-131-1/+3
| | | | * | | | | | | rcu: Optimize cond_resched_rcu_qs()Paul E. McKenney2014-11-131-2/+2
| | | | * | | | | | | rcu: Add sparse check for RCU_INIT_POINTER()Pranith Kumar2014-11-131-0/+1
| | | |/ / / / / / / | | |/| | | | | | |