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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-28
kasan: move common generic and tag-based code to common.c
Andrey Konovalov
4
-569
/
+614
2018-12-28
kasan, slub: handle pointer tags in early_kmem_cache_node_alloc
Andrey Konovalov
1
-5
/
+5
2018-12-28
kasan, mm: change hooks signatures
Andrey Konovalov
7
-45
/
+65
2018-12-28
tools gpio: Allow overriding CFLAGS
Jiri Olsa
1
-1
/
+1
2018-12-28
tools power turbostat: Override CFLAGS assignments and add LDFLAGS to build c...
Jiri Olsa
1
-4
/
+4
2018-12-28
tools thermal tmon: Allow overriding CFLAGS assignments
Jiri Olsa
1
-4
/
+4
2018-12-28
tools power x86_energy_perf_policy: Override CFLAGS assignments and add LDFLA...
Jiri Olsa
1
-3
/
+3
2018-12-28
perf c2c: Increase the HITM ratio limit for displayed cachelines
Jiri Olsa
1
-1
/
+1
2018-12-28
perf c2c: Change the default coalesce setup
Jiri Olsa
1
-1
/
+1
2018-12-28
perf trace beauty ioctl: Beautify USBDEVFS_ commands
Arnaldo Carvalho de Melo
1
-0
/
+22
2018-12-28
perf trace beauty: Export function to get the files for a thread
Arnaldo Carvalho de Melo
2
-5
/
+12
2018-12-28
perf trace: Wire up ioctl's USBDEBFS_ cmd table generator
Arnaldo Carvalho de Melo
1
-0
/
+8
2018-12-28
perf beauty ioctl: Add generator for USBDEVFS_ ioctl commands
Arnaldo Carvalho de Melo
1
-0
/
+19
2018-12-28
tools headers uapi: Grab a copy of usbdevice_fs.h
Arnaldo Carvalho de Melo
2
-0
/
+202
2018-12-28
perf trace: Store the major number for a file when storing its pathname
Arnaldo Carvalho de Melo
1
-0
/
+5
2018-12-28
perf trace: Move the files table resizing to outside set_pathname()
Arnaldo Carvalho de Melo
1
-6
/
+16
2018-12-28
perf trace: Rename thread_thread->paths to thread_trace->files
Arnaldo Carvalho de Melo
1
-19
/
+23
2018-12-28
perf script: Fix LBR skid dump problems in brstackinsn
Andi Kleen
4
-1
/
+34
2018-12-28
perf python: Do not force closing original perf descriptor in evlist.get_poll...
Jiri Olsa
1
-1
/
+2
2018-12-28
perf trace: Use correct SECCOMP prefix spelling, "SECOMP_*" -> "SECCOMP_*"
Colin Ian King
1
-2
/
+2
2018-12-28
clk: imx8qxp: make the name of clock ID generic
Aisheng Dong
4
-440
/
+440
2018-12-28
cgroup: Add named hierarchy disabling to cgroup_no_v1 boot param
Tejun Heo
2
-3
/
+19
2018-12-28
cgroup: fix parsing empty mount option string
Ondrej Mosnacek
1
-1
/
+1
2018-12-28
cifs: Minor Kconfig clarification
Steve French
1
-2
/
+3
2018-12-28
cifs: Always resolve hostname before reconnecting
Paulo Alcantara
1
-32
/
+52
2018-12-28
cifs: Add support for failover in cifs_reconnect_tcon()
Paulo Alcantara
1
-3
/
+85
2018-12-28
cifs: Add support for failover in smb2_reconnect()
Paulo Alcantara
3
-3
/
+104
2018-12-28
cifs: Only free DFS target list if we actually got one
Paulo Alcantara
1
-3
/
+3
2018-12-28
cifs: start DFS cache refresher in cifs_mount()
Paulo Alcantara
1
-0
/
+6
2018-12-28
cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()
YueHaibing
1
-1
/
+2
2018-12-28
cifs: Add support for failover in cifs_reconnect()
Paulo Alcantara
3
-1
/
+204
2018-12-28
cifs: Add support for failover in cifs_mount()
Paulo Alcantara
3
-15
/
+236
2018-12-28
cifs: remove set but not used variable 'sep'
YueHaibing
1
-3
/
+0
2018-12-28
cifs: Make use of DFS cache to get new DFS referrals
Paulo Alcantara
6
-84
/
+113
2018-12-28
cifs: minor updates to documentation
Steve French
1
-6
/
+20
2018-12-28
cifs: check kzalloc return
Joe Perches
1
-14
/
+20
2018-12-28
cifs: remove set but not used variable 'server'
YueHaibing
1
-7
/
+1
2018-12-28
cifs: Use kzfree() to free password
Dan Carpenter
1
-1
/
+1
2018-12-28
cifs: Fix to use kmem_cache_free() instead of kfree()
Wei Yongjun
1
-2
/
+2
2018-12-28
cifs: update for current_kernel_time64() removal
Stephen Rothwell
1
-2
/
+4
2018-12-28
cifs: Add DFS cache routines
Paulo Alcantara
7
-2
/
+1484
2018-12-29
h8300: pci: Remove local declaration of pcibios_penalize_isa_irq
Guenter Roeck
2
-18
/
+1
2018-12-28
kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warning
Masahiro Yamada
1
-1
/
+2
2018-12-28
kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warnings
Masahiro Yamada
5
-19
/
+54
2018-12-28
kconfig: add static qualifiers to fix gconf warnings
Masahiro Yamada
1
-10
/
+10
2018-12-28
kconfig: split the lexer out of zconf.y
Masahiro Yamada
4
-8
/
+6
2018-12-28
kconfig: split some C files out of zconf.y
Masahiro Yamada
7
-15
/
+16
2018-12-28
kconfig: convert to SPDX License Identifier
Masahiro Yamada
42
-140
/
+57
2018-12-28
kconfig: remove keyword lookup table entirely
Masahiro Yamada
4
-147
/
+69
2018-12-28
Merge tag 'drm-intel-next-fixes-2018-12-27' of git://anongit.freedesktop.org/...
Dave Airlie
6
-5
/
+43
[prev]
[next]