index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
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: 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
3
-6
/
+6
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
1
-1
/
+3
2021-09-08
highmem: don't disable preemption on RT in kmap_atomic()
Sebastian Andrzej Siewior
1
-5
/
+22
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 policy
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-07
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
5
-131
/
+106
2021-09-07
Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-3
/
+42
2021-09-07
Merge tag 'linux-watchdog-5.15-rc1' of git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
1
-0
/
+10
2021-09-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-81
/
+205
2021-09-07
Merge tag 'rproc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc
Linus Torvalds
1
-3
/
+2
2021-09-07
Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
4
-1
/
+879
2021-09-07
Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
6
-42
/
+20
2021-09-07
PM: EM: fix kernel-doc comments
Lukasz Luba
1
-4
/
+4
2021-09-07
Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
Linus Torvalds
1
-10
/
+17
2021-09-07
Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"
Linus Torvalds
1
-1
/
+9
2021-09-07
Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
Rafael J. Wysocki
1
-1
/
+57
2021-09-07
net: phylink: add suspend/resume support
Russell King (Oracle)
1
-0
/
+3
2021-09-06
Merge tag 'libata-5.15-2021-09-05' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2021-09-06
vdpa: Support transferring virtual addressing during DMA mapping
Xie Yongji
1
-3
/
+17
2021-09-06
vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
Xie Yongji
1
-1
/
+1
2021-09-06
vhost-iotlb: Add an opaque pointer for vhost IOTLB
Xie Yongji
1
-0
/
+3
2021-09-06
vdpa: Add reset callback in vdpa_config_ops
Xie Yongji
1
-2
/
+6
2021-09-06
vdpa: Fix some coding style issues
Xie Yongji
1
-17
/
+17
2021-09-06
file: Export receive_fd() to modules
Xie Yongji
1
-4
/
+3
2021-09-06
Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
14
-91
/
+71
2021-09-06
KVM: stats: Add VM stat for remote tlb flush requests
Jing Zhang
2
-1
/
+3
2021-09-06
cpufreq: Add of_perf_domain_get_sharing_cpumask
Hector.Yuan
1
-1
/
+57
2021-09-05
net: create netdev->dev_addr assignment helpers
Jakub Kicinski
2
-0
/
+30
2021-09-05
Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-2
/
+52
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
3
-11
/
+16
[prev]
[next]