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