aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-04-14kconfig: do not use allnoconfig_y optionMasahiro Yamada1-0/+1
2021-04-13Merge tag 'trace-v5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+4
2021-04-13bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen1-0/+3
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne1-0/+16
2021-04-13tracing/dynevent: Fix a memory leak in an error handling pathChristophe JAILLET1-2/+4
2021-04-12cgroup/cpuset: fix typos in commentsLu Jialin1-3/+3
2021-04-12Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-0/+1
2021-04-11task_work: add helper for more targeted task_work cancelingJens Axboe1-7/+28
2021-04-11kernel: allow fork with TIF_NOTIFY_SIGNAL pendingJens Axboe1-1/+1
2021-04-11Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2021-04-11Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/coreIngo Molnar9-74/+92
2021-04-11Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar11-166/+457
2021-04-10genirq: Reduce irqdebug cacheline bouncingNicholas Piggin1-0/+4
2021-04-10kernel: Initialize cpumask before parsingTetsuo Handa3-4/+4
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-42/+89
2021-04-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-10/+19
2021-04-09Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-5/+48
2021-04-09gcov: re-fix clang-11+ supportNick Desaulniers1-10/+19
2021-04-09sched/fair: Introduce a CPU capacity comparison helperValentin Schneider1-23/+10
2021-04-09sched/fair: Clean up active balance nr_balance_failed trickeryValentin Schneider1-16/+15
2021-04-09sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar1-0/+4
2021-04-09sched/fair: Bring back select_idle_smt(), but differentlyRik van Riel1-12/+43
2021-04-09static_call: Relax static_call_update() function argument typePeter Zijlstra1-9/+9
2021-04-09static_call: Fix unused variable warn w/o MODULEMatthieu Baerts1-2/+2
2021-04-08kallsyms: strip ThinLTO hashes from static functionsSami Tolvanen1-5/+50
2021-04-08kthread: use WARN_ON_FUNCTION_MISMATCHSami Tolvanen1-1/+2
2021-04-08workqueue: use WARN_ON_FUNCTION_MISMATCHSami Tolvanen1-1/+1
2021-04-08add support for Clang CFISami Tolvanen3-0/+376
2021-04-08psi: allow unprivileged users with CAP_SYS_RESOURCE to write psi filesJosh Hunt1-6/+14
2021-04-08Merge back earlier cpuidle updates for v5.13.Rafael J. Wysocki1-1/+5
2021-04-08PM: sleep: fix typos in commentsLu Jialin3-3/+3
2021-04-07switch file_open_root() to struct pathAl Viro1-1/+1
2021-04-07tick/nohz: Improve tick_nohz_get_next_hrtimer() kerneldocRafael J. Wysocki1-1/+5
2021-04-07time: Add mechanism to recognize clocksource in time_get_snapshotThomas Gleixner2-0/+3
2021-04-07irqdomain: Get rid of irq_create_identity_mapping()Marc Zyngier1-3/+0
2021-04-06bpf, inode: Remove second initialization of the bpf_preload_lockMuhammad Usama Anjum1-2/+0
2021-04-05lockdep: Allow tuning tracing capacity constants.Tetsuo Handa2-5/+5
2021-04-04svm/sev: Register SEV and SEV-ES ASIDs to the misc controllerVipin Sharma1-0/+6
2021-04-04cgroup: Add misc cgroup controllerVipin Sharma2-0/+402
2021-04-04workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog()Wang Qing2-13/+9
2021-04-04workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang1-1/+1
2021-04-03bpf: Remove unused parameter from ___bpf_prog_runHe Fengqing1-4/+3
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-151/+546
2021-04-02Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+2
2021-04-02dma-mapping: benchmark: Add support for multi-pages map/unmapXiang Chen1-7/+14
2021-04-02dma-mapping: benchmark: use the correct HiSilicon copyrightHao Fang1-1/+1
2021-04-01bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer1-1/+1
2021-04-01bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer1-1/+1
2021-04-01bpf: Refcount task stack in bpf_get_task_stackDave Marchevsky1-2/+10
2021-04-01ftrace: Simplify the calculation of page number for ftrace_page->records some moreSteven Rostedt (VMware)1-8/+2