summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* freezer,umh: Clean up freezer/initrd interactionPeter Zijlstra2022-09-071-0/+8
* freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra2022-09-074-33/+54
* sched: Rename task_running() to task_on_cpu()Peter Zijlstra2022-09-076-14/+14
* sched/fair: Cleanup for SIS_PROPAbel Wu2022-09-071-6/+6
* sched/fair: Default to false in test_idle_cores()Abel Wu2022-09-071-8/+8
* sched/fair: Remove useless check in select_idle_core()Abel Wu2022-09-071-3/+0
* sched/fair: Avoid double search on same cpuAbel Wu2022-09-071-0/+2
* sched/fair: Remove redundant check in select_idle_smt()Abel Wu2022-09-071-7/+4
* sched/deadline: Move __dl_clear_params out of dl_bw lockShang XiaoJing2022-09-011-1/+1
* sched/deadline: Add replenish_dl_new_period helperShang XiaoJing2022-09-011-10/+13
* sched/deadline: Add dl_task_is_earliest_deadline helperShang XiaoJing2022-09-011-12/+12
* Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...Ingo Molnar2022-08-30123-2150/+6863
|\
| * sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()Ingo Molnar2022-08-127-25/+26
| * Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-08-101-35/+150
| |\
| | * resource: Introduce alloc_free_mem_region()Dan Williams2022-07-211-35/+143
| | * cxl/acpi: Track CXL resources in iomem_resourceDan Williams2022-07-211-0/+7
| * | Merge tag 'rproc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2022-08-081-2/+8
| |\ \
| | * | dma-mapping: Add dma_release_coherent_memory to DMA APIMark-PK Tsai2022-06-241-2/+8
| * | | Merge tag 'sysctl-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-08-081-11/+9
| |\ \ \
| | * | | kernel/sysctl.c: Remove trailing white spaceFanjun Kong2022-08-081-6/+6
| | * | | kernel/sysctl.c: Clean up indentation, replace spaces with tab.Fanjun Kong2022-08-081-2/+2
| | * | | sysctl: Merge adjacent CONFIG_TREE_RCU blocksGeert Uytterhoeven2022-08-081-3/+1
| * | | | Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-086-33/+356
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | module: Replace kmap() with kmap_local_page()Fabio M. De Francesco2022-07-201-4/+4
| | * | | module: Show the last unloaded module's taint flag(s)Aaron Tomlin2022-07-141-5/+11
| | * | | module: Use strscpy() for last_unloaded_moduleAaron Tomlin2022-07-141-1/+1
| | * | | module: Modify module_flags() to accept show_state argumentAaron Tomlin2022-07-143-6/+9
| | * | | module: Move module's Kconfig items in kernel/module/Christophe Leroy2022-07-121-0/+293
| | * | | module: Use vzalloc() instead of vmalloc()/memset(0)Yang Yingliang2022-07-111-2/+1
| | * | | module: Increase readability of module_kallsyms_lookup_name()Christophe Leroy2022-07-111-14/+24
| | * | | module: Fix ERRORs reported by checkpatch.plChristophe Leroy2022-07-112-4/+7
| | * | | module: Add support for default value for module async_probeSaravana Kannan2022-07-111-1/+10
| * | | | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-076-30/+78
| |\ \ \ \
| | * | | | profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-2/+6
| | * | | | kernel/hung_task: fix address space of proc_dohung_task_timeout_secsBen Dooks2022-07-291-1/+1
| | * | | | kdump: round up the total memory size to 128M for crashkernel reservationTao Liu2022-07-171-2/+12
| | * | | | vmcoreinfo: include kallsyms symbolsStephen Brennan2022-07-171-0/+14
| | * | | | kallsyms: move declarations to internal headerStephen Brennan2022-07-172-22/+31
| | * | | | Merge branch 'master' into mm-nonmm-stableakpm2022-06-2724-608/+215
| | |\ \ \ \
| | * | | | | kexec_file: increase maximum file size to 4GPasha Tatashin2022-06-161-3/+7
| | * | | | | profiling: fix shift too large makes kernel panicChen Zhongjin2022-06-161-0/+7
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-064-10/+17
| |\ \ \ \ \
| | * | | | | sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman2022-08-041-2/+6
| | * | | | | sched/rt: Fix Sparse warnings due to undefined rt.c declarationsBen Dooks2022-08-031-3/+4
| | * | | | | exit: Fix typo in comment: s/sub-theads/sub-threadsIngo Molnar2022-08-031-1/+1
| | * | | | | sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2022-08-032-4/+6
| * | | | | | Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-062-2/+3
| |\ \ \ \ \ \
| | * | | | | | perf/core: Fix ';;' typoSlark Xiao2022-08-041-1/+1
| | * | | | | | kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin2022-08-021-1/+2
| | |/ / / / /
| * | | | | | Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-061-5/+16
| |\ \ \ \ \ \