aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-05sched/cputime: Rename vtime fieldsFrederic Weisbecker2-4/+4
2017-07-05vtime, sched/cputime: Remove vtime_account_user()Frederic Weisbecker1-8/+1
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-21/+95
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-5/+154
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-137/+106
2017-07-03Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-4/+0
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+11
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds22-656/+731
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+58
2017-07-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+13
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-638/+102
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds20-87/+299
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds10-78/+90
2017-07-02moduleparam: fix doc: hwparam_irq configures an IRQSylvain 'ythier' Hitier1-1/+1
2017-07-02locking/refcount: Remove the half-implemented refcount_sub() APIKees Cook1-6/+0
2017-06-30uapi/linux/a.out.h: don't use deprecated system-specific predefines.Zack Weinberg1-25/+1
2017-06-30hashtable: remove repeated phrase from a commentJakub Kicinski1-1/+0
2017-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+2
2017-06-28block: provide bio_uninit() free freeing integrity/task associationsJens Axboe1-0/+1
2017-06-28blk-mq: Create hctx for each present CPUChristoph Hellwig1-1/+0
2017-06-28locking/refcount: Create unchecked atomic_t implementationKees Cook1-0/+42
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg1-1/+1
2017-06-27block: remove the queue_bounce_pfn helperChristoph Hellwig1-5/+0
2017-06-27block: move bounce declarations to block/blk.hChristoph Hellwig1-13/+0
2017-06-27nvme: add support for streams and directivesJens Axboe1-0/+48
2017-06-27blk-mq: expose write hints through debugfsJens Axboe1-0/+3
2017-06-27block: add support for write hints in a bioJens Axboe2-0/+3
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe2-12/+56
2017-06-26Revert "ktime: Simplify ktime_compare implementation"Thomas Gleixner1-1/+5
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival timeDaniel Lezcano1-0/+1
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano1-0/+5
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar4-3/+7
2017-06-23Merge tag 'acpi-4.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+2
2017-06-23slub: make sysfs file removal asynchronousTejun Heo1-0/+1
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-5/+2
2017-06-23Merge tag 'irqchip-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-0/+15
2017-06-23irqchip/irq-mvebu-icu: Add new driver for Marvell ICUThomas Petazzoni1-0/+15
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe1-0/+4
2017-06-22genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier1-6/+3
2017-06-22genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier1-0/+3
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner1-0/+16
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner2-0/+6
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner1-1/+1
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner1-0/+8
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner1-0/+29
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner1-5/+0
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner1-0/+2
2017-06-22genirq: Provide irq_fixup_move_pending()Thomas Gleixner1-0/+5
2017-06-22genirq: Add missing comment for IRQD_STARTEDThomas Gleixner1-0/+1