aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-5/+11
2020-12-14bpf: Permits pointers on stack for helper callsYonghong Song1-1/+2
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-3/+2
2020-12-14Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki1-1/+23
2020-12-14Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)1-4/+13
2020-12-14ring-buffer: Add rb_check_bpage in __rb_allocate_pagesQiujun Huang1-8/+11
2020-12-14ring-buffer: Fix two typos in commentsQiujun Huang1-2/+2
2020-12-14tracing: Drop unneeded assignment in ring_buffer_resize()Lukas Bulwahn1-2/+0
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu6-14/+25
2020-12-14Merge branch 'for-5.11' into for-linusPetr Mladek2-18/+15
2020-12-14Merge branch 'for-5.11-null-console' into for-linusPetr Mladek1-1/+8
2020-12-13Merge tag 'x86-urgent-2020-12-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-18/+59
2020-12-12kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe1-2/+0
2020-12-12signal: kill JOBCTL_TASK_WORKJens Axboe1-20/+0
2020-12-12task_work: remove legacy TWA_SIGNAL pathJens Axboe1-29/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-47/+30
2020-12-11tick/sched: Make jiffies update quick check more robustThomas Gleixner1-27/+47
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-11x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guestsAshish Kalra1-2/+18
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-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman4-26/+26
2020-12-10bpf/task_iter: In task_file_seq_get_next use task_lookup_next_fd_rcuEric W. Biederman1-34/+10
2020-12-10kcmp: In get_file_raw_ptr use task_lookup_fd_rcuEric W. Biederman1-7/+2
2020-12-10file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman2-2/+2
2020-12-10bpf: In bpf_task_fd_query use fget_taskEric W. Biederman1-17/+3
2020-12-10kcmp: In kcmp_epoll_target use fget_taskEric W. Biederman1-16/+4
2020-12-10exec: Simplify unshare_filesEric W. Biederman1-6/+6
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_mutex[email protected]1-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