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
AgeCommit message (Expand)Author
2022-10-18ARC: Fix comment typoJilin Yuan
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-07-30profile: setup_profiling_timer() is moslty not implementedBen Dooks
2022-06-24jump_label: make initial NOP patching the special caseArd Biesheuvel
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-04-26ARC: disasm: handle ARCv2 case in kprobe get/set functionsSergey Matyukevich
2022-04-25ARC: implement syscall tracepointsSergey Matyukevich
2022-04-25ARC: enable HAVE_REGS_AND_STACK_ACCESS_API featureSergey Matyukevich
2022-04-19ARC: remove redundant READ_ONCE() in cmpxchg loopBang Li
2022-04-18ARC: Remove a redundant memset()Christophe JAILLET
2022-04-18ARC: fix typos in commentsJulia Lawall
2022-04-18ARC: entry: fix syscall_trace_exit argumentSergey Matyukevich
2022-03-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-11resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2021-12-29arc: use swap() to make code cleanerYihao Han
2021-12-29arc: perf: Move static structs to where they're really usedAlexey Brodkin
2021-12-29ARC: perf: fix misleading comment about pmu vs counter stopVineet Gupta
2021-12-29ARC: perf: Remove redundant initialization of variable idxColin Ian King
2021-11-11Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman
2021-10-25irq: arc: avoid CONFIG_HANDLE_DOMAIN_IRQMark Rutland
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-01kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-10-01kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08trap: cleanup trap_init()Kefeng Wang
2021-09-05Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2021-08-31Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-25ARC: mm: move MMU specific bits out of entry code ...Vineet Gupta
2021-08-25ARC: switch to generic bitopsVineet Gupta
2021-08-25arch/arc/kernel/: fix misspellings using codespell toolChangcheng Deng
2021-08-12arc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-08-04ARC: fp: set FPU_STATUS.FWE to enable FPU_STATUS update on context switchVineet Gupta
2021-08-04ARC: Fix CONFIG_STACKDEPOTGuenter Roeck
2021-08-04arc: Prefer unsigned int to bare use of unsignedJinchao Wang
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()Liam Howlett
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-11ARC: fix CONFIG_HARDENED_USERCOPYVineet Gupta
2021-06-11ARCv2: save ABI registers across signal handlingVineet Gupta
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar