aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-24/+136
2020-12-14Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-253/+138
2020-12-14Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 18-158/+398
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 16-101/+323
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 9-30/+17
2020-12-14Merge tag 'time-namespace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-10/+3
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-11/+100
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-3/+2
2020-12-13Merge tag 'x86-urgent-2020-12-13' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-18/+59
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersGravatar Andrii Nakryiko 2-4/+4
2020-12-11elfcore: fix building with clangGravatar Arnd Bergmann 2-27/+0
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-5/+5
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-5/+5
2020-12-10bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.Gravatar Alexei Starovoitov 1-5/+5
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreGravatar Catalin Marinas 1-1/+1
2020-12-09Merge remote-tracking branch 'arm64/for-next/scs' into for-next/coreGravatar Catalin Marinas 1-11/+60
2020-12-09perf: Break deadlock involving exec_update_mutexGravatar peterz@infradead.org 1-23/+23
2020-12-09locking/rwsem: Remove reader optimistic spinningGravatar Waiman Long 2-240/+49
2020-12-09locking/rwsem: Enable reader optimistic lock stealingGravatar Waiman Long 2-0/+29
2020-12-09locking/rwsem: Prevent potential lock starvationGravatar Waiman Long 1-2/+13
2020-12-09locking/rwsem: Pass the current atomic count to rwsem_down_read_slowpath()Gravatar Waiman Long 1-8/+10
2020-12-09locking/rwsem: Fold __down_{read,write}*()Gravatar Peter Zijlstra 1-22/+23
2020-12-09locking/rwsem: Introduce rwsem_write_trylock()Gravatar Peter Zijlstra 1-22/+16
2020-12-09locking/rwsem: Better collate rwsem_read_trylock()Gravatar Peter Zijlstra 1-7/+8
2020-12-09Merge branch 'locking/rwsem'Gravatar Peter Zijlstra 36-234/+412
2020-12-09rwsem: Implement down_read_interruptibleGravatar Eric W. Biederman 1-0/+26
2020-12-09rwsem: Implement down_read_killable_nestedGravatar Eric W. Biederman 1-0/+14
2020-12-09membarrier: Execute SYNC_CORE on the calling threadGravatar Andy Lutomirski 1-18/+33
2020-12-09membarrier: Explicitly sync remote cores when SYNC_CORE is requestedGravatar Andy Lutomirski 1-0/+18
2020-12-09membarrier: Add an actual barrier before rseq_preempt()Gravatar Andy Lutomirski 1-0/+8
2020-12-07Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+8
2020-12-06Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+8
2020-12-05Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+5
2020-12-04tracing: Fix userstacktrace option for instancesGravatar Steven Rostedt (VMware) 1-5/+8
2020-12-03perf/core: Fix arch_perf_get_page_size()Gravatar Peter Zijlstra 1-65/+38
2020-12-02entry: Add syscall_exit_to_user_mode_work()Gravatar Sven Schnelle 1-2/+12
2020-12-02entry: Add exit_to_user_mode() wrapperGravatar Sven Schnelle 1-12/+6
2020-12-02entry_Add_enter_from_user_mode_wrapperGravatar Sven Schnelle 1-10/+6
2020-12-02entry: Rename exit_to_user_mode()Gravatar Sven Schnelle 1-4/+4
2020-12-02entry: Rename enter_from_user_mode()Gravatar Sven Schnelle 1-5/+5
2020-12-02entry: Support Syscall User Dispatch on common syscall entryGravatar Gabriel Krisman Bertazi 1-0/+25
2020-12-02kernel: Implement selective syscall userspace redirectionGravatar Gabriel Krisman Bertazi 5-1/+118
2020-12-01Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-15/+33
2020-12-01scs: switch to vmapped shadow stacksGravatar Sami Tolvanen 1-11/+60
2020-11-30ring-buffer: Always check to put back before stamp when crossing pagesGravatar Steven Rostedt (VMware) 1-8/+6
2020-11-30ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependencyGravatar Naveen N. Rao 1-1/+1
2020-11-30ftrace: Fix updating FTRACE_FL_TRAMPGravatar Naveen N. Rao 1-1/+21
2020-11-30tracing: Fix alignment of static bufferGravatar Minchan Kim 1-1/+1
2020-11-30tracing: Remove WARN_ON in start_thread()Gravatar Vasily Averin 1-1/+1
2020-11-30ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()Gravatar Andrea Righi 1-3/+3