summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/early_ioremap.c: remove redundant early_ioremap_shutdown()Weizhao Ouyang2021-09-082-11/+0
* mm: don't allow executable ioremap mappingsChristoph Hellwig2021-09-081-1/+1
* mm: move ioremap_page_range to vmalloc.cChristoph Hellwig2021-09-084-34/+19
* riscv: only select GENERIC_IOREMAP if MMU support is enabledChristoph Hellwig2021-09-081-1/+1
* mm: remove redundant compound_head() callingMuchun Song2021-09-082-6/+7
* mm/memory_hotplug: use helper zone_is_zone_device() to simplify the codeMiaohe Lin2021-09-081-3/+1
* mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online ...David Hildenbrand2021-09-083-4/+89
* mm/memory_hotplug: memory group aware "auto-movable" online policyDavid Hildenbrand2021-09-083-12/+57
* virtio-mem: use a single dynamic memory group for a single virtio-mem deviceDavid Hildenbrand2021-09-081-3/+19
* dax/kmem: use a single static memory group for a single probed unitDavid Hildenbrand2021-09-081-8/+32
* ACPI: memhotplug: use a single static memory group for a single memory deviceDavid Hildenbrand2021-09-081-5/+30
* mm/memory_hotplug: track present pages in memory groupsDavid Hildenbrand2021-09-084-14/+34
* drivers/base/memory: introduce "memory groups" to logically group memory blocksDavid Hildenbrand2021-09-084-6/+215
* mm/memory_hotplug: introduce "auto-movable" online policyDavid Hildenbrand2021-09-081-0/+191
* mm: track present early pages per zoneDavid Hildenbrand2021-09-085-11/+29
* ACPI: memhotplug: memory resources cannot be enabled yetDavid Hildenbrand2021-09-081-4/+0
* mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand2021-09-086-31/+30
* mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-0810-22/+11
* mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand2021-09-082-4/+4
* mm: memory_hotplug: cleanup after removal of pfn_valid_within()Mike Rapoport2021-09-081-6/+3
* mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport2021-09-088-75/+11
* memory-hotplug.rst: complete admin-guide overhaulDavid Hildenbrand2021-09-081-306/+455
* memory-hotplug.rst: remove locking details from admin-guideDavid Hildenbrand2021-09-081-39/+0
* Linux 5.14v5.14Linus Torvalds2021-08-301-1/+1
* Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-291-1/+1
|\
| * clk: renesas: rcar-usb2-clock-sel: Fix kernel NULL pointer dereferenceAdam Ford2021-08-291-1/+1
* | Merge tag 'sched_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-292-27/+121
|\ \
| * | sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior2021-08-261-0/+3
| * | sched: Fix Core-wide rq->lock for uninitialized CPUsPeter Zijlstra2021-08-202-27/+118
* | | Merge tag 'irq_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-291-0/+3
|\ \ \
| * | | PCI/MSI: Skip masking MSI-X on Xen PVMarek Marczykowski-Górecki2021-08-271-0/+3
* | | | Merge tag 'perf_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-294-2/+12
|\ \ \ \
| * | | | perf/x86/amd/power: Assign pmu.moduleKim Phillips2021-08-261-0/+1
| * | | | perf/x86/amd/ibs: Extend PERF_PMU_CAP_NO_EXCLUDE to IBS OpKim Phillips2021-08-261-0/+1
| * | | | perf/x86/amd/ibs: Work around erratum #1197Kim Phillips2021-08-261-0/+8
| * | | | perf/x86/intel/uncore: Fix integer overflow on 23 bit left shift of a u32Colin Ian King2021-08-261-1/+1
| * | | | perf/x86/intel/pt: Fix mask of num_address_rangesXiaoyao Li2021-08-251-1/+1
| |/ / /
* | | | Merge tag 'x86_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-293-9/+30
|\ \ \ \
| * | | | x86/resctrl: Fix a maybe-uninitialized build warning treated as errorBabu Moger2021-08-221-0/+6
| * | | | x86/efi: Restore Firmware IDT before calling ExitBootServices()Joerg Roedel2021-08-212-9/+24
| | |/ / | |/| |
* | | | Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn...Helge Deller2021-08-295-157/+74
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-08-281-3/+6
|\ \ \ \
| * | | | scsi: core: Fix hang of freezing queue between blocking and running deviceLi Jinlin2021-08-251-3/+6
* | | | | Merge tag 'usb-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2021-08-286-76/+89
|\ \ \ \ \
| * | | | | usb: gadget: u_audio: fix race condition on endpoint stopJerome Brunet2021-08-271-4/+4
| * | | | | usb: gadget: f_uac2: fixup feedback endpoint stopJerome Brunet2021-08-271-4/+11
| * | | | | usb: typec: tcpm: Raise vdm_sm_running flag only when VDM SM is runningKyle Tso2021-08-261-43/+38
| * | | | | usb: renesas-xhci: Prefer firmware loading on unknown ROM stateTakashi Iwai2021-08-261-12/+23
| * | | | | usb: dwc3: gadget: Stop EP0 transfers during pullup disableWesley Cheng2021-08-261-4/+3
| * | | | | usb: dwc3: gadget: Fix dwc3_calc_trbs_left()Thinh Nguyen2021-08-261-8/+8