index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-09
include/media/media-entity.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+2
2021-11-09
include/linux/plist.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+4
2021-11-09
include/linux/llist.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+3
2021-11-09
include/linux/list.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+3
2021-11-09
include/kunit/test.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-2
/
+11
2021-11-09
kernel.h: split out container_of() and typeof_member() macros
Andy Shevchenko
2
-32
/
+41
2021-11-09
kernel.h: drop unneeded <linux/kernel.h> inclusion from other headers
Andy Shevchenko
4
-3
/
+1
2021-11-09
proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
David Hildenbrand
1
-3
/
+23
2021-11-09
mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
zhangyiru
1
-4
/
+2
2021-11-09
vfs: keep inodes with page cache off the inode shrinker LRU
Johannes Weiner
2
-0
/
+51
2021-11-09
scsi: make sure that request queue queiesce and unquiesce balanced
Ming Lei
1
-0
/
+1
2021-11-09
blk-mq: add one API for waiting until quiesce is done
Ming Lei
1
-0
/
+1
2021-11-08
Merge tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
7
-738
/
+73
2021-11-08
Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-2
/
+41
2021-11-08
Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
2
-2
/
+3
2021-11-08
Merge tag 'mtd/for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Linus Torvalds
1
-2
/
+0
2021-11-08
arm64: Track no early_pgtable_alloc() for kmemleak
Qian Cai
1
-1
/
+1
2021-11-08
arm64: mte: change PR_MTE_TCF_NONE back into an unsigned long
Peter Collingbourne
1
-1
/
+1
2021-11-07
Merge tag 'auxdisplay-for-linus-v5.16' of git://github.com/ojeda/linux
Linus Torvalds
1
-0
/
+241
2021-11-07
Merge tag 'compiler-attributes-for-linus-v5.16' of git://github.com/ojeda/linux
Linus Torvalds
2
-2
/
+7
2021-11-07
Merge tag 'spi-nor/for-5.16' into mtd/next
Miquel Raynal
51
-394
/
+215
2021-11-06
Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-26
/
+145
2021-11-06
Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-16
/
+18
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
39
-302
/
+623
2021-11-06
mm/damon: remove return value from before_terminate callback
Changbin Du
1
-1
/
+1
2021-11-06
mm/damon: simplify stop mechanism
Changbin Du
1
-1
/
+0
2021-11-06
mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on
Xin Hao
1
-0
/
+1
2021-11-06
mm/damon/schemes: activate schemes based on a watermarks mechanism
SeongJae Park
1
-1
/
+51
2021-11-06
mm/damon/vaddr,paddr: support pageout prioritization
SeongJae Park
1
-0
/
+4
2021-11-06
mm/damon/schemes: prioritize regions within the quotas
SeongJae Park
1
-0
/
+26
2021-11-06
mm/damon/schemes: implement time quota
SeongJae Park
1
-5
/
+20
2021-11-06
mm/damon/schemes: skip already charged targets and regions
SeongJae Park
1
-0
/
+5
2021-11-06
mm/damon/schemes: implement size quota for schemes application speed control
SeongJae Park
1
-4
/
+32
2021-11-06
mm/damon/paddr: support the pageout scheme
SeongJae Park
1
-0
/
+2
2021-11-06
mm/damon: implement primitives for physical address space monitoring
SeongJae Park
1
-0
/
+10
2021-11-06
mm/damon/schemes: implement statistics feature
SeongJae Park
1
-1
/
+9
2021-11-06
mm/damon/vaddr: support DAMON-based Operation Schemes
SeongJae Park
1
-0
/
+2
2021-11-06
mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)
SeongJae Park
1
-0
/
+66
2021-11-06
mm/damon/core: account age of target regions
SeongJae Park
1
-0
/
+10
2021-11-06
include/linux/damon.h: fix kernel-doc comments for 'damon_callback'
SeongJae Park
1
-3
/
+3
2021-11-06
kfence: always use static branches to guard kfence_alloc()
Marco Elver
1
-10
/
+11
2021-11-06
stacktrace: move filter_irq_stacks() to kernel/stacktrace.c
Marco Elver
2
-2
/
+1
2021-11-06
include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h
Mianhan Liu
2
-1
/
+2
2021-11-06
mm: remove HARDENED_USERCOPY_FALLBACK
Stephen Kitt
1
-2
/
+0
2021-11-06
mm/highmem: remove deprecated kmap_atomic
Ira Weiny
1
-14
/
+14
2021-11-06
memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
David Hildenbrand
1
-2
/
+14
2021-11-06
memblock: allow to specify flags with memblock_add_node()
David Hildenbrand
2
-2
/
+3
2021-11-06
memblock: improve MEMBLOCK_HOTPLUG documentation
David Hildenbrand
1
-1
/
+5
2021-11-06
mm/memory_hotplug: remove stale function declarations
David Hildenbrand
1
-3
/
+0
2021-11-06
mm/memory_hotplug: remove HIGHMEM leftovers
David Hildenbrand
1
-1
/
+0
[prev]
[next]