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
2020-10-13
mm: remove activate_page() from unuse_pte()
Yu Zhao
1
-1
/
+0
2020-10-13
swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity
Gao Xiang
1
-1
/
+1
2020-10-13
mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED
Yafang Shao
1
-0
/
+4
2020-10-13
mm: add find_lock_head
Matthew Wilcox (Oracle)
1
-6
/
+26
2020-10-13
mm/shmem: return head page from find_lock_entry
Matthew Wilcox (Oracle)
1
-0
/
+9
2020-10-13
i915: use find_lock_page instead of find_lock_entry
Matthew Wilcox (Oracle)
1
-2
/
+0
2020-10-13
mm: factor find_get_incore_page out of mincore_page
Matthew Wilcox (Oracle)
1
-0
/
+7
2020-10-13
mm, dump_page: rename head_mapcount() --> head_compound_mapcount()
John Hubbard
1
-4
/
+4
2020-10-13
mm/memremap_pages: support multiple ranges per invocation
Dan Williams
1
-2
/
+8
2020-10-13
mm/memremap_pages: convert to 'struct range'
Dan Williams
2
-2
/
+9
2020-10-13
mm/memory_hotplug: introduce default phys_to_target_node() implementation
Dan Williams
2
-20
/
+14
2020-10-13
ACPI: HMAT: refactor hmat_register_target_device to hmem_register_device
Dan Williams
1
-0
/
+8
2020-10-13
x86/numa: add 'nohmat' option
Dan Williams
1
-0
/
+2
2020-10-13
include/linux/slab.h: fix a typo error in comment
tangjianqiang
1
-1
/
+1
2020-10-13
export.h: fix section name for CONFIG_TRIM_UNUSED_KSYMS for Clang
Nick Desaulniers
1
-1
/
+1
2020-10-13
compiler.h: avoid escaped section names
Nick Desaulniers
1
-1
/
+1
2020-10-13
compiler-gcc: improve version error
Nick Desaulniers
1
-1
/
+1
2020-10-13
compiler-clang: add build check for clang 10.0.1
Nick Desaulniers
1
-0
/
+8
2020-10-13
net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstats
Heiner Kallweit
1
-0
/
+2
2020-10-13
Merge tag 'overflow-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-15
/
+24
2020-10-13
Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
5
-4
/
+18
2020-10-13
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-6
/
+21
2020-10-13
Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-27
/
+82
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
12
-150
/
+138
2020-10-13
Merge tag 'hwmon-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Linus Torvalds
2
-0
/
+21
2020-10-13
Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
5
-4
/
+24
2020-10-13
Merge tag 'spi-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
1
-76
/
+83
2020-10-13
Merge tag 'regulator-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
2
-3
/
+4
2020-10-13
Merge tag 'regmap-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Linus Torvalds
1
-0
/
+52
2020-10-13
Merge tag 'media/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
2
-2
/
+9
2020-10-13
Merge tag 'mmc-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
3
-1
/
+12
2020-10-13
Merge tag 'for-5.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-2
/
+0
2020-10-13
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2
-99
/
+62
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
4
-17
/
+201
2020-10-13
Merge branches 'pm-core', 'pm-sleep', 'pm-pci' and 'pm-domains'
Rafael J. Wysocki
2
-3
/
+3
2020-10-13
Merge branch 'acpi-misc'
Rafael J. Wysocki
1
-10
/
+1
2020-10-13
Merge branch 'acpi-numa'
Rafael J. Wysocki
2
-8
/
+9
2020-10-13
Merge branches 'pm-cpuidle' and 'pm-devfreq'
Rafael J. Wysocki
4
-7
/
+21
2020-10-13
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2
-3
/
+18
2020-10-12
Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-6
/
+0
2020-10-12
Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-3
/
+9
2020-10-12
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-60
/
+23
2020-10-12
Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2020-10-12
Merge tag 'docs-5.10' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2020-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
5
-1
/
+46
2020-10-12
net/mlx5e: IPsec: Add TX steering rule per IPsec state
Huy Nguyen
1
-1
/
+5
2020-10-12
net/mlx5: Add NIC TX domain namespace
Huy Nguyen
1
-0
/
+1
2020-10-12
overflow: Add __must_check attribute to check_*() helpers
Kees Cook
1
-15
/
+24
2020-10-12
Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-20
/
+31
2020-10-12
Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-11
/
+23
[prev]
[next]