summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-10-13mm: use helper function mapping_allow_writable()Miaohe Lin-1/+1
2020-10-13resource: report parent to walk_iomem_res_desc() callbackDan Williams-4/+7
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-18/+46
2020-10-13Merge tag 'audit-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+4
2020-10-13Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-580/+3045
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+6
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds-38/+22
2020-10-13LSM: Signal to SafeSetID when setting group IDsThomas Cedeno-7/+7
2020-10-13Merge branches 'pm-core', 'pm-sleep', 'pm-pci' and 'pm-domains'Rafael J. Wysocki-11/+15
2020-10-13Merge branch 'pm-cpufreq'Rafael J. Wysocki-16/+2
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-59/+403
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-26/+102
2020-10-12Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-50/+78
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-148/+687
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-448/+1050
2020-10-12Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-108/+305
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-34/+67
2020-10-12Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-11/+178
2020-10-12Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-20/+93
2020-10-12Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-8/+8
2020-10-12Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-5/+3
2020-10-12module: statically initialize init section freeing dataDaniel Jordan-10/+3
2020-10-12perf/core: Fix race in the perf_mmap_close() functionJiri Olsa-3/+4
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek-577/+3042
2020-10-11Merge tag 'irqchip-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-11/+177
2020-10-11Merge tag 'perf-urgent-2020-10-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+3
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann-11/+18
2020-10-10Merge branch 'irq/tegra-pmc' into irq/irqchip-nextMarc Zyngier-4/+95
2020-10-10genirq/irqdomain: Allow partial trimming of irq_data hierarchyMarc Zyngier-4/+95
2020-10-09bpf: Track spill/fill of bounded scalars.Yonghong Song-1/+15
2020-10-09bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov-0/+50
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar-153/+345
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar-182/+319
2020-10-09lockdep: Fix lockdep recursionPeter Zijlstra-40/+59
2020-10-09lockdep: Fix usage_traceoverflowPeter Zijlstra-19/+20
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-291/+1109
2020-10-09perf: Fix task_function_call() error handlingKajol Jain-2/+3
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+13
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-4/+4
2020-10-08seccomp: Make duplicate listener detection non-racyJann Horn-7/+31
2020-10-08tracing: Fix synthetic print fmt check for use of __get_str()Steven Rostedt (VMware)-1/+1
2020-10-08tracing: Remove a pointless assignmentSudip Mukherjee-1/+0
2020-10-08ftrace: Format variable declarations of ftrace_allocate_recordsSteven Rostedt (VMware)-1/+2
2020-10-08ftrace: Simplify the calculation of page number for ftrace_page->recordsWei Yang-3/+4
2020-10-08ftrace: Simplify the hash calculationSteven Rostedt (VMware)-4/+3
2020-10-08ftrace: Use fls() to get the bits for dup_hash()Wei Yang-2/+3
2020-10-08tracing: Change synthetic event string format to limit printed lengthSteven Rostedt (VMware)-1/+3
2020-10-08tracing: Add README information for synthetic_events fileTom Zanussi-1/+6