summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-268/+257
2021-04-27Merge tag 'kgdb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-309/+381
2021-04-27Merge tag 'audit-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-13/+10
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-8/+10
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds-7/+429
2021-04-27Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-21/+21
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+16
2021-04-26Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-62/+78
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-157/+360
2021-04-26Merge tag 'core-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2021-04-26Merge tag 'tomoyo-pr-20210426' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds-5/+5
2021-04-26Merge branches 'pm-core', 'pm-pci', 'pm-sleep', 'pm-domains' and 'powercap'Rafael J. Wysocki-3/+3
2021-04-26Merge branch 'pm-cpufreq'Rafael J. Wysocki-17/+13
2021-04-25Merge tag 'locking_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+4
2021-04-25Merge tag 'sched_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2021-04-24Merge tag 'irqchip-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-46/+6
2021-04-22irqdomain: Drop references to recusive irqdomain setupMarc Zyngier-6/+2
2021-04-22irqdomain: Get rid of irq_create_strict_mappings()Marc Zyngier-32/+0
2021-04-20Merge tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+7
2021-04-20capabilities: require CAP_SETFCAP to map uid 0Serge E. Hallyn-3/+62
2021-04-20tracing: Fix checking event hash pointer logic when tp_printk is enabledSteven Rostedt (VMware)-3/+7
2021-04-19Revert "gcov: clang: fix clang-11+ build"Linus Torvalds-1/+1
2021-04-19preempt/dynamic: Fix typo in macro conditional statementZhouyi Zhou-1/+1
2021-04-17Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-74/+156
2021-04-17posix-timers: Preserve return value in clock_adjtime32()Chen Jun-2/+2
2021-04-17locking/qrwlock: Fix ordering in queued_write_lock_slowpath()Ali Saidi-3/+4
2021-04-16gcov: clang: fix clang-11+ buildJohannes Berg-1/+1
2021-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-74/+156
2021-04-16bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann-29/+44
2021-04-16bpf: Move sanitize_val_alu out of op switchDaniel Borkmann-6/+11
2021-04-16bpf: Refactor and streamline bounds check into helperDaniel Borkmann-16/+33
2021-04-16bpf: Improve verifier error messages for usersDaniel Borkmann-23/+63
2021-04-16bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann-8/+13
2021-04-16bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann-10/+9
2021-04-16bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann-4/+5
2021-04-16bpf: Use correct permission flag for mixed signed bounds arithmeticDaniel Borkmann-1/+1
2021-04-16tick/broadcast: Allow late registered device to enter oneshot modeJindong Yue-2/+14
2021-04-16tick: Use tick_check_replacement() instead of open coding itWang Wensheng-6/+1
2021-04-16time/timecounter: Mark 1st argument of timecounter_cyc2time() as constMarc Kleine-Budde-1/+1
2021-04-14kdb: Refactor env variables get/set codeSumit Garg-74/+68
2021-04-13Merge tag 'trace-v5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+4
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne-0/+16
2021-04-13tracing/dynevent: Fix a memory leak in an error handling pathChristophe JAILLET-2/+4
2021-04-12Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki-0/+1
2021-04-11Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+3
2021-04-10genirq: Reduce irqdebug cacheline bouncingNicholas Piggin-0/+4
2021-04-10kernel: Initialize cpumask before parsingTetsuo Handa-4/+4
2021-04-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-10/+19
2021-04-09Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-5/+48