summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov2016-07-261-3/+3
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-2511-66/+358
|\
| * genirq: Fix missing irq allocation affinity hintVincent Stehle2016-07-191-1/+1
| * irqdomain: Fix irq_domain_alloc_irqs_recursive() error handlingAlexander Popov2016-07-111-2/+4
| * genirq/msi: Fix broken debug outputThomas Gleixner2016-07-041-0/+1
| * Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-07-0434-245/+543
| |\
| | * genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectorsChristoph Hellwig2016-07-042-0/+62
| | * genirq/msi: Make use of affinity aware allocationsThomas Gleixner2016-07-041-1/+1
| | * genirq: Use affinity hint in irqdesc allocationThomas Gleixner2016-07-041-12/+39
| | * genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-045-17/+29
| | * genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner2016-07-043-4/+21
| | * genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner2016-07-041-6/+2
| * | irqdomain: Fix disposal of mappings for interrupt hierarchiesJon Hunter2016-06-231-2/+6
| * | genirq: Add untracked irq handlerKeith Busch2016-06-183-4/+58
| * | Merge tag 'irqchip-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner2016-06-134-10/+134
| |\ \
| | * | genirq: Add runtime power management support for IRQ chipsJon Hunter2016-06-133-1/+71
| | * | irqdomain: Don't set type when mapping an IRQJon Hunter2016-06-131-5/+18
| | * | genirq: Look-up percpu trigger type if not specified by callerMarc Zyngier2016-06-131-0/+7
| | * | genirq: Look-up trigger type if not specified by callerJon Hunter2016-06-131-0/+7
| | * | irqdomain: Fix handling of type settings for existing mappingsJon Hunter2016-06-131-5/+32
| * | | genirq: Remove unnecessary memset() callsWeongyo Jeong2016-06-101-3/+0
| * | | genirq: Remove redundant NULL check of irq_descJianyu Zhan2016-06-101-5/+1
| |/ /
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-2513-540/+751
|\ \ \
| * | | tick/nohz: Optimize nohz idle enterGaurav Jindal2016-07-191-2/+1
| * | | clockevents: Make clockevents_subsys staticBen Dooks2016-07-191-1/+1
| * | | Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar2016-07-0729-692/+1077
| |\ \ \
| | * | | timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner2016-07-071-16/+35
| | * | | timers: Split out index calculationAnna-Maria Gleixner2016-07-071-15/+32
| | * | | timers: Only wake softirq if necessaryThomas Gleixner2016-07-071-0/+11
| | * | | timers: Forward the wheel clock whenever possibleThomas Gleixner2016-07-073-21/+120
| | * | | timers/nohz: Remove pointless tick_nohz_kick_tick() functionThomas Gleixner2016-07-071-32/+1
| | * | | timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner2016-07-071-8/+41
| | * | | timers: Move __run_timers() functionAnna-Maria Gleixner2016-07-071-26/+26
| | * | | timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-19/+0
| | * | | timers: Switch to a non-cascading wheelThomas Gleixner2016-07-071-362/+467
| | * | | timers: Give a few structs and members proper namesThomas Gleixner2016-07-071-59/+59
| | * | | signals: Use hrtimer for sigtimedwait()Thomas Gleixner2016-07-071-14/+10
| | * | | timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner2016-07-071-34/+5
| | * | | timers: Make 'pinned' a timer propertyThomas Gleixner2016-07-071-5/+5
| | | |/ | | |/|
| * | | tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimerJisheng Zhang2016-07-051-0/+1
| * | | timers/nohz: Capitalize 'CPU' consistentlyIngo Molnar2016-07-011-21/+21
| * | | timers/nohz: Fix several typosWei Jiangang2016-07-011-5/+5
| * | | Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2016-06-216-24/+28
| |\ \ \
| | * | | timer: Avoid using timespecArnd Bergmann2016-06-201-3/+3
| | * | | time: Avoid timespec in udelay_testArnd Bergmann2016-06-201-8/+8
| | * | | time: Add time64_to_tm()Deepa Dinamani2016-06-201-5/+6
| | * | | alarmtimer: Fix comments describing structure fieldsPratyush Patel2016-06-201-1/+0
| | * | | timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLDThomas Graziadei2016-06-201-4/+6
| | * | | clocksource: Make clocksource insert entry more efficientMinfei Huang2016-06-201-3/+5
| | | |/ | | |/|
| * | | hrtimer: Remove redundant #ifdef blockPratyush Patel2016-06-101-1/+1