summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-12-09locking/rwsem: Introduce rwsem_write_trylock()Peter Zijlstra-22/+16
2020-12-09locking/rwsem: Better collate rwsem_read_trylock()Peter Zijlstra-7/+8
2020-12-09Merge branch 'locking/rwsem'Peter Zijlstra-234/+412
2020-12-09rwsem: Implement down_read_interruptibleEric W. Biederman-0/+26
2020-12-09rwsem: Implement down_read_killable_nestedEric W. Biederman-0/+14
2020-12-09printk: remove logbuf_lock writer-protection of ringbufferJohn Ogness-40/+98
2020-12-09printk: inline log_output(),log_store() in vprintk_store()John Ogness-78/+67
2020-12-09module: delay kobject uevent until after module init callJessica Yu-2/+3
2020-12-09membarrier: Execute SYNC_CORE on the calling threadAndy Lutomirski-18/+33
2020-12-09membarrier: Explicitly sync remote cores when SYNC_CORE is requestedAndy Lutomirski-0/+18
2020-12-09membarrier: Add an actual barrier before rseq_preempt()Andy Lutomirski-0/+8
2020-12-08bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest-20/+2
2020-12-08bpf: Return -ENOTSUPP when attaching to non-kernel BTFAndrii Nakryiko-1/+4
2020-12-08printk: remove obsolete dead assignmentLukas Bulwahn-1/+0
2020-12-07bpf: Propagate __user annotations properlyLukas Bulwahn-1/+1
2020-12-07ring-buffer: Fix a typo in function descriptionQiujun Huang-1/+1
2020-12-07ring-buffer: Remove obsolete rb_event_is_commit()Lukas Bulwahn-17/+0
2020-12-07bpf: Avoid overflows involving hash elem_sizeEric Dumazet-2/+2
2020-12-07blktrace: fix up a kerneldoc commentChristoph Hellwig-1/+0
2020-12-07Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+8
2020-12-06Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+8
2020-12-05Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+5
2020-12-04tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)-5/+8
2020-12-04bpf: Add a bpf_sock_from_file helperFlorent Revest-0/+20
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig-27/+17
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig-9/+5
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig-3/+2
2020-12-04block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig-31/+10
2020-12-04block: remove the unused block_sleeprq tracepointChristoph Hellwig-22/+0
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-586/+529
2020-12-03bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko-31/+56
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko-54/+112
2020-12-03bpf: Keep module's btf_data_size intact after loadAndrii Nakryiko-1/+0
2020-12-03bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko-3/+5
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-16/+60
2020-12-03fsnotify: generalize handle_inode_event()Amir Goldstein-3/+3
2020-12-03perf/core: Fix arch_perf_get_page_size()Peter Zijlstra-65/+38
2020-12-02audit: replace atomic_add_return()Yejune Deng-1/+1
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin-69/+12
2020-12-02bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin-80/+16
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf local storage mapsRoman Gushchin-10/+0
2020-12-02bpf: Eliminate rlimit-based memory accounting for stackmap mapsRoman Gushchin-13/+3
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf ringbufferRoman Gushchin-20/+4
2020-12-02bpf: Eliminate rlimit-based memory accounting for reuseport_array mapsRoman Gushchin-10/+2
2020-12-02bpf: Eliminate rlimit-based memory accounting for queue_stack_maps mapsRoman Gushchin-12/+4
2020-12-02bpf: Eliminate rlimit-based memory accounting for lpm_trie mapsRoman Gushchin-13/+0
2020-12-02bpf: Eliminate rlimit-based memory accounting for hashtab mapsRoman Gushchin-18/+1
2020-12-02bpf: Eliminate rlimit-based memory accounting for devmap mapsRoman Gushchin-16/+2
2020-12-02bpf: Eliminate rlimit-based memory accounting for cgroup storage mapsRoman Gushchin-20/+1
2020-12-02bpf: Eliminate rlimit-based memory accounting for cpumap mapsRoman Gushchin-15/+1