summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-25Add -ck1 version.5.3-ck1Con Kolivas
2019-10-25Make nohz_full not be picked up as a default config option and add recommenda...Con Kolivas
2019-10-25Swap sucks.Con Kolivas
2019-10-25Reinstate default Hz of 100 in combination with MuQSS and -ck patches.Con Kolivas
2019-10-25Make threaded IRQs optionally the default which can be disabled.Con Kolivas
2019-10-25Make hrtimer granularity and minimum hrtimeout configurable in sysctl. Set de...Con Kolivas
2019-10-25Don't use hrtimer overlay when pm_freezing since some drivers still don't cor...Con Kolivas
2019-10-25Replace all calls to schedule_timeout_uninterruptible of potentially under 50...Con Kolivas
2019-10-25Replace all calls to schedule_timeout_interruptible of potentially under 50ms...Con Kolivas
2019-10-25Replace all schedule timeout(1) with schedule_min_hrtimeout()Con Kolivas
2019-10-25Convert msleep to use hrtimers when active.Con Kolivas
2019-10-25Special case calls of schedule_timeout(1) to use the min hrtimeout of 1ms, wo...Con Kolivas
2019-10-25Create highres timeout variants of schedule_timeout functions.Con Kolivas
2019-10-25Expose vmsplit for our poor 32 bit users.Con Kolivas
2019-10-25Make preemptible kernel default.Con Kolivas
2019-10-25Fix Werror build failure in tools.Con Kolivas
2019-10-25MultiQueue Skiplist Scheduler v0.195.5.3-muqss-195Con Kolivas
2019-09-15Linux 5.3v5.3Linus Torvalds
2019-09-15Revert "ext4: make __ext4_get_inode_loc plug"Linus Torvalds
2019-09-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-09-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-09-14Merge tag 'riscv/for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-09-14Revert "vhost: block speculation of translated descriptors"Michael S. Tsirkin
2019-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-14Merge tag 'mmc-v5.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds
2019-09-14Merge tag 'drm-fixes-2019-09-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-09-14Merge tag 'kvm-s390-master-5.3-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2019-09-14KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson
2019-09-14KVM: x86: work around leak of uninitialized stack contentsFuqian Huang
2019-09-14KVM: nVMX: handle page fault in vmreadPaolo Bonzini
2019-09-13riscv: modify the Image header to improve compatibility with the ARM64 headerPaul Walmsley
2019-09-13cdc_ether: fix rndis support for Mediatek based smartphonesBjørn Mork
2019-09-13Merge branch 'sctp_do_bind-leak'David S. Miller
2019-09-13sctp: destroy bucket if failed to bind addrMao Wenan
2019-09-13sctp: remove redundant assignment when call sctp_get_port_localMao Wenan
2019-09-13sctp: change return type of sctp_get_port_localMao Wenan
2019-09-13ixgbevf: Fix secpath usage for IPsec Tx offloadJeff Kirsher
2019-09-13mmc: tmio: Fixup runtime PM management during removeUlf Hansson
2019-09-13mmc: tmio: Fixup runtime PM management during probeUlf Hansson
2019-09-13Revert "mmc: tmio: move runtime PM enablement to the driver implementations"Ulf Hansson
2019-09-13Merge branch 'for-5.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-13Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-12cgroup: freezer: fix frozen state inheritanceRoman Gushchin
2019-09-12kselftests: cgroup: add freezer mkdir testRoman Gushchin
2019-09-12Revert "drm/i915/userptr: Acquire the page lock around set_page_dirty()"Chris Wilson
2019-09-12Merge tag 'for-linus-20190912' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-12Merge tag 'drm-misc-fixes-2019-09-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2019-09-12Merge tag 'drm-intel-fixes-2019-09-11' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2019-09-12fork: block invalid exit signals with clone3()Eugene Syromiatnikov