summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-19Add -ck1 version.5.2-ck1Con Kolivas
2019-07-19Make nohz_full not be picked up as a default config option and add recommenda...Con Kolivas
2019-07-19Swap sucks.Con Kolivas
2019-07-19Reinstate default Hz of 100 in combination with MuQSS and -ck patches.Con Kolivas
2019-07-19Make threaded IRQs optionally the default which can be disabled.Con Kolivas
2019-07-19Make hrtimer granularity and minimum hrtimeout configurable in sysctl. Set de...Con Kolivas
2019-07-19Don't use hrtimer overlay when pm_freezing since some drivers still don't cor...Con Kolivas
2019-07-19Replace all calls to schedule_timeout_uninterruptible of potentially under 50...Con Kolivas
2019-07-19Replace all calls to schedule_timeout_interruptible of potentially under 50ms...Con Kolivas
2019-07-19Replace all schedule timeout(1) with schedule_min_hrtimeout()Con Kolivas
2019-07-19Convert msleep to use hrtimers when active.Con Kolivas
2019-07-19Special case calls of schedule_timeout(1) to use the min hrtimeout of 1ms, wo...Con Kolivas
2019-07-19Create highres timeout variants of schedule_timeout functions.Con Kolivas
2019-07-19Expose vmsplit for our poor 32 bit users.Con Kolivas
2019-07-19Make preemptible kernel default.Con Kolivas
2019-07-19Fix Werror build failure in tools.Con Kolivas
2019-07-19MultiQueue Skiplist Scheduler version 0.1935.2-muqss-193Con Kolivas
2019-07-07Linux 5.2v5.2Linus Torvalds
2019-07-06Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-07-06Merge tag 'mips_fixes_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-06Merge tag 'dmaengine-fix-5.2' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-07-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-07-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-07-06blk-mq: fix up placement of debugfs directory of queue filesfor-linus-20190706Greg Kroah-Hartman
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-07-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-05Merge tag 'mtd/fixes-for-5.2-final' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-05Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-05Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-07-05mtd: rawnand: sunxi: Add A23/A33 DMA support with extra MBUS configurationMiquel Raynal
2019-07-05Revert "mtd: rawnand: sunxi: Add A23/A33 DMA support"Miquel Raynal
2019-07-05i2c: tegra: Add Dmitry as a reviewerDmitry Osipenko
2019-07-05fs: VALIDATE_FS_PARSER should default to nGeert Uytterhoeven
2019-07-05KVM: arm64/sve: Fix vq_present() macro to yield a boolZhang Lei
2019-07-05dmaengine: qcom: bam_dma: Fix completed descriptors countSricharan R
2019-07-05dmaengine: imx-sdma: remove BD_INTR for channel0Robin Gong
2019-07-05dmaengine: imx-sdma: fix use-after-free on probe error pathSven Van Asbroeck
2019-07-05dmaengine: jz4780: Fix an endian bug in IRQ handlerDan Carpenter
2019-07-05Merge tag 'drm-fixes-2019-07-05-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-07-05Merge tag 'imx-drm-fixes-2019-07-04' of git://git.pengutronix.de/git/pza/linu...Dave Airlie
2019-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-05Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2019-07-05Merge tag 'dax-fix-5.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-07-05swap_readpage(): avoid blk_wake_io_task() if !synchronousOleg Nesterov
2019-07-05devres: allow const resource argumentsArnd Bergmann
2019-07-05mm/vmscan.c: prevent useless kswapd loopsShakeel Butt
2019-07-05fs/userfaultfd.c: disable irqs for fault_pending and event locksEric Biggers
2019-07-05mm/page_alloc.c: fix regression with deferred struct page initJuergen Gross