Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-19panic: add an option to replay all the printk message in bufferFeng Tang
2019-05-17Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-05-16Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-05-16signal: unconditionally leave the frozen state in ptrace_stop()Roman Gushchin
2019-05-16Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-05-15kernel/compat.c: mark expected switch fall-throughsStephen Rothwell
2019-05-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-15panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen
2019-05-15panic: avoid the extra noise dmesgFeng Tang
2019-05-15gcov: clang supportGreg Hackmann
2019-05-15gcov: clang: move common GCC code into gcc_base.cGreg Hackmann
2019-05-15kernel/pid.c: remove unneeded hash header fileTimmy Li
2019-05-15kernel/sysctl.c: fix proc_do_large_bitmap for large input buffersEric Sandeen
2019-05-15sysctl: return -EINVAL if val violates minmaxChristian Brauner
2019-05-15kernel/sysctl.c: switch to bitmap_zalloc()Andy Shevchenko
2019-05-15kernel/signal.c: annotate implicit fall throughMathieu Malaterre
2019-05-15kernel/user.c: clean up some leftover codeRasmus Villemoes
2019-05-15kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng
2019-05-15kernel/latencytop.c: remove unnecessary checks for latencytop_enabledLin Feng
2019-05-15kernel/notifier.c: double register detectionVasily Averin
2019-05-15kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg
2019-05-15psi: introduce psi monitorSuren Baghdasaryan
2019-05-15include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan
2019-05-15psi: track changed statesSuren Baghdasaryan
2019-05-15psi: split update_stats into partsSuren Baghdasaryan
2019-05-15psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan
2019-05-15psi: make psi_enable staticSuren Baghdasaryan
2019-05-15psi: introduce state_mask to represent stalled psi statesSuren Baghdasaryan
2019-05-15mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCEAndrea Arcangeli
2019-05-15userfaultfd: use RCU to free the task struct when fork failsAndrea Arcangeli
2019-05-15kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executableAndrew Morton
2019-05-14Merge tag 'kgdb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds
2019-05-14Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-14kernel/memremap.c: remove the unused device_private_entry_fault() exportChristoph Hellwig
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-05-14userfaultfd/sysctl: add vm.unprivileged_userfaultfdPeter Xu
2019-05-14kernel/sys.c: prctl: fix false positive in validate_prctl_map()Cyrill Gorcunov
2019-05-14kdb: Fix bound check compiler warningWenlin Kang
2019-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-13bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak
2019-05-12kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter
2019-05-12kdb: Get rid of broken attempt to print CCVERSION in kdb summaryDouglas Anderson