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-07-02
Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
6
-31
/
+70
2021-07-02
Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-0
/
+3
2021-07-02
Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
9
-519
/
+0
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
40
-469
/
+733
2021-07-02
ACPI: Correct \_SB._OSC bit definition for PRM
Aubrey Li
1
-1
/
+1
2021-07-01
Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
2
-18
/
+11
2021-07-01
Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu
Linus Torvalds
1
-0
/
+5
2021-07-01
Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
1
-10
/
+10
2021-07-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
3
-35
/
+8
2021-07-01
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
3
-26
/
+101
2021-07-01
ptp: add kernel API ptp_convert_timestamp()
Yangbo Lu
1
-0
/
+13
2021-07-01
ethtool: add a new command for getting PHC virtual clocks
Yangbo Lu
1
-0
/
+10
2021-07-01
ptp: add kernel API ptp_get_vclocks_index()
Yangbo Lu
1
-0
/
+14
2021-07-01
ptp: add ptp virtual clock driver framework
Yangbo Lu
1
-1
/
+3
2021-07-01
Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
3
-44
/
+72
2021-07-01
Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-2
/
+2
2021-07-01
kcov: add __no_sanitize_coverage to fix noinstr for all architectures
Marco Elver
3
-1
/
+24
2021-07-01
x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't be abandoned
Al Viro
2
-4
/
+0
2021-07-01
kprobes: remove duplicated strong free_insn_page in x86 and s390
Barry Song
1
-1
/
+0
2021-07-01
kernel.h: split out kstrtox() and simple_strtox() to a separate header
Andy Shevchenko
4
-149
/
+157
2021-07-01
lib/mpi: fix spelling mistakes
Zhen Lei
1
-2
/
+2
2021-07-01
seq_file: drop unused *_escape_mem_ascii()
Andy Shevchenko
2
-4
/
+0
2021-07-01
seq_file: add seq_escape_str() as replica of string_escape_str()
Andy Shevchenko
1
-0
/
+7
2021-07-01
seq_file: introduce seq_escape_mem()
Andy Shevchenko
1
-0
/
+2
2021-07-01
lib/test-string_helpers: add test cases for new features
Andy Shevchenko
1
-0
/
+4
2021-07-01
lib/string_helpers: allow to append additional characters to be escaped
Andy Shevchenko
1
-0
/
+1
2021-07-01
lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printable
Andy Shevchenko
1
-0
/
+1
2021-07-01
lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCII
Andy Shevchenko
1
-0
/
+1
2021-07-01
lib/string_helpers: switch to use BIT() macro
Andy Shevchenko
1
-10
/
+11
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
4
-83
/
+112
2021-07-01
drm: include only needed headers in ascii85.h
Andy Shevchenko
1
-1
/
+2
2021-07-01
mm: device exclusive memory access
Alistair Popple
4
-3
/
+60
2021-07-01
mm: rename migrate_pgmap_owner
Alistair Popple
1
-10
/
+10
2021-07-01
mm/rmap: split migration into its own function
Alistair Popple
1
-3
/
+1
2021-07-01
mm/rmap: split try_to_munlock from try_to_unmap
Alistair Popple
1
-2
/
+1
2021-07-01
mm/swapops: rework swap entry manipulation code
Alistair Popple
1
-26
/
+30
2021-07-01
mm: remove special swap entry functions
Alistair Popple
2
-48
/
+25
2021-07-01
mm/thp: define default pmd_pgtable()
Anshuman Khandual
1
-0
/
+9
2021-07-01
mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEM
Mel Gorman
1
-1
/
+4
2021-07-01
mm/swap: make swap_address_space an inline function
Mel Gorman
1
-1
/
+5
2021-07-01
mm: fix spelling mistakes
Zhen Lei
3
-3
/
+3
2021-07-01
mm: define default value for FIRST_USER_ADDRESS
Anshuman Khandual
1
-0
/
+9
2021-07-01
mm: fix typos and grammar error in comments
Hyeonggon Yoo
1
-1
/
+1
2021-07-01
Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
Rafael J. Wysocki
1
-0
/
+1
2021-06-30
mm: rmap: make try_to_unmap() void function
Yang Shi
1
-1
/
+1
2021-06-30
mm: thp: refactor NUMA fault handling
Yang Shi
1
-23
/
+0
2021-06-30
mm: memory: add orig_pmd to struct vm_fault
Yang Shi
2
-6
/
+10
2021-06-30
mm: migrate: fix missing update page_private to hugetlb_page_subpool
Muchun Song
1
-0
/
+5
2021-06-30
arm64/mm: drop HAVE_ARCH_PFN_VALID
Anshuman Khandual
1
-0
/
+9
2021-06-30
memblock: update initialization of reserved pages
Mike Rapoport
1
-1
/
+3
[prev]
[next]