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-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-15
/
+142
2021-05-01
Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
8
-157
/
+66
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-2
/
+42
2021-04-30
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
1
-12
/
+21
2021-04-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
15
-274
/
+365
2021-04-30
Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
4
-4
/
+109
2021-04-30
Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-2
/
+11
2021-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Linus Torvalds
1
-0
/
+5
2021-04-30
Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
2
-12
/
+315
2021-04-30
Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-3
/
+15
2021-04-30
PCI/VPD: Remove pci_vpd_find_tag() 'offset' argument
Heiner Kallweit
1
-2
/
+1
2021-04-30
PCI/VPD: Remove pci_set_vpd_size()
Heiner Kallweit
1
-1
/
+0
2021-04-30
Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
2
-0
/
+36
2021-04-30
ucounts: Set ucount_max to the largest positive value the type can hold
Alexey Gladkov
1
-0
/
+6
2021-04-30
Reimplement RLIMIT_MEMLOCK on top of ucounts
Alexey Gladkov
5
-6
/
+6
2021-04-30
Reimplement RLIMIT_SIGPENDING on top of ucounts
Alexey Gladkov
3
-2
/
+4
2021-04-30
Reimplement RLIMIT_MSGQUEUE on top of ucounts
Alexey Gladkov
2
-4
/
+1
2021-04-30
Reimplement RLIMIT_NPROC on top of ucounts
Alexey Gladkov
3
-1
/
+14
2021-04-30
Use atomic_t for ucounts reference counting
Alexey Gladkov
1
-2
/
+2
2021-04-30
Add a reference to ucounts for each cred
Alexey Gladkov
2
-0
/
+6
2021-04-30
Increase size of ucounts to atomic_long_t
Alexey Gladkov
1
-2
/
+2
2021-04-30
mm/mmzone.h: fix existing kernel-doc comments and link them to core-api
Mike Rapoport
1
-19
/
+24
2021-04-30
mm/page_alloc: add an array-based interface to the bulk page allocator
Mel Gorman
1
-3
/
+10
2021-04-30
mm/page_alloc: add a bulk page allocator
Mel Gorman
1
-0
/
+11
2021-04-30
mm/mempolicy: rename alloc_pages_current to alloc_pages
Matthew Wilcox (Oracle)
1
-7
/
+1
2021-04-30
mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask
Matthew Wilcox (Oracle)
1
-10
/
+3
2021-04-30
include/linux/page-flags-layout.h: cleanups
Yu Zhao
1
-33
/
+29
2021-04-30
include/linux/page-flags-layout.h: correctly determine LAST_CPUPID_WIDTH
Yu Zhao
1
-1
/
+1
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
1
-1
/
+1
2021-04-30
kasan, mm: integrate slab init_on_free with HW_TAGS
Andrey Konovalov
1
-4
/
+6
2021-04-30
kasan, mm: integrate slab init_on_alloc with HW_TAGS
Andrey Konovalov
1
-4
/
+4
2021-04-30
kasan, mm: integrate page_alloc init with HW_TAGS
Andrey Konovalov
1
-8
/
+22
2021-04-30
kasan: initialize shadow to TAG_INVALID for SW_TAGS
Andrey Konovalov
1
-1
/
+2
2021-04-30
pagewalk: prefix struct kernel-doc descriptions
Lukas Bulwahn
1
-2
/
+2
2021-04-30
mm/doc: turn fault flags into an enum
Matthew Wilcox (Oracle)
1
-14
/
+15
2021-04-30
mm/doc: fix page_maybe_dma_pinned kerneldoc
Matthew Wilcox (Oracle)
1
-5
/
+5
2021-04-30
mm/doc: fix fault_flag_allow_retry_first kerneldoc
Matthew Wilcox (Oracle)
1
-0
/
+1
2021-04-30
mm/vmalloc: remove unmap_kernel_range
Nicholas Piggin
1
-7
/
+1
2021-04-30
mm/vmalloc: remove map_kernel_range
Nicholas Piggin
1
-11
/
+0
2021-04-30
mm/vmalloc: hugepage vmalloc mappings
Nicholas Piggin
1
-0
/
+21
2021-04-30
mm: move vmap_range from mm/ioremap.c to mm/vmalloc.c
Nicholas Piggin
1
-0
/
+3
2021-04-30
mm/vmalloc: provide fallback arch huge vmap support functions
Nicholas Piggin
1
-4
/
+20
2021-04-30
mm: HUGE_VMAP arch support cleanup
Nicholas Piggin
2
-9
/
+6
2021-04-30
Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"
Brian Geffon
1
-1
/
+1
2021-04-30
mm: add a io_mapping_map_user helper
Christoph Hellwig
1
-0
/
+3
2021-04-30
mm: add remap_pfn_range_notrack
Christoph Hellwig
1
-0
/
+2
2021-04-30
linux/memcontrol.h: remove duplicate struct declaration
Wan Jiabing
1
-2
/
+0
2021-04-30
mm: memcontrol: move PageMemcgKmem to the scope of CONFIG_MEMCG_KMEM
Muchun Song
1
-1
/
+6
2021-04-30
mm: memcontrol: use obj_cgroup APIs to charge kmem pages
Muchun Song
1
-23
/
+97
2021-04-30
memcg: charge before adding to swapcache on swapin
Shakeel Butt
1
-0
/
+13
[prev]
[next]