index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-07
dmaengine: dw: Split DW and iDMA 32-bit operations
Andy Shevchenko
2
-2
/
+4
2019-01-07
dmaengine: dw: Remove unused internal property
Andy Shevchenko
1
-2
/
+0
2019-01-07
dmaengine: dw: Remove misleading is_private property
Andy Shevchenko
1
-3
/
+0
2019-01-06
remoteproc: fix kernel-doc comment for parse_fw
Fabien Dessenne
1
-2
/
+2
2019-01-06
acpi/nfit, device-dax: Identify differentiated memory with a unique numa-node
Dan Williams
2
-0
/
+6
2019-01-07
dmaengine: tegra: add tracepoints to driver
Ben Dooks
1
-0
/
+61
2019-01-06
XArray: Honour reserved entries in xa_insert
Matthew Wilcox
1
-39
/
+71
2019-01-06
XArray: Permit storing 2-byte-aligned pointers
Matthew Wilcox
1
-3
/
+15
2019-01-06
XArray: Change xa_for_each iterator
Matthew Wilcox
1
-13
/
+65
2019-01-06
XArray: Turn xa_init_flags into a static inline
Matthew Wilcox
1
-1
/
+18
2019-01-06
Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
7
-27
/
+19
2019-01-06
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+3
2019-01-06
Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-156
/
+195
2019-01-06
Merge tag 'tag-chrome-platform-for-v4.21' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-2
/
+4
2019-01-06
fscrypt: add Adiantum support
Eric Biggers
1
-1
/
+3
2019-01-05
bpf: fix sanitation of alu op with pointer / scalar type from different paths
Daniel Borkmann
1
-0
/
+1
2019-01-05
Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+7
2019-01-05
Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linux
Linus Torvalds
2
-3
/
+1
2019-01-05
Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-3
/
+24
2019-01-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
2
-1
/
+18
2019-01-06
arch: remove stale comments "UAPI Header export list"
Masahiro Yamada
1
-2
/
+0
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
6
-25
/
+19
2019-01-05
Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
5
-125
/
+90
2019-01-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2019-01-05
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...
Linus Torvalds
3
-0
/
+36
2019-01-05
Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux
Linus Torvalds
2
-0
/
+2
2019-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
14
-57
/
+34
2019-01-04
Merge branch 'next/drivers' into next/late
Olof Johansson
21
-830
/
+1865
2019-01-04
fs: don't open code lru_to_page()
Nikolay Borisov
2
-3
/
+2
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
1
-7
/
+6
2019-01-04
kernel/sysctl: add panic_print into sysctl
Feng Tang
2
-0
/
+2
2019-01-04
bfs: extra sanity checking and static inode bitmap
Tigran Aivazian
1
-1
/
+1
2019-01-04
exec: separate MM_ANONPAGES and RLIMIT_STACK accounting
Oleg Nesterov
1
-0
/
+1
2019-01-04
fork: fix some -Wmissing-prototypes warnings
Yi Wang
1
-0
/
+2
2019-01-04
fat: move MAX_FAT to fat.h and change it to inline function
Carmeli Tamir
1
-2
/
+0
2019-01-04
fat: remove FAT_FIRST_ENT macro
Carmeli Tamir
1
-3
/
+0
2019-01-04
include/uapi/linux/msdos_fs.h: use MSDOS_NAME for volume label size
Carmeli Tamir
1
-2
/
+2
2019-01-04
autofs: add strictexpire mount option
Ian Kent
1
-1
/
+1
2019-01-04
lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk
Alexey Skidanov
1
-6
/
+7
2019-01-04
fls: change parameter to unsigned int
Matthew Wilcox
2
-2
/
+2
2019-01-04
include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()
Alexey Dobriyan
1
-1
/
+1
2019-01-04
build_bug.h: remove most of dummy BUILD_BUG_ON stubs for Sparse
Masahiro Yamada
1
-15
/
+7
2019-01-04
build_bug.h: remove negative-array fallback for BUILD_BUG_ON()
Masahiro Yamada
1
-14
/
+0
2019-01-04
qed: Fix qed_chain_set_prod() for PBL chains with non power of 2 page count
Denis Bolotin
1
-0
/
+31
2019-01-04
make 'user_access_begin()' do 'access_ok()'
Linus Torvalds
1
-1
/
+1
2019-01-04
cpufreq: scpi/scmi: Fix freeing of dynamic OPPs
Viresh Kumar
1
-0
/
+5
2019-01-04
batman-adv: Update copyright years for 2019
Sven Eckelmann
2
-2
/
+2
2019-01-04
dma-mapping: properly stub out the DMA API for !CONFIG_HAS_DMA
Christoph Hellwig
1
-91
/
+164
2019-01-04
dma-mapping: remove dmam_{declare,release}_coherent_memory
Christoph Hellwig
1
-19
/
+0
2019-01-04
dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrs
Christoph Hellwig
1
-7
/
+13
[prev]
[next]