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-11-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-03tools/headers: Pull in stddef.h to uapi to fix BPF selftests build in CIAndrii Nakryiko
2022-11-01Merge tag 'nolibc-urgent.2022.10.28a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-10-29tools/nolibc/string: Fix memcmp() implementationRasmus Villemoes
2022-10-29tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12Willy Tarreau
2022-10-26tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo
2022-10-25tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo
2022-10-25tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo
2022-10-25tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo
2022-10-22tools: include: sync include/api/linux/kvm.hPaolo Bonzini
2022-10-12Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-10-06tools headers UAPI: Sync include/uapi/linux/perf_event.h header with the kernelRavi Bangoria
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-10-04perf branch: Add PERF_BR_NEW_ARCH_[N] map for BRBE on arm64 platformAnshuman Khandual
2022-10-04perf branch: Add branch privilege information request flagAnshuman Khandual
2022-10-04perf branch: Extend branch type classificationAnshuman Khandual
2022-10-04perf branch: Add system error and not in transaction branch typesAnshuman Khandual
2022-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-04Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2022-10-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-10-04hugetlb_encode.h: fix undefined behaviour (34 << 26)Matthias Goergens
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-10-03Merge tag 'nolibc.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-29bpf: Handle bpf_link_info for the parameterized task BPF iterators.Kui-Feng Lee
2022-09-29bpf: Parameterize task iterators.Kui-Feng Lee
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda
2022-09-27headers: Remove some left-over license textChristophe JAILLET
2022-09-27bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa
2022-09-27radix tree test suite: add support for slab bulk APIsLiam R. Howlett
2022-09-26Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-22bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet
2022-09-22bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet
2022-09-21tools: sync find_bit() implementationYury Norov
2022-09-21bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui
2022-09-13tools/include/uapi: Fix <asm/errno.h> for parisc and xtensaBen Hutchings
2022-09-12mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe
2022-09-12tools: fix compilation after gfp_types.h splitMatthew Wilcox (Oracle)
2022-09-07bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()Yonghong Song
2022-09-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-02bpf: Support getting tunnel flagsShmulik Ladkani
2022-08-31tools/nolibc: make sys_mmap() automatically use the right __NR_mmap definitionWilly Tarreau
2022-08-31tools/nolibc: fix build warning in sys_mmap() when my_syscall6 is not definedWilly Tarreau
2022-08-31tools/nolibc: make argc 32-bit in riscv startup codeWilly Tarreau
2022-08-27bpf: Fix a few typos in BPF helpers documentationQuentin Monnet
2022-08-26bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo