summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko2-4/+4
2020-12-11elfcore: fix building with clangArnd Bergmann2-27/+0
2020-12-11cpufreq: schedutil: Simplify sugov_update_next_freq()Rafael J. Wysocki1-5/+3
2020-12-11genirq/affinity: Add irq_update_affinity_desc()John Garry1-0/+70
2020-12-11Revert "genirq: Add fasteoi IPI flow"Valentin Schneider1-27/+0
2020-12-11ntp: Consolidate the RTC update implementationThomas Gleixner1-92/+52
2020-12-11ntp: Make the RTC sync offset less obscureThomas Gleixner1-23/+24
2020-12-11ntp, rtc: Move rtc_set_ntp_time() to ntp codeThomas Gleixner1-3/+85
2020-12-11ntp: Make the RTC synchronization more reliableThomas Gleixner2-42/+55
2020-12-11sched/fair: Trivial correction of the newidle_balance() commentBarry Song1-1/+1
2020-12-11sched/fair: Clear SMT siblings after determining the core is not idleMel Gorman1-1/+2
2020-12-11sched: Fix kernel-doc markupMauro Carvalho Chehab2-9/+9
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-5/+5
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+5
2020-12-10bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.Alexei Starovoitov1-5/+5
2020-12-09Input: gtco - remove driverDmitry Torokhov1-1/+0
2020-12-09driver core: Add fwnode_init()Saravana Kannan1-1/+1
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas1-1/+1
2020-12-09Merge remote-tracking branch 'arm64/for-next/scs' into for-next/coreCatalin Marinas1-11/+60
2020-12-09perf: Break deadlock involving exec_update_mutexpeterz@infradead.org1-23/+23
2020-12-09locking/rwsem: Remove reader optimistic spinningWaiman Long2-240/+49
2020-12-09locking/rwsem: Enable reader optimistic lock stealingWaiman Long2-0/+29
2020-12-09locking/rwsem: Prevent potential lock starvationWaiman Long1-2/+13
2020-12-09locking/rwsem: Pass the current atomic count to rwsem_down_read_slowpath()Waiman Long1-8/+10
2020-12-09locking/rwsem: Fold __down_{read,write}*()Peter Zijlstra1-22/+23
2020-12-09locking/rwsem: Introduce rwsem_write_trylock()Peter Zijlstra1-22/+16
2020-12-09locking/rwsem: Better collate rwsem_read_trylock()Peter Zijlstra1-7/+8
2020-12-09Merge branch 'locking/rwsem'Peter Zijlstra36-234/+412
2020-12-09rwsem: Implement down_read_interruptibleEric W. Biederman1-0/+26
2020-12-09rwsem: Implement down_read_killable_nestedEric W. Biederman1-0/+14
2020-12-09membarrier: Execute SYNC_CORE on the calling threadAndy Lutomirski1-18/+33
2020-12-09membarrier: Explicitly sync remote cores when SYNC_CORE is requestedAndy Lutomirski1-0/+18
2020-12-09membarrier: Add an actual barrier before rseq_preempt()Andy Lutomirski1-0/+8
2020-12-08bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest1-20/+2
2020-12-08bpf: Return -ENOTSUPP when attaching to non-kernel BTFAndrii Nakryiko1-1/+4
2020-12-07bpf: Propagate __user annotations properlyLukas Bulwahn1-1/+1
2020-12-07bpf: Avoid overflows involving hash elem_sizeEric Dumazet1-2/+2
2020-12-07Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+8
2020-12-06Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+8
2020-12-05Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+5
2020-12-04tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)1-5/+8
2020-12-04bpf: Add a bpf_sock_from_file helperFlorent Revest1-0/+20
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski22-586/+529
2020-12-03bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko2-31/+56
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko3-54/+112
2020-12-03bpf: Keep module's btf_data_size intact after loadAndrii Nakryiko1-1/+0
2020-12-03bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko1-3/+5
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-16/+60
2020-12-03perf/core: Fix arch_perf_get_page_size()Peter Zijlstra1-65/+38
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin2-69/+12