Age | Commit message (Expand) | Author | Files | Lines |
2021-09-09 | net/af_unix: fix a data-race in unix_dgram_poll | Eric Dumazet | 1 | -1/+1 |
2021-09-09 | Merge tag 'drm-misc-next-fixes-2021-09-03' of git://anongit.freedesktop.org/d... | Dave Airlie | 1 | -1/+2 |
2021-09-09 | Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew) | Linus Torvalds | 5 | -49/+27 |
2021-09-09 | mmap_lock: change trace and locking order | Liam Howlett | 1 | -4/+4 |
2021-09-09 | mm/hugetlb: initialize hugetlb_usage in mm_init | Liu Zixian | 1 | -0/+9 |
2021-09-09 | Merge tag 'pm-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -4/+71 |
2021-09-09 | Merge tag 'acpi-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+3 |
2021-09-09 | compiler_attributes.h: move __compiletime_{error|warning} | Nick Desaulniers | 3 | -9/+24 |
2021-09-09 | Merge branch 'for-5.15/fsdax-cleanups' into for-5.15/libnvdimm | Dan Williams | 1 | -34/+7 |
2021-09-09 | Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -0/+1 |
2021-09-09 | arch: remove compat_alloc_user_space | Arnd Bergmann | 2 | -12/+0 |
2021-09-09 | compat: remove some compat entry points | Arnd Bergmann | 2 | -25/+5 |
2021-09-09 | mm: simplify compat numa syscalls | Arnd Bergmann | 1 | -8/+9 |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 18 | -59/+442 |
2021-09-08 | Merge tag 'mm-slub-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -0/+15 |
2021-09-08 | pid: cleanup the stale comment mentioning pidmap_init(). | Takahiro Itazuri | 1 | -1/+1 |
2021-09-08 | fs/epoll: use a per-cpu counter for user's watches count | Nicholas Piggin | 1 | -1/+2 |
2021-09-08 | units: add the HZ macros | Daniel Lezcano | 1 | -0/+4 |
2021-09-08 | units: change from 'L' to 'UL' | Daniel Lezcano | 1 | -3/+3 |
2021-09-08 | include/linux/once.h: fix trivia typo Not -> Note | Andy Shevchenko | 1 | -1/+1 |
2021-09-08 | mm/damon: implement a debugfs-based user space interface | SeongJae Park | 1 | -0/+3 |
2021-09-08 | mm/damon: add a tracepoint | SeongJae Park | 1 | -0/+43 |
2021-09-08 | mm/damon: implement primitives for the virtual memory address spaces | SeongJae Park | 1 | -0/+13 |
2021-09-08 | mm/idle_page_tracking: make PG_idle reusable | SeongJae Park | 4 | -7/+7 |
2021-09-08 | mm/damon: adaptively adjust regions | SeongJae Park | 1 | -8/+22 |
2021-09-08 | mm/damon/core: implement region-based sampling | SeongJae Park | 1 | -3/+74 |
2021-09-08 | mm: introduce Data Access MONitor (DAMON) | SeongJae Park | 1 | -0/+167 |
2021-09-08 | mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1) | Muchun Song | 2 | -3/+5 |
2021-09-08 | highmem: don't disable preemption on RT in kmap_atomic() | Sebastian Andrzej Siewior | 1 | -5/+22 |
2021-09-08 | mm/early_ioremap.c: remove redundant early_ioremap_shutdown() | Weizhao Ouyang | 1 | -6/+0 |
2021-09-08 | mm: move ioremap_page_range to vmalloc.c | Christoph Hellwig | 1 | -3/+0 |
2021-09-08 | mm: remove redundant compound_head() calling | Muchun Song | 1 | -4/+3 |
2021-09-08 | mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online ... | David Hildenbrand | 1 | -0/+3 |
2021-09-08 | mm/memory_hotplug: memory group aware "auto-movable" online policy | David Hildenbrand | 1 | -1/+2 |
2021-09-08 | mm/memory_hotplug: track present pages in memory groups | David Hildenbrand | 2 | -4/+15 |
2021-09-08 | drivers/base/memory: introduce "memory groups" to logically group memory blocks | David Hildenbrand | 2 | -1/+50 |
2021-09-08 | mm: track present early pages per zone | David Hildenbrand | 2 | -1/+8 |
2021-09-08 | mm/memory_hotplug: remove nid parameter from remove_memory() and friends | David Hildenbrand | 1 | -5/+5 |
2021-09-08 | mm/memory_hotplug: remove nid parameter from arch_remove_memory() | David Hildenbrand | 1 | -2/+1 |
2021-09-08 | mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range() | David Hildenbrand | 1 | -2/+2 |
2021-09-08 | mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONE | Mike Rapoport | 1 | -12/+0 |
2021-09-08 | time: Handle negative seconds correctly in timespec64_to_ns() | Lukas Hannen | 1 | -2/+7 |
2021-09-08 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -4/+71 |
2021-09-08 | Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 6 | -132/+107 |
2021-09-08 | Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 8 | -5/+47 |
2021-09-07 | Merge tag 'linux-watchdog-5.15-rc1' of git://www.linux-watchdog.org/linux-wat... | Linus Torvalds | 2 | -0/+39 |
2021-09-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -85/+212 |
2021-09-07 | Merge tag 'rproc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ande... | Linus Torvalds | 1 | -3/+2 |
2021-09-07 | Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 4 | -1/+879 |
2021-09-07 | Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 8 | -42/+68 |