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
2019-11-08
Merge tag 'mac80211-for-net-2019-11-08' of git://git.kernel.org/pub/scm/linux...
David S. Miller
3
-4
/
+5
2019-11-08
net: ethernet: octeon_mgmt: Account for second possible VLAN header
Alexander Sverdlin
1
-1
/
+1
2019-11-08
Merge tag 'modules-for-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+3
2019-11-08
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-17
/
+0
2019-11-08
pwm: bcm-iproc: Prevent unloading the driver module while in use
Uwe Kleine-König
1
-0
/
+1
2019-11-08
Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
6
-40
/
+41
2019-11-08
Merge tag 'pm-5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-3
/
+1
2019-11-08
Merge tag 'sound-5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
18
-38
/
+71
2019-11-08
Merge tag 'drm-fixes-2019-11-08' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
24
-38
/
+174
2019-11-08
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
14
-27
/
+82
2019-11-08
block: drbd: remove a stray unlock in __drbd_send_protocol()
Dan Carpenter
1
-1
/
+0
2019-11-08
cpufreq: intel_pstate: Fix invalid EPB setting
Srinivas Pandruvada
1
-3
/
+1
2019-11-08
mac80211: fix station inactive_time shortly after boot
Ahmed Zaki
1
-1
/
+2
2019-11-08
net/fq_impl: Switch to kvmalloc() for memory allocation
Toke Høiland-Jørgensen
1
-2
/
+2
2019-11-08
mac80211: fix ieee80211_txq_setup_flows() failure path
Johannes Berg
1
-1
/
+1
2019-11-08
Merge tag 'drm-fixes-5.4-2019-11-06' of git://people.freedesktop.org/~agd5f/l...
Dave Airlie
16
-24
/
+106
2019-11-08
Merge tag 'drm-intel-fixes-2019-11-06' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
3
-1
/
+24
2019-11-08
Merge tag 'drm-misc-fixes-2019-11-07-1' of git://anongit.freedesktop.org/drm/...
Dave Airlie
5
-13
/
+44
2019-11-07
ipv4: Fix table id reference in fib_sync_down_addr
David Ahern
1
-1
/
+1
2019-11-07
ipv6: fixes rt6_probe() and fib6_nh->last_probe init
Eric Dumazet
1
-3
/
+10
2019-11-07
net: hns: Fix the stray netpoll locks causing deadlock in NAPI path
Salil Mehta
3
-25
/
+1
2019-11-07
net: usb: qmi_wwan: add support for DW5821e with eSIM support
Aleksander Morgado
1
-0
/
+1
2019-11-07
CDC-NCM: handle incomplete transfer of MTU
Oliver Neukum
1
-3
/
+3
2019-11-07
nfc: netlink: fix double device reference drop
Pan Bian
1
-2
/
+0
2019-11-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
3
-4
/
+25
2019-11-07
ceph: return -EINVAL if given fsc mount option on kernel w/o support
Jeff Layton
1
-1
/
+10
2019-11-07
staging: Fix error return code in vboxsf_fill_super()
Wei Yongjun
1
-1
/
+3
2019-11-07
staging: vboxsf: fix dereference of pointer dentry before it is null checked
Colin Ian King
1
-1
/
+2
2019-11-07
staging: vboxsf: Remove unused including <linux/version.h>
YueHaibing
1
-1
/
+0
2019-11-07
perf report: Sort by sampled cycles percent per block for tui
Jin Yao
4
-7
/
+103
2019-11-07
perf report: Support --percent-limit for --total-cycles
Jin Yao
4
-2
/
+19
2019-11-07
perf report: Sort by sampled cycles percent per block for stdio
Jin Yao
6
-3
/
+96
2019-11-07
perf hist: Support block formats with compare/sort/display
Jin Yao
3
-2
/
+345
2019-11-07
Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...
Takashi Iwai
14
-34
/
+51
2019-11-07
perf hist: Count the total cycles of all samples
Jin Yao
6
-6
/
+13
2019-11-07
perf block: Cleanup and refactor block info functions
Jin Yao
7
-142
/
+185
2019-11-07
perf diff: Don't use hack to skip column length calculation
Jin Yao
2
-9
/
+4
2019-11-07
perf tests: Fix out of bounds memory access
Leo Yan
1
-0
/
+9
2019-11-07
perf record: Add support for limit perf output file size
Jiwei Sun
2
-1
/
+49
2019-11-07
perf probe: Skip overlapped location on searching variables
Masami Hiramatsu
1
-0
/
+20
2019-11-07
perf probe: Fix to show calling lines of inlined functions
Masami Hiramatsu
1
-1
/
+9
2019-11-07
perf probe: Filter out instances except for inlined subroutine and subprogram
Masami Hiramatsu
1
-6
/
+13
2019-11-07
perf probe: Skip end-of-sequence and non statement lines
Masami Hiramatsu
1
-0
/
+7
2019-11-07
perf probe: Return a better scope DIE if there is no best scope
Masami Hiramatsu
1
-1
/
+16
2019-11-07
perf annotate: Fix heap overflow
Ian Rogers
1
-1
/
+1
2019-11-07
perf machine: Add kernel_dso() method
Arnaldo Carvalho de Melo
1
-3
/
+7
2019-11-07
perf symbols: Remove needless checks for map->groups->machine
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-07
perf parse: Add a deep delete for parse event terms
Ian Rogers
4
-14
/
+17
2019-11-07
perf parse: If pmu configuration fails free terms
Ian Rogers
1
-1
/
+8
2019-11-07
perf parse: Before yyabort-ing free components
Ian Rogers
1
-55
/
+197
[prev]
[next]