index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
18
-59
/
+442
|
\
|
*
pid: cleanup the stale comment mentioning pidmap_init().
Takahiro Itazuri
2021-09-08
1
-1
/
+1
|
*
fs/epoll: use a per-cpu counter for user's watches count
Nicholas Piggin
2021-09-08
1
-1
/
+2
|
*
units: add the HZ macros
Daniel Lezcano
2021-09-08
1
-0
/
+4
|
*
units: change from 'L' to 'UL'
Daniel Lezcano
2021-09-08
1
-3
/
+3
|
*
include/linux/once.h: fix trivia typo Not -> Note
Andy Shevchenko
2021-09-08
1
-1
/
+1
|
*
mm/damon: implement a debugfs-based user space interface
SeongJae Park
2021-09-08
1
-0
/
+3
|
*
mm/damon: add a tracepoint
SeongJae Park
2021-09-08
1
-0
/
+43
|
*
mm/damon: implement primitives for the virtual memory address spaces
SeongJae Park
2021-09-08
1
-0
/
+13
|
*
mm/idle_page_tracking: make PG_idle reusable
SeongJae Park
2021-09-08
4
-7
/
+7
|
*
mm/damon: adaptively adjust regions
SeongJae Park
2021-09-08
1
-8
/
+22
|
*
mm/damon/core: implement region-based sampling
SeongJae Park
2021-09-08
1
-3
/
+74
|
*
mm: introduce Data Access MONitor (DAMON)
SeongJae Park
2021-09-08
1
-0
/
+167
|
*
mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)
Muchun Song
2021-09-08
2
-3
/
+5
|
*
highmem: don't disable preemption on RT in kmap_atomic()
Sebastian Andrzej Siewior
2021-09-08
1
-5
/
+22
|
*
mm/early_ioremap.c: remove redundant early_ioremap_shutdown()
Weizhao Ouyang
2021-09-08
1
-6
/
+0
|
*
mm: move ioremap_page_range to vmalloc.c
Christoph Hellwig
2021-09-08
1
-3
/
+0
|
*
mm: remove redundant compound_head() calling
Muchun Song
2021-09-08
1
-4
/
+3
|
*
mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online ...
David Hildenbrand
2021-09-08
1
-0
/
+3
|
*
mm/memory_hotplug: memory group aware "auto-movable" online policy
David Hildenbrand
2021-09-08
1
-1
/
+2
|
*
mm/memory_hotplug: track present pages in memory groups
David Hildenbrand
2021-09-08
2
-4
/
+15
|
*
drivers/base/memory: introduce "memory groups" to logically group memory blocks
David Hildenbrand
2021-09-08
2
-1
/
+50
|
*
mm: track present early pages per zone
David Hildenbrand
2021-09-08
2
-1
/
+8
|
*
mm/memory_hotplug: remove nid parameter from remove_memory() and friends
David Hildenbrand
2021-09-08
1
-5
/
+5
|
*
mm/memory_hotplug: remove nid parameter from arch_remove_memory()
David Hildenbrand
2021-09-08
1
-2
/
+1
|
*
mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
David Hildenbrand
2021-09-08
1
-2
/
+2
|
*
mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONE
Mike Rapoport
2021-09-08
1
-12
/
+0
*
|
Merge tag 'mm-slub-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-09-08
2
-0
/
+15
|
\
\
|
*
|
mm, slub: convert kmem_cpu_slab protection to local_lock
Vlastimil Babka
2021-09-04
1
-0
/
+6
|
*
|
mm, slub: do initial checks in ___slab_alloc() with irqs enabled
Vlastimil Babka
2021-09-04
1
-0
/
+9
|
|
/
*
|
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-09-08
6
-132
/
+107
|
\
\
|
*
\
Merge branch 'remotes/lorenzo/pci/endpoint'
Bjorn Helgaas
2021-09-02
2
-27
/
+46
|
|
\
\
|
|
*
|
PCI: endpoint: Add virtual function number in pci_epc ops
Kishon Vijay Abraham I
2021-08-19
1
-26
/
+31
|
|
*
|
PCI: endpoint: Add support to add virtual function in endpoint core
Kishon Vijay Abraham I
2021-08-19
1
-1
/
+15
|
*
|
|
Merge branch 'remotes/lorenzo/pci/hyper-v'
Bjorn Helgaas
2021-09-02
1
-0
/
+11
|
|
\
\
\
|
|
*
|
|
PCI: Introduce domain_nr in pci_host_bridge
Boqun Feng
2021-08-23
1
-0
/
+11
|
|
|
/
/
|
*
|
|
Merge branch 'pci/misc'
Bjorn Helgaas
2021-09-02
2
-21
/
+4
|
|
\
\
\
|
|
*
|
|
PCI: Sync __pci_register_driver() stub for CONFIG_PCI=n
Andy Shevchenko
2021-08-21
1
-2
/
+3
|
|
*
|
|
PCI: Make saved capability state private to core
Bjorn Helgaas
2021-08-20
1
-18
/
+0
|
|
*
|
|
PCI: Correct the pci_iomap.h header guard #endif comment
Jonathan Cameron
2021-08-20
1
-1
/
+1
|
|
|
/
/
|
*
|
|
Merge branch 'pci/vpd'
Bjorn Helgaas
2021-09-02
1
-79
/
+32
|
|
\
\
\
|
|
*
|
|
PCI/VPD: Clean up public VPD defines and inline functions
Heiner Kallweit
2021-08-31
1
-69
/
+0
|
|
*
|
|
PCI/VPD: Add pci_vpd_find_id_string()
Heiner Kallweit
2021-08-31
1
-0
/
+10
|
|
*
|
|
PCI/VPD: Stop exporting pci_vpd_find_info_keyword()
Heiner Kallweit
2021-08-31
1
-13
/
+0
|
|
*
|
|
PCI/VPD: Stop exporting pci_vpd_find_tag()
Heiner Kallweit
2021-08-31
1
-11
/
+0
|
|
*
|
|
PCI/VPD: Add pci_vpd_check_csum()
Heiner Kallweit
2021-08-20
1
-0
/
+9
|
|
*
|
|
PCI/VPD: Add pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2021-08-20
1
-0
/
+13
|
|
*
|
|
PCI/VPD: Add pci_vpd_alloc()
Heiner Kallweit
2021-08-20
1
-0
/
+9
|
|
*
|
|
PCI/VPD: Embed struct pci_vpd in struct pci_dev
Heiner Kallweit
2021-08-12
1
-2
/
+7
|
|
|
/
/
|
*
|
|
Merge branch 'pci/virtualization'
Bjorn Helgaas
2021-09-02
1
-1
/
+2
|
|
\
\
\
[next]