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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-03
mm/vmscan: convert reclaim_clean_pages_from_list() to folios
Matthew Wilcox (Oracle)
1
-0
/
+6
2022-07-03
mm/mprotect: try avoiding write faults for exclusive anonymous pages when changing protection
David Hildenbrand
1
-2
/
+6
2022-07-03
mm/damon/schemes: add 'LRU_DEPRIO' action
SeongJae Park
1
-0
/
+2
2022-07-03
mm/damon/schemes: add 'LRU_PRIO' DAMOS action
SeongJae Park
1
-0
/
+2
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-2
/
+12
2022-07-03
mm: shrinkers: introduce debugfs interface for memory shrinkers
Roman Gushchin
1
-1
/
+18
2022-07-03
mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()
Roman Gushchin
1
-0
/
+21
2022-07-03
mm: introduce clear_highpage_kasan_tagged
Andrey Konovalov
1
-0
/
+10
2022-07-03
mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.h
SeongJae Park
1
-0
/
+6
2022-07-03
mm/migration: fix potential pte_unmap on an not mapped pte
Miaohe Lin
1
-4
/
+8
2022-07-03
mm/migration: return errno when isolate_huge_page failed
Miaohe Lin
1
-3
/
+3
2022-07-03
mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()
Yang Shi
1
-2
/
+6
2022-07-03
mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALK
Yang Shi
1
-2
/
+2
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
5
-7
/
+7
2022-06-27
Merge branch 'master' into mm-stable
akpm
25
-505
/
+103
2022-06-26
Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-4
/
+5
2022-06-26
Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+2
2022-06-24
Merge tag 'gpio-fixes-for-v5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
1
-13
/
+16
2022-06-24
Merge tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata
Linus Torvalds
1
-0
/
+1
2022-06-24
Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-7
/
+6
2022-06-24
Merge tag 'io_uring-5.19-2022-06-24' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+35
2022-06-24
Merge tag 'printk-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
2
-33
/
+0
2022-06-23
gpio: Fix kernel-doc comments to nested union
Akira Yokosawa
1
-13
/
+16
2022-06-23
Merge tag 'random-5.19-rc4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random
Linus Torvalds
1
-4
/
+8
2022-06-23
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
2
-33
/
+0
2022-06-23
Revert "printk: add functions to prefer direct printing"
Petr Mladek
1
-11
/
+0
2022-06-23
Revert "printk: add kthread console printers"
Petr Mladek
1
-2
/
+0
2022-06-23
Revert "printk: extend console_lock for per-console locking"
Petr Mladek
1
-15
/
+0
2022-06-23
Revert "printk: Wait for the global console lock when the system is going down"
Petr Mladek
1
-5
/
+0
2022-06-23
io_uring: move io_uring_get_opcode out of TP_printk
Dylan Yudaken
1
-7
/
+35
2022-06-23
Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+5
2022-06-23
nvme: fix the CRIMS and CRWMS definitions to match the spec
Joel Granados
1
-2
/
+2
2022-06-23
sock: redo the psock vs ULP protection check
Jakub Kicinski
1
-0
/
+5
2022-06-21
Merge tag 'certs-20220621' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
1
-0
/
+3
2022-06-21
certs: Move load_certificate_list() to be with the asymmetric keys code
David Howells
1
-0
/
+3
2022-06-19
block: remove queue from struct blk_independent_access_range
Damien Le Moal
1
-1
/
+0
2022-06-19
random: quiet urandom warning ratelimit suppression message
Jason A. Donenfeld
1
-4
/
+8
2022-06-19
Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+6
2022-06-17
Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
1
-0
/
+5
2022-06-17
Merge tag 'block-5.19-2022-06-16' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2022-06-17
Merge tag 'io_uring-5.19-2022-06-16' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+0
2022-06-17
Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-0
/
+2
2022-06-17
Merge tag 'staging-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
1
-344
/
+0
2022-06-17
Merge tag 'tty-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-0
/
+1
2022-06-17
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
1
-0
/
+5
2022-06-17
block: serialize all debugfs operations using q->debugfs_mutex
Christoph Hellwig
1
-4
/
+4
2022-06-17
ata: libata: add qc->flags in ata_qc_complete_template tracepoint
Edward Wu
1
-0
/
+1
2022-06-16
Merge tag 'drm-fixes-2022-06-17' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-4
/
+5
2022-06-16
net: set proper memcg for net_init hooks allocations
Vasily Averin
1
-1
/
+46
2022-06-16
mm: kmem: make mem_cgroup_from_obj() vmalloc()-safe
Roman Gushchin
1
-0
/
+6
[next]