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-10-25
netns: fix GFP flags in rtnl_net_notifyid()
Guillaume Nault
1
-1
/
+1
2019-10-25
net: hwbm: if CONFIG_NET_HWBM unset, make stub functions static
Ben Dooks (Codethink)
1
-3
/
+7
2019-10-25
Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+5
2019-10-25
ASoC: Spelling s/configr/configur/
Geert Uytterhoeven
1
-1
/
+1
2019-10-25
ASoC: soc-dpcm: tidyup for_each_dpcm_xx() macro
Kuninori Morimoto
1
-9
/
+9
2019-10-24
net: remove unnecessary variables and callback
Taehee Yoo
4
-25
/
+0
2019-10-24
vxlan: add adjacent link to limit depth level
Taehee Yoo
1
-0
/
+1
2019-10-24
net: core: add ignore flag to netdev_adjacent structure
Taehee Yoo
1
-0
/
+10
2019-10-24
team: fix nested locking lockdep warning
Taehee Yoo
1
-0
/
+1
2019-10-24
bonding: use dynamic lockdep key instead of subclass
Taehee Yoo
1
-0
/
+1
2019-10-24
net: core: add generic lockdep keys
Taehee Yoo
1
-22
/
+13
2019-10-24
net: core: limit nested device depth
Taehee Yoo
1
-0
/
+4
2019-10-24
Merge tag 'pm-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
3
-24
/
+59
2019-10-24
Merge tag 'sound-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-4
/
+4
2019-10-24
ipvs: move old_secure_tcp into struct netns_ipvs
Eric Dumazet
1
-0
/
+1
2019-10-24
reset: fix reset_control_get_exclusive kerneldoc comment
Philipp Zabel
1
-1
/
+1
2019-10-24
reset: fix reset_control_lookup kerneldoc comment
Philipp Zabel
1
-1
/
+1
2019-10-23
net/flow_dissector: switch to siphash
Eric Dumazet
4
-5
/
+7
2019-10-23
ASoC: Intel: common: add ACPI matching tables for JSL
Pan Xiuli
1
-0
/
+1
2019-10-23
ASoC: soc-core: add for_each_rtd_components() and replace
Kuninori Morimoto
1
-2
/
+6
2019-10-23
fuse: Add changelog entries for protocols 7.1 - 7.8
Alan Somers
1
-0
/
+37
2019-10-23
Merge tag 'for-5.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2019-10-23
ALSA: hda: add Intel DSP configuration / probe code
Jaroslav Kysela
1
-0
/
+34
2019-10-22
dynamic_debug: provide dynamic_hex_dump stub
Arnd Bergmann
1
-0
/
+6
2019-10-22
bpf: Fix use after free in subprog's jited symbol removal
Daniel Borkmann
1
-1
/
+0
2019-10-22
ASoC: soc-core: remove for_each_rtdcom_safe()
Kuninori Morimoto
1
-2
/
+0
2019-10-22
RDMA/uverbs: Prevent potential underflow
Dan Carpenter
1
-1
/
+1
2019-10-21
ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation
Eric Dumazet
1
-2
/
+2
2019-10-21
PCI: Fix missing inline for pci_pr3_present()
Takashi Iwai
1
-1
/
+1
2019-10-21
PCI: Add a helper to check Power Resource Requirements _PR3 existence
Kai-Heng Feng
1
-0
/
+2
2019-10-21
ASoC: cros_ec_codec: support WoV
Tzung-Bi Shih
1
-0
/
+69
2019-10-21
ASoC: samsung: i2s: Document clocks macros
Maciej Falkowski
1
-3
/
+9
2019-10-21
Merge tag 'asoc-fix-v5.4-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...
Takashi Iwai
1
-4
/
+4
2019-10-21
PM: QoS: Drop frequency QoS types from device PM QoS
Rafael J. Wysocki
1
-12
/
+0
2019-10-21
cpufreq: Use per-policy frequency QoS
Rafael J. Wysocki
2
-12
/
+15
2019-10-21
PM: QoS: Introduce frequency QoS
Rafael J. Wysocki
1
-0
/
+44
2019-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
12
-43
/
+79
2019-10-19
net: reorder 'struct net' fields to avoid false sharing
Eric Dumazet
1
-8
/
+17
2019-10-18
ASoC: cros_ec_codec: read max DMIC gain from EC codec
Tzung-Bi Shih
1
-10
/
+33
2019-10-18
platform/chrome: cros_ec: add common commands for EC codec
Tzung-Bi Shih
1
-2
/
+62
2019-10-18
ASoC: cros_ec_codec: extract DMIC EC command from I2S RX
Tzung-Bi Shih
1
-13
/
+36
2019-10-18
ASoC: cros_ec_codec: refactor I2S RX
Tzung-Bi Shih
1
-69
/
+51
2019-10-18
platform/chrome: cros_ec: remove unused EC feature
Tzung-Bi Shih
1
-2
/
+0
2019-10-18
Merge tag 'sound-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+3
2019-10-18
symbol namespaces: revert to previous __ksymtab name scheme
Matthias Maennich
1
-9
/
+5
2019-10-17
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-0
/
+1
2019-10-17
net: phy: micrel: Update KSZ87xx PHY name
Marek Vasut
1
-1
/
+1
2019-10-17
Merge branch 'errata/tx2-219' into for-next/fixes
Will Deacon
13
-33
/
+153
2019-10-17
Merge tag 'gpio-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-0
/
+8
2019-10-17
btrfs: tracepoints: Fix bad entry members of qgroup events
Qu Wenruo
1
-1
/
+2
[prev]
[next]