summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2020-11-10bpf: Load and verify kernel module BTFsAndrii Nakryiko
2020-11-10bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko
2020-11-10bpf: Add in-kernel split BTF supportAndrii Nakryiko
2020-11-10bpf, btf: Remove the duplicate btf_ids.h includeWang Qing
2020-11-06bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh
2020-11-06bpf: Implement task local storageKP Singh
2020-11-06bpf: Allow LSM programs to use bpf spin locksKP Singh
2020-11-05bpf: Lift hashtab key_size limitFlorian Lehner
2020-11-02bpf: Fix error path in htab_map_alloc()Eric Dumazet
2020-10-30bpf: Avoid hashtab deadlock with map_lockedSong Liu
2020-10-30bpf: Use separate lockdep class for each hashtabSong Liu
2020-10-28bpf: Permit cond_resched for some iteratorsYonghong Song
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-22Merge tag 'modules-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen
2020-10-19bpf: Enforce id generation for all may-be-null register typeMartin KaFai Lau
2020-10-19bpf: Remove unneeded breakTom Rix
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-10-18pid: move pidfd_get_pid() to pid.cMinchan Kim
2020-10-17task_work: cleanup notification modesJens Axboe
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-10-16Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2020-10-16Merge tag 'printk-for-5.10-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-16Merge tag 'kgdb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-16kernel/relay.c: drop unneeded initializationSudip Mukherjee
2020-10-16panic: dump registers on panic_on_warnAlexey Kardashevskiy
2020-10-16kernel: acct.c: fix some kernel-doc nitsRandy Dunlap
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap
2020-10-16kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()Liao Pingfang
2020-10-16kernel.h: split out min()/max() et al. helpersAndy Shevchenko
2020-10-16mm: use helper function put_write_access()Miaohe Lin
2020-10-16kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()David Hildenbrand
2020-10-16mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...David Hildenbrand
2020-10-16kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand
2020-10-16kernel/resource: make release_mem_region_adjustable() never failDavid Hildenbrand
2020-10-16tracing: Remove __init from __trace_early_add_new_event()Masami Hiramatsu
2020-10-16workqueue: fix a kernel-doc warningMauro Carvalho Chehab
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-15tracing: support "bool" type in synthetic trace eventsAxel Rasmussen