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
2014-03-07
firewire: don't use PREPARE_DELAYED_WORK
Tejun Heo
1
-0
/
+1
2014-03-07
ftrace: Remove freelist from struct dyn_ftrace
Jiri Slaby
1
-5
/
+2
2014-03-07
ftrace: Do not pass data to ftrace_dyn_arch_init
Jiri Slaby
1
-1
/
+1
2014-03-07
tracing: Evaluate len expression only once in __dynamic_array macro
Filipe Brandenburger
1
-2
/
+4
2014-03-07
tracing: Correctly expand len expressions from __dynamic_array macro
Filipe Brandenburger
1
-1
/
+1
2014-03-07
tracing/module: Replace include of tracepoint.h with jump_label.h in module.h
Steven Rostedt (Red Hat)
1
-1
/
+1
2014-03-07
tracing: Fix event header migrate.h to include tracepoint.h
Steven Rostedt (Red Hat)
1
-0
/
+2
2014-03-07
tracing: Fix event header writeback.h to include tracepoint.h
Steven Rostedt (Red Hat)
1
-0
/
+1
2014-03-07
tracing: Use helper functions in event assignment to shrink macro size
Steven Rostedt
2
-16
/
+21
2014-03-07
tracing: Move event storage for array from macro to standalone function
Steven Rostedt
2
-12
/
+8
2014-03-07
tracing: Move raw output code from macro to standalone function
Steven Rostedt
2
-9
/
+6
2014-03-07
of: Fix of_graph_parse_endpoint stub for !CONFIG_OF builds
Philipp Zabel
1
-1
/
+1
2014-03-07
netfilter: conntrack: remove central spinlock nf_conntrack_lock
Jesper Dangaard Brouer
2
-1
/
+8
2014-03-07
netfilter: conntrack: seperate expect locking from nf_conntrack_lock
Jesper Dangaard Brouer
1
-0
/
+2
2014-03-07
netfilter: conntrack: spinlock per cpu to protect special lists.
Jesper Dangaard Brouer
2
-4
/
+10
2014-03-07
netfilter: trivial code cleanup and doc changes
Jesper Dangaard Brouer
1
-1
/
+7
2014-03-07
can: allow to change the device mtu for CAN FD capable devices
Oliver Hartkopp
2
-0
/
+2
2014-03-07
can: introduce the data bitrate configuration for CAN FD
Oliver Hartkopp
2
-2
/
+6
2014-03-07
xfrm: rename struct xfrm_filter
Nicolas Dichtel
2
-4
/
+4
2014-03-06
6lowpan: move 6lowpan header to include/net
Alexander Aring
1
-0
/
+434
2014-03-06
net: Improve SO_TIMESTAMPING documentation and fix a minor code bug
Andrew Lutomirski
1
-1
/
+0
2014-03-06
tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()
David S. Miller
1
-0
/
+1
2014-03-06
inet: remove now unused flag DST_NOPEER
Hannes Frederic Sowa
1
-4
/
+3
2014-03-06
[media] of: move common endpoint parsing to drivers/of
Philipp Zabel
2
-6
/
+22
2014-03-06
[media] of: move graph helpers from drivers/media/v4l2-core to drivers/of
Philipp Zabel
2
-24
/
+47
2014-03-06
mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
1
-5
/
+5
2014-03-06
kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
2
-9
/
+3
2014-03-06
net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
1
-2
/
+2
2014-03-06
ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
1
-2
/
+2
2014-03-06
fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
1
-8
/
+10
2014-03-06
dma: Remove comment about embedding dma_slave_config into custom structs
Lars-Peter Clausen
1
-9
/
+5
2014-03-06
fs/compat: optional preadv64/pwrite64 compat system calls
Heiko Carstens
1
-0
/
+13
2014-03-06
ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_t
Heiko Carstens
1
-1
/
+1
2014-03-06
cpufreq: Implement cpufreq_generic_suspend()
Viresh Kumar
1
-0
/
+3
2014-03-06
cpufreq: suspend governors on system suspend/hibernate
Viresh Kumar
1
-0
/
+8
2014-03-06
UBI: make UBI_IOCVOLCRBLK take a parameter for future usage
Ezequiel Garcia
1
-4
/
+15
2014-03-06
regmap: add regmap_parse_val api
Nenghua Cao
1
-0
/
+9
2014-03-06
regulator: helpers: Modify helpers enabling multi-bit control
Carlo Caione
1
-0
/
+8
2014-03-06
Merge branch 'topic/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2
-2
/
+21
2014-03-06
ASoC: Move ignore_pmdown_time from CODEC to component
Lars-Peter Clausen
1
-1
/
+2
2014-03-06
ASoC: Move active count from CODEC to component
Lars-Peter Clausen
1
-2
/
+10
2014-03-06
ASoC: Add component pointer to the DAI struct
Lars-Peter Clausen
1
-0
/
+1
2014-03-06
ASoC: Add helper function to check whether a CODEC is active
Lars-Peter Clausen
1
-0
/
+5
2014-03-06
ASoC: Add helper functions for PCM runtime 'active' management
Lars-Peter Clausen
1
-0
/
+2
2014-03-06
ASoC: Handle ignore_pmdown_time for CODEC to CODEC links
Lars-Peter Clausen
1
-0
/
+2
2014-03-06
ARM: KVM: fix non-VGIC compilation
Marc Zyngier
1
-0
/
+5
2014-03-06
netfilter: ipset: add forceadd kernel support for hash set types
Josh Hunt
2
-2
/
+8
2014-03-06
netfilter: ipset: kernel: uapi: fix MARKMASK attr ABI breakage
Florian Westphal
1
-2
/
+2
2014-03-06
netfilter: ipset: Prepare the kernel for create option flags when no extensio...
Jozsef Kadlecsik
2
-0
/
+8
2014-03-06
netfilter: ipset: add markmask for hash:ip,mark data type
Vytas Dauksa
1
-0
/
+2
[prev]
[next]