summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-159-135/+271
|\
| * fault-injection: handle EI_ETYPE_TRUEBarnabás Pőcze2020-12-151-3/+3
| * reboot: hide from sysfs not applicable settingsMatteo Croce2020-12-151-23/+31
| * reboot: allow to override reboot type if quirks are foundMatteo Croce2020-12-151-0/+6
| * reboot: remove cf9_safe from allowed types and rename cf9_forceMatteo Croce2020-12-151-9/+3
| * reboot: allow to specify reboot mode via sysfsMatteo Croce2020-12-151-0/+206
| * reboot: refactor and comment the cpu selection codeMatteo Croce2020-12-151-13/+17
| * kcov: don't instrument with UBSANDmitry Vyukov2020-12-151-0/+3
| * kernel/resource.c: fix kernel-doc markupsMauro Carvalho Chehab2020-12-151-10/+14
| * blktrace: make relay callbacks constJani Nikula2020-12-151-1/+1
| * relay: allow the use of const callback structsJani Nikula2020-12-151-27/+10
| * relay: make create_buf_file and remove_buf_file callbacks mandatoryJani Nikula2020-12-151-25/+1
| * relay: require non-NULL callbacks in relay_open()Jani Nikula2020-12-151-12/+2
| * relay: remove unused buf_mapped and buf_unmapped callbacksJani Nikula2020-12-151-34/+0
| * gcov: fix kernel-doc markup issueAlex Shi2020-12-151-3/+3
| * gcov: remove support for GCC < 4.9Nick Desaulniers2020-12-151-3/+1
| * kdump: append uts_namespace.name offset to VMCOREINFOAlexander Egorenkov2020-12-151-0/+1
| * kernel/acct.c: use #elif instead of #end and #elifHui Su2020-12-151-5/+2
* | Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-154-26/+26
|\ \
| * | exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-104-26/+26
* | | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-154-72/+22
|\ \ \ | |_|/ |/| |
| * | bpf/task_iter: In task_file_seq_get_next use task_lookup_next_fd_rcuEric W. Biederman2020-12-101-34/+10
| * | kcmp: In get_file_raw_ptr use task_lookup_fd_rcuEric W. Biederman2020-12-101-7/+2
| * | file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman2020-12-102-2/+2
| * | bpf: In bpf_task_fd_query use fget_taskEric W. Biederman2020-12-101-17/+3
| * | kcmp: In kcmp_epoll_target use fget_taskEric W. Biederman2020-12-101-16/+4
| * | exec: Simplify unshare_filesEric W. Biederman2020-12-101-6/+6
* | | Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-12-153-5/+158
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'acpi-resources' and 'acpi-docs'Rafael J. Wysocki2020-12-153-5/+158
| |\ \ \ \
| | * | | | resource: provide meaningful MODULE_LICENSE() in test suiteAndy Shevchenko2020-11-251-0/+2
| | * | | | resource: Add test cases for new resource APIAndy Shevchenko2020-11-172-0/+151
| | * | | | resource: Simplify region_intersects() by reducing conditionalsAndy Shevchenko2020-11-171-5/+5
| | |/ / /
* | | | | Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-12-154-7/+31
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki2020-12-152-0/+4
| |\ \ \ \ \ \ \ \
| | | * | | | | | | PM: ACPI: reboot: Use S5 for rebootKai-Heng Feng2020-11-101-0/+2
| | | | |/ / / / / | | | |/| | | | |
| | * / | | | | | PM / suspend: fix kernel-doc markupAlex Shi2020-11-231-0/+2
| | |/ / / / / /
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki2020-12-151-1/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | * | | | | | PM: EM: update the comments related to power scaleLukasz Luba2020-11-101-1/+1
| * | | | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-12-152-6/+26
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2020-12-141-1/+23
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba2020-11-101-1/+23
| | | | |/ / / / | | | |/| | | |
| | * | | | | | cpufreq: schedutil: Simplify sugov_update_next_freq()Rafael J. Wysocki2020-12-111-5/+3
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-12-151-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Input: gtco - remove driverDmitry Torokhov2020-12-091-1/+0
* | | | | | | | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-158-176/+176
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-1544-320/+566
| |\ \ \ \ \ \ \ \
| | * | | | | | | | genirq/affinity: Add irq_update_affinity_desc()John Garry2020-12-111-0/+70
| | * | | | | | | | Revert "genirq: Add fasteoi IPI flow"Valentin Schneider2020-12-111-27/+0
| * | | | | | | | | irq: Call tick_irq_enter() inside HARDIRQ_OFFSETFrederic Weisbecker2020-12-021-9/+5
| * | | | | | | | | irqtime: Move irqtime entry accounting after irq offset incrementationFrederic Weisbecker2020-12-022-10/+14